+ 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 [Tue May 26 02:08:41 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-179-generic #189-Ubuntu SMP Tue May 5 18:20:56 UTC 2026 nodename: neutron-server-68cdc869dd-kqfr8 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 0x7f3f418eb668 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-05-26 02:08:45.941 7 INFO neutron.common.config [-] Logging enabled! 2026-05-26 02:08:45.941 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-05-26 02:08:46.142 8 INFO neutron.common.config [-] Logging enabled! 2026-05-26 02:08:46.142 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-05-26 02:08:47.007 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-26 02:08:47.193 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-26 02:08:48.514 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-26 02:08:48.517 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-26 02:08:48.520 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-26 02:08:48.521 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-26 02:08:48.522 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-26 02:08:48.522 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-26 02:08:48.522 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-26 02:08:48.530 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-26 02:08:48.530 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-26 02:08:48.530 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-26 02:08:48.553 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-26 02:08:48.554 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-26 02:08:48.554 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-26 02:08:48.584 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-26 02:08:48.584 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-26 02:08:48.584 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-26 02:08:48.584 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-26 02:08:48.889 7 INFO neutron.plugins.ml2.managers [None req-93e86990-ca40-47de-a669-c775cab9612a - - - - - -] Initializing driver for type 'vlan' 2026-05-26 02:08:48.889 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-26 02:08:48.892 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-26 02:08:48.895 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-26 02:08:48.896 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-26 02:08:48.896 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-26 02:08:48.897 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-26 02:08:48.897 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-26 02:08:48.905 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-26 02:08:48.905 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-26 02:08:48.905 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-26 02:08:48.927 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-26 02:08:48.928 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-26 02:08:48.928 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-26 02:08:48.957 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-26 02:08:48.957 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-26 02:08:48.957 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-26 02:08:48.958 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-26 02:08:49.180 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-93e86990-ca40-47de-a669-c775cab9612a - - - - - -] VlanTypeDriver initialization complete 2026-05-26 02:08:49.180 7 INFO neutron.plugins.ml2.managers [None req-93e86990-ca40-47de-a669-c775cab9612a - - - - - -] Initializing driver for type 'vxlan' 2026-05-26 02:08:49.181 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-93e86990-ca40-47de-a669-c775cab9612a - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-26 02:08:49.192 7 INFO neutron.plugins.ml2.managers [None req-93e86990-ca40-47de-a669-c775cab9612a - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-26 02:08:49.192 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-93e86990-ca40-47de-a669-c775cab9612a - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-26 02:08:49.192 7 INFO neutron.plugins.ml2.managers [None req-93e86990-ca40-47de-a669-c775cab9612a - - - - - -] Initializing extension driver 'port_security' 2026-05-26 02:08:49.192 7 INFO neutron.plugins.ml2.extensions.port_security [None req-93e86990-ca40-47de-a669-c775cab9612a - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-26 02:08:49.192 7 INFO neutron.plugins.ml2.managers [None req-93e86990-ca40-47de-a669-c775cab9612a - - - - - -] Initializing extension driver 'qos' 2026-05-26 02:08:49.192 7 INFO neutron.plugins.ml2.managers [None req-93e86990-ca40-47de-a669-c775cab9612a - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-26 02:08:49.192 7 INFO neutron.plugins.ml2.managers [None req-93e86990-ca40-47de-a669-c775cab9612a - - - - - -] Initializing mechanism driver 'l2population' 2026-05-26 02:08:49.207 7 INFO neutron.quota [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded quota_driver: . 2026-05-26 02:08:49.207 7 INFO neutron.plugins.ml2.plugin [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Modular L2 Plugin initialization complete 2026-05-26 02:08:49.207 7 INFO neutron.plugins.ml2.managers [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-26 02:08:49.207 7 INFO neutron.plugins.ml2.managers [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-26 02:08:49.207 7 INFO neutron.plugins.ml2.managers [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-26 02:08:49.208 7 INFO neutron.manager [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loading Plugin: qos 2026-05-26 02:08:49.220 7 INFO neutron.manager [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loading Plugin: router 2026-05-26 02:08:49.265 7 INFO neutron.services.service_base [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-26 02:08:49.265 8 INFO neutron.plugins.ml2.managers [None req-1c965678-dd05-4bda-852f-517bec29a7c7 - - - - - -] Initializing driver for type 'vlan' 2026-05-26 02:08:49.265 7 INFO neutron.manager [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loading Plugin: segments 2026-05-26 02:08:49.362 7 INFO neutron.manager [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loading Plugin: trunk 2026-05-26 02:08:49.376 7 INFO neutron.manager [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loading Plugin: vpnaas 2026-05-26 02:08:49.417 7 WARNING stevedore.named [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-26 02:08:49.501 7 INFO neutron_vpnaas.services.vpn.plugin [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-26 02:08:49.502 7 INFO neutron.common.utils [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-26 02:08:49.502 7 INFO neutron.manager [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loading Plugin: taas 2026-05-26 02:08:49.533 7 WARNING stevedore.named [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-26 02:08:49.534 7 WARNING stevedore.named [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-26 02:08:49.553 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-1c965678-dd05-4bda-852f-517bec29a7c7 - - - - - -] VlanTypeDriver initialization complete 2026-05-26 02:08:49.553 8 INFO neutron.plugins.ml2.managers [None req-1c965678-dd05-4bda-852f-517bec29a7c7 - - - - - -] Initializing driver for type 'vxlan' 2026-05-26 02:08:49.554 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-1c965678-dd05-4bda-852f-517bec29a7c7 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-26 02:08:49.562 7 INFO neutron_taas.services.taas.taas_plugin [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-26 02:08:49.562 7 INFO neutron.manager [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loading Plugin: tapmirror 2026-05-26 02:08:49.584 7 WARNING stevedore.named [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-26 02:08:49.584 7 WARNING stevedore.named [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-26 02:08:49.588 8 INFO neutron.plugins.ml2.managers [None req-1c965678-dd05-4bda-852f-517bec29a7c7 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-26 02:08:49.588 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-1c965678-dd05-4bda-852f-517bec29a7c7 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-26 02:08:49.588 8 INFO neutron.plugins.ml2.managers [None req-1c965678-dd05-4bda-852f-517bec29a7c7 - - - - - -] Initializing extension driver 'port_security' 2026-05-26 02:08:49.588 8 INFO neutron.plugins.ml2.extensions.port_security [None req-1c965678-dd05-4bda-852f-517bec29a7c7 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-26 02:08:49.589 8 INFO neutron.plugins.ml2.managers [None req-1c965678-dd05-4bda-852f-517bec29a7c7 - - - - - -] Initializing extension driver 'qos' 2026-05-26 02:08:49.589 8 INFO neutron.plugins.ml2.managers [None req-1c965678-dd05-4bda-852f-517bec29a7c7 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-26 02:08:49.589 8 INFO neutron.plugins.ml2.managers [None req-1c965678-dd05-4bda-852f-517bec29a7c7 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-26 02:08:49.612 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-26 02:08:49.612 7 INFO neutron.manager [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loading Plugin: auto_allocate 2026-05-26 02:08:49.612 8 INFO neutron.quota [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded quota_driver: . 2026-05-26 02:08:49.613 8 INFO neutron.plugins.ml2.plugin [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Modular L2 Plugin initialization complete 2026-05-26 02:08:49.613 8 INFO neutron.plugins.ml2.managers [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-26 02:08:49.613 8 INFO neutron.plugins.ml2.managers [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-26 02:08:49.613 8 INFO neutron.plugins.ml2.managers [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Got port-security extension from driver 'port_security' 2026-05-26 02:08:49.614 8 INFO neutron.manager [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loading Plugin: qos 2026-05-26 02:08:49.629 8 INFO neutron.manager [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loading Plugin: router 2026-05-26 02:08:49.632 7 INFO neutron.manager [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loading Plugin: tag 2026-05-26 02:08:49.645 7 INFO neutron.manager [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loading Plugin: timestamp 2026-05-26 02:08:49.648 7 INFO neutron.manager [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loading Plugin: network_ip_availability 2026-05-26 02:08:49.652 7 INFO neutron.manager [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loading Plugin: flavors 2026-05-26 02:08:49.657 7 INFO neutron.manager [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loading Plugin: revisions 2026-05-26 02:08:49.660 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Initializing extension manager. 2026-05-26 02:08:49.663 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: address-group 2026-05-26 02:08:49.664 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: address-scope 2026-05-26 02:08:49.665 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-26 02:08:49.666 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: agent 2026-05-26 02:08:49.666 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: agent-resources-synced 2026-05-26 02:08:49.668 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-26 02:08:49.668 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-26 02:08:49.670 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: availability_zone 2026-05-26 02:08:49.670 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: availability_zone_filter 2026-05-26 02:08:49.671 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-26 02:08:49.671 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: default-subnetpools 2026-05-26 02:08:49.673 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-26 02:08:49.674 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: dns-integration 2026-05-26 02:08:49.674 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: dns-domain-ports 2026-05-26 02:08:49.675 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-26 02:08:49.676 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: dvr 2026-05-26 02:08:49.676 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-26 02:08:49.677 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: empty-string-filtering 2026-05-26 02:08:49.677 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-26 02:08:49.678 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-26 02:08:49.678 8 INFO neutron.services.service_base [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-26 02:08:49.678 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: external-net 2026-05-26 02:08:49.679 8 INFO neutron.manager [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loading Plugin: segments 2026-05-26 02:08:49.680 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-26 02:08:49.680 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: extraroute 2026-05-26 02:08:49.681 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: extraroute-atomic 2026-05-26 02:08:49.682 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-26 02:08:49.682 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-26 02:08:49.683 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-26 02:08:49.683 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-26 02:08:49.684 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: fip-port-details 2026-05-26 02:08:49.685 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: flavors 2026-05-26 02:08:49.686 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-26 02:08:49.686 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: floatingip-pools 2026-05-26 02:08:49.687 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: ip_allocation 2026-05-26 02:08:49.687 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-26 02:08:49.688 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: l2_adjacency 2026-05-26 02:08:49.689 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: router 2026-05-26 02:08:49.691 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-26 02:08:49.692 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-26 02:08:49.692 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-26 02:08:49.693 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: ext-gw-mode 2026-05-26 02:08:49.693 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: l3-ha 2026-05-26 02:08:49.694 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-26 02:08:49.694 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-26 02:08:49.695 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: l3-flavors 2026-05-26 02:08:49.696 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-26 02:08:49.696 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-26 02:08:49.699 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-26 02:08:49.700 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-26 02:08:49.701 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-26 02:08:49.702 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-26 02:08:49.703 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-26 02:08:49.703 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: multi-provider 2026-05-26 02:08:49.704 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: net-mtu 2026-05-26 02:08:49.704 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: net-mtu-writable 2026-05-26 02:08:49.705 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: network_availability_zone 2026-05-26 02:08:49.706 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: network_ha 2026-05-26 02:08:49.706 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: network-ip-availability 2026-05-26 02:08:49.708 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-26 02:08:49.708 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: pagination 2026-05-26 02:08:49.709 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: port-device-profile 2026-05-26 02:08:49.710 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-26 02:08:49.710 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-26 02:08:49.711 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-26 02:08:49.711 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: port-mac-override 2026-05-26 02:08:49.712 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-26 02:08:49.713 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-26 02:08:49.714 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-26 02:08:49.714 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: port-resource-request 2026-05-26 02:08:49.715 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-26 02:08:49.716 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-26 02:08:49.717 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: binding 2026-05-26 02:08:49.719 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: binding-extended 2026-05-26 02:08:49.719 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: port-security 2026-05-26 02:08:49.720 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: project-id 2026-05-26 02:08:49.721 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: provider 2026-05-26 02:08:49.722 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-26 02:08:49.724 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: qos 2026-05-26 02:08:49.725 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-26 02:08:49.726 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-26 02:08:49.726 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: qos-default 2026-05-26 02:08:49.727 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: qos-fip 2026-05-26 02:08:49.728 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-26 02:08:49.728 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-26 02:08:49.729 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-26 02:08:49.729 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-26 02:08:49.730 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-26 02:08:49.731 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: qos-pps 2026-05-26 02:08:49.731 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-26 02:08:49.732 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-26 02:08:49.733 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: qos-rules-alias 2026-05-26 02:08:49.733 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: quota-check-limit 2026-05-26 02:08:49.734 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-26 02:08:49.736 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: quotas 2026-05-26 02:08:49.737 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: quota_details 2026-05-26 02:08:49.739 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: rbac-policies 2026-05-26 02:08:49.739 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: rbac-address-group 2026-05-26 02:08:49.740 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: rbac-address-scope 2026-05-26 02:08:49.740 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: rbac-security-groups 2026-05-26 02:08:49.741 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-26 02:08:49.741 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: revision-if-match 2026-05-26 02:08:49.742 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-26 02:08:49.743 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: router_availability_zone 2026-05-26 02:08:49.743 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-26 02:08:49.745 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-26 02:08:49.746 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-26 02:08:49.747 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-26 02:08:49.747 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-26 02:08:49.748 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-26 02:08:49.749 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-26 02:08:49.755 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: security-group 2026-05-26 02:08:49.757 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: segment 2026-05-26 02:08:49.758 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-26 02:08:49.759 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: service-type 2026-05-26 02:08:49.760 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: sorting 2026-05-26 02:08:49.760 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: standard-attr-segment 2026-05-26 02:08:49.761 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: standard-attr-description 2026-05-26 02:08:49.762 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: stateful-security-group 2026-05-26 02:08:49.762 7 WARNING neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-26 02:08:49.763 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-26 02:08:49.763 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: subnet-external-network 2026-05-26 02:08:49.764 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: subnet_onboard 2026-05-26 02:08:49.765 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-26 02:08:49.767 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: subnet-service-types 2026-05-26 02:08:49.768 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: subnet_allocation 2026-05-26 02:08:49.769 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-26 02:08:49.769 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: tag-creation 2026-05-26 02:08:49.770 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-26 02:08:49.774 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: standard-attr-tag 2026-05-26 02:08:49.775 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-26 02:08:49.776 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: trunk 2026-05-26 02:08:49.777 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: trunk-details 2026-05-26 02:08:49.778 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-26 02:08:49.778 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-26 02:08:49.779 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-26 02:08:49.780 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-26 02:08:49.781 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-26 02:08:49.783 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-26 02:08:49.784 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: vpn-flavors 2026-05-26 02:08:49.785 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: vpnaas 2026-05-26 02:08:49.787 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: taas 2026-05-26 02:08:49.788 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: tap-mirror 2026-05-26 02:08:49.788 7 INFO neutron.api.extensions [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-26 02:08:49.791 7 INFO neutron.quota.resource_registry [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-26 02:08:49.791 7 INFO neutron.quota.resource_registry [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-26 02:08:49.791 7 INFO neutron.quota.resource_registry [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-26 02:08:49.792 7 INFO neutron.quota.resource_registry [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-26 02:08:49.795 7 INFO neutron.quota.resource_registry [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-26 02:08:49.796 7 INFO neutron.quota.resource_registry [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-26 02:08:49.800 7 INFO neutron.quota.resource_registry [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-26 02:08:49.801 7 INFO neutron.quota.resource_registry [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-26 02:08:49.801 8 INFO neutron.manager [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loading Plugin: trunk 2026-05-26 02:08:49.801 7 INFO neutron.quota.resource_registry [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-26 02:08:49.802 7 INFO neutron.quota.resource_registry [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-26 02:08:49.803 7 WARNING neutron.quota.resource_registry [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] subnetpool is already registered 2026-05-26 02:08:49.803 7 INFO neutron.quota.resource_registry [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-26 02:08:49.803 7 WARNING neutron.quota.resource_registry [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] subnetpool is already registered 2026-05-26 02:08:49.804 7 INFO neutron.quota.resource_registry [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-26 02:08:49.804 7 INFO neutron.quota.resource_registry [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-26 02:08:49.805 7 INFO neutron.quota.resource_registry [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-26 02:08:49.805 7 INFO neutron.quota.resource_registry [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-26 02:08:49.805 7 INFO neutron.quota.resource_registry [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-26 02:08:49.806 7 INFO neutron.quota.resource_registry [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-26 02:08:49.806 7 INFO neutron.quota.resource_registry [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-26 02:08:49.807 7 WARNING neutron.quota.resource_registry [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] ipsecpolicy is already registered 2026-05-26 02:08:49.807 7 INFO neutron.quota.resource_registry [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-26 02:08:49.807 7 WARNING neutron.quota.resource_registry [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] ikepolicy is already registered 2026-05-26 02:08:49.812 7 INFO neutron.quota.resource_registry [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-26 02:08:49.812 7 WARNING neutron.quota.resource_registry [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] router is already registered 2026-05-26 02:08:49.812 7 INFO neutron.quota.resource_registry [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-26 02:08:49.813 7 WARNING neutron.quota.resource_registry [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] floatingip is already registered 2026-05-26 02:08:49.816 7 INFO neutron.quota.resource_registry [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-26 02:08:49.817 7 WARNING neutron.quota.resource_registry [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] rbac_policy is already registered 2026-05-26 02:08:49.817 7 INFO neutron.quota.resource_registry [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-26 02:08:49.817 7 WARNING neutron.quota.resource_registry [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] security_group is already registered 2026-05-26 02:08:49.818 7 INFO neutron.quota.resource_registry [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-26 02:08:49.818 7 WARNING neutron.quota.resource_registry [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] security_group_rule is already registered 2026-05-26 02:08:49.819 7 INFO neutron.quota.resource_registry [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-26 02:08:49.819 7 WARNING neutron.quota.resource_registry [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] subnetpool is already registered 2026-05-26 02:08:49.819 7 INFO neutron.quota.resource_registry [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-26 02:08:49.819 7 WARNING neutron.quota.resource_registry [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] subnetpool is already registered 2026-05-26 02:08:49.820 7 INFO neutron.quota.resource_registry [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-26 02:08:49.820 7 WARNING neutron.quota.resource_registry [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] trunk is already registered 2026-05-26 02:08:49.820 8 INFO neutron.manager [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loading Plugin: vpnaas 2026-05-26 02:08:49.820 7 INFO neutron.quota.resource_registry [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-26 02:08:49.820 7 WARNING neutron.quota.resource_registry [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] ikepolicy is already registered 2026-05-26 02:08:49.821 7 INFO neutron.quota.resource_registry [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-26 02:08:49.821 7 WARNING neutron.quota.resource_registry [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] ipsecpolicy is already registered 2026-05-26 02:08:49.821 7 INFO neutron.quota.resource_registry [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-26 02:08:49.821 7 WARNING neutron.quota.resource_registry [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] endpoint_group is already registered 2026-05-26 02:08:49.822 7 INFO neutron.quota.resource_registry [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-26 02:08:49.822 7 WARNING neutron.quota.resource_registry [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] vpnservice is already registered 2026-05-26 02:08:49.822 7 INFO neutron.quota.resource_registry [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-26 02:08:49.822 7 WARNING neutron.quota.resource_registry [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] ipsec_site_connection is already registered 2026-05-26 02:08:49.823 7 INFO neutron.quota.resource_registry [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-26 02:08:49.823 7 WARNING neutron.quota.resource_registry [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] ipsecpolicy is already registered 2026-05-26 02:08:49.823 7 INFO neutron.quota.resource_registry [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-26 02:08:49.823 7 WARNING neutron.quota.resource_registry [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] ikepolicy is already registered 2026-05-26 02:08:49.863 7 WARNING keystonemiddleware._common.config [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-26 02:08:49.863 8 WARNING stevedore.named [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-26 02:08:49.870 7 WARNING oslo_config.cfg [None req-af229844-b79f-4171-9f12-6c3e7d7a03c0 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f3f418eb668 pid: 7 (default app) 2026-05-26 02:08:49.932 8 INFO neutron_vpnaas.services.vpn.plugin [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-26 02:08:49.932 8 INFO neutron.common.utils [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-26 02:08:49.932 8 INFO neutron.manager [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loading Plugin: taas 2026-05-26 02:08:49.956 8 WARNING stevedore.named [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-26 02:08:49.956 8 WARNING stevedore.named [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-26 02:08:49.975 8 INFO neutron_taas.services.taas.taas_plugin [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-26 02:08:49.975 8 INFO neutron.manager [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loading Plugin: tapmirror 2026-05-26 02:08:49.987 8 WARNING stevedore.named [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-26 02:08:49.987 8 WARNING stevedore.named [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-26 02:08:50.003 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-26 02:08:50.003 8 INFO neutron.manager [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loading Plugin: auto_allocate 2026-05-26 02:08:50.008 8 INFO neutron.manager [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loading Plugin: tag 2026-05-26 02:08:50.016 8 INFO neutron.manager [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loading Plugin: timestamp 2026-05-26 02:08:50.018 8 INFO neutron.manager [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loading Plugin: network_ip_availability 2026-05-26 02:08:50.023 8 INFO neutron.manager [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loading Plugin: flavors 2026-05-26 02:08:50.026 8 INFO neutron.manager [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loading Plugin: revisions 2026-05-26 02:08:50.029 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Initializing extension manager. 2026-05-26 02:08:50.031 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: address-group 2026-05-26 02:08:50.032 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: address-scope 2026-05-26 02:08:50.032 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-26 02:08:50.033 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: agent 2026-05-26 02:08:50.034 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: agent-resources-synced 2026-05-26 02:08:50.035 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: allowed-address-pairs 2026-05-26 02:08:50.035 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: auto-allocated-topology 2026-05-26 02:08:50.036 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: availability_zone 2026-05-26 02:08:50.037 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: availability_zone_filter 2026-05-26 02:08:50.037 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-26 02:08:50.038 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: default-subnetpools 2026-05-26 02:08:50.039 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-26 02:08:50.040 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: dns-integration 2026-05-26 02:08:50.040 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: dns-domain-ports 2026-05-26 02:08:50.041 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-26 02:08:50.041 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: dvr 2026-05-26 02:08:50.042 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-26 02:08:50.042 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: empty-string-filtering 2026-05-26 02:08:50.043 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-26 02:08:50.043 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-26 02:08:50.044 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: external-net 2026-05-26 02:08:50.044 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-26 02:08:50.045 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: extraroute 2026-05-26 02:08:50.045 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: extraroute-atomic 2026-05-26 02:08:50.046 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-26 02:08:50.047 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-26 02:08:50.047 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-26 02:08:50.048 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-26 02:08:50.048 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: fip-port-details 2026-05-26 02:08:50.049 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: flavors 2026-05-26 02:08:50.050 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-26 02:08:50.051 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: floatingip-pools 2026-05-26 02:08:50.051 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: ip_allocation 2026-05-26 02:08:50.052 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: ip-substring-filtering 2026-05-26 02:08:50.053 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: l2_adjacency 2026-05-26 02:08:50.054 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: router 2026-05-26 02:08:50.056 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-26 02:08:50.056 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-26 02:08:50.057 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-26 02:08:50.057 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: ext-gw-mode 2026-05-26 02:08:50.058 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: l3-ha 2026-05-26 02:08:50.058 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-26 02:08:50.059 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-26 02:08:50.059 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: l3-flavors 2026-05-26 02:08:50.060 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-26 02:08:50.061 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-26 02:08:50.063 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-26 02:08:50.065 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-26 02:08:50.066 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-26 02:08:50.067 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-26 02:08:50.067 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-26 02:08:50.068 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: multi-provider 2026-05-26 02:08:50.068 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: net-mtu 2026-05-26 02:08:50.069 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: net-mtu-writable 2026-05-26 02:08:50.069 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: network_availability_zone 2026-05-26 02:08:50.070 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: network_ha 2026-05-26 02:08:50.071 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: network-ip-availability 2026-05-26 02:08:50.072 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-26 02:08:50.072 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: pagination 2026-05-26 02:08:50.073 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: port-device-profile 2026-05-26 02:08:50.073 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-26 02:08:50.074 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-26 02:08:50.074 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-26 02:08:50.074 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: port-mac-override 2026-05-26 02:08:50.075 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-26 02:08:50.075 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-26 02:08:50.076 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-26 02:08:50.076 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: port-resource-request 2026-05-26 02:08:50.077 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: port-resource-request-groups 2026-05-26 02:08:50.077 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-26 02:08:50.078 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: binding 2026-05-26 02:08:50.079 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: binding-extended 2026-05-26 02:08:50.080 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: port-security 2026-05-26 02:08:50.080 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: project-id 2026-05-26 02:08:50.081 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: provider 2026-05-26 02:08:50.082 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-26 02:08:50.084 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: qos 2026-05-26 02:08:50.084 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-26 02:08:50.085 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-26 02:08:50.085 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: qos-default 2026-05-26 02:08:50.086 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: qos-fip 2026-05-26 02:08:50.086 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-26 02:08:50.087 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: qos-gateway-ip 2026-05-26 02:08:50.087 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: qos-port-network-policy 2026-05-26 02:08:50.088 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: qos-pps-minimum 2026-05-26 02:08:50.088 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-26 02:08:50.089 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: qos-pps 2026-05-26 02:08:50.090 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: qos-rule-type-details 2026-05-26 02:08:50.090 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-26 02:08:50.091 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: qos-rules-alias 2026-05-26 02:08:50.091 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: quota-check-limit 2026-05-26 02:08:50.092 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: quota-check-limit-default 2026-05-26 02:08:50.094 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: quotas 2026-05-26 02:08:50.095 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: quota_details 2026-05-26 02:08:50.096 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: rbac-policies 2026-05-26 02:08:50.097 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: rbac-address-group 2026-05-26 02:08:50.097 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: rbac-address-scope 2026-05-26 02:08:50.098 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: rbac-security-groups 2026-05-26 02:08:50.098 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: rbac-subnetpool 2026-05-26 02:08:50.099 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: revision-if-match 2026-05-26 02:08:50.100 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: standard-attr-revisions 2026-05-26 02:08:50.100 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: router_availability_zone 2026-05-26 02:08:50.101 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-26 02:08:50.102 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: security-groups-default-rules 2026-05-26 02:08:50.103 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-26 02:08:50.104 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-26 02:08:50.104 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-26 02:08:50.105 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-26 02:08:50.105 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-26 02:08:50.110 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: security-group 2026-05-26 02:08:50.111 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: segment 2026-05-26 02:08:50.111 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-26 02:08:50.114 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: service-type 2026-05-26 02:08:50.114 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: sorting 2026-05-26 02:08:50.115 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: standard-attr-segment 2026-05-26 02:08:50.115 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: standard-attr-description 2026-05-26 02:08:50.116 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: stateful-security-group 2026-05-26 02:08:50.117 8 WARNING neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-26 02:08:50.117 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-26 02:08:50.118 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: subnet-external-network 2026-05-26 02:08:50.119 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: subnet_onboard 2026-05-26 02:08:50.119 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-26 02:08:50.120 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: subnet-service-types 2026-05-26 02:08:50.121 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: subnet_allocation 2026-05-26 02:08:50.121 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-26 02:08:50.122 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: tag-creation 2026-05-26 02:08:50.122 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-26 02:08:50.126 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: standard-attr-tag 2026-05-26 02:08:50.127 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-26 02:08:50.128 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: trunk 2026-05-26 02:08:50.128 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: trunk-details 2026-05-26 02:08:50.129 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-26 02:08:50.129 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-26 02:08:50.130 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-26 02:08:50.131 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-26 02:08:50.132 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-26 02:08:50.133 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-26 02:08:50.134 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: vpn-flavors 2026-05-26 02:08:50.136 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: vpnaas 2026-05-26 02:08:50.137 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: taas 2026-05-26 02:08:50.138 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: tap-mirror 2026-05-26 02:08:50.138 8 INFO neutron.api.extensions [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Loaded extension: taas-vlan-filter 2026-05-26 02:08:50.141 8 INFO neutron.quota.resource_registry [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-26 02:08:50.141 8 INFO neutron.quota.resource_registry [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-26 02:08:50.141 8 INFO neutron.quota.resource_registry [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-26 02:08:50.141 8 INFO neutron.quota.resource_registry [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-26 02:08:50.145 8 INFO neutron.quota.resource_registry [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-26 02:08:50.145 8 INFO neutron.quota.resource_registry [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-26 02:08:50.149 8 INFO neutron.quota.resource_registry [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-26 02:08:50.150 8 INFO neutron.quota.resource_registry [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-26 02:08:50.151 8 INFO neutron.quota.resource_registry [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-26 02:08:50.151 8 INFO neutron.quota.resource_registry [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-26 02:08:50.152 8 WARNING neutron.quota.resource_registry [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] subnetpool is already registered 2026-05-26 02:08:50.152 8 INFO neutron.quota.resource_registry [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-26 02:08:50.152 8 WARNING neutron.quota.resource_registry [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] subnetpool is already registered 2026-05-26 02:08:50.153 8 INFO neutron.quota.resource_registry [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-26 02:08:50.153 8 INFO neutron.quota.resource_registry [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-26 02:08:50.153 8 INFO neutron.quota.resource_registry [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-26 02:08:50.154 8 INFO neutron.quota.resource_registry [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-26 02:08:50.154 8 INFO neutron.quota.resource_registry [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-26 02:08:50.155 8 INFO neutron.quota.resource_registry [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-26 02:08:50.155 8 INFO neutron.quota.resource_registry [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-26 02:08:50.155 8 WARNING neutron.quota.resource_registry [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] ipsecpolicy is already registered 2026-05-26 02:08:50.156 8 INFO neutron.quota.resource_registry [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-26 02:08:50.156 8 WARNING neutron.quota.resource_registry [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] ikepolicy is already registered 2026-05-26 02:08:50.160 8 INFO neutron.quota.resource_registry [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-26 02:08:50.160 8 WARNING neutron.quota.resource_registry [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] router is already registered 2026-05-26 02:08:50.161 8 INFO neutron.quota.resource_registry [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-26 02:08:50.161 8 WARNING neutron.quota.resource_registry [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] floatingip is already registered 2026-05-26 02:08:50.164 8 INFO neutron.quota.resource_registry [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-26 02:08:50.165 8 WARNING neutron.quota.resource_registry [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] rbac_policy is already registered 2026-05-26 02:08:50.165 8 INFO neutron.quota.resource_registry [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-26 02:08:50.165 8 WARNING neutron.quota.resource_registry [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] security_group is already registered 2026-05-26 02:08:50.166 8 INFO neutron.quota.resource_registry [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-26 02:08:50.166 8 WARNING neutron.quota.resource_registry [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] security_group_rule is already registered 2026-05-26 02:08:50.167 8 INFO neutron.quota.resource_registry [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-26 02:08:50.167 8 WARNING neutron.quota.resource_registry [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] subnetpool is already registered 2026-05-26 02:08:50.167 8 INFO neutron.quota.resource_registry [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-26 02:08:50.167 8 WARNING neutron.quota.resource_registry [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] subnetpool is already registered 2026-05-26 02:08:50.168 8 INFO neutron.quota.resource_registry [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-26 02:08:50.168 8 WARNING neutron.quota.resource_registry [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] trunk is already registered 2026-05-26 02:08:50.168 8 INFO neutron.quota.resource_registry [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-26 02:08:50.168 8 WARNING neutron.quota.resource_registry [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] ikepolicy is already registered 2026-05-26 02:08:50.169 8 INFO neutron.quota.resource_registry [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-26 02:08:50.169 8 WARNING neutron.quota.resource_registry [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] ipsecpolicy is already registered 2026-05-26 02:08:50.169 8 INFO neutron.quota.resource_registry [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-26 02:08:50.169 8 WARNING neutron.quota.resource_registry [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] endpoint_group is already registered 2026-05-26 02:08:50.170 8 INFO neutron.quota.resource_registry [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-26 02:08:50.170 8 WARNING neutron.quota.resource_registry [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] vpnservice is already registered 2026-05-26 02:08:50.170 8 INFO neutron.quota.resource_registry [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-26 02:08:50.170 8 WARNING neutron.quota.resource_registry [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] ipsec_site_connection is already registered 2026-05-26 02:08:50.171 8 INFO neutron.quota.resource_registry [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-26 02:08:50.171 8 WARNING neutron.quota.resource_registry [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] ipsecpolicy is already registered 2026-05-26 02:08:50.171 8 INFO neutron.quota.resource_registry [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-26 02:08:50.171 8 WARNING neutron.quota.resource_registry [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] ikepolicy is already registered 2026-05-26 02:08:50.210 8 WARNING keystonemiddleware._common.config [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-26 02:08:50.217 8 WARNING oslo_config.cfg [None req-2a2bbf83-bbf9-48a8-bf94-8e5d5500632d - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 9 seconds on interpreter 0x7f3f418eb668 pid: 8 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 02:08:54.628 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f48a5908-8dae-4408-a55f-a33e1013a0b2 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2/3] 199.204.45.222 () {44 vars in 928 bytes} [Tue May 26 02:08:53 2026] GET /v2.0/networks/public => generated 108 bytes in 830 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 2/4] 199.204.45.222 () {44 vars in 950 bytes} [Tue May 26 02:08:54 2026] GET /v2.0/networks?name=public => generated 15 bytes in 389 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 02:08:55.450 7 WARNING neutron.services.revisions.revision_plugin [None req-f26fb01a-43bf-4edf-935c-f3b95b1b36c1 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Could not find related network for resource to bump revision. 2026-05-26 02:08:55.469 7 INFO neutron.db.segments_db [None req-f26fb01a-43bf-4edf-935c-f3b95b1b36c1 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Added segment 63d38f45-2bfc-4760-94da-b5d7bdfc3cbc of type flat for network 37a5b8aa-0315-450e-b51f-36266ab91177 2026-05-26 02:08:55.518 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f26fb01a-43bf-4edf-935c-f3b95b1b36c1 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/5] 199.204.45.222 () {48 vars in 968 bytes} [Tue May 26 02:08:55 2026] POST /v2.0/networks => generated 124 bytes in 507 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 02:09:01.742 8 INFO neutron.pecan_wsgi.hooks.translation [None req-eacddac9-9ce6-451e-8c4f-18c1854ed4d2 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/6] 199.204.45.222 () {44 vars in 928 bytes} [Tue May 26 02:09:01 2026] GET /v2.0/networks/public => generated 108 bytes in 383 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4/7] 199.204.45.222 () {44 vars in 950 bytes} [Tue May 26 02:09:01 2026] GET /v2.0/networks?name=public => generated 15 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 02:09:02.048 8 WARNING neutron.services.revisions.revision_plugin [None req-2a9a2e22-8571-4de0-9230-1e9abd822435 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Could not find related network for resource to bump revision. 2026-05-26 02:09:02.085 8 INFO neutron.db.segments_db [None req-2a9a2e22-8571-4de0-9230-1e9abd822435 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Added segment 412d34c2-9a1e-4c7f-802c-a786b2b8cf47 of type flat for network 6451e926-4e70-4959-9105-0ad2c8b6d601 2026-05-26 02:09:02.153 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2a9a2e22-8571-4de0-9230-1e9abd822435 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/8] 199.204.45.222 () {48 vars in 968 bytes} [Tue May 26 02:09:01 2026] POST /v2.0/networks => generated 124 bytes in 392 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 02:09:08.077 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d8588acd-629b-442e-96ba-20bbc928a65b 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/10] 199.204.45.222 () {44 vars in 928 bytes} [Tue May 26 02:09:08 2026] GET /v2.0/networks/public => generated 108 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 6/11] 199.204.45.222 () {44 vars in 950 bytes} [Tue May 26 02:09:08 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-05-26 02:09:08.148 8 WARNING neutron.services.revisions.revision_plugin [None req-83f55d7e-4fcb-450f-89eb-73d2dba32aa9 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Could not find related network for resource to bump revision. 2026-05-26 02:09:08.164 8 INFO neutron.db.segments_db [None req-83f55d7e-4fcb-450f-89eb-73d2dba32aa9 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Added segment 45d3c27b-c52d-43be-b83d-b180daca0fb5 of type flat for network 21becfc9-0f7f-4b56-8526-09c41f617bb8 2026-05-26 02:09:08.191 8 INFO neutron.pecan_wsgi.hooks.translation [None req-83f55d7e-4fcb-450f-89eb-73d2dba32aa9 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/12] 199.204.45.222 () {48 vars in 968 bytes} [Tue May 26 02:09:08 2026] POST /v2.0/networks => generated 124 bytes in 100 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 02:09:14.078 7 INFO neutron.pecan_wsgi.hooks.translation [None req-31c93b8c-ca3c-40d6-9298-25d70786e3f1 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/13] 199.204.45.222 () {44 vars in 928 bytes} [Tue May 26 02:09:14 2026] GET /v2.0/networks/public => generated 108 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 7/14] 199.204.45.222 () {44 vars in 950 bytes} [Tue May 26 02:09:14 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 02:09:14.154 7 WARNING neutron.services.revisions.revision_plugin [None req-7a868aa4-c826-4cb5-bd47-1aeb7b121b8b 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Could not find related network for resource to bump revision. 2026-05-26 02:09:14.169 7 INFO neutron.db.segments_db [None req-7a868aa4-c826-4cb5-bd47-1aeb7b121b8b 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Added segment fa0f45ef-1039-444e-92ae-3e2f40845d4a of type flat for network e0857459-396a-41c5-b91e-fda1cc8552c2 2026-05-26 02:09:14.199 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7a868aa4-c826-4cb5-bd47-1aeb7b121b8b 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/15] 199.204.45.222 () {48 vars in 968 bytes} [Tue May 26 02:09:14 2026] POST /v2.0/networks => generated 124 bytes in 107 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 02:09:20.103 8 INFO neutron.pecan_wsgi.hooks.translation [None req-64ef594c-8a7a-46e0-9851-5f1eeb3b9b00 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/16] 199.204.45.222 () {44 vars in 928 bytes} [Tue May 26 02:09:20 2026] GET /v2.0/networks/public => generated 108 bytes in 63 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 9/17] 199.204.45.222 () {44 vars in 950 bytes} [Tue May 26 02:09:20 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-05-26 02:09:20.175 8 WARNING neutron.services.revisions.revision_plugin [None req-10e8bd20-42eb-448a-964a-f9e4bbeaab1b 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Could not find related network for resource to bump revision. 2026-05-26 02:09:20.197 8 INFO neutron.db.segments_db [None req-10e8bd20-42eb-448a-964a-f9e4bbeaab1b 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Added segment 78a35cc6-243b-4235-9a8c-346854491551 of type flat for network 9c91cd5b-52d9-4ae5-b0d6-baf1054744ef 2026-05-26 02:09:20.224 8 INFO neutron.pecan_wsgi.hooks.translation [None req-10e8bd20-42eb-448a-964a-f9e4bbeaab1b 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/18] 199.204.45.222 () {48 vars in 968 bytes} [Tue May 26 02:09:20 2026] POST /v2.0/networks => generated 124 bytes in 108 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 02:09:26.150 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f22e0478-9a79-45f6-8613-735b8e7bac8d 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/20] 199.204.45.222 () {44 vars in 928 bytes} [Tue May 26 02:09:26 2026] GET /v2.0/networks/public => generated 108 bytes in 84 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 11/21] 199.204.45.222 () {44 vars in 950 bytes} [Tue May 26 02:09:26 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-05-26 02:09:26.226 8 WARNING neutron.services.revisions.revision_plugin [None req-595b3840-53cc-40b7-8b46-0e9424067019 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Could not find related network for resource to bump revision. 2026-05-26 02:09:26.247 8 INFO neutron.db.segments_db [None req-595b3840-53cc-40b7-8b46-0e9424067019 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Added segment e9ca14b8-db3e-4de7-bf27-e8af99080208 of type flat for network 8839bb7c-f994-4227-b4d6-428390fc5fe7 [pid: 8|app: 0|req: 11/22] 199.204.45.222 () {48 vars in 968 bytes} [Tue May 26 02:09:26 2026] POST /v2.0/networks => generated 706 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 02:09:27.593 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fd6819b0-42ff-4420-a2b3-cfd66a246337 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 12/23] 199.204.45.222 () {44 vars in 928 bytes} [Tue May 26 02:09:27 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: 12/24] 199.204.45.222 () {44 vars in 950 bytes} [Tue May 26 02:09:27 2026] GET /v2.0/networks?name=public => generated 709 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:09:27.654 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f46f1b3e-8147-4705-aa6e-46aad5854c27 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 13/25] 199.204.45.222 () {44 vars in 1035 bytes} [Tue May 26 02:09:27 2026] GET /v2.0/subnets/public-subnet?network_id=8839bb7c-f994-4227-b4d6-428390fc5fe7 => generated 113 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/26] 199.204.45.222 () {44 vars in 1058 bytes} [Tue May 26 02:09:27 2026] GET /v2.0/subnets?name=public-subnet&network_id=8839bb7c-f994-4227-b4d6-428390fc5fe7 => generated 14 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 14/27] 199.204.45.222 () {48 vars in 966 bytes} [Tue May 26 02:09:27 2026] POST /v2.0/subnets => generated 664 bytes in 373 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 02:14:23.255 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d28c91a6-74aa-4180-bb7c-c9bed92ebe68 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 34/67] 199.204.45.222 () {44 vars in 938 bytes} [Tue May 26 02:14:23 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 120 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 34/68] 199.204.45.222 () {44 vars in 960 bytes} [Tue May 26 02:14:23 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 02:14:23.346 8 INFO neutron.db.segments_db [None req-c1b5b4c4-c422-427a-9ba2-da8aa8271c7f 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Added segment 69ca485a-29f9-4f94-8257-ab5cd4b671bc of type vxlan for network c74d46c7-f903-4365-a189-b8bd8a66a23e [pid: 8|app: 0|req: 35/69] 199.204.45.222 () {48 vars in 967 bytes} [Tue May 26 02:14:23 2026] POST /v2.0/networks => generated 688 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 02:14:24.374 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a0abade0-8746-40a0-9496-37435ee89f5b 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 35/70] 199.204.45.222 () {44 vars in 938 bytes} [Tue May 26 02:14:24 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/71] 199.204.45.222 () {44 vars in 960 bytes} [Tue May 26 02:14:24 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:14:24.440 7 INFO neutron.pecan_wsgi.hooks.translation [None req-874b9db1-3701-4e8b-adf6-56cdc7a081d0 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 36/72] 199.204.45.222 () {44 vars in 1037 bytes} [Tue May 26 02:14:24 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=c74d46c7-f903-4365-a189-b8bd8a66a23e => generated 114 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/73] 199.204.45.222 () {44 vars in 1060 bytes} [Tue May 26 02:14:24 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=c74d46c7-f903-4365-a189-b8bd8a66a23e => generated 14 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/74] 199.204.45.222 () {48 vars in 966 bytes} [Tue May 26 02:14:24 2026] POST /v2.0/subnets => generated 651 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 02:14:25.836 8 INFO neutron.api.v2.resource [None req-38e38677-3620-47a7-8c41-19d873859718 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 38/75] 199.204.45.222 () {44 vars in 972 bytes} [Tue May 26 02:14:25 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/76] 199.204.45.222 () {44 vars in 994 bytes} [Tue May 26 02:14:25 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/77] 199.204.45.222 () {48 vars in 981 bytes} [Tue May 26 02:14:25 2026] POST /v2.0/security-groups => generated 1616 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/78] 199.204.45.222 () {44 vars in 1002 bytes} [Tue May 26 02:14:27 2026] GET /v2.0/security-groups/b519d360-e55d-419a-a69a-690c4ff0e152 => generated 1616 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/79] 199.204.45.222 () {44 vars in 1002 bytes} [Tue May 26 02:14:27 2026] GET /v2.0/security-groups/b519d360-e55d-419a-a69a-690c4ff0e152 => 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: 40/80] 199.204.45.222 () {44 vars in 1002 bytes} [Tue May 26 02:14:27 2026] GET /v2.0/security-groups/b519d360-e55d-419a-a69a-690c4ff0e152 => generated 1616 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/81] 199.204.45.222 () {48 vars in 992 bytes} [Tue May 26 02:14:27 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: 41/82] 199.204.45.222 () {44 vars in 1002 bytes} [Tue May 26 02:14:28 2026] GET /v2.0/security-groups/b519d360-e55d-419a-a69a-690c4ff0e152 => 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: 42/83] 199.204.45.222 () {44 vars in 1002 bytes} [Tue May 26 02:14:28 2026] GET /v2.0/security-groups/b519d360-e55d-419a-a69a-690c4ff0e152 => generated 2230 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/84] 199.204.45.222 () {44 vars in 1002 bytes} [Tue May 26 02:14:28 2026] GET /v2.0/security-groups/b519d360-e55d-419a-a69a-690c4ff0e152 => 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: 43/85] 199.204.45.222 () {48 vars in 992 bytes} [Tue May 26 02:14:28 2026] POST /v2.0/security-group-rules => generated 603 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/86] 199.204.45.222 () {44 vars in 1002 bytes} [Tue May 26 02:14:29 2026] GET /v2.0/security-groups/b519d360-e55d-419a-a69a-690c4ff0e152 => generated 2846 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/87] 199.204.45.222 () {44 vars in 1002 bytes} [Tue May 26 02:14:29 2026] GET /v2.0/security-groups/b519d360-e55d-419a-a69a-690c4ff0e152 => generated 2846 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/88] 199.204.45.222 () {44 vars in 1002 bytes} [Tue May 26 02:14:29 2026] GET /v2.0/security-groups/b519d360-e55d-419a-a69a-690c4ff0e152 => generated 2846 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/89] 199.204.45.222 () {48 vars in 992 bytes} [Tue May 26 02:14:29 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: 45/90] 199.204.45.222 () {44 vars in 1002 bytes} [Tue May 26 02:14:30 2026] GET /v2.0/security-groups/b519d360-e55d-419a-a69a-690c4ff0e152 => generated 3462 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/91] 199.204.45.222 () {44 vars in 1002 bytes} [Tue May 26 02:14:30 2026] GET /v2.0/security-groups/b519d360-e55d-419a-a69a-690c4ff0e152 => generated 3462 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/92] 199.204.45.222 () {44 vars in 1002 bytes} [Tue May 26 02:14:30 2026] GET /v2.0/security-groups/b519d360-e55d-419a-a69a-690c4ff0e152 => 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: 47/93] 199.204.45.222 () {48 vars in 992 bytes} [Tue May 26 02:14:30 2026] POST /v2.0/security-group-rules => generated 603 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/94] 199.204.45.222 () {44 vars in 1002 bytes} [Tue May 26 02:14:31 2026] GET /v2.0/security-groups/b519d360-e55d-419a-a69a-690c4ff0e152 => generated 4078 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/95] 199.204.45.222 () {44 vars in 1002 bytes} [Tue May 26 02:14:31 2026] GET /v2.0/security-groups/b519d360-e55d-419a-a69a-690c4ff0e152 => generated 4078 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/96] 199.204.45.222 () {44 vars in 1002 bytes} [Tue May 26 02:14:31 2026] GET /v2.0/security-groups/b519d360-e55d-419a-a69a-690c4ff0e152 => generated 4078 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/97] 199.204.45.222 () {48 vars in 992 bytes} [Tue May 26 02:14:31 2026] POST /v2.0/security-group-rules => generated 603 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/98] 199.204.45.222 () {44 vars in 988 bytes} [Tue May 26 02:14:32 2026] GET /v2.0/networks/c74d46c7-f903-4365-a189-b8bd8a66a23e => generated 732 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:14:32.919 8 INFO neutron.pecan_wsgi.hooks.translation [None req-20e43050-f196-44a1-b85a-121f243f8fbe 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 50/99] 199.204.45.222 () {44 vars in 1077 bytes} [Tue May 26 02:14:32 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=c74d46c7-f903-4365-a189-b8bd8a66a23e => generated 132 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/100] 199.204.45.222 () {44 vars in 1100 bytes} [Tue May 26 02:14:32 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=c74d46c7-f903-4365-a189-b8bd8a66a23e => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/101] 199.204.45.222 () {44 vars in 1002 bytes} [Tue May 26 02:14:32 2026] GET /v2.0/security-groups/b519d360-e55d-419a-a69a-690c4ff0e152 => generated 4694 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/102] 199.204.45.222 () {48 vars in 962 bytes} [Tue May 26 02:14:33 2026] POST /v2.0/ports => generated 1096 bytes in 424 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-26 02:14:40.677 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d09e45fe-02dd-4041-b3b5-e646b01ffc84 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 53/105] 199.204.45.222 () {44 vars in 980 bytes} [Tue May 26 02:14:40 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 47 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: 53/106] 199.204.45.222 () {44 vars in 1002 bytes} [Tue May 26 02:14:40 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/107] 199.204.45.222 () {48 vars in 1032 bytes} [Tue May 26 02:14:40 2026] PUT /v2.0/ports/815df5bf-b95e-4980-b6ba-b695536603be => generated 1245 bytes in 722 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/108] 199.204.45.222 () {44 vars in 921 bytes} [Tue May 26 02:14:42 2026] GET /v2.0/ports => generated 3726 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 02:14:44.326 8 INFO neutron.api.v2.resource [None req-c6310e0e-ec14-47bc-ae5e-600fc01ce505 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 55/109] 199.204.45.222 () {44 vars in 960 bytes} [Tue May 26 02:14:44 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/110] 199.204.45.222 () {44 vars in 982 bytes} [Tue May 26 02:14:44 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/111] 199.204.45.222 () {48 vars in 981 bytes} [Tue May 26 02:14:44 2026] POST /v2.0/security-groups => generated 1610 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/112] 199.204.45.222 () {44 vars in 1002 bytes} [Tue May 26 02:14:45 2026] GET /v2.0/security-groups/93eddc1e-81ce-4a98-9724-e414ad7c1ea7 => generated 1610 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/113] 199.204.45.222 () {44 vars in 1002 bytes} [Tue May 26 02:14:45 2026] GET /v2.0/security-groups/93eddc1e-81ce-4a98-9724-e414ad7c1ea7 => generated 1610 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/114] 199.204.45.222 () {44 vars in 1002 bytes} [Tue May 26 02:14:45 2026] GET /v2.0/security-groups/93eddc1e-81ce-4a98-9724-e414ad7c1ea7 => generated 1610 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/115] 199.204.45.222 () {48 vars in 992 bytes} [Tue May 26 02:14:45 2026] POST /v2.0/security-group-rules => generated 621 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/116] 199.204.45.222 () {44 vars in 1002 bytes} [Tue May 26 02:14:46 2026] GET /v2.0/security-groups/93eddc1e-81ce-4a98-9724-e414ad7c1ea7 => generated 2244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/117] 199.204.45.222 () {44 vars in 1002 bytes} [Tue May 26 02:14:46 2026] GET /v2.0/security-groups/93eddc1e-81ce-4a98-9724-e414ad7c1ea7 => generated 2244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/118] 199.204.45.222 () {44 vars in 1002 bytes} [Tue May 26 02:14:46 2026] GET /v2.0/security-groups/93eddc1e-81ce-4a98-9724-e414ad7c1ea7 => generated 2244 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/119] 199.204.45.222 () {48 vars in 992 bytes} [Tue May 26 02:14:46 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: 8|app: 0|req: 65/128] 199.204.45.222 () {44 vars in 976 bytes} [Tue May 26 02:15:49 2026] GET /v2.0/quotas/1b7a56aaee1a4eceacc2f0e9799acce6 => 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: 64/129] 199.204.45.222 () {48 vars in 1028 bytes} [Tue May 26 02:15:50 2026] PUT /v2.0/quotas/1b7a56aaee1a4eceacc2f0e9799acce6 => generated 291 bytes in 30 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-05-26 02:18:11.016 7 INFO neutron.pecan_wsgi.hooks.translation [None req-032f1ead-4e15-4bfb-801a-43bccc4d5f75 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 75/150] 199.204.45.222 () {30 vars in 741 bytes} [Tue May 26 02:18:10 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 230 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 76/151] 199.204.45.222 () {30 vars in 763 bytes} [Tue May 26 02:18:11 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 02:18:12.912 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a9945fbb-c727-4f2b-99b4-5ba03d94b29c 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 76/152] 199.204.45.222 () {30 vars in 741 bytes} [Tue May 26 02:18:12 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 61 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 77/153] 199.204.45.222 () {30 vars in 763 bytes} [Tue May 26 02:18:12 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 02:24:16.039 8 INFO neutron.api.v2.resource [None req-4bd08bc6-d92b-4a9b-aaa6-d4731cb3d2c8 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 102/202] 199.204.45.222 () {44 vars in 1075 bytes} [Tue May 26 02:24:15 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=0a1823e096f5472aafb20570ac9caa5e => generated 139 bytes in 209 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 101/203] 199.204.45.222 () {44 vars in 1098 bytes} [Tue May 26 02:24:16 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=0a1823e096f5472aafb20570ac9caa5e => generated 23 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 103/204] 199.204.45.222 () {48 vars in 982 bytes} [Tue May 26 02:24:16 2026] POST /v2.0/security-groups => generated 1624 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 102/205] 199.204.45.222 () {44 vars in 1089 bytes} [Tue May 26 02:24:17 2026] GET /v2.0/security-groups/6edb4076-3a1f-45dc-9268-817329724e65?project_id=0a1823e096f5472aafb20570ac9caa5e => generated 1624 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/206] 199.204.45.222 () {44 vars in 1002 bytes} [Tue May 26 02:24:17 2026] GET /v2.0/security-groups/6edb4076-3a1f-45dc-9268-817329724e65 => generated 1624 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 103/207] 199.204.45.222 () {44 vars in 1089 bytes} [Tue May 26 02:24:17 2026] GET /v2.0/security-groups/6edb4076-3a1f-45dc-9268-817329724e65?project_id=0a1823e096f5472aafb20570ac9caa5e => generated 1624 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/208] 199.204.45.222 () {48 vars in 992 bytes} [Tue May 26 02:24:17 2026] POST /v2.0/security-group-rules => generated 597 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/209] 199.204.45.222 () {44 vars in 1089 bytes} [Tue May 26 02:24:18 2026] GET /v2.0/security-groups/6edb4076-3a1f-45dc-9268-817329724e65?project_id=0a1823e096f5472aafb20570ac9caa5e => generated 2234 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/210] 199.204.45.222 () {44 vars in 1002 bytes} [Tue May 26 02:24:18 2026] GET /v2.0/security-groups/6edb4076-3a1f-45dc-9268-817329724e65 => 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: 105/211] 199.204.45.222 () {44 vars in 1089 bytes} [Tue May 26 02:24:18 2026] GET /v2.0/security-groups/6edb4076-3a1f-45dc-9268-817329724e65?project_id=0a1823e096f5472aafb20570ac9caa5e => generated 2234 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/212] 199.204.45.222 () {48 vars in 992 bytes} [Tue May 26 02:24:18 2026] POST /v2.0/security-group-rules => generated 599 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/213] 199.204.45.222 () {44 vars in 1089 bytes} [Tue May 26 02:24:19 2026] GET /v2.0/security-groups/6edb4076-3a1f-45dc-9268-817329724e65?project_id=0a1823e096f5472aafb20570ac9caa5e => generated 2846 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/214] 199.204.45.222 () {44 vars in 1002 bytes} [Tue May 26 02:24:19 2026] GET /v2.0/security-groups/6edb4076-3a1f-45dc-9268-817329724e65 => generated 2846 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/215] 199.204.45.222 () {44 vars in 1089 bytes} [Tue May 26 02:24:19 2026] GET /v2.0/security-groups/6edb4076-3a1f-45dc-9268-817329724e65?project_id=0a1823e096f5472aafb20570ac9caa5e => 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: 109/216] 199.204.45.222 () {48 vars in 992 bytes} [Tue May 26 02:24:19 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: 7|app: 0|req: 108/217] 199.204.45.222 () {44 vars in 1089 bytes} [Tue May 26 02:24:21 2026] GET /v2.0/security-groups/6edb4076-3a1f-45dc-9268-817329724e65?project_id=0a1823e096f5472aafb20570ac9caa5e => generated 3460 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/218] 199.204.45.222 () {44 vars in 1002 bytes} [Tue May 26 02:24:21 2026] GET /v2.0/security-groups/6edb4076-3a1f-45dc-9268-817329724e65 => generated 3460 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/219] 199.204.45.222 () {44 vars in 1089 bytes} [Tue May 26 02:24:21 2026] GET /v2.0/security-groups/6edb4076-3a1f-45dc-9268-817329724e65?project_id=0a1823e096f5472aafb20570ac9caa5e => generated 3460 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/220] 199.204.45.222 () {48 vars in 992 bytes} [Tue May 26 02:24:21 2026] POST /v2.0/security-group-rules => generated 602 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/241] 199.204.45.222 () {30 vars in 740 bytes} [Tue May 26 02:26:42 2026] GET /v2.0/networks?tenant_id=0a1823e096f5472aafb20570ac9caa5e&shared=False => generated 15 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 02:26:42.702 7 INFO neutron.db.segments_db [None req-689a5bb0-72bb-450d-a37e-a395e82acb7e 1dd9179a97364c09a6b7a54838e70b3e 0a1823e096f5472aafb20570ac9caa5e - - 07ec5f1350bf4a00b879a4ef64df32ae 07ec5f1350bf4a00b879a4ef64df32ae] Added segment eea6286d-810c-4b30-8204-d1d28c722564 of type vxlan for network ebac7279-264b-4953-92cb-21901da3828e [pid: 7|app: 0|req: 120/242] 199.204.45.222 () {34 vars in 682 bytes} [Tue May 26 02:26:42 2026] POST /v2.0/networks => generated 699 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/243] 199.204.45.222 () {30 vars in 722 bytes} [Tue May 26 02:26:42 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 121/244] 199.204.45.222 () {30 vars in 633 bytes} [Tue May 26 02:26:42 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: 124/245] 199.204.45.222 () {34 vars in 677 bytes} [Tue May 26 02:26:42 2026] POST /v2.0/ports => generated 999 bytes in 545 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/246] 199.204.45.222 () {30 vars in 703 bytes} [Tue May 26 02:26:43 2026] GET /v2.0/networks/ebac7279-264b-4953-92cb-21901da3828e => generated 705 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 125/247] 199.204.45.222 () {30 vars in 722 bytes} [Tue May 26 02:26:45 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/248] 199.204.45.222 () {30 vars in 703 bytes} [Tue May 26 02:26:45 2026] GET /v2.0/networks/ebac7279-264b-4953-92cb-21901da3828e => generated 705 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/253] 199.204.45.222 () {44 vars in 976 bytes} [Tue May 26 02:27:10 2026] GET /v2.0/quotas/0a1823e096f5472aafb20570ac9caa5e => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 128/254] 199.204.45.222 () {48 vars in 1028 bytes} [Tue May 26 02:27:10 2026] PUT /v2.0/quotas/0a1823e096f5472aafb20570ac9caa5e => generated 291 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:39:18.144 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a133e1e3-b4ba-4760-958a-0f30fef8c32f 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 175/351] 199.204.45.222 () {44 vars in 928 bytes} [Tue May 26 02:39:17 2026] GET /v2.0/networks/public => generated 108 bytes in 150 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 177/352] 199.204.45.222 () {44 vars in 950 bytes} [Tue May 26 02:39:18 2026] GET /v2.0/networks?name=public => generated 753 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:39:19.461 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b3fe2c70-6cc1-4903-a77a-a95dc7b161db 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 176/353] 199.204.45.222 () {44 vars in 928 bytes} [Tue May 26 02:39:19 2026] GET /v2.0/networks/public => generated 108 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 178/354] 199.204.45.222 () {44 vars in 950 bytes} [Tue May 26 02:39:19 2026] GET /v2.0/networks?name=public => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:39:19.538 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3158d7c6-ce89-4a28-97af-bc62c993dd14 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 177/355] 199.204.45.222 () {44 vars in 1035 bytes} [Tue May 26 02:39:19 2026] GET /v2.0/subnets/public-subnet?network_id=8839bb7c-f994-4227-b4d6-428390fc5fe7 => generated 113 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 179/356] 199.204.45.222 () {44 vars in 1058 bytes} [Tue May 26 02:39:19 2026] GET /v2.0/subnets?name=public-subnet&network_id=8839bb7c-f994-4227-b4d6-428390fc5fe7 => generated 667 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:39:49.063 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ecf98dd1-3d85-4f47-b802-b2023fa161a3 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 182/361] 199.204.45.222 () {44 vars in 938 bytes} [Tue May 26 02:39:48 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 66 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 180/362] 199.204.45.222 () {44 vars in 960 bytes} [Tue May 26 02:39:49 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:39:50.133 8 INFO neutron.pecan_wsgi.hooks.translation [None req-79f8badb-47e0-4cd4-a36e-b9a822d10542 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 183/363] 199.204.45.222 () {44 vars in 938 bytes} [Tue May 26 02:39:50 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 181/364] 199.204.45.222 () {44 vars in 960 bytes} [Tue May 26 02:39:50 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:39:50.198 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3f106fce-d137-4770-a485-e843a03ab683 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 184/365] 199.204.45.222 () {44 vars in 1037 bytes} [Tue May 26 02:39:50 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=c74d46c7-f903-4365-a189-b8bd8a66a23e => generated 114 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/366] 199.204.45.222 () {44 vars in 1060 bytes} [Tue May 26 02:39:50 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=c74d46c7-f903-4365-a189-b8bd8a66a23e => generated 654 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:39:51.470 8 INFO neutron.api.v2.resource [None req-2e3bced7-725d-4955-bf06-ee247e008cf2 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 185/367] 199.204.45.222 () {44 vars in 972 bytes} [Tue May 26 02:39:51 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/368] 199.204.45.222 () {44 vars in 994 bytes} [Tue May 26 02:39:51 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/371] 199.204.45.222 () {44 vars in 1002 bytes} [Tue May 26 02:39:52 2026] GET /v2.0/security-groups/b519d360-e55d-419a-a69a-690c4ff0e152 => generated 4694 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/372] 199.204.45.222 () {44 vars in 1002 bytes} [Tue May 26 02:39:52 2026] GET /v2.0/security-groups/b519d360-e55d-419a-a69a-690c4ff0e152 => generated 4694 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/373] 199.204.45.222 () {44 vars in 1012 bytes} [Tue May 26 02:39:52 2026] GET /v2.0/security-group-rules/8a4d6c84-cfbe-4e82-bfcb-8fffc9acb5e6 => generated 601 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/374] 199.204.45.222 () {44 vars in 1002 bytes} [Tue May 26 02:39:53 2026] GET /v2.0/security-groups/b519d360-e55d-419a-a69a-690c4ff0e152 => generated 4694 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/375] 199.204.45.222 () {44 vars in 1002 bytes} [Tue May 26 02:39:53 2026] GET /v2.0/security-groups/b519d360-e55d-419a-a69a-690c4ff0e152 => generated 4694 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/376] 199.204.45.222 () {44 vars in 1012 bytes} [Tue May 26 02:39:53 2026] GET /v2.0/security-group-rules/8b3df2a5-d47b-4b03-97d1-10cb036426cf => generated 603 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/377] 199.204.45.222 () {44 vars in 1002 bytes} [Tue May 26 02:39:54 2026] GET /v2.0/security-groups/b519d360-e55d-419a-a69a-690c4ff0e152 => generated 4694 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/378] 199.204.45.222 () {44 vars in 1002 bytes} [Tue May 26 02:39:54 2026] GET /v2.0/security-groups/b519d360-e55d-419a-a69a-690c4ff0e152 => generated 4694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/379] 199.204.45.222 () {44 vars in 1012 bytes} [Tue May 26 02:39:54 2026] GET /v2.0/security-group-rules/6dc1400e-9dda-48d1-81f5-4c07350d19b0 => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/380] 199.204.45.222 () {44 vars in 1002 bytes} [Tue May 26 02:39:55 2026] GET /v2.0/security-groups/b519d360-e55d-419a-a69a-690c4ff0e152 => generated 4694 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/381] 199.204.45.222 () {44 vars in 1002 bytes} [Tue May 26 02:39:55 2026] GET /v2.0/security-groups/b519d360-e55d-419a-a69a-690c4ff0e152 => generated 4694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/382] 199.204.45.222 () {44 vars in 1012 bytes} [Tue May 26 02:39:55 2026] GET /v2.0/security-group-rules/5cba7411-04d4-41d3-a997-07dcf2a297fa => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/383] 199.204.45.222 () {44 vars in 1002 bytes} [Tue May 26 02:39:56 2026] GET /v2.0/security-groups/b519d360-e55d-419a-a69a-690c4ff0e152 => generated 4694 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/384] 199.204.45.222 () {44 vars in 1002 bytes} [Tue May 26 02:39:56 2026] GET /v2.0/security-groups/b519d360-e55d-419a-a69a-690c4ff0e152 => generated 4694 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/385] 199.204.45.222 () {44 vars in 1012 bytes} [Tue May 26 02:39:56 2026] GET /v2.0/security-group-rules/14e72bca-4cc7-4b7a-9ca6-39a13e134e7b => generated 603 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/386] 199.204.45.222 () {44 vars in 988 bytes} [Tue May 26 02:39:58 2026] GET /v2.0/networks/c74d46c7-f903-4365-a189-b8bd8a66a23e => generated 732 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:39:58.225 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4379c895-4019-49eb-89eb-5f470e6e450c 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 193/387] 199.204.45.222 () {44 vars in 1077 bytes} [Tue May 26 02:39:58 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=c74d46c7-f903-4365-a189-b8bd8a66a23e => 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: 195/388] 199.204.45.222 () {44 vars in 1100 bytes} [Tue May 26 02:39:58 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=c74d46c7-f903-4365-a189-b8bd8a66a23e => generated 1250 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/389] 199.204.45.222 () {44 vars in 1002 bytes} [Tue May 26 02:39:58 2026] GET /v2.0/security-groups/b519d360-e55d-419a-a69a-690c4ff0e152 => generated 4694 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 02:40:07.862 8 INFO neutron.pecan_wsgi.hooks.translation [None req-17873446-ff00-4d04-ac22-d343c50f066d 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 197/392] 199.204.45.222 () {44 vars in 980 bytes} [Tue May 26 02:40:07 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/393] 199.204.45.222 () {44 vars in 1002 bytes} [Tue May 26 02:40:07 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1250 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/394] 199.204.45.222 () {44 vars in 921 bytes} [Tue May 26 02:40:09 2026] GET /v2.0/ports => generated 4721 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 02:40:10.907 7 INFO neutron.api.v2.resource [None req-0b2e43a4-db55-4753-9dc3-d313a5ed5e03 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 197/395] 199.204.45.222 () {44 vars in 960 bytes} [Tue May 26 02:40:10 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/396] 199.204.45.222 () {44 vars in 982 bytes} [Tue May 26 02:40:10 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2881 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/397] 199.204.45.222 () {44 vars in 1002 bytes} [Tue May 26 02:40:11 2026] GET /v2.0/security-groups/93eddc1e-81ce-4a98-9724-e414ad7c1ea7 => generated 2882 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/398] 199.204.45.222 () {44 vars in 1002 bytes} [Tue May 26 02:40:11 2026] GET /v2.0/security-groups/93eddc1e-81ce-4a98-9724-e414ad7c1ea7 => generated 2882 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/399] 199.204.45.222 () {44 vars in 1012 bytes} [Tue May 26 02:40:12 2026] GET /v2.0/security-group-rules/fd5bc05b-e7f3-48e3-a92e-bc48e4b952cf => generated 621 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/400] 199.204.45.222 () {44 vars in 1002 bytes} [Tue May 26 02:40:12 2026] GET /v2.0/security-groups/93eddc1e-81ce-4a98-9724-e414ad7c1ea7 => generated 2882 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/401] 199.204.45.222 () {44 vars in 1002 bytes} [Tue May 26 02:40:13 2026] GET /v2.0/security-groups/93eddc1e-81ce-4a98-9724-e414ad7c1ea7 => generated 2882 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/402] 199.204.45.222 () {44 vars in 1012 bytes} [Tue May 26 02:40:13 2026] GET /v2.0/security-group-rules/0550fc32-50ce-4c0b-ab91-ae91bb393212 => generated 625 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/405] 199.204.45.222 () {44 vars in 976 bytes} [Tue May 26 02:40:26 2026] GET /v2.0/quotas/1b7a56aaee1a4eceacc2f0e9799acce6 => generated 291 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:41:23.612 8 INFO neutron.api.v2.resource [None req-2eaf2c8c-6492-407f-9334-45b91e7e42e5 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 209/414] 199.204.45.222 () {44 vars in 1075 bytes} [Tue May 26 02:41:23 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=0a1823e096f5472aafb20570ac9caa5e => generated 139 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/415] 199.204.45.222 () {44 vars in 1098 bytes} [Tue May 26 02:41:23 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=0a1823e096f5472aafb20570ac9caa5e => generated 4072 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/416] 199.204.45.222 () {44 vars in 1089 bytes} [Tue May 26 02:41:24 2026] GET /v2.0/security-groups/6edb4076-3a1f-45dc-9268-817329724e65?project_id=0a1823e096f5472aafb20570ac9caa5e => generated 4075 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/417] 199.204.45.222 () {44 vars in 1002 bytes} [Tue May 26 02:41:24 2026] GET /v2.0/security-groups/6edb4076-3a1f-45dc-9268-817329724e65 => generated 4075 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/418] 199.204.45.222 () {44 vars in 1012 bytes} [Tue May 26 02:41:24 2026] GET /v2.0/security-group-rules/6b9ec31b-abf9-494b-a9d7-4d66c53204e8 => generated 597 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/419] 199.204.45.222 () {44 vars in 1089 bytes} [Tue May 26 02:41:25 2026] GET /v2.0/security-groups/6edb4076-3a1f-45dc-9268-817329724e65?project_id=0a1823e096f5472aafb20570ac9caa5e => generated 4075 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/420] 199.204.45.222 () {44 vars in 1002 bytes} [Tue May 26 02:41:25 2026] GET /v2.0/security-groups/6edb4076-3a1f-45dc-9268-817329724e65 => generated 4075 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/421] 199.204.45.222 () {44 vars in 1012 bytes} [Tue May 26 02:41:25 2026] GET /v2.0/security-group-rules/ea44159f-4627-4b53-ab76-a0884065ccc5 => generated 599 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/422] 199.204.45.222 () {44 vars in 1089 bytes} [Tue May 26 02:41:26 2026] GET /v2.0/security-groups/6edb4076-3a1f-45dc-9268-817329724e65?project_id=0a1823e096f5472aafb20570ac9caa5e => generated 4075 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/423] 199.204.45.222 () {44 vars in 1002 bytes} [Tue May 26 02:41:26 2026] GET /v2.0/security-groups/6edb4076-3a1f-45dc-9268-817329724e65 => generated 4075 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/424] 199.204.45.222 () {44 vars in 1012 bytes} [Tue May 26 02:41:26 2026] GET /v2.0/security-group-rules/56fd504b-0a69-43a2-9df9-3547e04adb77 => generated 601 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/425] 199.204.45.222 () {44 vars in 1089 bytes} [Tue May 26 02:41:28 2026] GET /v2.0/security-groups/6edb4076-3a1f-45dc-9268-817329724e65?project_id=0a1823e096f5472aafb20570ac9caa5e => generated 4075 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/426] 199.204.45.222 () {44 vars in 1002 bytes} [Tue May 26 02:41:28 2026] GET /v2.0/security-groups/6edb4076-3a1f-45dc-9268-817329724e65 => generated 4075 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/427] 199.204.45.222 () {44 vars in 1012 bytes} [Tue May 26 02:41:28 2026] GET /v2.0/security-group-rules/a6136924-3d1e-4576-8550-a46125d3a6ab => generated 602 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/428] 199.204.45.222 () {44 vars in 976 bytes} [Tue May 26 02:41:35 2026] GET /v2.0/quotas/0a1823e096f5472aafb20570ac9caa5e => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/437] 199.204.45.222 () {44 vars in 950 bytes} [Tue May 26 02:42:28 2026] GET /v2.0/networks?name=public => generated 753 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/444] 10.0.0.73 () {32 vars in 648 bytes} [Tue May 26 02:43:09 2026] GET /v2.0/networks => generated 2168 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/445] 10.0.0.73 () {32 vars in 654 bytes} [Tue May 26 02:43:11 2026] GET /v2.0/floatingips => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/446] 10.0.0.73 () {32 vars in 646 bytes} [Tue May 26 02:43:11 2026] GET /v2.0/routers => generated 15 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/447] 10.0.0.73 () {32 vars in 642 bytes} [Tue May 26 02:43:11 2026] GET /v2.0/ports => generated 4721 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/448] 10.0.0.73 () {32 vars in 646 bytes} [Tue May 26 02:43:11 2026] GET /v2.0/subnets => generated 1308 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/449] 10.0.0.73 () {32 vars in 648 bytes} [Tue May 26 02:43:11 2026] GET /v2.0/networks => generated 2168 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/450] 10.0.0.73 () {32 vars in 662 bytes} [Tue May 26 02:43:11 2026] GET /v2.0/security-groups => generated 17397 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/451] 10.0.0.73 () {32 vars in 654 bytes} [Tue May 26 02:43:11 2026] GET /v2.0/subnetpools => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 02:43:23.430 8 INFO neutron.db.segments_db [None req-cc93f118-0bc0-46ae-bd04-5d98cf4fd7af 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Added segment 2a3af53b-22bb-4462-91b6-9f2c2e2702f0 of type vxlan for network 98f62a37-dfce-41a2-8838-69873178fdaf 2026-05-26 02:43:23.512 7 INFO neutron.db.segments_db [None req-702f75a6-f959-4186-b604-844c315c62f8 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Added segment a6d1fe60-a1d4-497c-8213-d6216e80e74f of type vxlan for network 2907f6e5-4bc6-43e7-90cd-81e98b3de676 [pid: 8|app: 0|req: 229/454] 10.0.0.73 () {34 vars in 670 bytes} [Tue May 26 02:43:23 2026] POST /v2.0/networks => generated 729 bytes in 448 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/455] 10.0.0.73 () {34 vars in 670 bytes} [Tue May 26 02:43:23 2026] POST /v2.0/networks => generated 733 bytes in 488 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 02:43:23.799 8 INFO neutron.db.segments_db [None req-c230ea6b-2670-4aac-90a4-a3f474fd8cfe 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Added segment 1ec245fc-2356-41c0-ba47-568c7a25b75b of type vxlan for network 9a48eaa7-ac33-422d-9c46-1b23970606c2 [pid: 7|app: 0|req: 227/456] 10.0.0.73 () {34 vars in 668 bytes} [Tue May 26 02:43:23 2026] POST /v2.0/subnets => generated 695 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/457] 10.0.0.73 () {34 vars in 670 bytes} [Tue May 26 02:43:23 2026] POST /v2.0/networks => generated 725 bytes in 348 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/458] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:43:23 2026] GET /v2.0/security-groups?tenant_id=fd6fc27735554226ac9cd01690494280&name=default => generated 2921 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 02:43:24.044 7 INFO neutron.db.segments_db [None req-98c08c33-2cb1-4d68-9dbc-83331c409f8e 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Added segment 97dfd3d6-140a-4001-aaa2-9d825fd075e3 of type vxlan for network 143eb187-eb16-4424-a568-7f3e0104e3dc [pid: 8|app: 0|req: 231/459] 10.0.0.73 () {34 vars in 668 bytes} [Tue May 26 02:43:23 2026] POST /v2.0/subnets => generated 699 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/460] 10.0.0.73 () {34 vars in 668 bytes} [Tue May 26 02:43:24 2026] POST /v2.0/subnets => generated 691 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 02:43:24.318 7 INFO neutron.db.l3_hamode_db [None req-98c08c33-2cb1-4d68-9dbc-83331c409f8e 71fc9f8c50354854949fb43ca4050159 d8d620be21b941dc8fbff4e8d4d0b0f1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 233/461] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:43:24 2026] DELETE /v2.0/security-groups/8a0b2124-76a6-4444-a592-1366cf85d181 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 02:43:24.477 8 INFO neutron.db.segments_db [None req-c20e186c-6921-4cd0-a75a-7e17e4e6a861 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Added segment 88915ce0-e2bc-492d-9237-61c6fccff565 of type vxlan for network 6dfa98de-3948-4a22-b28a-24407fad3abd 2026-05-26 02:43:24.754 8 INFO neutron.db.l3_hamode_db [None req-c20e186c-6921-4cd0-a75a-7e17e4e6a861 71fc9f8c50354854949fb43ca4050159 f27c210b27144c7b975e49c34fe1fc3b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 02:43:25.349 7 INFO neutron.db.l3_hamode_db [None req-98c08c33-2cb1-4d68-9dbc-83331c409f8e 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 02:43:26.031 8 INFO neutron.db.l3_hamode_db [None req-c20e186c-6921-4cd0-a75a-7e17e4e6a861 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 229/462] 10.0.0.73 () {34 vars in 668 bytes} [Tue May 26 02:43:23 2026] POST /v2.0/routers => generated 735 bytes in 2796 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 02:43:26.838 7 INFO neutron.db.segments_db [None req-4394f927-9077-405f-bb7a-8d4ba8bc2708 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Added segment 642a235c-f970-4d12-ac8e-39cce460d33f of type vxlan for network 86cea845-5e8e-446d-a164-9ac34ba2229d 2026-05-26 02:43:27.190 7 INFO neutron.db.l3_hamode_db [None req-4394f927-9077-405f-bb7a-8d4ba8bc2708 71fc9f8c50354854949fb43ca4050159 2f921ea7ff6543d1adbef1e525b1bcec - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 234/463] 10.0.0.73 () {34 vars in 668 bytes} [Tue May 26 02:43:24 2026] POST /v2.0/routers => generated 739 bytes in 2883 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 02:43:27.689 8 INFO neutron.db.segments_db [None req-6e4b39da-170d-48e3-ae15-add3471339d6 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Added segment e5d3a9a1-e207-4023-b71d-fa17b8c4a5f6 of type vxlan for network a7ebd0f1-b57d-48d8-89f6-473d4b11659a [pid: 8|app: 0|req: 235/464] 10.0.0.73 () {34 vars in 670 bytes} [Tue May 26 02:43:27 2026] POST /v2.0/networks => generated 729 bytes in 466 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 02:43:28.101 7 INFO neutron.db.l3_hamode_db [None req-4394f927-9077-405f-bb7a-8d4ba8bc2708 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 230/465] 10.0.0.73 () {34 vars in 668 bytes} [Tue May 26 02:43:26 2026] POST /v2.0/routers => generated 731 bytes in 2196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/466] 10.0.0.73 () {34 vars in 782 bytes} [Tue May 26 02:43:27 2026] PUT /v2.0/routers/6a4c27a8-b6a5-4873-b947-bce8f9083c37/add_router_interface => generated 309 bytes in 1371 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/467] 10.0.0.73 () {34 vars in 668 bytes} [Tue May 26 02:43:29 2026] POST /v2.0/subnets => generated 695 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/468] 10.0.0.73 () {34 vars in 782 bytes} [Tue May 26 02:43:28 2026] PUT /v2.0/routers/91504012-855a-4be7-a3bd-186e04599c87/add_router_interface => generated 309 bytes in 1385 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:43:30.432 7 INFO neutron.db.segments_db [None req-fbfb23ac-fcf1-4938-9fd0-23e62be875ee 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Added segment 5b97ddcd-e0bb-41cd-972e-07afd0125858 of type vxlan for network ccc036d3-ac4a-466c-a90b-9232500a7011 2026-05-26 02:43:30.774 7 INFO neutron.db.l3_hamode_db [None req-fbfb23ac-fcf1-4938-9fd0-23e62be875ee 71fc9f8c50354854949fb43ca4050159 33e99c99c5964c06a00ee23a4681a7c1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 238/469] 10.0.0.73 () {34 vars in 782 bytes} [Tue May 26 02:43:29 2026] PUT /v2.0/routers/f6c5e83a-2629-4cb2-b7c9-fb21af348d0c/add_router_interface => generated 309 bytes in 1418 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/470] 10.0.0.73 () {34 vars in 684 bytes} [Tue May 26 02:43:30 2026] POST /v2.0/security-groups => generated 1661 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/471] 10.0.0.73 () {34 vars in 684 bytes} [Tue May 26 02:43:30 2026] POST /v2.0/security-groups => generated 1661 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/472] 10.0.0.73 () {34 vars in 694 bytes} [Tue May 26 02:43:31 2026] POST /v2.0/security-group-rules => generated 597 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/473] 10.0.0.73 () {34 vars in 694 bytes} [Tue May 26 02:43:31 2026] POST /v2.0/security-group-rules => generated 597 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/474] 10.0.0.73 () {34 vars in 694 bytes} [Tue May 26 02:43:31 2026] POST /v2.0/security-group-rules => generated 602 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 02:43:31.547 7 INFO neutron.db.l3_hamode_db [None req-fbfb23ac-fcf1-4938-9fd0-23e62be875ee 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 244/475] 10.0.0.73 () {34 vars in 694 bytes} [Tue May 26 02:43:31 2026] POST /v2.0/security-group-rules => generated 602 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/476] 10.0.0.73 () {34 vars in 675 bytes} [Tue May 26 02:43:31 2026] POST /v2.0/floatingips => generated 552 bytes in 535 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/477] 10.0.0.73 () {34 vars in 668 bytes} [Tue May 26 02:43:30 2026] POST /v2.0/routers => generated 735 bytes in 2163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/478] 10.0.0.73 () {34 vars in 675 bytes} [Tue May 26 02:43:32 2026] POST /v2.0/floatingips => generated 552 bytes in 472 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/479] 10.0.0.4 () {38 vars in 969 bytes} [Tue May 26 02:43:32 2026] POST /v2.0/security-groups => generated 1682 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/480] 10.0.0.4 () {34 vars in 1098 bytes} [Tue May 26 02:43:33 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2096957780&fields=id&tenant_id=f27c210b27144c7b975e49c34fe1fc3b => generated 69 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/481] 10.0.0.4 () {38 vars in 969 bytes} [Tue May 26 02:43:33 2026] POST /v2.0/security-groups => generated 1681 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/482] 10.0.0.4 () {34 vars in 980 bytes} [Tue May 26 02:43:33 2026] GET /v2.0/networks?id=2907f6e5-4bc6-43e7-90cd-81e98b3de676 => generated 684 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/483] 10.0.0.4 () {38 vars in 969 bytes} [Tue May 26 02:43:33 2026] POST /v2.0/security-groups => generated 1681 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/484] 10.0.0.4 () {34 vars in 963 bytes} [Tue May 26 02:43:33 2026] GET /v2.0/quotas/f27c210b27144c7b975e49c34fe1fc3b => 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: 239/485] 10.0.0.4 () {34 vars in 1000 bytes} [Tue May 26 02:43:33 2026] GET /v2.0/ports?tenant_id=f27c210b27144c7b975e49c34fe1fc3b&fields=id => generated 103 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/486] 10.0.0.4 () {34 vars in 1000 bytes} [Tue May 26 02:43:33 2026] GET /v2.0/security-groups?tenant_id=2f921ea7ff6543d1adbef1e525b1bcec => generated 7905 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/487] 10.0.0.4 () {34 vars in 989 bytes} [Tue May 26 02:43:33 2026] GET /v2.0/security-groups/7aea5ed1-0ec8-4a2d-8da6-bb96b2c109b0 => generated 2918 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/488] 10.0.0.4 () {34 vars in 989 bytes} [Tue May 26 02:43:33 2026] GET /v2.0/security-groups/7aea5ed1-0ec8-4a2d-8da6-bb96b2c109b0 => generated 2918 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/489] 10.0.0.4 () {34 vars in 989 bytes} [Tue May 26 02:43:33 2026] GET /v2.0/security-groups/77de9d77-6fb1-4d36-80ea-913b2fb137b1 => generated 1682 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/490] 10.0.0.4 () {36 vars in 1011 bytes} [Tue May 26 02:43:33 2026] DELETE /v2.0/security-groups/77de9d77-6fb1-4d36-80ea-913b2fb137b1 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 02:43:33.936 7 INFO neutron.api.v2.resource [req-c8b718e5-9ef1-4c08-9146-6aecd4af50fb req-8c519755-1794-45bf-be24-5d9752296a8a 118379fe33ee45128c3ace0a0ba2aa32 2f921ea7ff6543d1adbef1e525b1bcec - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 245/491] 10.0.0.4 () {34 vars in 989 bytes} [Tue May 26 02:43:33 2026] GET /v2.0/security-groups/77de9d77-6fb1-4d36-80ea-913b2fb137b1 => 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: 246/492] 10.0.0.4 () {34 vars in 989 bytes} [Tue May 26 02:43:33 2026] GET /v2.0/security-groups/4a894878-9bf4-4daa-a230-1d15f3302e9d => generated 1681 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/493] 10.0.0.73 () {34 vars in 782 bytes} [Tue May 26 02:43:32 2026] PUT /v2.0/routers/56734cf7-acca-4f50-91dc-a3cb0579b906/add_router_interface => generated 309 bytes in 1415 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/494] 10.0.0.4 () {34 vars in 905 bytes} [Tue May 26 02:43:34 2026] GET /v2.0/extensions => generated 21537 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/495] 10.0.0.4 () {36 vars in 1011 bytes} [Tue May 26 02:43:33 2026] DELETE /v2.0/security-groups/4a894878-9bf4-4daa-a230-1d15f3302e9d => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 02:43:34.127 7 INFO neutron.api.v2.resource [req-89b4bee7-d092-4e22-a7fc-e28588c39594 req-ec9710fe-ffaf-4b6a-b69d-1133a3ffa31b 118379fe33ee45128c3ace0a0ba2aa32 2f921ea7ff6543d1adbef1e525b1bcec - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 248/496] 10.0.0.4 () {34 vars in 989 bytes} [Tue May 26 02:43:34 2026] GET /v2.0/security-groups/4a894878-9bf4-4daa-a230-1d15f3302e9d => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/497] 10.0.0.4 () {34 vars in 1006 bytes} [Tue May 26 02:43:34 2026] GET /v2.0/networks/2907f6e5-4bc6-43e7-90cd-81e98b3de676?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/498] 10.0.0.4 () {34 vars in 989 bytes} [Tue May 26 02:43:34 2026] GET /v2.0/security-groups/47b1688c-aed8-48c7-9973-6ac8b02c3cd4 => generated 1681 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/499] 10.0.0.4 () {34 vars in 1106 bytes} [Tue May 26 02:43:34 2026] GET /v2.0/networks/2907f6e5-4bc6-43e7-90cd-81e98b3de676?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: 250/500] 10.0.0.4 () {36 vars in 1011 bytes} [Tue May 26 02:43:34 2026] DELETE /v2.0/security-groups/47b1688c-aed8-48c7-9973-6ac8b02c3cd4 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 02:43:34.365 8 INFO neutron.api.v2.resource [req-75a45de9-a294-4c53-9702-6f7b3c51a779 req-cc0beaca-3d26-42f7-87e3-880a63b19189 118379fe33ee45128c3ace0a0ba2aa32 2f921ea7ff6543d1adbef1e525b1bcec - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 251/501] 10.0.0.4 () {34 vars in 989 bytes} [Tue May 26 02:43:34 2026] GET /v2.0/security-groups/47b1688c-aed8-48c7-9973-6ac8b02c3cd4 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/502] 10.0.0.4 () {34 vars in 1000 bytes} [Tue May 26 02:43:34 2026] GET /v2.0/security-groups?tenant_id=2f921ea7ff6543d1adbef1e525b1bcec => generated 2921 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/503] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:43:34 2026] GET /v2.0/ports?device_id=39e8bd90-a86c-4c73-970c-ae52d7871b9d => generated 12 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/504] 10.0.0.4 () {34 vars in 989 bytes} [Tue May 26 02:43:34 2026] GET /v2.0/security-groups/7aea5ed1-0ec8-4a2d-8da6-bb96b2c109b0 => generated 2918 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/505] 10.0.0.4 () {34 vars in 989 bytes} [Tue May 26 02:43:34 2026] GET /v2.0/security-groups/7aea5ed1-0ec8-4a2d-8da6-bb96b2c109b0 => generated 2918 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 02:43:34.616 8 INFO neutron.api.v2.resource [req-7b44c706-2575-4f0d-821e-33e0cda8d5c8 req-0bb3a2b6-8ab6-4685-8d74-166ee8163b02 118379fe33ee45128c3ace0a0ba2aa32 2f921ea7ff6543d1adbef1e525b1bcec - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 254/506] 10.0.0.4 () {34 vars in 989 bytes} [Tue May 26 02:43:34 2026] GET /v2.0/security-groups/47b1688c-aed8-48c7-9973-6ac8b02c3cd4 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 02:43:34.652 8 INFO neutron.api.v2.resource [req-fa2a1f7e-d199-4361-9ec1-0aaa7ce9b840 req-b63634af-da39-4bad-b30e-04c4ca9f1827 118379fe33ee45128c3ace0a0ba2aa32 2f921ea7ff6543d1adbef1e525b1bcec - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 255/507] 10.0.0.4 () {34 vars in 989 bytes} [Tue May 26 02:43:34 2026] GET /v2.0/security-groups/4a894878-9bf4-4daa-a230-1d15f3302e9d => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 02:43:34.694 8 INFO neutron.api.v2.resource [req-1fdf408e-b60b-41a3-b698-4b6635f6fa88 req-7807be62-1cd2-4c2e-9f2b-e0e383ed5f2b 118379fe33ee45128c3ace0a0ba2aa32 2f921ea7ff6543d1adbef1e525b1bcec - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 256/508] 10.0.0.4 () {34 vars in 989 bytes} [Tue May 26 02:43:34 2026] GET /v2.0/security-groups/77de9d77-6fb1-4d36-80ea-913b2fb137b1 => generated 146 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/509] 10.0.0.4 () {38 vars in 969 bytes} [Tue May 26 02:43:34 2026] POST /v2.0/security-groups => generated 1685 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/510] 10.0.0.4 () {34 vars in 989 bytes} [Tue May 26 02:43:34 2026] GET /v2.0/security-groups/11af3819-7a88-443f-bd9c-3cc02a92956c => generated 1685 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/511] 10.0.0.4 () {38 vars in 979 bytes} [Tue May 26 02:43:34 2026] POST /v2.0/security-group-rules => generated 614 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/512] 10.0.0.4 () {38 vars in 969 bytes} [Tue May 26 02:43:34 2026] POST /v2.0/security-groups => generated 1685 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/513] 10.0.0.4 () {34 vars in 989 bytes} [Tue May 26 02:43:35 2026] GET /v2.0/security-groups/d50f3eac-fba6-4ce0-847a-e794683fab83 => generated 1685 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/514] 10.0.0.4 () {38 vars in 979 bytes} [Tue May 26 02:43:35 2026] POST /v2.0/security-group-rules => generated 614 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/515] 10.0.0.4 () {34 vars in 989 bytes} [Tue May 26 02:43:35 2026] GET /v2.0/security-groups/d50f3eac-fba6-4ce0-847a-e794683fab83 => generated 2310 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/516] 10.0.0.4 () {38 vars in 979 bytes} [Tue May 26 02:43:35 2026] POST /v2.0/security-group-rules => generated 619 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/517] 10.0.0.4 () {34 vars in 989 bytes} [Tue May 26 02:43:35 2026] GET /v2.0/security-groups/d50f3eac-fba6-4ce0-847a-e794683fab83 => generated 2940 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 02:43:35.530 8 INFO neutron_taas.services.taas.taas_plugin [None req-e7e08f74-d7dc-4e2e-aaf2-730979c4d547 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] TaaS: Handle Delete Port: b9071375-8d3b-41c7-bd2c-a8892ec2bcb5 2026-05-26 02:43:35.540 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e7e08f74-d7dc-4e2e-aaf2-730979c4d547 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Tap Mirror: Handle Delete Port: b9071375-8d3b-41c7-bd2c-a8892ec2bcb5 [pid: 7|app: 0|req: 262/518] 10.0.0.4 () {34 vars in 999 bytes} [Tue May 26 02:43:35 2026] GET /v2.0/security-group-rules/99ebfd14-e496-4a6d-90c8-44a06b15bf34 => generated 616 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/519] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:43:35 2026] GET /v2.0/ports?device_id=39e8bd90-a86c-4c73-970c-ae52d7871b9d => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/520] 10.0.0.4 () {34 vars in 989 bytes} [Tue May 26 02:43:35 2026] GET /v2.0/security-groups/d50f3eac-fba6-4ce0-847a-e794683fab83 => generated 2940 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/521] 10.0.0.4 () {36 vars in 1021 bytes} [Tue May 26 02:43:35 2026] DELETE /v2.0/security-group-rules/99ebfd14-e496-4a6d-90c8-44a06b15bf34 => 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: 266/522] 10.0.0.4 () {34 vars in 989 bytes} [Tue May 26 02:43:35 2026] GET /v2.0/security-groups/d50f3eac-fba6-4ce0-847a-e794683fab83 => generated 2310 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/523] 10.0.0.4 () {36 vars in 1011 bytes} [Tue May 26 02:43:35 2026] DELETE /v2.0/security-groups/d50f3eac-fba6-4ce0-847a-e794683fab83 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/524] 10.0.0.4 () {34 vars in 989 bytes} [Tue May 26 02:43:35 2026] GET /v2.0/security-groups/11af3819-7a88-443f-bd9c-3cc02a92956c => generated 2310 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/525] 10.0.0.73 () {34 vars in 788 bytes} [Tue May 26 02:43:34 2026] PUT /v2.0/routers/f6c5e83a-2629-4cb2-b7c9-fb21af348d0c/remove_router_interface => generated 309 bytes in 1435 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:43:36.494 8 INFO neutron_taas.services.taas.taas_plugin [None req-7cad4fb2-2b3a-41a2-99b2-fea7254871bb 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] TaaS: Handle Delete Port: 204be0b7-12a1-4114-9dd4-78c69483f724 2026-05-26 02:43:36.497 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7cad4fb2-2b3a-41a2-99b2-fea7254871bb 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Tap Mirror: Handle Delete Port: 204be0b7-12a1-4114-9dd4-78c69483f724 [pid: 7|app: 0|req: 269/526] 10.0.0.4 () {36 vars in 1011 bytes} [Tue May 26 02:43:36 2026] DELETE /v2.0/security-groups/11af3819-7a88-443f-bd9c-3cc02a92956c => generated 0 bytes in 509 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 02:43:36.773 8 INFO neutron_taas.services.taas.taas_plugin [None req-7cad4fb2-2b3a-41a2-99b2-fea7254871bb 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] TaaS: Handle Delete Port: f02b94a3-9ed1-4373-9ca4-5f418d073a6a 2026-05-26 02:43:36.777 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7cad4fb2-2b3a-41a2-99b2-fea7254871bb 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Tap Mirror: Handle Delete Port: f02b94a3-9ed1-4373-9ca4-5f418d073a6a 2026-05-26 02:43:36.860 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-7cad4fb2-2b3a-41a2-99b2-fea7254871bb 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() 2026-05-26 02:43:36.928 7 INFO neutron_taas.services.taas.taas_plugin [None req-7c8b6cae-5286-4493-aaef-fdb2b97f62e2 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] TaaS: Handle Delete Port: e6e12866-122a-4f67-84bd-ee7a1b51e424 2026-05-26 02:43:36.934 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7c8b6cae-5286-4493-aaef-fdb2b97f62e2 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Tap Mirror: Handle Delete Port: e6e12866-122a-4f67-84bd-ee7a1b51e424 2026-05-26 02:43:37.288 8 INFO neutron.db.l3_hamode_db [None req-7cad4fb2-2b3a-41a2-99b2-fea7254871bb 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] HA network 86cea845-5e8e-446d-a164-9ac34ba2229d was deleted as no HA routers are present in tenant 2f921ea7ff6543d1adbef1e525b1bcec. [pid: 8|app: 0|req: 258/527] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:43:36 2026] DELETE /v2.0/routers/f6c5e83a-2629-4cb2-b7c9-fb21af348d0c => generated 0 bytes in 1146 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/528] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:43:37 2026] GET /v2.0/ports?device_id=39e8bd90-a86c-4c73-970c-ae52d7871b9d => 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: 260/529] 10.0.0.4 () {34 vars in 1098 bytes} [Tue May 26 02:43:37 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1349100571&fields=id&tenant_id=d8d620be21b941dc8fbff4e8d4d0b0f1 => generated 69 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/532] 10.0.0.73 () {34 vars in 788 bytes} [Tue May 26 02:43:36 2026] PUT /v2.0/routers/56734cf7-acca-4f50-91dc-a3cb0579b906/remove_router_interface => generated 309 bytes in 891 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/533] 10.0.0.4 () {34 vars in 980 bytes} [Tue May 26 02:43:37 2026] GET /v2.0/networks?id=98f62a37-dfce-41a2-8838-69873178fdaf => generated 680 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/534] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:43:37 2026] DELETE /v2.0/subnets/6ee4cd2a-d5e3-4b8f-a7ca-b063701aee08 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/535] 10.0.0.4 () {34 vars in 963 bytes} [Tue May 26 02:43:37 2026] GET /v2.0/quotas/d8d620be21b941dc8fbff4e8d4d0b0f1 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:43:37.643 8 INFO neutron.services.segments.plugin [-] Segment 642a235c-f970-4d12-ac8e-39cce460d33f resource provider aggregate not found 2026-05-26 02:43:37.663 7 INFO neutron_taas.services.taas.taas_plugin [None req-d6a55c90-8bae-4a51-9eb5-d956f47e34d9 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] TaaS: Handle Delete Port: f77087b0-6f50-4e91-bcec-e6ca1f5fc11b 2026-05-26 02:43:37.665 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d6a55c90-8bae-4a51-9eb5-d956f47e34d9 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Tap Mirror: Handle Delete Port: f77087b0-6f50-4e91-bcec-e6ca1f5fc11b 2026-05-26 02:43:37.668 8 INFO neutron.services.segments.plugin [-] Segment 642a235c-f970-4d12-ac8e-39cce460d33f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 642a235c-f970-4d12-ac8e-39cce460d33f found for delete ", "request_id": "req-65481c51-bf4a-4b7c-889c-aae08051c922"}]} 2026-05-26 02:43:37.678 8 INFO neutron.services.segments.plugin [-] Segment 642a235c-f970-4d12-ac8e-39cce460d33f resource provider aggregate not found 2026-05-26 02:43:37.705 8 INFO neutron.services.segments.plugin [-] Segment 642a235c-f970-4d12-ac8e-39cce460d33f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 642a235c-f970-4d12-ac8e-39cce460d33f found for delete ", "request_id": "req-e5d40273-1ccb-4845-b427-b3f8ad1568c9"}]} [pid: 8|app: 0|req: 265/536] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:43:37 2026] DELETE /v2.0/networks/9a48eaa7-ac33-422d-9c46-1b23970606c2 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/537] 10.0.0.4 () {34 vars in 1000 bytes} [Tue May 26 02:43:37 2026] GET /v2.0/ports?tenant_id=d8d620be21b941dc8fbff4e8d4d0b0f1&fields=id => generated 103 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:43:37.869 7 INFO neutron_taas.services.taas.taas_plugin [None req-d6a55c90-8bae-4a51-9eb5-d956f47e34d9 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] TaaS: Handle Delete Port: 0d438ccf-ca70-41e2-990f-716439ab16a0 2026-05-26 02:43:37.872 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d6a55c90-8bae-4a51-9eb5-d956f47e34d9 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Tap Mirror: Handle Delete Port: 0d438ccf-ca70-41e2-990f-716439ab16a0 [pid: 8|app: 0|req: 267/538] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:43:37 2026] GET /v2.0/security-groups?tenant_id=2f921ea7ff6543d1adbef1e525b1bcec&name=default => generated 2921 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 02:43:37.938 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-d6a55c90-8bae-4a51-9eb5-d956f47e34d9 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - 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: 268/539] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:43:37 2026] DELETE /v2.0/security-groups/7aea5ed1-0ec8-4a2d-8da6-bb96b2c109b0 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/540] 10.0.0.4 () {34 vars in 905 bytes} [Tue May 26 02:43:38 2026] GET /v2.0/extensions => generated 21537 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-26 02:43:38.281 7 INFO neutron.db.l3_hamode_db [None req-d6a55c90-8bae-4a51-9eb5-d956f47e34d9 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] HA network ccc036d3-ac4a-466c-a90b-9232500a7011 was deleted as no HA routers are present in tenant 33e99c99c5964c06a00ee23a4681a7c1. [pid: 7|app: 0|req: 272/541] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:43:37 2026] DELETE /v2.0/routers/56734cf7-acca-4f50-91dc-a3cb0579b906 => generated 0 bytes in 817 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/542] 10.0.0.4 () {34 vars in 1006 bytes} [Tue May 26 02:43:38 2026] GET /v2.0/networks/98f62a37-dfce-41a2-8838-69873178fdaf?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: 271/543] 10.0.0.4 () {34 vars in 1106 bytes} [Tue May 26 02:43:38 2026] GET /v2.0/networks/98f62a37-dfce-41a2-8838-69873178fdaf?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/544] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:43:38 2026] GET /v2.0/ports?device_id=39e8bd90-a86c-4c73-970c-ae52d7871b9d => 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: 273/545] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:43:38 2026] DELETE /v2.0/subnets/92176622-f494-4d26-8417-d8dc1253327b => 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: 273/546] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:43:38 2026] DELETE /v2.0/networks/a7ebd0f1-b57d-48d8-89f6-473d4b11659a => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:43:38.669 7 INFO neutron.services.segments.plugin [-] Segment 5b97ddcd-e0bb-41cd-972e-07afd0125858 resource provider aggregate not found 2026-05-26 02:43:38.687 7 INFO neutron.services.segments.plugin [-] Segment 5b97ddcd-e0bb-41cd-972e-07afd0125858 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b97ddcd-e0bb-41cd-972e-07afd0125858 found for delete ", "request_id": "req-b7b3e7c6-2afd-4013-8211-a502e1349983"}]} 2026-05-26 02:43:38.688 7 INFO neutron.services.segments.plugin [-] Segment 5b97ddcd-e0bb-41cd-972e-07afd0125858 resource provider aggregate not found 2026-05-26 02:43:38.704 7 INFO neutron.services.segments.plugin [-] Segment 5b97ddcd-e0bb-41cd-972e-07afd0125858 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b97ddcd-e0bb-41cd-972e-07afd0125858 found for delete ", "request_id": "req-1e6d0a3f-7927-417a-99a3-4d89661f7853"}]} [pid: 7|app: 0|req: 274/547] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:43:38 2026] GET /v2.0/ports?device_id=94c7bc40-109e-4935-8e3d-596c967367ed => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/548] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:43:38 2026] GET /v2.0/security-groups?tenant_id=33e99c99c5964c06a00ee23a4681a7c1&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: 275/549] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:43:38 2026] DELETE /v2.0/security-groups/936f3cbc-40b9-4f94-861f-acc3b2270a6c => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/550] 199.204.45.222 () {34 vars in 986 bytes} [Tue May 26 02:43:39 2026] GET /v2.0/networks?id=2907f6e5-4bc6-43e7-90cd-81e98b3de676 => generated 684 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/551] 199.204.45.222 () {34 vars in 911 bytes} [Tue May 26 02:43:39 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/552] 199.204.45.222 () {34 vars in 1050 bytes} [Tue May 26 02:43:39 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f27c210b27144c7b975e49c34fe1fc3b => generated 181 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/553] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:43:39 2026] GET /v2.0/ports?device_id=39e8bd90-a86c-4c73-970c-ae52d7871b9d => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 02:43:39.694 8 INFO neutron.services.segments.plugin [-] Segment 1ec245fc-2356-41c0-ba47-568c7a25b75b resource provider aggregate not found 2026-05-26 02:43:39.728 8 INFO neutron.services.segments.plugin [-] Segment 1ec245fc-2356-41c0-ba47-568c7a25b75b resource provider aggregate not found 2026-05-26 02:43:39.736 8 INFO neutron.services.segments.plugin [-] Segment 1ec245fc-2356-41c0-ba47-568c7a25b75b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ec245fc-2356-41c0-ba47-568c7a25b75b found for delete ", "request_id": "req-3801df70-4eaf-48a9-994d-291f98eeb4e6"}]} 2026-05-26 02:43:39.761 8 INFO neutron.services.segments.plugin [-] Segment 1ec245fc-2356-41c0-ba47-568c7a25b75b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ec245fc-2356-41c0-ba47-568c7a25b75b found for delete ", "request_id": "req-e8bc9c50-5d94-4fca-bb10-9285e0891295"}]} 2026-05-26 02:43:39.772 8 INFO neutron.services.segments.plugin [-] Segment e5d3a9a1-e207-4023-b71d-fa17b8c4a5f6 resource provider aggregate not found 2026-05-26 02:43:39.795 8 INFO neutron.services.segments.plugin [-] Segment e5d3a9a1-e207-4023-b71d-fa17b8c4a5f6 resource provider aggregate not found 2026-05-26 02:43:39.806 8 INFO neutron.services.segments.plugin [-] Segment e5d3a9a1-e207-4023-b71d-fa17b8c4a5f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5d3a9a1-e207-4023-b71d-fa17b8c4a5f6 found for delete ", "request_id": "req-cf66cc07-722e-46f7-8b50-d42d02940f51"}]} 2026-05-26 02:43:39.832 8 INFO neutron.services.segments.plugin [-] Segment e5d3a9a1-e207-4023-b71d-fa17b8c4a5f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5d3a9a1-e207-4023-b71d-fa17b8c4a5f6 found for delete ", "request_id": "req-98bfef0d-2b81-4464-8cd4-ebdd6db9f5db"}]} [pid: 7|app: 0|req: 278/554] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:43:39 2026] GET /v2.0/ports?device_id=94c7bc40-109e-4935-8e3d-596c967367ed => 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: 277/555] 199.204.45.222 () {38 vars in 955 bytes} [Tue May 26 02:43:39 2026] POST /v2.0/ports => generated 958 bytes in 506 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 02:43:40.425 7 INFO neutron.db.segments_db [None req-044de4f0-8ba2-48de-b278-4bcb20fd3945 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Added segment 5ae8dcdd-9b0f-4b45-b3f5-d3536320771b of type vxlan for network 43a726ba-8eb1-4bd5-a4d8-f0680bcb8eca [pid: 7|app: 0|req: 279/556] 10.0.0.73 () {34 vars in 670 bytes} [Tue May 26 02:43:39 2026] POST /v2.0/networks => generated 726 bytes in 613 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: 280/557] 10.0.0.73 () {34 vars in 668 bytes} [Tue May 26 02:43:40 2026] POST /v2.0/subnets => generated 692 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/558] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:43:40 2026] GET /v2.0/ports?device_id=39e8bd90-a86c-4c73-970c-ae52d7871b9d => generated 961 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/559] 199.204.45.222 () {38 vars in 1028 bytes} [Tue May 26 02:43:40 2026] PUT /v2.0/ports/624de609-7f3b-43b2-9f99-8ab22a7793d1 => generated 1239 bytes in 530 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-05-26 02:43:41.079 7 INFO neutron.db.segments_db [None req-7bd7f2f9-d747-450d-bb80-fe109026f170 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Added segment 39110ac6-fa5a-46f8-8d86-8a77379d3bab of type vxlan for network 5711ab1f-2ee4-46bb-b6d6-035f59292db3 2026-05-26 02:43:41.123 8 INFO neutron.db.segments_db [None req-e7f793fa-7ddd-49df-9881-68ca1e34eb33 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Added segment 203a99b7-08c5-4e5e-8ab5-9fed815c4aa3 of type vxlan for network d198a7d5-8467-4f58-823f-e7d753766fc5 [pid: 7|app: 0|req: 282/560] 10.0.0.73 () {34 vars in 670 bytes} [Tue May 26 02:43:40 2026] POST /v2.0/networks => generated 725 bytes in 328 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/561] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:43:41 2026] GET /v2.0/security-groups?id=13118c65-8f26-4b88-a26c-92da727bd869&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/562] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:43:41 2026] GET /v2.0/ports?device_id=94c7bc40-109e-4935-8e3d-596c967367ed => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 02:43:41.354 8 INFO neutron.db.l3_hamode_db [None req-e7f793fa-7ddd-49df-9881-68ca1e34eb33 71fc9f8c50354854949fb43ca4050159 438deb9e5d38408f95a84d709350dc31 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 285/563] 10.0.0.73 () {34 vars in 668 bytes} [Tue May 26 02:43:41 2026] POST /v2.0/subnets => generated 691 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 02:43:41.571 7 INFO neutron.db.segments_db [None req-ff7b772d-ba2c-4a81-8f42-202140c9eb6b 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Added segment ef843b19-e689-416e-af1c-e7c4ede6bf77 of type vxlan for network a01ad77c-2050-4e32-b4b0-26de1a0ddeff 2026-05-26 02:43:41.696 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-26f61138-b018-490f-acff-e85e9fa437b1'] response: {'name': 'network-changed', 'server_uuid': '39e8bd90-a86c-4c73-970c-ae52d7871b9d', 'tag': '624de609-7f3b-43b2-9f99-8ab22a7793d1', 'status': 'completed', 'code': 200} 2026-05-26 02:43:41.835 7 INFO neutron.db.l3_hamode_db [None req-ff7b772d-ba2c-4a81-8f42-202140c9eb6b 71fc9f8c50354854949fb43ca4050159 0417b2d9449d40c8a15ee18d83e34903 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 02:43:42.215 8 INFO neutron.db.l3_hamode_db [None req-e7f793fa-7ddd-49df-9881-68ca1e34eb33 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 02:43:42.635 7 INFO neutron.db.l3_hamode_db [None req-ff7b772d-ba2c-4a81-8f42-202140c9eb6b 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 279/564] 10.0.0.73 () {34 vars in 668 bytes} [Tue May 26 02:43:41 2026] POST /v2.0/routers => generated 732 bytes in 2122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/565] 199.204.45.222 () {34 vars in 1080 bytes} [Tue May 26 02:43:43 2026] GET /v2.0/ports?tenant_id=f27c210b27144c7b975e49c34fe1fc3b&device_id=39e8bd90-a86c-4c73-970c-ae52d7871b9d => generated 1242 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/566] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:43:43 2026] GET /v2.0/ports?device_id=39e8bd90-a86c-4c73-970c-ae52d7871b9d => generated 973 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/567] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:43:43 2026] GET /v2.0/ports?device_id=94c7bc40-109e-4935-8e3d-596c967367ed => 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: 283/568] 199.204.45.222 () {34 vars in 986 bytes} [Tue May 26 02:43:43 2026] GET /v2.0/networks?id=98f62a37-dfce-41a2-8838-69873178fdaf => generated 680 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/569] 10.0.0.73 () {34 vars in 668 bytes} [Tue May 26 02:43:41 2026] POST /v2.0/routers => generated 731 bytes in 1984 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/570] 199.204.45.222 () {34 vars in 1060 bytes} [Tue May 26 02:43:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=624de609-7f3b-43b2-9f99-8ab22a7793d1 => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/571] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:43:43 2026] GET /v2.0/security-groups?id=13118c65-8f26-4b88-a26c-92da727bd869&fields=id&fields=name => generated 114 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/572] 199.204.45.222 () {34 vars in 1050 bytes} [Tue May 26 02:43:43 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d8d620be21b941dc8fbff4e8d4d0b0f1 => generated 181 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/573] 10.0.0.73 () {34 vars in 782 bytes} [Tue May 26 02:43:43 2026] PUT /v2.0/routers/4d913844-9843-415a-8044-e2e8f2b29b4a/add_router_interface => generated 309 bytes in 1287 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/574] 199.204.45.222 () {34 vars in 984 bytes} [Tue May 26 02:43:44 2026] GET /v2.0/subnets?id=5df78df9-cf6a-4624-9dbb-829bd2d238bb => 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: 290/575] 10.0.0.73 () {34 vars in 782 bytes} [Tue May 26 02:43:43 2026] PUT /v2.0/routers/94539019-e353-4b62-889e-1386a5536f4c/add_router_interface => generated 309 bytes in 1295 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/576] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:43:44 2026] GET /v2.0/ports?device_id=94c7bc40-109e-4935-8e3d-596c967367ed => 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: 292/577] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:43:44 2026] GET /v2.0/ports?device_id=39e8bd90-a86c-4c73-970c-ae52d7871b9d => generated 973 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/578] 199.204.45.222 () {34 vars in 1052 bytes} [Tue May 26 02:43:45 2026] GET /v2.0/ports?network_id=2907f6e5-4bc6-43e7-90cd-81e98b3de676&device_owner=network%3Adhcp => generated 1244 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/579] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:43:45 2026] GET /v2.0/security-groups?id=13118c65-8f26-4b88-a26c-92da727bd869&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: 295/580] 199.204.45.222 () {34 vars in 1012 bytes} [Tue May 26 02:43:45 2026] GET /v2.0/networks/2907f6e5-4bc6-43e7-90cd-81e98b3de676?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/581] 199.204.45.222 () {34 vars in 1112 bytes} [Tue May 26 02:43:45 2026] GET /v2.0/networks/2907f6e5-4bc6-43e7-90cd-81e98b3de676?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: 297/582] 10.0.0.73 () {34 vars in 684 bytes} [Tue May 26 02:43:45 2026] POST /v2.0/security-groups => generated 1661 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/583] 199.204.45.222 () {38 vars in 955 bytes} [Tue May 26 02:43:44 2026] POST /v2.0/ports => generated 954 bytes in 820 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: 298/584] 10.0.0.73 () {34 vars in 694 bytes} [Tue May 26 02:43:45 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: 299/585] 10.0.0.4 () {34 vars in 980 bytes} [Tue May 26 02:43:45 2026] GET /v2.0/networks?id=43a726ba-8eb1-4bd5-a4d8-f0680bcb8eca => generated 677 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/586] 10.0.0.73 () {34 vars in 694 bytes} [Tue May 26 02:43:45 2026] POST /v2.0/security-group-rules => generated 602 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/587] 10.0.0.4 () {34 vars in 963 bytes} [Tue May 26 02:43:45 2026] GET /v2.0/quotas/438deb9e5d38408f95a84d709350dc31 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/588] 199.204.45.222 () {38 vars in 1028 bytes} [Tue May 26 02:43:45 2026] PUT /v2.0/ports/8c039661-d753-4ed5-8258-40c005180bb1 => generated 1235 bytes in 473 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 288/589] 10.0.0.4 () {34 vars in 1000 bytes} [Tue May 26 02:43:46 2026] GET /v2.0/ports?tenant_id=438deb9e5d38408f95a84d709350dc31&fields=id => generated 57 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/590] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:43:46 2026] GET /v2.0/ports?device_id=94c7bc40-109e-4935-8e3d-596c967367ed => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/591] 10.0.0.4 () {34 vars in 1006 bytes} [Tue May 26 02:43:46 2026] GET /v2.0/networks/43a726ba-8eb1-4bd5-a4d8-f0680bcb8eca?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: 291/592] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:43:46 2026] GET /v2.0/security-groups?id=1a17a453-61c1-4aaa-82bd-bdc95cd3f35f&fields=id&fields=name => generated 114 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/593] 10.0.0.4 () {34 vars in 1106 bytes} [Tue May 26 02:43:46 2026] GET /v2.0/networks/43a726ba-8eb1-4bd5-a4d8-f0680bcb8eca?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-05-26 02:43:46.309 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d0804bb6-6f8e-4f4e-b29a-ef9c79869d3f'] response: {'name': 'network-changed', 'server_uuid': '94c7bc40-109e-4935-8e3d-596c967367ed', 'tag': '8c039661-d753-4ed5-8258-40c005180bb1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 293/594] 199.204.45.222 () {34 vars in 1080 bytes} [Tue May 26 02:43:46 2026] GET /v2.0/ports?tenant_id=f27c210b27144c7b975e49c34fe1fc3b&device_id=39e8bd90-a86c-4c73-970c-ae52d7871b9d => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/595] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:43:46 2026] GET /v2.0/ports?device_id=39e8bd90-a86c-4c73-970c-ae52d7871b9d => generated 973 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/596] 10.0.0.73 () {34 vars in 675 bytes} [Tue May 26 02:43:45 2026] POST /v2.0/floatingips => generated 552 bytes in 676 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/597] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:43:46 2026] GET /v2.0/ports?device_id=deba5e86-18f1-43fa-a217-4d190cc60c33 => 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: 295/598] 199.204.45.222 () {34 vars in 986 bytes} [Tue May 26 02:43:46 2026] GET /v2.0/networks?id=2907f6e5-4bc6-43e7-90cd-81e98b3de676 => generated 780 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/599] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:43:46 2026] GET /v2.0/security-groups?id=13118c65-8f26-4b88-a26c-92da727bd869&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/600] 199.204.45.222 () {34 vars in 1060 bytes} [Tue May 26 02:43:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=624de609-7f3b-43b2-9f99-8ab22a7793d1 => generated 19 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/601] 199.204.45.222 () {34 vars in 984 bytes} [Tue May 26 02:43:46 2026] GET /v2.0/subnets?id=5df78df9-cf6a-4624-9dbb-829bd2d238bb => generated 702 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/602] 199.204.45.222 () {34 vars in 1052 bytes} [Tue May 26 02:43:46 2026] GET /v2.0/ports?network_id=2907f6e5-4bc6-43e7-90cd-81e98b3de676&device_owner=network%3Adhcp => generated 1244 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/603] 199.204.45.222 () {34 vars in 1012 bytes} [Tue May 26 02:43:46 2026] GET /v2.0/networks/2907f6e5-4bc6-43e7-90cd-81e98b3de676?fields=segments => generated 14 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/604] 199.204.45.222 () {34 vars in 1080 bytes} [Tue May 26 02:43:46 2026] GET /v2.0/ports?tenant_id=d8d620be21b941dc8fbff4e8d4d0b0f1&device_id=94c7bc40-109e-4935-8e3d-596c967367ed => generated 1238 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/605] 199.204.45.222 () {34 vars in 1112 bytes} [Tue May 26 02:43:46 2026] GET /v2.0/networks/2907f6e5-4bc6-43e7-90cd-81e98b3de676?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: 299/606] 199.204.45.222 () {34 vars in 1018 bytes} [Tue May 26 02:43:46 2026] GET /v2.0/networks?tenant_id=d8d620be21b941dc8fbff4e8d4d0b0f1&shared=False => generated 776 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/607] 10.0.0.4 () {34 vars in 1098 bytes} [Tue May 26 02:43:46 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1232483750&fields=id&tenant_id=0417b2d9449d40c8a15ee18d83e34903 => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/608] 199.204.45.222 () {34 vars in 930 bytes} [Tue May 26 02:43:46 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/609] 10.0.0.4 () {34 vars in 980 bytes} [Tue May 26 02:43:46 2026] GET /v2.0/networks?id=5711ab1f-2ee4-46bb-b6d6-035f59292db3 => generated 676 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/610] 10.0.0.4 () {34 vars in 963 bytes} [Tue May 26 02:43:47 2026] GET /v2.0/quotas/0417b2d9449d40c8a15ee18d83e34903 => 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: 310/611] 10.0.0.4 () {34 vars in 1000 bytes} [Tue May 26 02:43:47 2026] GET /v2.0/ports?tenant_id=0417b2d9449d40c8a15ee18d83e34903&fields=id => generated 57 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/612] 10.0.0.4 () {34 vars in 1006 bytes} [Tue May 26 02:43:47 2026] GET /v2.0/networks/5711ab1f-2ee4-46bb-b6d6-035f59292db3?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/613] 10.0.0.4 () {34 vars in 1106 bytes} [Tue May 26 02:43:47 2026] GET /v2.0/networks/5711ab1f-2ee4-46bb-b6d6-035f59292db3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/614] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:43:47 2026] GET /v2.0/ports?device_id=94c7bc40-109e-4935-8e3d-596c967367ed => 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: 312/615] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:43:47 2026] GET /v2.0/security-groups?id=1a17a453-61c1-4aaa-82bd-bdc95cd3f35f&fields=id&fields=name => generated 114 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/616] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:43:47 2026] GET /v2.0/ports?device_id=bcb84332-cd58-46db-a1a1-9daa6e763e93 => 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: 313/617] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:43:47 2026] GET /v2.0/ports?device_id=deba5e86-18f1-43fa-a217-4d190cc60c33 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/618] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:43:47 2026] GET /v2.0/ports?device_id=39e8bd90-a86c-4c73-970c-ae52d7871b9d => generated 973 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/619] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:43:47 2026] GET /v2.0/security-groups?id=13118c65-8f26-4b88-a26c-92da727bd869&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: 306/620] 199.204.45.222 () {34 vars in 1080 bytes} [Tue May 26 02:43:48 2026] GET /v2.0/ports?tenant_id=d8d620be21b941dc8fbff4e8d4d0b0f1&device_id=94c7bc40-109e-4935-8e3d-596c967367ed => 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: 315/621] 199.204.45.222 () {34 vars in 1058 bytes} [Tue May 26 02:43:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=8c039661-d753-4ed5-8258-40c005180bb1 => 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: 307/622] 199.204.45.222 () {34 vars in 984 bytes} [Tue May 26 02:43:48 2026] GET /v2.0/subnets?id=d7b4ca57-e15e-444a-8d58-8855a488f6af => generated 698 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/623] 199.204.45.222 () {34 vars in 1052 bytes} [Tue May 26 02:43:48 2026] GET /v2.0/ports?network_id=98f62a37-dfce-41a2-8838-69873178fdaf&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/624] 199.204.45.222 () {34 vars in 1012 bytes} [Tue May 26 02:43:48 2026] GET /v2.0/networks/98f62a37-dfce-41a2-8838-69873178fdaf?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/625] 199.204.45.222 () {34 vars in 1112 bytes} [Tue May 26 02:43:48 2026] GET /v2.0/networks/98f62a37-dfce-41a2-8838-69873178fdaf?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/626] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:43:48 2026] GET /v2.0/ports?device_id=94c7bc40-109e-4935-8e3d-596c967367ed => generated 969 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/627] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:43:48 2026] GET /v2.0/ports?device_id=bcb84332-cd58-46db-a1a1-9daa6e763e93 => 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: 310/628] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:43:48 2026] GET /v2.0/security-groups?id=1a17a453-61c1-4aaa-82bd-bdc95cd3f35f&fields=id&fields=name => generated 114 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/629] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:43:48 2026] GET /v2.0/ports?device_id=deba5e86-18f1-43fa-a217-4d190cc60c33 => 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: 311/630] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:43:48 2026] GET /v2.0/ports?device_id=39e8bd90-a86c-4c73-970c-ae52d7871b9d => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/631] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:43:48 2026] GET /v2.0/security-groups?id=13118c65-8f26-4b88-a26c-92da727bd869&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: 312/632] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:43:49 2026] GET /v2.0/ports?device_id=bcb84332-cd58-46db-a1a1-9daa6e763e93 => 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: 321/633] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:43:49 2026] GET /v2.0/ports?device_id=94c7bc40-109e-4935-8e3d-596c967367ed => generated 969 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/634] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:43:49 2026] GET /v2.0/security-groups?id=1a17a453-61c1-4aaa-82bd-bdc95cd3f35f&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/635] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:43:49 2026] GET /v2.0/ports?device_id=deba5e86-18f1-43fa-a217-4d190cc60c33 => 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: 314/636] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:43:50 2026] GET /v2.0/ports?device_id=39e8bd90-a86c-4c73-970c-ae52d7871b9d => generated 973 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/637] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:43:50 2026] GET /v2.0/security-groups?id=13118c65-8f26-4b88-a26c-92da727bd869&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/638] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:43:50 2026] GET /v2.0/ports?device_id=bcb84332-cd58-46db-a1a1-9daa6e763e93 => 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: 324/639] 199.204.45.222 () {34 vars in 986 bytes} [Tue May 26 02:43:50 2026] GET /v2.0/networks?id=43a726ba-8eb1-4bd5-a4d8-f0680bcb8eca => generated 677 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/640] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:43:50 2026] GET /v2.0/ports?device_id=deba5e86-18f1-43fa-a217-4d190cc60c33 => 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: 316/641] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:43:50 2026] GET /v2.0/ports?device_id=94c7bc40-109e-4935-8e3d-596c967367ed => generated 969 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/642] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:43:51 2026] GET /v2.0/security-groups?id=1a17a453-61c1-4aaa-82bd-bdc95cd3f35f&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/643] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:43:51 2026] GET /v2.0/ports?device_id=39e8bd90-a86c-4c73-970c-ae52d7871b9d => generated 973 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/644] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:43:51 2026] GET /v2.0/security-groups?id=13118c65-8f26-4b88-a26c-92da727bd869&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: 320/645] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:43:51 2026] GET /v2.0/ports?device_id=bcb84332-cd58-46db-a1a1-9daa6e763e93 => 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: 326/648] 199.204.45.222 () {38 vars in 955 bytes} [Tue May 26 02:43:51 2026] POST /v2.0/ports => generated 958 bytes in 1005 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: 327/649] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:43:52 2026] GET /v2.0/ports?device_id=deba5e86-18f1-43fa-a217-4d190cc60c33 => generated 961 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/650] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:43:52 2026] GET /v2.0/security-groups?id=2a6c6327-c0e8-4150-91f6-e9d2136fea30&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/651] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:43:52 2026] GET /v2.0/ports?device_id=94c7bc40-109e-4935-8e3d-596c967367ed => generated 969 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/652] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:43:52 2026] GET /v2.0/security-groups?id=1a17a453-61c1-4aaa-82bd-bdc95cd3f35f&fields=id&fields=name => generated 114 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/653] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:43:52 2026] GET /v2.0/ports?device_id=39e8bd90-a86c-4c73-970c-ae52d7871b9d => generated 975 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/654] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:43:52 2026] GET /v2.0/security-groups?id=13118c65-8f26-4b88-a26c-92da727bd869&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/655] 199.204.45.222 () {38 vars in 1028 bytes} [Tue May 26 02:43:52 2026] PUT /v2.0/ports/d521bb01-3939-4a9a-bc2a-568c2882f90e => generated 1239 bytes in 563 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 02:43:52.668 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1a416673-e5e9-4d6e-8b94-61322d031d45'] response: {'name': 'network-changed', 'server_uuid': 'deba5e86-18f1-43fa-a217-4d190cc60c33', 'tag': 'd521bb01-3939-4a9a-bc2a-568c2882f90e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 333/656] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:43:53 2026] GET /v2.0/ports?device_id=bcb84332-cd58-46db-a1a1-9daa6e763e93 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 324/657] 199.204.45.222 () {34 vars in 986 bytes} [Tue May 26 02:43:53 2026] GET /v2.0/networks?id=5711ab1f-2ee4-46bb-b6d6-035f59292db3 => generated 676 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/658] 199.204.45.222 () {34 vars in 1050 bytes} [Tue May 26 02:43:53 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=0417b2d9449d40c8a15ee18d83e34903 => 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: 325/659] 199.204.45.222 () {34 vars in 1080 bytes} [Tue May 26 02:43:53 2026] GET /v2.0/ports?tenant_id=438deb9e5d38408f95a84d709350dc31&device_id=deba5e86-18f1-43fa-a217-4d190cc60c33 => generated 1242 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/660] 199.204.45.222 () {34 vars in 1018 bytes} [Tue May 26 02:43:53 2026] GET /v2.0/networks?tenant_id=438deb9e5d38408f95a84d709350dc31&shared=False => generated 773 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/661] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:43:53 2026] GET /v2.0/ports?device_id=deba5e86-18f1-43fa-a217-4d190cc60c33 => generated 973 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/662] 199.204.45.222 () {34 vars in 930 bytes} [Tue May 26 02:43:53 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/663] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:43:53 2026] GET /v2.0/ports?device_id=94c7bc40-109e-4935-8e3d-596c967367ed => 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: 330/664] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:43:53 2026] GET /v2.0/security-groups?id=2a6c6327-c0e8-4150-91f6-e9d2136fea30&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: 8|app: 0|req: 331/665] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:43:53 2026] GET /v2.0/security-groups?id=1a17a453-61c1-4aaa-82bd-bdc95cd3f35f&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: 335/666] 199.204.45.222 () {38 vars in 955 bytes} [Tue May 26 02:43:53 2026] POST /v2.0/ports => generated 954 bytes in 475 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: 332/667] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:43:53 2026] GET /v2.0/ports?device_id=39e8bd90-a86c-4c73-970c-ae52d7871b9d => generated 975 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/668] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:43:53 2026] GET /v2.0/security-groups?id=13118c65-8f26-4b88-a26c-92da727bd869&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: 334/669] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:43:53 2026] GET /v2.0/ports?device_id=39e8bd90-a86c-4c73-970c-ae52d7871b9d => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/670] 199.204.45.222 () {38 vars in 1028 bytes} [Tue May 26 02:43:53 2026] PUT /v2.0/ports/51cad909-0ba6-4657-b333-797c3c6a016b => generated 1235 bytes in 607 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: 337/671] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:43:54 2026] GET /v2.0/ports?device_id=bcb84332-cd58-46db-a1a1-9daa6e763e93 => 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: 338/672] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:43:54 2026] GET /v2.0/security-groups?id=9dc007ca-992d-4652-aa91-5fc440f9acd4&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: 339/673] 199.204.45.222 () {34 vars in 1080 bytes} [Tue May 26 02:43:54 2026] GET /v2.0/ports?tenant_id=438deb9e5d38408f95a84d709350dc31&device_id=deba5e86-18f1-43fa-a217-4d190cc60c33 => generated 1242 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 02:43:54.626 8 INFO neutron.db.l3_db [None req-5954e3e4-a147-49fe-bd4a-ad1d881f53aa e71240440b784a7faf54e935432cc14e f27c210b27144c7b975e49c34fe1fc3b - - default default] Floating IP 3c7a5eed-dc3c-4da3-a5d3-f76ec9f0aae3 associated. External IP: 10.96.250.204, port: 624de609-7f3b-43b2-9f99-8ab22a7793d1. [pid: 7|app: 0|req: 340/674] 199.204.45.222 () {34 vars in 1060 bytes} [Tue May 26 02:43:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=d521bb01-3939-4a9a-bc2a-568c2882f90e => 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: 341/675] 199.204.45.222 () {34 vars in 984 bytes} [Tue May 26 02:43:54 2026] GET /v2.0/subnets?id=67b8a23f-4730-40b3-b496-92c5bd59e922 => generated 695 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/676] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:43:54 2026] GET /v2.0/ports?device_id=deba5e86-18f1-43fa-a217-4d190cc60c33 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/677] 199.204.45.222 () {34 vars in 1052 bytes} [Tue May 26 02:43:54 2026] GET /v2.0/ports?network_id=43a726ba-8eb1-4bd5-a4d8-f0680bcb8eca&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/678] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:43:54 2026] GET /v2.0/ports?device_id=94c7bc40-109e-4935-8e3d-596c967367ed => 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: 345/679] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:43:54 2026] GET /v2.0/security-groups?id=2a6c6327-c0e8-4150-91f6-e9d2136fea30&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: 346/680] 199.204.45.222 () {34 vars in 1012 bytes} [Tue May 26 02:43:54 2026] GET /v2.0/networks/43a726ba-8eb1-4bd5-a4d8-f0680bcb8eca?fields=segments => generated 14 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 02:43:54.890 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a2a5176f-1d1e-489b-95e9-24b170f3adfc'] response: {'name': 'network-changed', 'server_uuid': 'bcb84332-cd58-46db-a1a1-9daa6e763e93', 'tag': '51cad909-0ba6-4657-b333-797c3c6a016b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 347/681] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:43:54 2026] GET /v2.0/security-groups?id=1a17a453-61c1-4aaa-82bd-bdc95cd3f35f&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/682] 199.204.45.222 () {34 vars in 1112 bytes} [Tue May 26 02:43:54 2026] GET /v2.0/networks/43a726ba-8eb1-4bd5-a4d8-f0680bcb8eca?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/683] 10.0.0.73 () {34 vars in 748 bytes} [Tue May 26 02:43:53 2026] PUT /v2.0/floatingips/3c7a5eed-dc3c-4da3-a5d3-f76ec9f0aae3 => generated 856 bytes in 1078 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:43:55.062 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c9981ea2-a8a2-4617-8011-a230a4356b96'] response: {'name': 'network-changed', 'server_uuid': '39e8bd90-a86c-4c73-970c-ae52d7871b9d', 'tag': '624de609-7f3b-43b2-9f99-8ab22a7793d1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 349/684] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:43:55 2026] GET /v2.0/ports?device_id=39e8bd90-a86c-4c73-970c-ae52d7871b9d => generated 975 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/685] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:43:55 2026] GET /v2.0/security-groups?id=13118c65-8f26-4b88-a26c-92da727bd869&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/686] 199.204.45.222 () {34 vars in 1080 bytes} [Tue May 26 02:43:55 2026] GET /v2.0/ports?tenant_id=0417b2d9449d40c8a15ee18d83e34903&device_id=bcb84332-cd58-46db-a1a1-9daa6e763e93 => generated 1238 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/687] 199.204.45.222 () {34 vars in 1058 bytes} [Tue May 26 02:43:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=51cad909-0ba6-4657-b333-797c3c6a016b => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/688] 199.204.45.222 () {34 vars in 984 bytes} [Tue May 26 02:43:55 2026] GET /v2.0/subnets?id=678fac51-1d19-4b37-9e26-3a814bd44ef9 => generated 694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/689] 199.204.45.222 () {34 vars in 1052 bytes} [Tue May 26 02:43:55 2026] GET /v2.0/ports?network_id=5711ab1f-2ee4-46bb-b6d6-035f59292db3&device_owner=network%3Adhcp => generated 1242 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/690] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:43:55 2026] GET /v2.0/ports?device_id=bcb84332-cd58-46db-a1a1-9daa6e763e93 => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/691] 199.204.45.222 () {34 vars in 1012 bytes} [Tue May 26 02:43:55 2026] GET /v2.0/networks/5711ab1f-2ee4-46bb-b6d6-035f59292db3?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/692] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:43:55 2026] GET /v2.0/security-groups?id=9dc007ca-992d-4652-aa91-5fc440f9acd4&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/693] 199.204.45.222 () {34 vars in 1080 bytes} [Tue May 26 02:43:55 2026] GET /v2.0/ports?tenant_id=f27c210b27144c7b975e49c34fe1fc3b&device_id=39e8bd90-a86c-4c73-970c-ae52d7871b9d => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/694] 199.204.45.222 () {34 vars in 1112 bytes} [Tue May 26 02:43:55 2026] GET /v2.0/networks/5711ab1f-2ee4-46bb-b6d6-035f59292db3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/695] 199.204.45.222 () {34 vars in 986 bytes} [Tue May 26 02:43:55 2026] GET /v2.0/networks?id=2907f6e5-4bc6-43e7-90cd-81e98b3de676 => generated 780 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/696] 199.204.45.222 () {34 vars in 1060 bytes} [Tue May 26 02:43:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=624de609-7f3b-43b2-9f99-8ab22a7793d1 => generated 859 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/697] 199.204.45.222 () {34 vars in 984 bytes} [Tue May 26 02:43:55 2026] GET /v2.0/subnets?id=5df78df9-cf6a-4624-9dbb-829bd2d238bb => generated 702 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/698] 199.204.45.222 () {34 vars in 1052 bytes} [Tue May 26 02:43:55 2026] GET /v2.0/ports?network_id=2907f6e5-4bc6-43e7-90cd-81e98b3de676&device_owner=network%3Adhcp => generated 1244 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/699] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:43:55 2026] GET /v2.0/ports?device_id=deba5e86-18f1-43fa-a217-4d190cc60c33 => 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: 357/700] 199.204.45.222 () {34 vars in 1012 bytes} [Tue May 26 02:43:55 2026] GET /v2.0/networks/2907f6e5-4bc6-43e7-90cd-81e98b3de676?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/701] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:43:55 2026] GET /v2.0/security-groups?id=2a6c6327-c0e8-4150-91f6-e9d2136fea30&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/702] 199.204.45.222 () {34 vars in 1112 bytes} [Tue May 26 02:43:55 2026] GET /v2.0/networks/2907f6e5-4bc6-43e7-90cd-81e98b3de676?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/703] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:43:55 2026] GET /v2.0/ports?device_id=94c7bc40-109e-4935-8e3d-596c967367ed => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/704] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:43:56 2026] GET /v2.0/security-groups?id=1a17a453-61c1-4aaa-82bd-bdc95cd3f35f&fields=id&fields=name => generated 114 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/705] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:43:56 2026] GET /v2.0/ports?device_id=94c7bc40-109e-4935-8e3d-596c967367ed => generated 971 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/706] 199.204.45.222 () {34 vars in 1080 bytes} [Tue May 26 02:43:56 2026] GET /v2.0/ports?tenant_id=0417b2d9449d40c8a15ee18d83e34903&device_id=bcb84332-cd58-46db-a1a1-9daa6e763e93 => generated 1238 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/707] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:43:56 2026] GET /v2.0/ports?device_id=bcb84332-cd58-46db-a1a1-9daa6e763e93 => generated 969 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:43:56.861 7 INFO neutron.db.l3_db [None req-1f2f0655-fb28-407f-aa32-52db9958cf56 5c40f1dedcbb46fc85e8a7ab6436553e d8d620be21b941dc8fbff4e8d4d0b0f1 - - default default] Floating IP cc1f4305-2b07-4b64-bb6e-2ee8b75ed7aa associated. External IP: 10.96.250.215, port: 8c039661-d753-4ed5-8258-40c005180bb1. [pid: 8|app: 0|req: 349/708] 199.204.45.222 () {34 vars in 986 bytes} [Tue May 26 02:43:56 2026] GET /v2.0/networks?id=5711ab1f-2ee4-46bb-b6d6-035f59292db3 => generated 772 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/709] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:43:56 2026] GET /v2.0/security-groups?id=9dc007ca-992d-4652-aa91-5fc440f9acd4&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/710] 199.204.45.222 () {34 vars in 1058 bytes} [Tue May 26 02:43:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=51cad909-0ba6-4657-b333-797c3c6a016b => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/711] 199.204.45.222 () {34 vars in 984 bytes} [Tue May 26 02:43:56 2026] GET /v2.0/subnets?id=678fac51-1d19-4b37-9e26-3a814bd44ef9 => generated 694 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/712] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:43:57 2026] GET /v2.0/ports?device_id=deba5e86-18f1-43fa-a217-4d190cc60c33 => generated 973 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/713] 199.204.45.222 () {34 vars in 1052 bytes} [Tue May 26 02:43:57 2026] GET /v2.0/ports?network_id=5711ab1f-2ee4-46bb-b6d6-035f59292db3&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/714] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:43:57 2026] GET /v2.0/security-groups?id=2a6c6327-c0e8-4150-91f6-e9d2136fea30&fields=id&fields=name => generated 88 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/715] 10.0.0.73 () {34 vars in 748 bytes} [Tue May 26 02:43:56 2026] PUT /v2.0/floatingips/cc1f4305-2b07-4b64-bb6e-2ee8b75ed7aa => generated 855 bytes in 940 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/716] 199.204.45.222 () {34 vars in 1012 bytes} [Tue May 26 02:43:57 2026] GET /v2.0/networks/5711ab1f-2ee4-46bb-b6d6-035f59292db3?fields=segments => generated 14 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 02:43:57.316 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4b8385a0-a34e-44c3-b6b1-3e42f5aed7d3'] response: {'name': 'network-changed', 'server_uuid': '94c7bc40-109e-4935-8e3d-596c967367ed', 'tag': '8c039661-d753-4ed5-8258-40c005180bb1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 361/717] 199.204.45.222 () {34 vars in 1112 bytes} [Tue May 26 02:43:57 2026] GET /v2.0/networks/5711ab1f-2ee4-46bb-b6d6-035f59292db3?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: 357/718] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:43:57 2026] GET /v2.0/ports?device_id=94c7bc40-109e-4935-8e3d-596c967367ed => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/719] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:43:57 2026] GET /v2.0/security-groups?id=1a17a453-61c1-4aaa-82bd-bdc95cd3f35f&fields=id&fields=name => generated 114 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/720] 199.204.45.222 () {34 vars in 1080 bytes} [Tue May 26 02:43:57 2026] GET /v2.0/ports?tenant_id=d8d620be21b941dc8fbff4e8d4d0b0f1&device_id=94c7bc40-109e-4935-8e3d-596c967367ed => generated 1240 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/721] 199.204.45.222 () {34 vars in 986 bytes} [Tue May 26 02:43:57 2026] GET /v2.0/networks?id=98f62a37-dfce-41a2-8838-69873178fdaf => generated 776 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/722] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:43:57 2026] GET /v2.0/ports?device_id=94c7bc40-109e-4935-8e3d-596c967367ed => generated 971 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/723] 199.204.45.222 () {34 vars in 1058 bytes} [Tue May 26 02:43:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=8c039661-d753-4ed5-8258-40c005180bb1 => generated 858 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/724] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:43:57 2026] GET /v2.0/security-groups?id=1a17a453-61c1-4aaa-82bd-bdc95cd3f35f&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/725] 199.204.45.222 () {34 vars in 984 bytes} [Tue May 26 02:43:58 2026] GET /v2.0/subnets?id=d7b4ca57-e15e-444a-8d58-8855a488f6af => generated 698 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/726] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:43:58 2026] GET /v2.0/ports?device_id=bcb84332-cd58-46db-a1a1-9daa6e763e93 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/727] 199.204.45.222 () {34 vars in 1052 bytes} [Tue May 26 02:43:58 2026] GET /v2.0/ports?network_id=98f62a37-dfce-41a2-8838-69873178fdaf&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/728] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:43:58 2026] GET /v2.0/security-groups?id=9dc007ca-992d-4652-aa91-5fc440f9acd4&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: 363/729] 199.204.45.222 () {34 vars in 1012 bytes} [Tue May 26 02:43:58 2026] GET /v2.0/networks/98f62a37-dfce-41a2-8838-69873178fdaf?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: 367/730] 199.204.45.222 () {34 vars in 1112 bytes} [Tue May 26 02:43:58 2026] GET /v2.0/networks/98f62a37-dfce-41a2-8838-69873178fdaf?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/731] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:43:58 2026] GET /v2.0/ports?device_id=deba5e86-18f1-43fa-a217-4d190cc60c33 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/732] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:43:58 2026] GET /v2.0/security-groups?id=2a6c6327-c0e8-4150-91f6-e9d2136fea30&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/733] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:43:59 2026] GET /v2.0/ports?device_id=94c7bc40-109e-4935-8e3d-596c967367ed => generated 971 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/734] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:43:59 2026] GET /v2.0/security-groups?id=1a17a453-61c1-4aaa-82bd-bdc95cd3f35f&fields=id&fields=name => generated 114 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/735] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:43:59 2026] GET /v2.0/ports?device_id=bcb84332-cd58-46db-a1a1-9daa6e763e93 => generated 969 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/736] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:43:59 2026] GET /v2.0/security-groups?id=9dc007ca-992d-4652-aa91-5fc440f9acd4&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/737] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:43:59 2026] GET /v2.0/ports?device_id=deba5e86-18f1-43fa-a217-4d190cc60c33 => generated 973 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/738] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:43:59 2026] GET /v2.0/security-groups?id=2a6c6327-c0e8-4150-91f6-e9d2136fea30&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: 8|app: 0|req: 368/739] 199.204.45.222 () {34 vars in 994 bytes} [Tue May 26 02:44:00 2026] GET /v2.0/ports?device_id=94c7bc40-109e-4935-8e3d-596c967367ed => 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: 372/740] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:44:00 2026] GET /v2.0/ports?device_id=94c7bc40-109e-4935-8e3d-596c967367ed => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/741] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:44:00 2026] GET /v2.0/security-groups?id=1a17a453-61c1-4aaa-82bd-bdc95cd3f35f&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/742] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:44:00 2026] GET /v2.0/ports?device_id=bcb84332-cd58-46db-a1a1-9daa6e763e93 => generated 971 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:44:00.520 8 INFO neutron_taas.services.taas.taas_plugin [req-d70e6fda-68e7-4101-9e9f-3b3184389bc9 req-a8a32189-ce28-4bf6-b0d4-b837d9a64bc0 5c40f1dedcbb46fc85e8a7ab6436553e d8d620be21b941dc8fbff4e8d4d0b0f1 - - default default] TaaS: Handle Delete Port: 8c039661-d753-4ed5-8258-40c005180bb1 2026-05-26 02:44:00.529 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d70e6fda-68e7-4101-9e9f-3b3184389bc9 req-a8a32189-ce28-4bf6-b0d4-b837d9a64bc0 5c40f1dedcbb46fc85e8a7ab6436553e d8d620be21b941dc8fbff4e8d4d0b0f1 - - default default] Tap Mirror: Handle Delete Port: 8c039661-d753-4ed5-8258-40c005180bb1 [pid: 7|app: 0|req: 375/743] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:44:00 2026] GET /v2.0/security-groups?id=9dc007ca-992d-4652-aa91-5fc440f9acd4&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:44:00.717 8 INFO neutron.db.l3_db [req-d70e6fda-68e7-4101-9e9f-3b3184389bc9 req-a8a32189-ce28-4bf6-b0d4-b837d9a64bc0 5c40f1dedcbb46fc85e8a7ab6436553e d8d620be21b941dc8fbff4e8d4d0b0f1 - - default default] Floating IP cc1f4305-2b07-4b64-bb6e-2ee8b75ed7aa disassociated. External IP: 10.96.250.215, port: 8c039661-d753-4ed5-8258-40c005180bb1. [pid: 7|app: 0|req: 376/744] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:44:00 2026] GET /v2.0/ports?device_id=deba5e86-18f1-43fa-a217-4d190cc60c33 => generated 975 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/745] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:44:00 2026] GET /v2.0/security-groups?id=2a6c6327-c0e8-4150-91f6-e9d2136fea30&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/746] 199.204.45.222 () {36 vars in 997 bytes} [Tue May 26 02:44:00 2026] DELETE /v2.0/ports/8c039661-d753-4ed5-8258-40c005180bb1 => generated 0 bytes in 785 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:44:01.188 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bb5b72f4-b592-4b33-94fb-c8674155611d'] response: {'server_uuid': '94c7bc40-109e-4935-8e3d-596c967367ed', 'name': 'network-vif-deleted', 'tag': '8c039661-d753-4ed5-8258-40c005180bb1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 378/747] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:44:01 2026] GET /v2.0/ports?device_id=94c7bc40-109e-4935-8e3d-596c967367ed => 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: 370/748] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:44:01 2026] GET /v2.0/ports?device_id=bcb84332-cd58-46db-a1a1-9daa6e763e93 => 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: 379/749] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:44:01 2026] GET /v2.0/security-groups?id=9dc007ca-992d-4652-aa91-5fc440f9acd4&fields=id&fields=name => generated 114 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/750] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:44:01 2026] GET /v2.0/ports?device_id=deba5e86-18f1-43fa-a217-4d190cc60c33 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/751] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:44:01 2026] GET /v2.0/security-groups?id=2a6c6327-c0e8-4150-91f6-e9d2136fea30&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/752] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:44:02 2026] GET /v2.0/ports?device_id=deba5e86-18f1-43fa-a217-4d190cc60c33 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/753] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:44:02 2026] GET /v2.0/security-groups?id=2a6c6327-c0e8-4150-91f6-e9d2136fea30&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/754] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:44:02 2026] GET /v2.0/ports?device_id=94c7bc40-109e-4935-8e3d-596c967367ed => 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: 382/755] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:44:02 2026] GET /v2.0/ports?device_id=bcb84332-cd58-46db-a1a1-9daa6e763e93 => 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: 374/756] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:44:02 2026] GET /v2.0/security-groups?id=9dc007ca-992d-4652-aa91-5fc440f9acd4&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: 383/757] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:44:03 2026] GET /v2.0/ports?device_id=deba5e86-18f1-43fa-a217-4d190cc60c33 => generated 975 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/758] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:44:03 2026] GET /v2.0/security-groups?id=2a6c6327-c0e8-4150-91f6-e9d2136fea30&fields=id&fields=name => generated 88 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/759] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:44:03 2026] GET /v2.0/ports?device_id=94c7bc40-109e-4935-8e3d-596c967367ed => 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: 376/760] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:44:04 2026] GET /v2.0/ports?device_id=bcb84332-cd58-46db-a1a1-9daa6e763e93 => generated 971 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/761] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:44:04 2026] GET /v2.0/security-groups?id=9dc007ca-992d-4652-aa91-5fc440f9acd4&fields=id&fields=name => generated 114 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/762] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:44:04 2026] GET /v2.0/ports?device_id=bcb84332-cd58-46db-a1a1-9daa6e763e93 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:44:04.661 7 INFO neutron.db.l3_db [None req-df4267ba-90dd-4f8b-9cbc-e286b3b3096b acf134df6d284735a3f550eccac82fff 0417b2d9449d40c8a15ee18d83e34903 - - default default] Floating IP 3de3fc4c-3052-4751-8178-7410d688e702 associated. External IP: 10.96.250.201, port: 51cad909-0ba6-4657-b333-797c3c6a016b. [pid: 8|app: 0|req: 378/763] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:44:04 2026] GET /v2.0/ports?device_id=deba5e86-18f1-43fa-a217-4d190cc60c33 => generated 975 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/764] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:44:04 2026] GET /v2.0/ports?device_id=94c7bc40-109e-4935-8e3d-596c967367ed => 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: 380/765] 199.204.45.222 () {34 vars in 994 bytes} [Tue May 26 02:44:04 2026] GET /v2.0/ports?device_id=deba5e86-18f1-43fa-a217-4d190cc60c33 => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/766] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:44:04 2026] GET /v2.0/security-groups?id=2a6c6327-c0e8-4150-91f6-e9d2136fea30&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: 386/767] 10.0.0.73 () {34 vars in 748 bytes} [Tue May 26 02:44:04 2026] PUT /v2.0/floatingips/3de3fc4c-3052-4751-8178-7410d688e702 => generated 855 bytes in 755 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:44:05.073 8 INFO neutron_taas.services.taas.taas_plugin [req-69f72779-0c82-4163-9814-eb295530c892 req-74773946-261e-4e6d-9720-b51d1af24c40 fc77c43f7fac4662b9954f0a245c2257 438deb9e5d38408f95a84d709350dc31 - - default default] TaaS: Handle Delete Port: d521bb01-3939-4a9a-bc2a-568c2882f90e 2026-05-26 02:44:05.077 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-69f72779-0c82-4163-9814-eb295530c892 req-74773946-261e-4e6d-9720-b51d1af24c40 fc77c43f7fac4662b9954f0a245c2257 438deb9e5d38408f95a84d709350dc31 - - default default] Tap Mirror: Handle Delete Port: d521bb01-3939-4a9a-bc2a-568c2882f90e 2026-05-26 02:44:05.110 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b5b1abe1-3c2f-4da9-9ced-79ed6ebded06'] response: {'name': 'network-changed', 'server_uuid': 'bcb84332-cd58-46db-a1a1-9daa6e763e93', 'tag': '51cad909-0ba6-4657-b333-797c3c6a016b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 387/768] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:44:05 2026] GET /v2.0/ports?device_id=bcb84332-cd58-46db-a1a1-9daa6e763e93 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/769] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:44:05 2026] GET /v2.0/security-groups?id=9dc007ca-992d-4652-aa91-5fc440f9acd4&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: 382/770] 199.204.45.222 () {36 vars in 997 bytes} [Tue May 26 02:44:04 2026] DELETE /v2.0/ports/d521bb01-3939-4a9a-bc2a-568c2882f90e => generated 0 bytes in 309 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:44:05.307 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f14e7d81-993b-4a56-89d5-1b17db8073f0'] response: {'server_uuid': 'deba5e86-18f1-43fa-a217-4d190cc60c33', 'name': 'network-vif-deleted', 'tag': 'd521bb01-3939-4a9a-bc2a-568c2882f90e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 389/771] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:44:05 2026] GET /v2.0/ports?device_id=bcb84332-cd58-46db-a1a1-9daa6e763e93 => generated 971 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/772] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:44:05 2026] GET /v2.0/security-groups?id=9dc007ca-992d-4652-aa91-5fc440f9acd4&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/773] 199.204.45.222 () {34 vars in 1080 bytes} [Tue May 26 02:44:05 2026] GET /v2.0/ports?tenant_id=0417b2d9449d40c8a15ee18d83e34903&device_id=bcb84332-cd58-46db-a1a1-9daa6e763e93 => generated 1240 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/774] 199.204.45.222 () {34 vars in 986 bytes} [Tue May 26 02:44:05 2026] GET /v2.0/networks?id=5711ab1f-2ee4-46bb-b6d6-035f59292db3 => generated 772 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/775] 199.204.45.222 () {34 vars in 1058 bytes} [Tue May 26 02:44:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=51cad909-0ba6-4657-b333-797c3c6a016b => generated 858 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/776] 199.204.45.222 () {34 vars in 984 bytes} [Tue May 26 02:44:05 2026] GET /v2.0/subnets?id=678fac51-1d19-4b37-9e26-3a814bd44ef9 => generated 694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/777] 199.204.45.222 () {34 vars in 1052 bytes} [Tue May 26 02:44:05 2026] GET /v2.0/ports?network_id=5711ab1f-2ee4-46bb-b6d6-035f59292db3&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: 393/778] 199.204.45.222 () {34 vars in 1012 bytes} [Tue May 26 02:44:05 2026] GET /v2.0/networks/5711ab1f-2ee4-46bb-b6d6-035f59292db3?fields=segments => generated 14 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/779] 199.204.45.222 () {34 vars in 1112 bytes} [Tue May 26 02:44:05 2026] GET /v2.0/networks/5711ab1f-2ee4-46bb-b6d6-035f59292db3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/780] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:44:05 2026] DELETE /v2.0/security-groups/1a17a453-61c1-4aaa-82bd-bdc95cd3f35f => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/781] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:44:06 2026] GET /v2.0/ports?device_id=deba5e86-18f1-43fa-a217-4d190cc60c33 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 02:44:06.111 8 INFO neutron.api.v2.resource [None req-63fcf590-8a20-438f-8427-5db40d4f93e6 5c40f1dedcbb46fc85e8a7ab6436553e d8d620be21b941dc8fbff4e8d4d0b0f1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 387/782] 10.0.0.73 () {32 vars in 736 bytes} [Tue May 26 02:44:06 2026] GET /v2.0/security-groups/1a17a453-61c1-4aaa-82bd-bdc95cd3f35f => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 02:44:06.246 7 INFO neutron_taas.services.taas.taas_plugin [None req-5760c7d3-ab6d-4152-925d-55c70e79925d 5c40f1dedcbb46fc85e8a7ab6436553e d8d620be21b941dc8fbff4e8d4d0b0f1 - - default default] TaaS: Handle Delete Port: e2e03a03-a8ca-4f50-b1ed-05d53f2d9237 2026-05-26 02:44:06.251 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5760c7d3-ab6d-4152-925d-55c70e79925d 5c40f1dedcbb46fc85e8a7ab6436553e d8d620be21b941dc8fbff4e8d4d0b0f1 - - default default] Tap Mirror: Handle Delete Port: e2e03a03-a8ca-4f50-b1ed-05d53f2d9237 [pid: 7|app: 0|req: 396/783] 10.0.0.73 () {32 vars in 731 bytes} [Tue May 26 02:44:06 2026] DELETE /v2.0/floatingips/cc1f4305-2b07-4b64-bb6e-2ee8b75ed7aa => generated 0 bytes in 316 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/784] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:44:06 2026] GET /v2.0/ports?device_id=bcb84332-cd58-46db-a1a1-9daa6e763e93 => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/785] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:44:06 2026] GET /v2.0/security-groups?id=9dc007ca-992d-4652-aa91-5fc440f9acd4&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-05-26 02:44:06.924 8 INFO neutron_taas.services.taas.taas_plugin [None req-8e627383-452e-4c4c-993b-b50381891353 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] TaaS: Handle Delete Port: e40b2eb9-f54a-4cb6-8360-4e2c3cefc5b0 2026-05-26 02:44:06.928 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8e627383-452e-4c4c-993b-b50381891353 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Tap Mirror: Handle Delete Port: e40b2eb9-f54a-4cb6-8360-4e2c3cefc5b0 [pid: 7|app: 0|req: 401/788] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:44:07 2026] GET /v2.0/ports?device_id=deba5e86-18f1-43fa-a217-4d190cc60c33 => 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: 388/789] 10.0.0.73 () {34 vars in 788 bytes} [Tue May 26 02:44:06 2026] PUT /v2.0/routers/6a4c27a8-b6a5-4873-b947-bce8f9083c37/remove_router_interface => generated 309 bytes in 1148 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:44:07.776 7 INFO neutron_taas.services.taas.taas_plugin [None req-da3759ba-ce1a-46d5-89c1-b710a9ba5eaa 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] TaaS: Handle Delete Port: 4d1c81c2-c61b-4fce-a025-47a0bbb46ad4 2026-05-26 02:44:07.778 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-da3759ba-ce1a-46d5-89c1-b710a9ba5eaa 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Tap Mirror: Handle Delete Port: 4d1c81c2-c61b-4fce-a025-47a0bbb46ad4 [pid: 8|app: 0|req: 389/790] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:44:07 2026] GET /v2.0/ports?device_id=bcb84332-cd58-46db-a1a1-9daa6e763e93 => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/791] 199.204.45.222 () {34 vars in 994 bytes} [Tue May 26 02:44:07 2026] GET /v2.0/ports?device_id=bcb84332-cd58-46db-a1a1-9daa6e763e93 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:44:08.054 7 INFO neutron_taas.services.taas.taas_plugin [None req-da3759ba-ce1a-46d5-89c1-b710a9ba5eaa 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] TaaS: Handle Delete Port: e39a018d-c309-4fdb-9ce7-563ea39aa3ff 2026-05-26 02:44:08.061 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-da3759ba-ce1a-46d5-89c1-b710a9ba5eaa 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Tap Mirror: Handle Delete Port: e39a018d-c309-4fdb-9ce7-563ea39aa3ff [pid: 8|app: 0|req: 391/792] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:44:08 2026] GET /v2.0/security-groups?id=9dc007ca-992d-4652-aa91-5fc440f9acd4&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:44:08.220 8 INFO neutron_taas.services.taas.taas_plugin [req-7f6752fc-7578-444b-9d7d-51038970ae7a req-b52e22d0-6b2c-47fa-a64f-5040468f37d2 acf134df6d284735a3f550eccac82fff 0417b2d9449d40c8a15ee18d83e34903 - - default default] TaaS: Handle Delete Port: 51cad909-0ba6-4657-b333-797c3c6a016b 2026-05-26 02:44:08.226 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-7f6752fc-7578-444b-9d7d-51038970ae7a req-b52e22d0-6b2c-47fa-a64f-5040468f37d2 acf134df6d284735a3f550eccac82fff 0417b2d9449d40c8a15ee18d83e34903 - - default default] Tap Mirror: Handle Delete Port: 51cad909-0ba6-4657-b333-797c3c6a016b 2026-05-26 02:44:08.394 8 INFO neutron.db.l3_db [req-7f6752fc-7578-444b-9d7d-51038970ae7a req-b52e22d0-6b2c-47fa-a64f-5040468f37d2 acf134df6d284735a3f550eccac82fff 0417b2d9449d40c8a15ee18d83e34903 - - default default] Floating IP 3de3fc4c-3052-4751-8178-7410d688e702 disassociated. External IP: 10.96.250.201, port: 51cad909-0ba6-4657-b333-797c3c6a016b. 2026-05-26 02:44:08.510 7 INFO neutron.services.segments.plugin [-] Segment 97dfd3d6-140a-4001-aaa2-9d825fd075e3 resource provider aggregate not found 2026-05-26 02:44:08.522 7 INFO neutron.services.segments.plugin [-] Segment 97dfd3d6-140a-4001-aaa2-9d825fd075e3 resource provider aggregate not found 2026-05-26 02:44:08.555 7 INFO neutron.services.segments.plugin [-] Segment 97dfd3d6-140a-4001-aaa2-9d825fd075e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97dfd3d6-140a-4001-aaa2-9d825fd075e3 found for delete ", "request_id": "req-eb41271f-5976-4040-9a35-a12b9eacabdd"}]} 2026-05-26 02:44:08.570 7 INFO neutron.services.segments.plugin [-] Segment 97dfd3d6-140a-4001-aaa2-9d825fd075e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97dfd3d6-140a-4001-aaa2-9d825fd075e3 found for delete ", "request_id": "req-c95fc617-c6fa-4400-acaf-7775051bd129"}]} 2026-05-26 02:44:08.571 7 INFO neutron.db.l3_hamode_db [None req-da3759ba-ce1a-46d5-89c1-b710a9ba5eaa 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] HA network 143eb187-eb16-4424-a568-7f3e0104e3dc was deleted as no HA routers are present in tenant d8d620be21b941dc8fbff4e8d4d0b0f1. [pid: 7|app: 0|req: 402/793] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:44:07 2026] DELETE /v2.0/routers/6a4c27a8-b6a5-4873-b947-bce8f9083c37 => generated 0 bytes in 985 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/794] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:44:08 2026] GET /v2.0/ports?device_id=deba5e86-18f1-43fa-a217-4d190cc60c33 => 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: 404/795] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:44:08 2026] DELETE /v2.0/subnets/d7b4ca57-e15e-444a-8d58-8855a488f6af => 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: 392/796] 199.204.45.222 () {36 vars in 997 bytes} [Tue May 26 02:44:08 2026] DELETE /v2.0/ports/51cad909-0ba6-4657-b333-797c3c6a016b => generated 0 bytes in 817 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:44:08.920 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5aacfda9-287f-44ce-8396-f6931a9e287a'] response: {'server_uuid': 'bcb84332-cd58-46db-a1a1-9daa6e763e93', 'name': 'network-vif-deleted', 'tag': '51cad909-0ba6-4657-b333-797c3c6a016b', 'status': 'completed', 'code': 200} 2026-05-26 02:44:08.954 7 INFO neutron_taas.services.taas.taas_plugin [None req-521a3489-9abb-4eee-bb4a-13c9a02dc027 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] TaaS: Handle Delete Port: 5788b0d4-83b7-493a-a435-39939dfd7181 2026-05-26 02:44:08.959 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-521a3489-9abb-4eee-bb4a-13c9a02dc027 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Tap Mirror: Handle Delete Port: 5788b0d4-83b7-493a-a435-39939dfd7181 [pid: 8|app: 0|req: 393/797] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:44:09 2026] GET /v2.0/ports?device_id=bcb84332-cd58-46db-a1a1-9daa6e763e93 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/798] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:44:08 2026] DELETE /v2.0/networks/98f62a37-dfce-41a2-8838-69873178fdaf => generated 0 bytes in 390 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/799] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:44:09 2026] GET /v2.0/security-groups?tenant_id=d8d620be21b941dc8fbff4e8d4d0b0f1&name=default => generated 2921 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/800] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:44:09 2026] DELETE /v2.0/security-groups/2041c50f-0c3b-471e-9ea3-7ebfad4e3eaf => 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: 395/801] 10.0.0.228 () {34 vars in 990 bytes} [Tue May 26 02:44:09 2026] GET /v2.0/ports?device_id=39e8bd90-a86c-4c73-970c-ae52d7871b9d => generated 1244 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/802] 10.0.0.228 () {34 vars in 1040 bytes} [Tue May 26 02:44:09 2026] GET /v2.0/security-groups?id=13118c65-8f26-4b88-a26c-92da727bd869&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-05-26 02:44:10.057 7 INFO neutron_taas.services.taas.taas_plugin [None req-e61b8ebd-7a28-4393-b7b8-de7b2218bf8c 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] TaaS: Handle Delete Port: 05924679-e257-4f15-b887-05042d079467 2026-05-26 02:44:10.060 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e61b8ebd-7a28-4393-b7b8-de7b2218bf8c 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Tap Mirror: Handle Delete Port: 05924679-e257-4f15-b887-05042d079467 [pid: 8|app: 0|req: 397/803] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:44:10 2026] GET /v2.0/ports?device_id=bcb84332-cd58-46db-a1a1-9daa6e763e93 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 02:44:10.582 7 INFO neutron.services.segments.plugin [-] Segment 2a3af53b-22bb-4462-91b6-9f2c2e2702f0 resource provider aggregate not found 2026-05-26 02:44:10.608 7 INFO neutron.services.segments.plugin [-] Segment 2a3af53b-22bb-4462-91b6-9f2c2e2702f0 resource provider aggregate not found 2026-05-26 02:44:10.624 7 INFO neutron.services.segments.plugin [-] Segment 2a3af53b-22bb-4462-91b6-9f2c2e2702f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a3af53b-22bb-4462-91b6-9f2c2e2702f0 found for delete ", "request_id": "req-4f2d4ca4-9ebd-48a3-8172-0e39bb1b9742"}]} 2026-05-26 02:44:10.627 7 INFO neutron.services.segments.plugin [-] Segment 2a3af53b-22bb-4462-91b6-9f2c2e2702f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a3af53b-22bb-4462-91b6-9f2c2e2702f0 found for delete ", "request_id": "req-127ad616-5a5a-4777-8ed0-42e8c39e6205"}]} [pid: 7|app: 0|req: 407/804] 10.0.0.73 () {34 vars in 788 bytes} [Tue May 26 02:44:09 2026] PUT /v2.0/routers/4d913844-9843-415a-8044-e2e8f2b29b4a/remove_router_interface => generated 309 bytes in 1054 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:44:10.990 8 INFO neutron_taas.services.taas.taas_plugin [None req-75e08c2e-aab5-4f84-9cad-ada5ab6d0694 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] TaaS: Handle Delete Port: 9a1aa796-5919-45de-b243-f1fe031d363b 2026-05-26 02:44:10.992 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-75e08c2e-aab5-4f84-9cad-ada5ab6d0694 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Tap Mirror: Handle Delete Port: 9a1aa796-5919-45de-b243-f1fe031d363b 2026-05-26 02:44:11.294 8 INFO neutron_taas.services.taas.taas_plugin [None req-75e08c2e-aab5-4f84-9cad-ada5ab6d0694 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] TaaS: Handle Delete Port: 7a9ed14a-2b07-4bfa-b92c-2be8ee797bdf 2026-05-26 02:44:11.297 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-75e08c2e-aab5-4f84-9cad-ada5ab6d0694 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Tap Mirror: Handle Delete Port: 7a9ed14a-2b07-4bfa-b92c-2be8ee797bdf [pid: 7|app: 0|req: 408/805] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:44:11 2026] GET /v2.0/ports?device_id=bcb84332-cd58-46db-a1a1-9daa6e763e93 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 02:44:11.759 8 INFO neutron.services.segments.plugin [-] Segment 203a99b7-08c5-4e5e-8ab5-9fed815c4aa3 resource provider aggregate not found 2026-05-26 02:44:11.764 8 INFO neutron.services.segments.plugin [-] Segment 203a99b7-08c5-4e5e-8ab5-9fed815c4aa3 resource provider aggregate not found 2026-05-26 02:44:11.779 8 INFO neutron.services.segments.plugin [-] Segment 203a99b7-08c5-4e5e-8ab5-9fed815c4aa3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 203a99b7-08c5-4e5e-8ab5-9fed815c4aa3 found for delete ", "request_id": "req-d428ac36-b40f-4df9-9b1b-fa44bb4137b6"}]} 2026-05-26 02:44:11.781 8 INFO neutron.db.l3_hamode_db [None req-75e08c2e-aab5-4f84-9cad-ada5ab6d0694 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] HA network d198a7d5-8467-4f58-823f-e7d753766fc5 was deleted as no HA routers are present in tenant 438deb9e5d38408f95a84d709350dc31. 2026-05-26 02:44:11.786 8 INFO neutron.services.segments.plugin [-] Segment 203a99b7-08c5-4e5e-8ab5-9fed815c4aa3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 203a99b7-08c5-4e5e-8ab5-9fed815c4aa3 found for delete ", "request_id": "req-4d301c1a-03fe-4a11-a0b7-6ac763eaf857"}]} [pid: 8|app: 0|req: 398/806] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:44:10 2026] DELETE /v2.0/routers/4d913844-9843-415a-8044-e2e8f2b29b4a => generated 0 bytes in 1068 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 02:44:11.796 7 INFO neutron.db.segments_db [None req-066b02b7-a1e9-4a2a-9107-15f67ac861ec 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Added segment 94f542b4-8d59-413b-8430-3a0492f644c9 of type vxlan for network c0b43ebc-542d-4347-824a-66202cfb4754 [pid: 7|app: 0|req: 409/807] 10.0.0.73 () {34 vars in 670 bytes} [Tue May 26 02:44:11 2026] POST /v2.0/networks => generated 718 bytes in 481 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/808] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:44:11 2026] DELETE /v2.0/subnets/67b8a23f-4730-40b3-b496-92c5bd59e922 => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:44:12.125 8 INFO neutron_taas.services.taas.taas_plugin [None req-3fedb506-864a-488b-98a3-3f3348cdc63a 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] TaaS: Handle Delete Port: ede9dad4-1dad-42ee-ab08-84fff805e428 2026-05-26 02:44:12.128 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3fedb506-864a-488b-98a3-3f3348cdc63a 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Tap Mirror: Handle Delete Port: ede9dad4-1dad-42ee-ab08-84fff805e428 [pid: 7|app: 0|req: 410/809] 10.0.0.73 () {34 vars in 668 bytes} [Tue May 26 02:44:11 2026] POST /v2.0/subnets => generated 684 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 02:44:12.256 7 INFO neutron.db.segments_db [None req-7a87960a-5f28-477e-a3bd-5a1d870532f8 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Added segment 40a94b8c-d6a3-41db-86d9-9872e962088f of type vxlan for network 9f462b17-e8c8-4fb8-acb3-d672dea85fbf [pid: 8|app: 0|req: 400/810] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:44:12 2026] DELETE /v2.0/networks/43a726ba-8eb1-4bd5-a4d8-f0680bcb8eca => generated 0 bytes in 319 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/811] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:44:12 2026] GET /v2.0/security-groups?tenant_id=438deb9e5d38408f95a84d709350dc31&name=default => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 02:44:12.581 7 INFO neutron.db.l3_hamode_db [None req-7a87960a-5f28-477e-a3bd-5a1d870532f8 71fc9f8c50354854949fb43ca4050159 4d41b8e5392e4de89f107a29d7c7e5a4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 402/812] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:44:12 2026] DELETE /v2.0/security-groups/2a6c6327-c0e8-4150-91f6-e9d2136fea30 => 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: 403/813] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:44:12 2026] DELETE /v2.0/security-groups/9dc007ca-992d-4652-aa91-5fc440f9acd4 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 02:44:12.747 8 INFO neutron.api.v2.resource [None req-54763f2e-ab8d-4800-9de6-3eebe460e7d7 acf134df6d284735a3f550eccac82fff 0417b2d9449d40c8a15ee18d83e34903 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 404/814] 10.0.0.73 () {32 vars in 736 bytes} [Tue May 26 02:44:12 2026] GET /v2.0/security-groups/9dc007ca-992d-4652-aa91-5fc440f9acd4 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 02:44:12.868 8 INFO neutron_taas.services.taas.taas_plugin [None req-2fcd04b0-13b8-414a-9a27-0f17ec83b520 acf134df6d284735a3f550eccac82fff 0417b2d9449d40c8a15ee18d83e34903 - - default default] TaaS: Handle Delete Port: 1ed05557-ce40-410b-87d8-e731bdcd52cc 2026-05-26 02:44:12.871 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2fcd04b0-13b8-414a-9a27-0f17ec83b520 acf134df6d284735a3f550eccac82fff 0417b2d9449d40c8a15ee18d83e34903 - - default default] Tap Mirror: Handle Delete Port: 1ed05557-ce40-410b-87d8-e731bdcd52cc [pid: 8|app: 0|req: 405/815] 10.0.0.73 () {32 vars in 731 bytes} [Tue May 26 02:44:12 2026] DELETE /v2.0/floatingips/3de3fc4c-3052-4751-8178-7410d688e702 => generated 0 bytes in 286 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 02:44:13.486 7 INFO neutron.db.l3_hamode_db [None req-7a87960a-5f28-477e-a3bd-5a1d870532f8 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 02:44:13.808 8 INFO neutron.services.segments.plugin [-] Segment 5ae8dcdd-9b0f-4b45-b3f5-d3536320771b resource provider aggregate not found 2026-05-26 02:44:13.828 8 INFO neutron.services.segments.plugin [-] Segment 5ae8dcdd-9b0f-4b45-b3f5-d3536320771b resource provider aggregate not found 2026-05-26 02:44:13.834 8 INFO neutron.services.segments.plugin [-] Segment 5ae8dcdd-9b0f-4b45-b3f5-d3536320771b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5ae8dcdd-9b0f-4b45-b3f5-d3536320771b found for delete ", "request_id": "req-3daf1d34-91d1-493f-9d1d-610490828de7"}]} 2026-05-26 02:44:13.854 8 INFO neutron.services.segments.plugin [-] Segment 5ae8dcdd-9b0f-4b45-b3f5-d3536320771b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5ae8dcdd-9b0f-4b45-b3f5-d3536320771b found for delete ", "request_id": "req-cc553c26-a380-410a-baa0-8032110cd095"}]} 2026-05-26 02:44:13.945 8 INFO neutron_taas.services.taas.taas_plugin [None req-dd0f85a8-5b4e-41c0-98b2-0c3d76811573 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] TaaS: Handle Delete Port: 2215071e-898c-4a3c-bdcf-dc169f9a916e 2026-05-26 02:44:13.949 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dd0f85a8-5b4e-41c0-98b2-0c3d76811573 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Tap Mirror: Handle Delete Port: 2215071e-898c-4a3c-bdcf-dc169f9a916e [pid: 8|app: 0|req: 406/816] 10.0.0.73 () {34 vars in 788 bytes} [Tue May 26 02:44:13 2026] PUT /v2.0/routers/94539019-e353-4b62-889e-1386a5536f4c/remove_router_interface => generated 309 bytes in 1565 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/817] 10.0.0.73 () {34 vars in 668 bytes} [Tue May 26 02:44:12 2026] POST /v2.0/routers => generated 724 bytes in 2423 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 02:44:14.873 8 INFO neutron_taas.services.taas.taas_plugin [None req-21aefe9e-8fa5-46ea-a5bb-337cb93c1e04 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] TaaS: Handle Delete Port: 63f14f88-9bd3-4d21-9bfe-7bb920539d7c 2026-05-26 02:44:14.878 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-21aefe9e-8fa5-46ea-a5bb-337cb93c1e04 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Tap Mirror: Handle Delete Port: 63f14f88-9bd3-4d21-9bfe-7bb920539d7c 2026-05-26 02:44:15.171 8 INFO neutron_taas.services.taas.taas_plugin [None req-21aefe9e-8fa5-46ea-a5bb-337cb93c1e04 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] TaaS: Handle Delete Port: 74fdab95-65c2-45b4-b6d2-0818f1f7ddff 2026-05-26 02:44:15.175 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-21aefe9e-8fa5-46ea-a5bb-337cb93c1e04 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Tap Mirror: Handle Delete Port: 74fdab95-65c2-45b4-b6d2-0818f1f7ddff 2026-05-26 02:44:15.606 8 INFO neutron.db.l3_hamode_db [None req-21aefe9e-8fa5-46ea-a5bb-337cb93c1e04 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] HA network a01ad77c-2050-4e32-b4b0-26de1a0ddeff was deleted as no HA routers are present in tenant 0417b2d9449d40c8a15ee18d83e34903. [pid: 8|app: 0|req: 407/818] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:44:14 2026] DELETE /v2.0/routers/94539019-e353-4b62-889e-1386a5536f4c => generated 0 bytes in 996 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/819] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:44:15 2026] DELETE /v2.0/subnets/678fac51-1d19-4b37-9e26-3a814bd44ef9 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:44:15.862 8 INFO neutron.services.segments.plugin [-] Segment ef843b19-e689-416e-af1c-e7c4ede6bf77 resource provider aggregate not found 2026-05-26 02:44:15.884 8 INFO neutron.services.segments.plugin [-] Segment ef843b19-e689-416e-af1c-e7c4ede6bf77 resource provider aggregate not found 2026-05-26 02:44:15.893 8 INFO neutron.services.segments.plugin [-] Segment ef843b19-e689-416e-af1c-e7c4ede6bf77 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef843b19-e689-416e-af1c-e7c4ede6bf77 found for delete ", "request_id": "req-9693d1e4-d4b6-4e3a-a2f2-575f11dfb5ad"}]} 2026-05-26 02:44:15.906 8 INFO neutron_taas.services.taas.taas_plugin [None req-f339d600-aa4f-438e-9034-e6b23f40822a 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] TaaS: Handle Delete Port: 966925b4-aa81-4523-b1e0-96f8b06654ce 2026-05-26 02:44:15.909 8 INFO neutron.services.segments.plugin [-] Segment ef843b19-e689-416e-af1c-e7c4ede6bf77 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef843b19-e689-416e-af1c-e7c4ede6bf77 found for delete ", "request_id": "req-e3e7d92c-5b0c-4240-98d9-3cf9daece39d"}]} 2026-05-26 02:44:15.910 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f339d600-aa4f-438e-9034-e6b23f40822a 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Tap Mirror: Handle Delete Port: 966925b4-aa81-4523-b1e0-96f8b06654ce [pid: 8|app: 0|req: 409/820] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:44:15 2026] DELETE /v2.0/networks/5711ab1f-2ee4-46bb-b6d6-035f59292db3 => generated 0 bytes in 357 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/821] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:44:16 2026] GET /v2.0/security-groups?tenant_id=0417b2d9449d40c8a15ee18d83e34903&name=default => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/822] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:44:16 2026] DELETE /v2.0/security-groups/e3b1ba27-9ffc-41b5-b5c6-75859b65e5f7 => 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: 412/823] 10.0.0.73 () {34 vars in 782 bytes} [Tue May 26 02:44:14 2026] PUT /v2.0/routers/82ca0f9d-9c01-40c8-a1ce-a671d3183dd0/add_router_interface => generated 309 bytes in 1864 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:44:17.119 8 WARNING keystonemiddleware.audit [None req-357c72a1-e7fb-4aa6-87ab-af913fe00992 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Skipping service tempest-service-1867013325 as it have no endpoints. [pid: 8|app: 0|req: 412/824] 10.0.0.73 () {34 vars in 684 bytes} [Tue May 26 02:44:17 2026] POST /v2.0/security-groups => generated 1659 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-26 02:44:17.263 7 WARNING keystonemiddleware.audit [None req-e5c21d4d-4452-4bfc-a420-825abe587ed3 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Skipping service tempest-service-1867013325 as it have no endpoints. [pid: 7|app: 0|req: 413/825] 10.0.0.73 () {34 vars in 694 bytes} [Tue May 26 02:44:17 2026] POST /v2.0/security-group-rules => generated 597 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 02:44:17.427 8 WARNING keystonemiddleware.audit [None req-082fb201-02a2-4770-923c-71b70fdc5499 550afce9deaf4c2abb0e8379b118a921 4d41b8e5392e4de89f107a29d7c7e5a4 - - default default] Skipping service tempest-service-1867013325 as it have no endpoints. [pid: 8|app: 0|req: 413/826] 10.0.0.73 () {34 vars in 694 bytes} [Tue May 26 02:44:17 2026] POST /v2.0/security-group-rules => generated 602 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 02:44:17.567 7 WARNING keystonemiddleware.audit [None req-8a3a4ec5-65f3-46cd-a98d-c33619c8c6c7 550afce9deaf4c2abb0e8379b118a921 4d41b8e5392e4de89f107a29d7c7e5a4 - - default default] Skipping service tempest-service-1867013325 as it have no endpoints. 2026-05-26 02:44:17.921 8 INFO neutron.services.segments.plugin [-] Segment 39110ac6-fa5a-46f8-8d86-8a77379d3bab resource provider aggregate not found 2026-05-26 02:44:17.933 8 INFO neutron.services.segments.plugin [-] Segment 39110ac6-fa5a-46f8-8d86-8a77379d3bab resource provider aggregate not found 2026-05-26 02:44:17.939 8 INFO neutron.services.segments.plugin [-] Segment 39110ac6-fa5a-46f8-8d86-8a77379d3bab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39110ac6-fa5a-46f8-8d86-8a77379d3bab found for delete ", "request_id": "req-1ab58c47-d588-4184-94a8-a5e9d14e8b59"}]} 2026-05-26 02:44:17.952 8 INFO neutron.services.segments.plugin [-] Segment 39110ac6-fa5a-46f8-8d86-8a77379d3bab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39110ac6-fa5a-46f8-8d86-8a77379d3bab found for delete ", "request_id": "req-dde9c9b5-7d05-4215-8741-c07758cbe105"}]} [pid: 7|app: 0|req: 414/827] 10.0.0.73 () {34 vars in 675 bytes} [Tue May 26 02:44:17 2026] POST /v2.0/floatingips => generated 552 bytes in 669 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/828] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:44:18 2026] GET /v2.0/security-groups?tenant_id=4f8d3631ea6f42aab7664d01720b889a&name=default => generated 2925 bytes in 521 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 02:44:18.736 8 WARNING keystonemiddleware.audit [None req-569a5269-22d0-4ce9-98bd-490f47a0deaf 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Skipping service tempest-service-1867013325 as it have no endpoints. [pid: 7|app: 0|req: 415/829] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:44:18 2026] DELETE /v2.0/security-groups/765c7f03-77ce-4c68-b5ba-3af0c037a5bf => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/830] 10.0.0.4 () {34 vars in 1096 bytes} [Tue May 26 02:44:18 2026] GET /v2.0/security-groups?name=tempest-securitygroup--504736310&fields=id&tenant_id=4d41b8e5392e4de89f107a29d7c7e5a4 => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 02:44:18.785 7 WARNING keystonemiddleware.audit [None req-7f2a8723-120f-44fc-8651-e7dbee89b4c3 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Skipping service tempest-service-1867013325 as it have no endpoints. [pid: 7|app: 0|req: 416/831] 10.0.0.4 () {34 vars in 980 bytes} [Tue May 26 02:44:18 2026] GET /v2.0/networks?id=c0b43ebc-542d-4347-824a-66202cfb4754 => generated 669 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:44:18.862 8 WARNING keystonemiddleware.audit [req-f66b4129-d7a9-48ac-ac72-114fa679e0da req-6b79c73b-5869-4245-8a1e-6025b3a46d82 550afce9deaf4c2abb0e8379b118a921 4d41b8e5392e4de89f107a29d7c7e5a4 - - default default] Skipping service tempest-service-1867013325 as it have no endpoints. [pid: 8|app: 0|req: 416/832] 10.0.0.4 () {34 vars in 963 bytes} [Tue May 26 02:44:18 2026] GET /v2.0/quotas/4d41b8e5392e4de89f107a29d7c7e5a4 => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:44:18.884 7 WARNING keystonemiddleware.audit [req-f66b4129-d7a9-48ac-ac72-114fa679e0da req-415cf788-8d3a-441a-a35e-6c20c12d810f 550afce9deaf4c2abb0e8379b118a921 4d41b8e5392e4de89f107a29d7c7e5a4 - - default default] Skipping service tempest-service-1867013325 as it have no endpoints. [pid: 7|app: 0|req: 417/833] 10.0.0.4 () {34 vars in 1000 bytes} [Tue May 26 02:44:18 2026] GET /v2.0/ports?tenant_id=4d41b8e5392e4de89f107a29d7c7e5a4&fields=id => generated 57 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/834] 10.0.0.4 () {34 vars in 1006 bytes} [Tue May 26 02:44:18 2026] GET /v2.0/networks/c0b43ebc-542d-4347-824a-66202cfb4754?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: 417/835] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:44:18 2026] GET /v2.0/security-groups?tenant_id=dec656c144854266b26135afbcd27af8&name=default => generated 2925 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/836] 10.0.0.4 () {34 vars in 1106 bytes} [Tue May 26 02:44:19 2026] GET /v2.0/networks/c0b43ebc-542d-4347-824a-66202cfb4754?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/837] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:44:19 2026] DELETE /v2.0/security-groups/8a09009c-32ba-4790-bc81-b7942f4923bf => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 02:44:19.220 7 WARNING keystonemiddleware.audit [req-f66b4129-d7a9-48ac-ac72-114fa679e0da req-56aded0b-b2b1-4752-aa8d-9e7acf002fcf 7c78107f89364437a78a64141e335f6b 0a1823e096f5472aafb20570ac9caa5e - - 07ec5f1350bf4a00b879a4ef64df32ae 07ec5f1350bf4a00b879a4ef64df32ae] Skipping service tempest-service-1867013325 as it have no endpoints. [pid: 7|app: 0|req: 420/838] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:44:19 2026] GET /v2.0/ports?device_id=973a8c5b-ea10-4739-b11b-0e772c874de6 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/839] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:44:19 2026] GET /v2.0/security-groups?tenant_id=7b022c3a4b4a4342aeb27f59d9fcba59&name=default => generated 2925 bytes in 317 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 02:44:20.333 8 WARNING keystonemiddleware.audit [None req-9f4b882c-d3d1-42bc-b234-f73ad75691f9 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Skipping service tempest-service-1867013325 as it have no endpoints. [pid: 7|app: 0|req: 421/840] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:44:20 2026] DELETE /v2.0/security-groups/c42018cb-f42f-417c-b3c9-7dc48c760515 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/841] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:44:20 2026] GET /v2.0/ports?device_id=973a8c5b-ea10-4739-b11b-0e772c874de6 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 02:44:21.440 7 WARNING keystonemiddleware.audit [None req-c2888c01-2773-479b-a54a-812396e52bd8 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Skipping service tempest-service-1867013325 as it have no endpoints. [pid: 7|app: 0|req: 422/842] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:44:21 2026] GET /v2.0/ports?device_id=973a8c5b-ea10-4739-b11b-0e772c874de6 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 02:44:22.565 8 WARNING keystonemiddleware.audit [req-4b300c65-c7d0-4814-bdd5-5f0f22a1c7fa req-fbd1166f-c79d-4dbf-b647-81732861c18c 550afce9deaf4c2abb0e8379b118a921 4d41b8e5392e4de89f107a29d7c7e5a4 - - default default] Skipping service tempest-service-1867013325 as it have no endpoints. [pid: 8|app: 0|req: 422/845] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:44:22 2026] GET /v2.0/ports?device_id=973a8c5b-ea10-4739-b11b-0e772c874de6 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 02:44:23.517 8 WARNING keystonemiddleware.audit [req-da824a91-aaed-49ee-8bbf-2185f2289a20 req-55741ea3-87b2-4ce3-93bd-279f3d04aea9 550afce9deaf4c2abb0e8379b118a921 4d41b8e5392e4de89f107a29d7c7e5a4 - - default default] Skipping service tempest-service-1867013325 as it have no endpoints. [pid: 8|app: 0|req: 423/846] 199.204.45.222 () {34 vars in 986 bytes} [Tue May 26 02:44:23 2026] GET /v2.0/networks?id=c0b43ebc-542d-4347-824a-66202cfb4754 => generated 669 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:44:23.595 8 WARNING keystonemiddleware.audit [req-f66b4129-d7a9-48ac-ac72-114fa679e0da req-2f6700c8-623d-4e15-9328-1b7a49c71fab 550afce9deaf4c2abb0e8379b118a921 4d41b8e5392e4de89f107a29d7c7e5a4 - - default default] Skipping service tempest-service-1867013325 as it have no endpoints. [pid: 8|app: 0|req: 424/847] 199.204.45.222 () {34 vars in 1050 bytes} [Tue May 26 02:44:23 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=4d41b8e5392e4de89f107a29d7c7e5a4 => generated 180 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:44:23.659 8 WARNING keystonemiddleware.audit [req-f66b4129-d7a9-48ac-ac72-114fa679e0da req-b454d40b-6835-4f95-8cc5-e8aad3a5611d 550afce9deaf4c2abb0e8379b118a921 4d41b8e5392e4de89f107a29d7c7e5a4 - - default default] Skipping service tempest-service-1867013325 as it have no endpoints. [pid: 7|app: 0|req: 424/848] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:44:23 2026] GET /v2.0/security-groups?tenant_id=7bd6c3235b314b338f95b89e46024bb2&name=default => generated 2925 bytes in 390 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 02:44:23.745 7 WARNING keystonemiddleware.audit [None req-fda18fdc-b88d-44d0-bfd1-82428bfadf81 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Skipping service tempest-service-1867013325 as it have no endpoints. [pid: 7|app: 0|req: 425/849] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:44:23 2026] GET /v2.0/ports?device_id=973a8c5b-ea10-4739-b11b-0e772c874de6 => 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: 426/850] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:44:23 2026] DELETE /v2.0/security-groups/a5990ad4-30c4-4996-99ff-99b633c37374 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/851] 199.204.45.222 () {38 vars in 955 bytes} [Tue May 26 02:44:23 2026] POST /v2.0/ports => generated 954 bytes in 419 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 427/852] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:44:24 2026] GET /v2.0/security-groups?tenant_id=21259107b01d4689b85f962b8eee2ba5&name=default => generated 2925 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/853] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:44:24 2026] DELETE /v2.0/security-groups/1742bbf8-f15f-4a88-98d0-f0d9b614ef00 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/854] 199.204.45.222 () {38 vars in 1028 bytes} [Tue May 26 02:44:24 2026] PUT /v2.0/ports/117114d6-cbd6-41be-99c6-5f747093545f => generated 1235 bytes in 452 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 02:44:24.569 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1fedb781-aa3e-43b8-b351-a7f8bfbbdfd0'] response: {'name': 'network-changed', 'server_uuid': '973a8c5b-ea10-4739-b11b-0e772c874de6', 'tag': '117114d6-cbd6-41be-99c6-5f747093545f', 'status': 'completed', 'code': 200} 2026-05-26 02:44:24.841 7 WARNING keystonemiddleware.audit [None req-25caf106-b63b-4b2c-baf1-1defecb0b6c2 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Skipping service tempest-service-1867013325 as it have no endpoints. [pid: 7|app: 0|req: 429/855] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:44:24 2026] GET /v2.0/ports?device_id=973a8c5b-ea10-4739-b11b-0e772c874de6 => generated 969 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:44:24.933 8 WARNING keystonemiddleware.audit [req-f66b4129-d7a9-48ac-ac72-114fa679e0da req-04ab6b10-9aaf-4346-8024-6bcaed6e82b5 7c78107f89364437a78a64141e335f6b 0a1823e096f5472aafb20570ac9caa5e - - 07ec5f1350bf4a00b879a4ef64df32ae 07ec5f1350bf4a00b879a4ef64df32ae] Skipping service tempest-service-1867013325 as it have no endpoints. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 427/856] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:44:24 2026] GET /v2.0/security-groups?id=094468ec-43ec-4008-9670-d2964df852f7&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/857] 199.204.45.222 () {34 vars in 1080 bytes} [Tue May 26 02:44:25 2026] GET /v2.0/ports?tenant_id=4d41b8e5392e4de89f107a29d7c7e5a4&device_id=973a8c5b-ea10-4739-b11b-0e772c874de6 => 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: 428/858] 199.204.45.222 () {34 vars in 1018 bytes} [Tue May 26 02:44:25 2026] GET /v2.0/networks?tenant_id=4d41b8e5392e4de89f107a29d7c7e5a4&shared=False => generated 765 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/859] 199.204.45.222 () {34 vars in 930 bytes} [Tue May 26 02:44:25 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/860] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:44:25 2026] GET /v2.0/security-groups?tenant_id=78ff08791a304bdf85195055402f25a4&name=default => generated 2925 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/861] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:44:25 2026] DELETE /v2.0/security-groups/26cee6bb-4fdd-4f02-b246-a606d33f816b => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/862] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:44:25 2026] GET /v2.0/ports?device_id=39e8bd90-a86c-4c73-970c-ae52d7871b9d => generated 975 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/863] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:44:25 2026] GET /v2.0/security-groups?tenant_id=621ac949c3d54a63b594fcec20c87039&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/864] 10.0.0.4 () {34 vars in 969 bytes} [Tue May 26 02:44:25 2026] GET /v2.0/ports/624de609-7f3b-43b2-9f99-8ab22a7793d1 => generated 972 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/865] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:44:25 2026] DELETE /v2.0/security-groups/d6a60684-6996-4cf0-96c7-9ba054eb619b => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 02:44:26.031 7 WARNING keystonemiddleware.audit [req-ab277c05-90d7-4854-b07d-c92f122d69f1 req-399b5f9b-bb2a-44b5-a002-8f071a9fc64f e71240440b784a7faf54e935432cc14e f27c210b27144c7b975e49c34fe1fc3b - - default default] Skipping service tempest-service-1867013325 as it have no endpoints. [pid: 7|app: 0|req: 435/866] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:44:26 2026] GET /v2.0/ports?device_id=973a8c5b-ea10-4739-b11b-0e772c874de6 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:44:26.085 8 WARNING keystonemiddleware.audit [None req-d1448195-df72-4139-8be1-e785bd960cd8 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Skipping service tempest-service-1867013325 as it have no endpoints. [pid: 8|app: 0|req: 432/867] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:44:26 2026] GET /v2.0/security-groups?id=094468ec-43ec-4008-9670-d2964df852f7&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/868] 199.204.45.222 () {34 vars in 1080 bytes} [Tue May 26 02:44:26 2026] GET /v2.0/ports?tenant_id=4d41b8e5392e4de89f107a29d7c7e5a4&device_id=973a8c5b-ea10-4739-b11b-0e772c874de6 => generated 1238 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/869] 199.204.45.222 () {34 vars in 1058 bytes} [Tue May 26 02:44:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=117114d6-cbd6-41be-99c6-5f747093545f => 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: 437/870] 199.204.45.222 () {34 vars in 984 bytes} [Tue May 26 02:44:26 2026] GET /v2.0/subnets?id=4427328a-6a27-4478-bef6-fe4d68adf639 => generated 687 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/871] 199.204.45.222 () {34 vars in 1052 bytes} [Tue May 26 02:44:26 2026] GET /v2.0/ports?network_id=c0b43ebc-542d-4347-824a-66202cfb4754&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: 438/872] 199.204.45.222 () {34 vars in 1012 bytes} [Tue May 26 02:44:26 2026] GET /v2.0/networks/c0b43ebc-542d-4347-824a-66202cfb4754?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/873] 199.204.45.222 () {34 vars in 1000 bytes} [Tue May 26 02:44:26 2026] GET /v2.0/subnets?network_id=2907f6e5-4bc6-43e7-90cd-81e98b3de676 => generated 684 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/874] 199.204.45.222 () {34 vars in 1112 bytes} [Tue May 26 02:44:26 2026] GET /v2.0/networks/c0b43ebc-542d-4347-824a-66202cfb4754?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: 436/875] 199.204.45.222 () {34 vars in 1146 bytes} [Tue May 26 02:44:26 2026] GET /v2.0/ports?device_id=39e8bd90-a86c-4c73-970c-ae52d7871b9d&device_owner=compute%3Anova&network_id=2907f6e5-4bc6-43e7-90cd-81e98b3de676 => generated 975 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:44:27.188 8 WARNING keystonemiddleware.audit [req-c461bea0-dcc5-4cf5-9366-566560b0863a req-a1726bbd-4007-48a2-bc0b-2953009ace99 e71240440b784a7faf54e935432cc14e f27c210b27144c7b975e49c34fe1fc3b - - default default] Skipping service tempest-service-1867013325 as it have no endpoints. [pid: 8|app: 0|req: 437/876] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:44:27 2026] GET /v2.0/ports?device_id=973a8c5b-ea10-4739-b11b-0e772c874de6 => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/877] 199.204.45.222 () {38 vars in 1028 bytes} [Tue May 26 02:44:26 2026] PUT /v2.0/ports/624de609-7f3b-43b2-9f99-8ab22a7793d1 => generated 1149 bytes in 621 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 02:44:27.253 8 WARNING keystonemiddleware.audit [req-9d556ffa-5b9c-4cbb-a1da-15378f0c1da9 req-beefec5d-7546-492a-a2a1-abcf915c432e 550afce9deaf4c2abb0e8379b118a921 4d41b8e5392e4de89f107a29d7c7e5a4 - - default default] Skipping service tempest-service-1867013325 as it have no endpoints. [pid: 8|app: 0|req: 438/878] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:44:27 2026] GET /v2.0/security-groups?id=094468ec-43ec-4008-9670-d2964df852f7&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:44:27.292 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b436fc97-1994-42f5-a6f8-65fc34d015d4'] response: {'name': 'network-changed', 'server_uuid': '39e8bd90-a86c-4c73-970c-ae52d7871b9d', 'tag': '624de609-7f3b-43b2-9f99-8ab22a7793d1', '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: 441/879] 199.204.45.222 () {34 vars in 1080 bytes} [Tue May 26 02:44:27 2026] GET /v2.0/ports?tenant_id=f27c210b27144c7b975e49c34fe1fc3b&device_id=39e8bd90-a86c-4c73-970c-ae52d7871b9d => generated 1421 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/880] 199.204.45.222 () {34 vars in 986 bytes} [Tue May 26 02:44:27 2026] GET /v2.0/networks?id=2907f6e5-4bc6-43e7-90cd-81e98b3de676 => generated 780 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/881] 199.204.45.222 () {34 vars in 1060 bytes} [Tue May 26 02:44:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=624de609-7f3b-43b2-9f99-8ab22a7793d1 => generated 861 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/882] 199.204.45.222 () {34 vars in 1058 bytes} [Tue May 26 02:44:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=624de609-7f3b-43b2-9f99-8ab22a7793d1 => 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: 443/883] 199.204.45.222 () {34 vars in 984 bytes} [Tue May 26 02:44:27 2026] GET /v2.0/subnets?id=5df78df9-cf6a-4624-9dbb-829bd2d238bb => generated 702 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/884] 199.204.45.222 () {34 vars in 1052 bytes} [Tue May 26 02:44:28 2026] GET /v2.0/ports?network_id=2907f6e5-4bc6-43e7-90cd-81e98b3de676&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/885] 199.204.45.222 () {34 vars in 1012 bytes} [Tue May 26 02:44:28 2026] GET /v2.0/networks/2907f6e5-4bc6-43e7-90cd-81e98b3de676?fields=segments => generated 14 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/886] 199.204.45.222 () {34 vars in 1112 bytes} [Tue May 26 02:44:28 2026] GET /v2.0/networks/2907f6e5-4bc6-43e7-90cd-81e98b3de676?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 02:44:28.366 7 WARNING keystonemiddleware.audit [req-c461bea0-dcc5-4cf5-9366-566560b0863a req-343b934f-8dec-4313-bcf4-088dc46f52f7 7c78107f89364437a78a64141e335f6b 0a1823e096f5472aafb20570ac9caa5e - - 07ec5f1350bf4a00b879a4ef64df32ae 07ec5f1350bf4a00b879a4ef64df32ae] Skipping service tempest-service-1867013325 as it have no endpoints. [pid: 7|app: 0|req: 445/887] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:44:28 2026] GET /v2.0/ports?device_id=973a8c5b-ea10-4739-b11b-0e772c874de6 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:44:28.419 8 WARNING keystonemiddleware.audit [req-c461bea0-dcc5-4cf5-9366-566560b0863a req-3aefd326-8c6b-44d5-b991-5504578dd403 7c78107f89364437a78a64141e335f6b 0a1823e096f5472aafb20570ac9caa5e - - 07ec5f1350bf4a00b879a4ef64df32ae 07ec5f1350bf4a00b879a4ef64df32ae] Skipping service tempest-service-1867013325 as it have no endpoints. [pid: 8|app: 0|req: 443/888] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:44:28 2026] GET /v2.0/security-groups?id=094468ec-43ec-4008-9670-d2964df852f7&fields=id&fields=name => generated 113 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/889] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:44:28 2026] GET /v2.0/security-groups?tenant_id=da003e5410704904bdfe1c74d4dea0b3&name=default => generated 2925 bytes in 387 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/890] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:44:28 2026] DELETE /v2.0/security-groups/ed4e11fb-3fdb-4b12-90bf-1bf314af6ae9 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/891] 199.204.45.222 () {34 vars in 1080 bytes} [Tue May 26 02:44:29 2026] GET /v2.0/ports?tenant_id=f27c210b27144c7b975e49c34fe1fc3b&device_id=39e8bd90-a86c-4c73-970c-ae52d7871b9d => generated 1421 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/892] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:44:29 2026] GET /v2.0/security-groups?tenant_id=399a8b2a78b641eb92dc5b83bf6cb9b4&name=default => generated 2925 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/893] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:44:29 2026] GET /v2.0/ports?device_id=39e8bd90-a86c-4c73-970c-ae52d7871b9d => generated 1152 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/894] 199.204.45.222 () {34 vars in 986 bytes} [Tue May 26 02:44:29 2026] GET /v2.0/networks?id=2907f6e5-4bc6-43e7-90cd-81e98b3de676 => generated 780 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/895] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:44:29 2026] GET /v2.0/security-groups?id=13118c65-8f26-4b88-a26c-92da727bd869&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/896] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:44:29 2026] DELETE /v2.0/security-groups/2dbd3f39-7459-4c68-ba22-0d06a64472e0 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/897] 199.204.45.222 () {34 vars in 1060 bytes} [Tue May 26 02:44:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=624de609-7f3b-43b2-9f99-8ab22a7793d1 => generated 861 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/898] 199.204.45.222 () {34 vars in 1058 bytes} [Tue May 26 02:44:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=624de609-7f3b-43b2-9f99-8ab22a7793d1 => 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: 451/899] 199.204.45.222 () {34 vars in 984 bytes} [Tue May 26 02:44:29 2026] GET /v2.0/subnets?id=5df78df9-cf6a-4624-9dbb-829bd2d238bb => generated 702 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:44:29.539 7 WARNING keystonemiddleware.audit [req-82b7465d-aa5d-4bee-98d2-51af30c1ca48 req-8806503a-3bca-463c-8e5a-b2cc70dd5d38 7c78107f89364437a78a64141e335f6b 0a1823e096f5472aafb20570ac9caa5e - - 07ec5f1350bf4a00b879a4ef64df32ae 07ec5f1350bf4a00b879a4ef64df32ae] Skipping service tempest-service-1867013325 as it have no endpoints. [pid: 8|app: 0|req: 449/900] 199.204.45.222 () {34 vars in 1052 bytes} [Tue May 26 02:44:29 2026] GET /v2.0/ports?network_id=2907f6e5-4bc6-43e7-90cd-81e98b3de676&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: 452/901] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:44:29 2026] GET /v2.0/ports?device_id=973a8c5b-ea10-4739-b11b-0e772c874de6 => generated 969 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:44:29.604 7 WARNING keystonemiddleware.audit [req-a557d886-1d9b-49d6-b5ec-dbbddb6d7a02 req-b43e437b-1873-447f-b9e8-95c4a205f450 550afce9deaf4c2abb0e8379b118a921 4d41b8e5392e4de89f107a29d7c7e5a4 - - default default] Skipping service tempest-service-1867013325 as it have no endpoints. [pid: 8|app: 0|req: 450/902] 199.204.45.222 () {34 vars in 1012 bytes} [Tue May 26 02:44:29 2026] GET /v2.0/networks/2907f6e5-4bc6-43e7-90cd-81e98b3de676?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: 453/903] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:44:29 2026] GET /v2.0/security-groups?id=094468ec-43ec-4008-9670-d2964df852f7&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/904] 199.204.45.222 () {34 vars in 1112 bytes} [Tue May 26 02:44:29 2026] GET /v2.0/networks/2907f6e5-4bc6-43e7-90cd-81e98b3de676?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/905] 199.204.45.222 () {34 vars in 1118 bytes} [Tue May 26 02:44:30 2026] GET /v2.0/ports?device_id=39e8bd90-a86c-4c73-970c-ae52d7871b9d&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.9 => generated 1152 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/906] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:44:30 2026] GET /v2.0/security-groups?tenant_id=950955d2312b450c8753a328c5f4a876&name=default => generated 2925 bytes in 326 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/907] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:44:30 2026] DELETE /v2.0/security-groups/35927689-716f-4077-8886-179724db80a4 => 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: 456/908] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:44:30 2026] GET /v2.0/security-groups?tenant_id=c1796439d7014c6a876f53b8a7a376b1&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 02:44:30.885 7 WARNING keystonemiddleware.audit [None req-57314f07-65db-429f-acbd-536ee823c134 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Skipping service tempest-service-1867013325 as it have no endpoints. [pid: 8|app: 0|req: 453/909] 199.204.45.222 () {38 vars in 1028 bytes} [Tue May 26 02:44:30 2026] PUT /v2.0/ports/624de609-7f3b-43b2-9f99-8ab22a7793d1 => generated 972 bytes in 621 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-05-26 02:44:30.944 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f5bc918e-3e1f-4698-b714-50c7f8962977'] response: {'name': 'network-changed', 'server_uuid': '39e8bd90-a86c-4c73-970c-ae52d7871b9d', 'tag': '624de609-7f3b-43b2-9f99-8ab22a7793d1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 457/910] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:44:30 2026] GET /v2.0/ports?device_id=973a8c5b-ea10-4739-b11b-0e772c874de6 => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:44:30.975 7 WARNING keystonemiddleware.audit [req-66aa58b3-d597-47c0-a541-50b74665fece req-8d7dadbc-8d40-4e34-996f-5ed2a0baa63b 550afce9deaf4c2abb0e8379b118a921 4d41b8e5392e4de89f107a29d7c7e5a4 - - default default] Skipping service tempest-service-1867013325 as it have no endpoints. [pid: 7|app: 0|req: 458/911] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:44:30 2026] GET /v2.0/security-groups?id=094468ec-43ec-4008-9670-d2964df852f7&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: 454/912] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:44:30 2026] DELETE /v2.0/security-groups/361d896c-862c-4bac-8ae5-847ef3426971 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/913] 199.204.45.222 () {34 vars in 1080 bytes} [Tue May 26 02:44:31 2026] GET /v2.0/ports?tenant_id=f27c210b27144c7b975e49c34fe1fc3b&device_id=39e8bd90-a86c-4c73-970c-ae52d7871b9d => generated 1244 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/914] 199.204.45.222 () {34 vars in 986 bytes} [Tue May 26 02:44:31 2026] GET /v2.0/networks?id=2907f6e5-4bc6-43e7-90cd-81e98b3de676 => 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: 460/915] 199.204.45.222 () {34 vars in 1060 bytes} [Tue May 26 02:44:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=624de609-7f3b-43b2-9f99-8ab22a7793d1 => generated 861 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/916] 199.204.45.222 () {34 vars in 984 bytes} [Tue May 26 02:44:31 2026] GET /v2.0/subnets?id=5df78df9-cf6a-4624-9dbb-829bd2d238bb => 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: 461/917] 199.204.45.222 () {34 vars in 1052 bytes} [Tue May 26 02:44:31 2026] GET /v2.0/ports?network_id=2907f6e5-4bc6-43e7-90cd-81e98b3de676&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/918] 199.204.45.222 () {34 vars in 1012 bytes} [Tue May 26 02:44:31 2026] GET /v2.0/networks/2907f6e5-4bc6-43e7-90cd-81e98b3de676?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: 462/919] 199.204.45.222 () {34 vars in 1112 bytes} [Tue May 26 02:44:31 2026] GET /v2.0/networks/2907f6e5-4bc6-43e7-90cd-81e98b3de676?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 02:44:32.081 7 WARNING keystonemiddleware.audit [req-f34d1c4d-fdd0-476b-ae46-5a0f773f31df req-e21730db-28f1-42c5-84e1-931feba7a543 7c78107f89364437a78a64141e335f6b 0a1823e096f5472aafb20570ac9caa5e - - 07ec5f1350bf4a00b879a4ef64df32ae 07ec5f1350bf4a00b879a4ef64df32ae] Skipping service tempest-service-1867013325 as it have no endpoints. [pid: 7|app: 0|req: 463/920] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:44:32 2026] GET /v2.0/ports?device_id=973a8c5b-ea10-4739-b11b-0e772c874de6 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:44:32.130 7 WARNING keystonemiddleware.audit [req-31dd6f21-8ff7-4341-89f8-40a904eb2125 req-1c610754-cc37-4379-9d50-a85933402b67 550afce9deaf4c2abb0e8379b118a921 4d41b8e5392e4de89f107a29d7c7e5a4 - - default default] Skipping service tempest-service-1867013325 as it have no endpoints. [pid: 7|app: 0|req: 464/921] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:44:32 2026] GET /v2.0/security-groups?id=094468ec-43ec-4008-9670-d2964df852f7&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:44:32.236 7 WARNING keystonemiddleware.audit [req-31dd6f21-8ff7-4341-89f8-40a904eb2125 req-a4a5062e-1a08-4a2e-a351-94c831102e7b 550afce9deaf4c2abb0e8379b118a921 4d41b8e5392e4de89f107a29d7c7e5a4 - - default default] Skipping service tempest-service-1867013325 as it have no endpoints. [pid: 7|app: 0|req: 465/922] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:44:32 2026] GET /v2.0/ports?device_id=973a8c5b-ea10-4739-b11b-0e772c874de6 => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/923] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:44:31 2026] GET /v2.0/security-groups?tenant_id=e6967049af38406bb8cdf6bb0f3874f8&name=default => generated 2925 bytes in 355 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 02:44:32.304 8 WARNING keystonemiddleware.audit [None req-22e46b9d-6c44-4555-8740-1651673891b9 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Skipping service tempest-service-1867013325 as it have no endpoints. [pid: 7|app: 0|req: 466/924] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:44:32 2026] DELETE /v2.0/security-groups/fad03d61-e135-444e-b17d-c7ccdba99821 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 02:44:32.675 8 INFO neutron.db.l3_db [None req-8cc2e9c5-94ce-48b7-9565-76f9e13f6e78 550afce9deaf4c2abb0e8379b118a921 4d41b8e5392e4de89f107a29d7c7e5a4 - - default default] Floating IP e2d4c3f7-144d-40b0-8d4e-2c1b33ebdf6e associated. External IP: 10.96.250.216, port: 117114d6-cbd6-41be-99c6-5f747093545f. [pid: 7|app: 0|req: 467/925] 199.204.45.222 () {34 vars in 1080 bytes} [Tue May 26 02:44:32 2026] GET /v2.0/ports?tenant_id=f27c210b27144c7b975e49c34fe1fc3b&device_id=39e8bd90-a86c-4c73-970c-ae52d7871b9d => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/926] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:44:32 2026] GET /v2.0/ports?device_id=39e8bd90-a86c-4c73-970c-ae52d7871b9d => generated 975 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/927] 199.204.45.222 () {34 vars in 986 bytes} [Tue May 26 02:44:32 2026] GET /v2.0/networks?id=2907f6e5-4bc6-43e7-90cd-81e98b3de676 => generated 780 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/928] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:44:32 2026] GET /v2.0/security-groups?id=13118c65-8f26-4b88-a26c-92da727bd869&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: 471/929] 199.204.45.222 () {34 vars in 1060 bytes} [Tue May 26 02:44:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=624de609-7f3b-43b2-9f99-8ab22a7793d1 => generated 861 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/930] 199.204.45.222 () {34 vars in 984 bytes} [Tue May 26 02:44:33 2026] GET /v2.0/subnets?id=5df78df9-cf6a-4624-9dbb-829bd2d238bb => generated 702 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/931] 10.0.0.73 () {34 vars in 748 bytes} [Tue May 26 02:44:32 2026] PUT /v2.0/floatingips/e2d4c3f7-144d-40b0-8d4e-2c1b33ebdf6e => generated 855 bytes in 802 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:44:33.143 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4e62b421-b91c-47ec-b470-3caacb7d9565'] response: {'name': 'network-changed', 'server_uuid': '973a8c5b-ea10-4739-b11b-0e772c874de6', 'tag': '117114d6-cbd6-41be-99c6-5f747093545f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 473/932] 199.204.45.222 () {34 vars in 1052 bytes} [Tue May 26 02:44:33 2026] GET /v2.0/ports?network_id=2907f6e5-4bc6-43e7-90cd-81e98b3de676&device_owner=network%3Adhcp => generated 1244 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 02:44:33.167 8 WARNING keystonemiddleware.audit [None req-8cc2e9c5-94ce-48b7-9565-76f9e13f6e78 550afce9deaf4c2abb0e8379b118a921 4d41b8e5392e4de89f107a29d7c7e5a4 - - default default] Skipping service tempest-service-1867013325 as it have no endpoints. [pid: 7|app: 0|req: 474/933] 199.204.45.222 () {34 vars in 1012 bytes} [Tue May 26 02:44:33 2026] GET /v2.0/networks/2907f6e5-4bc6-43e7-90cd-81e98b3de676?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/934] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:44:33 2026] GET /v2.0/ports?device_id=973a8c5b-ea10-4739-b11b-0e772c874de6 => generated 971 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:44:33.276 8 WARNING keystonemiddleware.audit [req-453f305c-9aa3-4f65-a0b3-3c9fcf727694 req-70ba0cb4-8065-433d-a1ee-f248f4413a6d 550afce9deaf4c2abb0e8379b118a921 4d41b8e5392e4de89f107a29d7c7e5a4 - - default default] Skipping service tempest-service-1867013325 as it have no endpoints. [pid: 7|app: 0|req: 475/935] 199.204.45.222 () {34 vars in 1112 bytes} [Tue May 26 02:44:33 2026] GET /v2.0/networks/2907f6e5-4bc6-43e7-90cd-81e98b3de676?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/936] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:44:33 2026] GET /v2.0/security-groups?id=094468ec-43ec-4008-9670-d2964df852f7&fields=id&fields=name => generated 113 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:44:33.576 8 WARNING keystonemiddleware.audit [req-453f305c-9aa3-4f65-a0b3-3c9fcf727694 req-89c23ddb-6e3a-4bd3-95db-32c1cc0d0624 550afce9deaf4c2abb0e8379b118a921 4d41b8e5392e4de89f107a29d7c7e5a4 - - default default] Skipping service tempest-service-1867013325 as it have no endpoints. [pid: 8|app: 0|req: 462/937] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:44:33 2026] GET /v2.0/ports?device_id=973a8c5b-ea10-4739-b11b-0e772c874de6 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:44:33.624 8 WARNING keystonemiddleware.audit [req-04d65b07-fb5d-473f-9785-c9669a3d69ee req-1aae2aa6-45b1-4259-8ef3-843b5e16dbfd 550afce9deaf4c2abb0e8379b118a921 4d41b8e5392e4de89f107a29d7c7e5a4 - - default default] Skipping service tempest-service-1867013325 as it have no endpoints. [pid: 8|app: 0|req: 463/938] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:44:33 2026] GET /v2.0/security-groups?id=094468ec-43ec-4008-9670-d2964df852f7&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: 476/939] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:44:33 2026] GET /v2.0/security-groups?tenant_id=e4eb5c7f428f4b5781cf1521cc73f0a4&name=default => generated 2925 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/940] 199.204.45.222 () {34 vars in 1080 bytes} [Tue May 26 02:44:33 2026] GET /v2.0/ports?tenant_id=4d41b8e5392e4de89f107a29d7c7e5a4&device_id=973a8c5b-ea10-4739-b11b-0e772c874de6 => generated 1240 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/941] 199.204.45.222 () {34 vars in 986 bytes} [Tue May 26 02:44:33 2026] GET /v2.0/networks?id=c0b43ebc-542d-4347-824a-66202cfb4754 => generated 765 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/942] 199.204.45.222 () {34 vars in 1058 bytes} [Tue May 26 02:44:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=117114d6-cbd6-41be-99c6-5f747093545f => generated 858 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/943] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:44:33 2026] DELETE /v2.0/security-groups/7816d96a-4301-41b8-ac5e-7efa3cc7fbcf => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/944] 199.204.45.222 () {34 vars in 984 bytes} [Tue May 26 02:44:33 2026] GET /v2.0/subnets?id=4427328a-6a27-4478-bef6-fe4d68adf639 => generated 687 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/945] 199.204.45.222 () {34 vars in 1052 bytes} [Tue May 26 02:44:33 2026] GET /v2.0/ports?network_id=c0b43ebc-542d-4347-824a-66202cfb4754&device_owner=network%3Adhcp => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/946] 199.204.45.222 () {34 vars in 1012 bytes} [Tue May 26 02:44:33 2026] GET /v2.0/networks/c0b43ebc-542d-4347-824a-66202cfb4754?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/947] 199.204.45.222 () {34 vars in 1112 bytes} [Tue May 26 02:44:33 2026] GET /v2.0/networks/c0b43ebc-542d-4347-824a-66202cfb4754?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/948] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:44:34 2026] GET /v2.0/ports?device_id=39e8bd90-a86c-4c73-970c-ae52d7871b9d => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/949] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:44:34 2026] GET /v2.0/security-groups?id=13118c65-8f26-4b88-a26c-92da727bd869&fields=id&fields=name => generated 114 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:44:34.752 8 WARNING keystonemiddleware.audit [req-a80932fc-c2e7-437d-a294-d2affe481ce9 req-9baaf92f-95eb-4a66-b76d-863b256851f9 e71240440b784a7faf54e935432cc14e f27c210b27144c7b975e49c34fe1fc3b - - default default] Skipping service tempest-service-1867013325 as it have no endpoints. [pid: 8|app: 0|req: 470/950] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:44:34 2026] GET /v2.0/ports?device_id=973a8c5b-ea10-4739-b11b-0e772c874de6 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:44:34.813 8 WARNING keystonemiddleware.audit [req-487f385c-e7a8-4cd5-80dd-f612cfea9874 req-047e60be-720c-4cc8-b2c0-00816a186c42 550afce9deaf4c2abb0e8379b118a921 4d41b8e5392e4de89f107a29d7c7e5a4 - - default default] Skipping service tempest-service-1867013325 as it have no endpoints. [pid: 8|app: 0|req: 471/951] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:44:34 2026] GET /v2.0/security-groups?id=094468ec-43ec-4008-9670-d2964df852f7&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:44:35.167 7 INFO neutron.db.segments_db [None req-39f9cde3-c236-4dcf-872c-e7350ea67415 6779d8ce265648a8a9b6350859272c3d 303f5d5d57824574b69bf0fe73762dc2 - - default default] Added segment 532f0a59-5903-41b1-8302-6f41b0c06f23 of type vxlan for network 93feef1d-afdc-49f2-b960-9519b785ada5 [pid: 7|app: 0|req: 481/952] 10.0.0.73 () {34 vars in 669 bytes} [Tue May 26 02:44:34 2026] POST /v2.0/networks => generated 630 bytes in 504 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/953] 199.204.45.222 () {34 vars in 994 bytes} [Tue May 26 02:44:35 2026] GET /v2.0/ports?device_id=39e8bd90-a86c-4c73-970c-ae52d7871b9d => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/954] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:44:35 2026] GET /v2.0/ports?device_id=39e8bd90-a86c-4c73-970c-ae52d7871b9d => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:44:35.487 7 INFO neutron_taas.services.taas.taas_plugin [req-a254aa0a-499d-4c49-85e3-24c665004860 req-95c0f4da-c839-4aea-a56d-c958b7f014ee e71240440b784a7faf54e935432cc14e f27c210b27144c7b975e49c34fe1fc3b - - default default] TaaS: Handle Delete Port: 624de609-7f3b-43b2-9f99-8ab22a7793d1 2026-05-26 02:44:35.497 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a254aa0a-499d-4c49-85e3-24c665004860 req-95c0f4da-c839-4aea-a56d-c958b7f014ee e71240440b784a7faf54e935432cc14e f27c210b27144c7b975e49c34fe1fc3b - - default default] Tap Mirror: Handle Delete Port: 624de609-7f3b-43b2-9f99-8ab22a7793d1 [pid: 8|app: 0|req: 473/955] 10.0.0.73 () {34 vars in 668 bytes} [Tue May 26 02:44:35 2026] POST /v2.0/subnets => generated 627 bytes in 310 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/956] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:44:35 2026] GET /v2.0/security-groups?id=13118c65-8f26-4b88-a26c-92da727bd869&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:44:35.689 8 INFO neutron.db.segments_db [None req-d5832b39-a56a-408a-a551-41a5f90cc481 6779d8ce265648a8a9b6350859272c3d 303f5d5d57824574b69bf0fe73762dc2 - - default default] Added segment 1fe3e374-aa8e-4b57-b60c-e92b75a1ab2b of type vxlan for network 3695554b-2718-486c-a4d8-f367ac8cb0cd 2026-05-26 02:44:35.693 7 INFO neutron.db.l3_db [req-a254aa0a-499d-4c49-85e3-24c665004860 req-95c0f4da-c839-4aea-a56d-c958b7f014ee e71240440b784a7faf54e935432cc14e f27c210b27144c7b975e49c34fe1fc3b - - default default] Floating IP 3c7a5eed-dc3c-4da3-a5d3-f76ec9f0aae3 disassociated. External IP: 10.96.250.204, port: 624de609-7f3b-43b2-9f99-8ab22a7793d1. 2026-05-26 02:44:35.937 8 INFO neutron.db.l3_hamode_db [None req-d5832b39-a56a-408a-a551-41a5f90cc481 6779d8ce265648a8a9b6350859272c3d 303f5d5d57824574b69bf0fe73762dc2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 483/957] 199.204.45.222 () {36 vars in 997 bytes} [Tue May 26 02:44:35 2026] DELETE /v2.0/ports/624de609-7f3b-43b2-9f99-8ab22a7793d1 => generated 0 bytes in 766 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:44:36.136 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8e24ed92-b782-4619-9264-6f65bb66f062'] response: {'server_uuid': '39e8bd90-a86c-4c73-970c-ae52d7871b9d', 'name': 'network-vif-deleted', 'tag': '624de609-7f3b-43b2-9f99-8ab22a7793d1', 'status': 'completed', 'code': 200} 2026-05-26 02:44:36.375 7 INFO neutron.db.segments_db [None req-63aaf0c6-bdde-4cf6-9c6d-6e036c6fd775 854c98af28294aa98e41ccb75074d303 52372a0ae8404cf08412c72133f84db0 - - default default] Added segment d7894664-6a25-40bb-9a33-180d9e7540af of type vxlan for network 678f199f-0829-46cb-9064-662d30677591 2026-05-26 02:44:36.431 7 INFO neutron.db.segments_db [None req-63aaf0c6-bdde-4cf6-9c6d-6e036c6fd775 854c98af28294aa98e41ccb75074d303 52372a0ae8404cf08412c72133f84db0 - - default default] Added segment 9fa5c8fc-d40d-49d4-9271-effb69839e6f of type vxlan for network 6b57e16e-974a-4236-ad7d-8d41a758dac3 [pid: 7|app: 0|req: 484/958] 10.0.0.73 () {34 vars in 669 bytes} [Tue May 26 02:44:36 2026] POST /v2.0/networks => generated 1205 bytes in 441 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-26 02:44:36.544 7 WARNING keystonemiddleware.audit [None req-63aaf0c6-bdde-4cf6-9c6d-6e036c6fd775 854c98af28294aa98e41ccb75074d303 52372a0ae8404cf08412c72133f84db0 - - default default] Skipping service tempest-service-1867013325 as it have no endpoints. [pid: 7|app: 0|req: 485/959] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:44:36 2026] GET /v2.0/ports?device_id=973a8c5b-ea10-4739-b11b-0e772c874de6 => generated 971 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:44:36.624 7 WARNING keystonemiddleware.audit [req-5d04f37a-f184-4ad8-af15-b1de3c13dd97 req-422d3c74-a9fa-4a20-ac7c-c35b3e4d0612 550afce9deaf4c2abb0e8379b118a921 4d41b8e5392e4de89f107a29d7c7e5a4 - - default default] Skipping service tempest-service-1867013325 as it have no endpoints. [pid: 7|app: 0|req: 486/960] 199.204.45.222 () {34 vars in 994 bytes} [Tue May 26 02:44:36 2026] GET /v2.0/ports?device_id=973a8c5b-ea10-4739-b11b-0e772c874de6 => 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: 487/961] 10.0.0.73 () {32 vars in 648 bytes} [Tue May 26 02:44:36 2026] GET /v2.0/networks => generated 1842 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 02:44:36.717 7 WARNING keystonemiddleware.audit [None req-64ee47cb-f962-48bd-ad47-c56594ed55d0 854c98af28294aa98e41ccb75074d303 52372a0ae8404cf08412c72133f84db0 - - default default] Skipping service tempest-service-1867013325 as it have no endpoints. [pid: 7|app: 0|req: 488/962] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:44:36 2026] GET /v2.0/security-groups?id=094468ec-43ec-4008-9670-d2964df852f7&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-05-26 02:44:36.745 7 WARNING keystonemiddleware.audit [req-5d04f37a-f184-4ad8-af15-b1de3c13dd97 req-cc8afd00-f11c-4476-83ef-3bc8509932e3 550afce9deaf4c2abb0e8379b118a921 4d41b8e5392e4de89f107a29d7c7e5a4 - - default default] Skipping service tempest-service-1867013325 as it have no endpoints. 2026-05-26 02:44:36.809 8 INFO neutron.db.l3_hamode_db [None req-d5832b39-a56a-408a-a551-41a5f90cc481 6779d8ce265648a8a9b6350859272c3d 303f5d5d57824574b69bf0fe73762dc2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 02:44:36.855 7 INFO neutron_taas.services.taas.taas_plugin [req-26461b02-3831-48bd-882d-56697878c517 req-89837340-efd9-448e-a780-186301df82e6 550afce9deaf4c2abb0e8379b118a921 4d41b8e5392e4de89f107a29d7c7e5a4 - - default default] TaaS: Handle Delete Port: 117114d6-cbd6-41be-99c6-5f747093545f 2026-05-26 02:44:36.858 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-26461b02-3831-48bd-882d-56697878c517 req-89837340-efd9-448e-a780-186301df82e6 550afce9deaf4c2abb0e8379b118a921 4d41b8e5392e4de89f107a29d7c7e5a4 - - default default] Tap Mirror: Handle Delete Port: 117114d6-cbd6-41be-99c6-5f747093545f 2026-05-26 02:44:36.978 7 INFO neutron.db.l3_db [req-26461b02-3831-48bd-882d-56697878c517 req-89837340-efd9-448e-a780-186301df82e6 550afce9deaf4c2abb0e8379b118a921 4d41b8e5392e4de89f107a29d7c7e5a4 - - default default] Floating IP e2d4c3f7-144d-40b0-8d4e-2c1b33ebdf6e disassociated. External IP: 10.96.250.216, port: 117114d6-cbd6-41be-99c6-5f747093545f. [pid: 7|app: 0|req: 489/963] 199.204.45.222 () {36 vars in 997 bytes} [Tue May 26 02:44:36 2026] DELETE /v2.0/ports/117114d6-cbd6-41be-99c6-5f747093545f => generated 0 bytes in 648 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/964] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:44:37 2026] GET /v2.0/ports?device_id=39e8bd90-a86c-4c73-970c-ae52d7871b9d => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 02:44:37.531 7 INFO neutron.services.segments.plugin [-] Segment d7894664-6a25-40bb-9a33-180d9e7540af resource provider aggregate not found 2026-05-26 02:44:37.533 7 INFO neutron.services.segments.plugin [-] Segment d7894664-6a25-40bb-9a33-180d9e7540af resource provider aggregate not found 2026-05-26 02:44:37.560 7 INFO neutron.services.segments.plugin [-] Segment d7894664-6a25-40bb-9a33-180d9e7540af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7894664-6a25-40bb-9a33-180d9e7540af found for delete ", "request_id": "req-2b65a678-ae24-4843-aec6-e11a5f53beaa"}]} 2026-05-26 02:44:37.563 7 INFO neutron.services.segments.plugin [-] Segment d7894664-6a25-40bb-9a33-180d9e7540af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7894664-6a25-40bb-9a33-180d9e7540af found for delete ", "request_id": "req-4980fb6c-7b4e-4530-942d-e7fbfa834c73"}]} [pid: 7|app: 0|req: 491/965] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:44:37 2026] DELETE /v2.0/networks/678f199f-0829-46cb-9064-662d30677591 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/968] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:44:37 2026] DELETE /v2.0/networks/6b57e16e-974a-4236-ad7d-8d41a758dac3 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/969] 10.0.0.73 () {32 vars in 648 bytes} [Tue May 26 02:44:37 2026] GET /v2.0/networks => generated 651 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:44:37.841 7 WARNING keystonemiddleware.audit [None req-9204f3c6-2c25-435b-9f47-dcf51b8af48b 854c98af28294aa98e41ccb75074d303 52372a0ae8404cf08412c72133f84db0 - - default default] Skipping service tempest-service-1867013325 as it have no endpoints. [pid: 8|app: 0|req: 475/970] 10.0.0.73 () {34 vars in 668 bytes} [Tue May 26 02:44:35 2026] POST /v2.0/routers => generated 695 bytes in 2215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/971] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:44:37 2026] GET /v2.0/ports?device_id=973a8c5b-ea10-4739-b11b-0e772c874de6 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 02:44:37.940 8 INFO neutron.db.segments_db [None req-42958e33-bddf-415e-bff2-d21b387033a3 854c98af28294aa98e41ccb75074d303 52372a0ae8404cf08412c72133f84db0 - - default default] Added segment 325e2519-f214-4f93-b3a0-b036feec3596 of type vxlan for network e5387414-cb89-4ed3-bd26-28350dbce296 [pid: 8|app: 0|req: 476/972] 10.0.0.73 () {34 vars in 669 bytes} [Tue May 26 02:44:37 2026] POST /v2.0/networks => generated 631 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 02:44:38.107 8 INFO neutron.db.segments_db [None req-f0c3150d-4d88-4ad4-a3a5-1a0e02a99c93 854c98af28294aa98e41ccb75074d303 52372a0ae8404cf08412c72133f84db0 - - default default] Added segment 7d0cb2e7-b12f-4371-9b07-195bed624532 of type vxlan for network c215d4e2-bbd5-4bb1-8bf1-3728819d51a4 2026-05-26 02:44:38.185 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c772027e-16c7-4f6e-a58c-e197da7a4f6e'] response: {'server_uuid': '973a8c5b-ea10-4739-b11b-0e772c874de6', 'name': 'network-vif-deleted', 'tag': '117114d6-cbd6-41be-99c6-5f747093545f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 477/973] 10.0.0.73 () {34 vars in 669 bytes} [Tue May 26 02:44:38 2026] POST /v2.0/networks => generated 629 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/974] 10.0.0.73 () {34 vars in 664 bytes} [Tue May 26 02:44:38 2026] POST /v2.0/ports => generated 1506 bytes in 570 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: 479/975] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:44:38 2026] GET /v2.0/ports?device_id=39e8bd90-a86c-4c73-970c-ae52d7871b9d => generated 12 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/976] 10.0.0.73 () {32 vars in 642 bytes} [Tue May 26 02:44:38 2026] GET /v2.0/ports => generated 1506 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 02:44:39.036 8 INFO neutron_taas.services.taas.taas_plugin [None req-d31682ee-c4f1-4705-bafa-d891662619a1 854c98af28294aa98e41ccb75074d303 52372a0ae8404cf08412c72133f84db0 - - default default] TaaS: Handle Delete Port: 4febbbc1-f23c-4be7-8227-7285456e898e 2026-05-26 02:44:39.040 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d31682ee-c4f1-4705-bafa-d891662619a1 854c98af28294aa98e41ccb75074d303 52372a0ae8404cf08412c72133f84db0 - - default default] Tap Mirror: Handle Delete Port: 4febbbc1-f23c-4be7-8227-7285456e898e [pid: 8|app: 0|req: 481/977] 10.0.0.73 () {32 vars in 719 bytes} [Tue May 26 02:44:38 2026] DELETE /v2.0/ports/4febbbc1-f23c-4be7-8227-7285456e898e => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:44:39.133 8 WARNING keystonemiddleware.audit [None req-d31682ee-c4f1-4705-bafa-d891662619a1 854c98af28294aa98e41ccb75074d303 52372a0ae8404cf08412c72133f84db0 - - default default] Skipping service tempest-service-1867013325 as it have no endpoints. [pid: 8|app: 0|req: 482/978] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:44:39 2026] GET /v2.0/ports?device_id=973a8c5b-ea10-4739-b11b-0e772c874de6 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 02:44:39.240 8 INFO neutron_taas.services.taas.taas_plugin [None req-fe1fd0cc-642b-4cc2-b5af-e1d3f41b11ec 854c98af28294aa98e41ccb75074d303 52372a0ae8404cf08412c72133f84db0 - - default default] TaaS: Handle Delete Port: 8a8e7920-ab58-4aa6-ac03-3185d08f90bf 2026-05-26 02:44:39.243 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fe1fd0cc-642b-4cc2-b5af-e1d3f41b11ec 854c98af28294aa98e41ccb75074d303 52372a0ae8404cf08412c72133f84db0 - - default default] Tap Mirror: Handle Delete Port: 8a8e7920-ab58-4aa6-ac03-3185d08f90bf [pid: 8|app: 0|req: 483/979] 10.0.0.73 () {32 vars in 719 bytes} [Tue May 26 02:44:39 2026] DELETE /v2.0/ports/8a8e7920-ab58-4aa6-ac03-3185d08f90bf => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/980] 10.0.0.73 () {32 vars in 642 bytes} [Tue May 26 02:44:39 2026] GET /v2.0/ports => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/981] 10.0.0.73 () {34 vars in 782 bytes} [Tue May 26 02:44:37 2026] PUT /v2.0/routers/3a093281-1b70-4ba8-94df-87809206c538/add_router_interface => generated 309 bytes in 1518 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:44:39.423 8 INFO neutron.db.segments_db [None req-52502ba8-167c-42b0-a6f1-c4ee6d55b4b9 854c98af28294aa98e41ccb75074d303 52372a0ae8404cf08412c72133f84db0 - - default default] Added segment 5e9124d7-cb9c-4d20-928a-c672e59c44bf of type vxlan for network 7af14ede-0ed4-4abe-aacf-f0d240bf402a [pid: 8|app: 0|req: 485/982] 10.0.0.73 () {34 vars in 669 bytes} [Tue May 26 02:44:39 2026] POST /v2.0/networks => generated 630 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 02:44:39.591 7 INFO neutron.services.segments.plugin [-] Segment 9fa5c8fc-d40d-49d4-9271-effb69839e6f resource provider aggregate not found 2026-05-26 02:44:39.593 8 INFO neutron.db.segments_db [None req-2919b1f5-931c-4a67-986e-42d2a7702782 854c98af28294aa98e41ccb75074d303 52372a0ae8404cf08412c72133f84db0 - - default default] Added segment 223a1a8e-7d56-4087-a630-6d4b1f215a84 of type vxlan for network 25fe4d9d-90ac-41ad-9443-b9fe3e292b2d 2026-05-26 02:44:39.597 7 INFO neutron.services.segments.plugin [-] Segment 9fa5c8fc-d40d-49d4-9271-effb69839e6f resource provider aggregate not found 2026-05-26 02:44:39.617 7 INFO neutron.services.segments.plugin [-] Segment 9fa5c8fc-d40d-49d4-9271-effb69839e6f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9fa5c8fc-d40d-49d4-9271-effb69839e6f found for delete ", "request_id": "req-8932b9f7-7515-46f8-96d3-b6e43a5ccbbe"}]} 2026-05-26 02:44:39.618 7 INFO neutron.services.segments.plugin [-] Segment 9fa5c8fc-d40d-49d4-9271-effb69839e6f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9fa5c8fc-d40d-49d4-9271-effb69839e6f found for delete ", "request_id": "req-ba7db35b-5b3e-4d6a-8ba8-b70a1c101573"}]} [pid: 8|app: 0|req: 486/983] 10.0.0.73 () {34 vars in 669 bytes} [Tue May 26 02:44:39 2026] POST /v2.0/networks => generated 631 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/984] 10.0.0.73 () {34 vars in 664 bytes} [Tue May 26 02:44:39 2026] POST /v2.0/ports => generated 955 bytes in 458 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 487/985] 10.0.0.73 () {34 vars in 668 bytes} [Tue May 26 02:44:39 2026] POST /v2.0/subnets => generated 1274 bytes in 499 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/986] 10.0.0.73 () {34 vars in 664 bytes} [Tue May 26 02:44:39 2026] POST /v2.0/ports => generated 955 bytes in 421 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 02:44:40.275 7 WARNING keystonemiddleware.audit [None req-c1680222-0a3a-4dd7-966a-20852c2ac6ef 6779d8ce265648a8a9b6350859272c3d 303f5d5d57824574b69bf0fe73762dc2 - - default default] Skipping service tempest-service-1867013325 as it have no endpoints. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 500/987] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:44:40 2026] GET /v2.0/ports?device_id=973a8c5b-ea10-4739-b11b-0e772c874de6 => 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: 501/988] 10.0.0.73 () {32 vars in 646 bytes} [Tue May 26 02:44:40 2026] GET /v2.0/subnets => generated 1910 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/989] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:44:40 2026] DELETE /v2.0/security-groups/13118c65-8f26-4b88-a26c-92da727bd869 => 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: 489/990] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:44:40 2026] DELETE /v2.0/subnets/6fdce25c-3965-4453-b1a7-5ad751432d80 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:44:40.501 8 INFO neutron.api.v2.resource [None req-40e0c7e6-525c-4d8f-9a1a-f561005d1a2d e71240440b784a7faf54e935432cc14e f27c210b27144c7b975e49c34fe1fc3b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 490/991] 10.0.0.73 () {32 vars in 736 bytes} [Tue May 26 02:44:40 2026] GET /v2.0/security-groups/13118c65-8f26-4b88-a26c-92da727bd869 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/992] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:44:40 2026] DELETE /v2.0/subnets/1e809998-4631-4732-afd8-aa7c3a7a478d => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:44:40.788 8 INFO neutron_taas.services.taas.taas_plugin [None req-e644d6dc-d82c-4f78-9664-c8645ff2a546 e71240440b784a7faf54e935432cc14e f27c210b27144c7b975e49c34fe1fc3b - - default default] TaaS: Handle Delete Port: 0f557bf3-d8c4-47b3-bda3-333fbdcfa260 2026-05-26 02:44:40.792 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e644d6dc-d82c-4f78-9664-c8645ff2a546 e71240440b784a7faf54e935432cc14e f27c210b27144c7b975e49c34fe1fc3b - - default default] Tap Mirror: Handle Delete Port: 0f557bf3-d8c4-47b3-bda3-333fbdcfa260 [pid: 8|app: 0|req: 492/993] 10.0.0.73 () {32 vars in 731 bytes} [Tue May 26 02:44:40 2026] DELETE /v2.0/floatingips/3c7a5eed-dc3c-4da3-a5d3-f76ec9f0aae3 => generated 0 bytes in 269 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/994] 10.0.0.73 () {32 vars in 646 bytes} [Tue May 26 02:44:40 2026] GET /v2.0/subnets => generated 649 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:44:41.093 8 INFO neutron.services.segments.plugin [-] Segment 223a1a8e-7d56-4087-a630-6d4b1f215a84 resource provider aggregate not found 2026-05-26 02:44:41.098 8 INFO neutron.services.segments.plugin [-] Segment 223a1a8e-7d56-4087-a630-6d4b1f215a84 resource provider aggregate not found 2026-05-26 02:44:41.116 8 INFO neutron.services.segments.plugin [-] Segment 223a1a8e-7d56-4087-a630-6d4b1f215a84 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 223a1a8e-7d56-4087-a630-6d4b1f215a84 found for delete ", "request_id": "req-a5987463-078d-4746-926e-03c913d28a67"}]} 2026-05-26 02:44:41.119 8 INFO neutron.services.segments.plugin [-] Segment 223a1a8e-7d56-4087-a630-6d4b1f215a84 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 223a1a8e-7d56-4087-a630-6d4b1f215a84 found for delete ", "request_id": "req-288654d1-3a59-4cb1-bced-634ec9767a77"}]} [pid: 8|app: 0|req: 494/995] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:44:40 2026] DELETE /v2.0/networks/25fe4d9d-90ac-41ad-9443-b9fe3e292b2d => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:44:41.181 7 INFO neutron.db.l3_db [None req-518088f0-9ed2-4d91-96a4-4252624df787 6779d8ce265648a8a9b6350859272c3d 303f5d5d57824574b69bf0fe73762dc2 - - default default] Floating IP a74abf6c-5094-42c3-95ef-f9d9ef32d4d1 associated. External IP: 10.96.250.201, port: 6f1c0d09-77ae-4562-a017-6bbd70f9ee62. [pid: 7|app: 0|req: 502/996] 10.0.0.73 () {34 vars in 676 bytes} [Tue May 26 02:44:40 2026] POST /v2.0/floatingips => generated 842 bytes in 1156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 02:44:41.518 8 INFO neutron_taas.services.taas.taas_plugin [None req-dc9e2581-ba86-4602-a762-338aa46c1dfe 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] TaaS: Handle Delete Port: 8899bf0c-fd38-4275-a69e-829a029419ff 2026-05-26 02:44:41.521 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dc9e2581-ba86-4602-a762-338aa46c1dfe 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Tap Mirror: Handle Delete Port: 8899bf0c-fd38-4275-a69e-829a029419ff 2026-05-26 02:44:41.640 7 INFO neutron.services.segments.plugin [-] Segment 5e9124d7-cb9c-4d20-928a-c672e59c44bf resource provider aggregate not found 2026-05-26 02:44:41.645 7 INFO neutron.services.segments.plugin [-] Segment 5e9124d7-cb9c-4d20-928a-c672e59c44bf resource provider aggregate not found [pid: 7|app: 0|req: 503/997] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:44:41 2026] DELETE /v2.0/networks/7af14ede-0ed4-4abe-aacf-f0d240bf402a => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:44:41.659 7 WARNING keystonemiddleware.audit [None req-19a12461-3319-4707-822e-af731ed9dd94 854c98af28294aa98e41ccb75074d303 52372a0ae8404cf08412c72133f84db0 - - default default] Skipping service tempest-service-1867013325 as it have no endpoints. 2026-05-26 02:44:41.663 7 INFO neutron.services.segments.plugin [-] Segment 5e9124d7-cb9c-4d20-928a-c672e59c44bf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e9124d7-cb9c-4d20-928a-c672e59c44bf found for delete ", "request_id": "req-ae3de747-6b3a-4004-a0b8-e31bb5b2f0b5"}]} 2026-05-26 02:44:41.665 7 INFO neutron.services.segments.plugin [-] Segment 5e9124d7-cb9c-4d20-928a-c672e59c44bf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e9124d7-cb9c-4d20-928a-c672e59c44bf found for delete ", "request_id": "req-27468422-406d-4ff8-beb9-50da2c6f48c5"}]} [pid: 7|app: 0|req: 504/998] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:44:41 2026] DELETE /v2.0/security-groups/094468ec-43ec-4008-9670-d2964df852f7 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 02:44:41.881 7 INFO neutron.db.l3_db [None req-32355675-b070-4ebb-98e9-b18945df11ac 6779d8ce265648a8a9b6350859272c3d 303f5d5d57824574b69bf0fe73762dc2 - - default default] Floating IP a74abf6c-5094-42c3-95ef-f9d9ef32d4d1 disassociated. External IP: 10.96.250.201, port: 6f1c0d09-77ae-4562-a017-6bbd70f9ee62. [pid: 8|app: 0|req: 495/999] 10.0.0.73 () {34 vars in 788 bytes} [Tue May 26 02:44:41 2026] PUT /v2.0/routers/91504012-855a-4be7-a3bd-186e04599c87/remove_router_interface => generated 309 bytes in 1017 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/1000] 10.0.0.73 () {34 vars in 748 bytes} [Tue May 26 02:44:41 2026] PUT /v2.0/floatingips/a74abf6c-5094-42c3-95ef-f9d9ef32d4d1 => generated 552 bytes in 394 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:44:42.169 7 WARNING keystonemiddleware.audit [None req-32355675-b070-4ebb-98e9-b18945df11ac 6779d8ce265648a8a9b6350859272c3d 303f5d5d57824574b69bf0fe73762dc2 - - default default] Skipping service tempest-service-1867013325 as it have no endpoints. 2026-05-26 02:44:42.181 7 INFO neutron.api.v2.resource [None req-0a5f6b42-8361-452e-bf66-bd4c9320b844 550afce9deaf4c2abb0e8379b118a921 4d41b8e5392e4de89f107a29d7c7e5a4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 506/1001] 10.0.0.73 () {32 vars in 736 bytes} [Tue May 26 02:44:42 2026] GET /v2.0/security-groups/094468ec-43ec-4008-9670-d2964df852f7 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/1002] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:44:42 2026] DELETE /v2.0/networks/c215d4e2-bbd5-4bb1-8bf1-3728819d51a4 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:44:42.389 8 INFO neutron_taas.services.taas.taas_plugin [None req-ea874b67-ba1d-4f74-8cee-6d01e0f42c1b 6779d8ce265648a8a9b6350859272c3d 303f5d5d57824574b69bf0fe73762dc2 - - default default] TaaS: Handle Delete Port: 004a2b1c-3c51-4756-8b56-86ca08699241 2026-05-26 02:44:42.391 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea874b67-ba1d-4f74-8cee-6d01e0f42c1b 6779d8ce265648a8a9b6350859272c3d 303f5d5d57824574b69bf0fe73762dc2 - - default default] Tap Mirror: Handle Delete Port: 004a2b1c-3c51-4756-8b56-86ca08699241 2026-05-26 02:44:42.405 7 INFO neutron_taas.services.taas.taas_plugin [None req-2b89ab83-5cfe-44ac-bfc2-6c600b510073 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] TaaS: Handle Delete Port: d12f4fe8-022a-49d8-b3b9-ae8f7351a535 2026-05-26 02:44:42.408 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2b89ab83-5cfe-44ac-bfc2-6c600b510073 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Tap Mirror: Handle Delete Port: d12f4fe8-022a-49d8-b3b9-ae8f7351a535 [pid: 8|app: 0|req: 497/1003] 10.0.0.73 () {32 vars in 731 bytes} [Tue May 26 02:44:42 2026] DELETE /v2.0/floatingips/a74abf6c-5094-42c3-95ef-f9d9ef32d4d1 => generated 0 bytes in 285 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 02:44:42.570 8 WARNING keystonemiddleware.audit [None req-ea874b67-ba1d-4f74-8cee-6d01e0f42c1b 6779d8ce265648a8a9b6350859272c3d 303f5d5d57824574b69bf0fe73762dc2 - - default default] Skipping service tempest-service-1867013325 as it have no endpoints. 2026-05-26 02:44:42.679 8 INFO neutron_taas.services.taas.taas_plugin [None req-3d246921-1a52-4f7f-8c31-86bd2dc5fb4d 550afce9deaf4c2abb0e8379b118a921 4d41b8e5392e4de89f107a29d7c7e5a4 - - default default] TaaS: Handle Delete Port: 5484d591-4dba-4011-985b-a57742f04d8a 2026-05-26 02:44:42.681 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3d246921-1a52-4f7f-8c31-86bd2dc5fb4d 550afce9deaf4c2abb0e8379b118a921 4d41b8e5392e4de89f107a29d7c7e5a4 - - default default] Tap Mirror: Handle Delete Port: 5484d591-4dba-4011-985b-a57742f04d8a 2026-05-26 02:44:42.691 7 INFO neutron_taas.services.taas.taas_plugin [None req-2b89ab83-5cfe-44ac-bfc2-6c600b510073 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] TaaS: Handle Delete Port: bc29ec85-de9d-43b6-bfcc-2ace33dcec1c 2026-05-26 02:44:42.694 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2b89ab83-5cfe-44ac-bfc2-6c600b510073 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Tap Mirror: Handle Delete Port: bc29ec85-de9d-43b6-bfcc-2ace33dcec1c [pid: 8|app: 0|req: 498/1004] 10.0.0.73 () {32 vars in 731 bytes} [Tue May 26 02:44:42 2026] DELETE /v2.0/floatingips/e2d4c3f7-144d-40b0-8d4e-2c1b33ebdf6e => generated 0 bytes in 302 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/1005] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:44:42 2026] DELETE /v2.0/networks/e5387414-cb89-4ed3-bd26-28350dbce296 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:44:43.125 7 INFO neutron.db.l3_hamode_db [None req-2b89ab83-5cfe-44ac-bfc2-6c600b510073 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] HA network 6dfa98de-3948-4a22-b28a-24407fad3abd was deleted as no HA routers are present in tenant f27c210b27144c7b975e49c34fe1fc3b. [pid: 7|app: 0|req: 507/1006] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:44:42 2026] DELETE /v2.0/routers/91504012-855a-4be7-a3bd-186e04599c87 => generated 0 bytes in 953 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 02:44:43.164 8 INFO neutron.services.segments.plugin [-] Segment 7d0cb2e7-b12f-4371-9b07-195bed624532 resource provider aggregate not found 2026-05-26 02:44:43.172 8 INFO neutron.services.segments.plugin [-] Segment 7d0cb2e7-b12f-4371-9b07-195bed624532 resource provider aggregate not found 2026-05-26 02:44:43.195 8 INFO neutron.services.segments.plugin [-] Segment 7d0cb2e7-b12f-4371-9b07-195bed624532 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d0cb2e7-b12f-4371-9b07-195bed624532 found for delete ", "request_id": "req-31e589ec-0c00-483b-b530-99561cfc6245"}]} 2026-05-26 02:44:43.207 8 INFO neutron.services.segments.plugin [-] Segment 7d0cb2e7-b12f-4371-9b07-195bed624532 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d0cb2e7-b12f-4371-9b07-195bed624532 found for delete ", "request_id": "req-5a393c30-9251-4bf5-b88e-7375cddc1165"}]} 2026-05-26 02:44:43.220 8 INFO neutron.services.segments.plugin [-] Segment 325e2519-f214-4f93-b3a0-b036feec3596 resource provider aggregate not found 2026-05-26 02:44:43.230 8 INFO neutron.services.segments.plugin [-] Segment 325e2519-f214-4f93-b3a0-b036feec3596 resource provider aggregate not found 2026-05-26 02:44:43.238 8 INFO neutron.services.segments.plugin [-] Segment 325e2519-f214-4f93-b3a0-b036feec3596 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 325e2519-f214-4f93-b3a0-b036feec3596 found for delete ", "request_id": "req-43991b55-cd3e-4669-8548-3b31c39856c6"}]} 2026-05-26 02:44:43.252 8 INFO neutron.services.segments.plugin [-] Segment 325e2519-f214-4f93-b3a0-b036feec3596 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 325e2519-f214-4f93-b3a0-b036feec3596 found for delete ", "request_id": "req-e2d0fe3b-3c24-4679-bee0-8e2e1520834f"}]} 2026-05-26 02:44:43.567 7 INFO neutron_taas.services.taas.taas_plugin [None req-7c79b3af-fd1b-4511-b148-a35c3872d6e3 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] TaaS: Handle Delete Port: 7a32e6a8-495d-4297-ac28-2a8b3985fb20 2026-05-26 02:44:43.569 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7c79b3af-fd1b-4511-b148-a35c3872d6e3 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Tap Mirror: Handle Delete Port: 7a32e6a8-495d-4297-ac28-2a8b3985fb20 2026-05-26 02:44:43.687 7 INFO neutron.services.segments.plugin [-] Segment 88915ce0-e2bc-492d-9237-61c6fccff565 resource provider aggregate not found 2026-05-26 02:44:43.691 7 INFO neutron.services.segments.plugin [-] Segment 88915ce0-e2bc-492d-9237-61c6fccff565 resource provider aggregate not found 2026-05-26 02:44:43.709 7 INFO neutron.services.segments.plugin [-] Segment 88915ce0-e2bc-492d-9237-61c6fccff565 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88915ce0-e2bc-492d-9237-61c6fccff565 found for delete ", "request_id": "req-1962713f-e7bb-4196-a499-096881b9cf33"}]} 2026-05-26 02:44:43.714 7 INFO neutron.services.segments.plugin [-] Segment 88915ce0-e2bc-492d-9237-61c6fccff565 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88915ce0-e2bc-492d-9237-61c6fccff565 found for delete ", "request_id": "req-9c0d116e-e6ac-4c91-816d-0d6ed1b9ecf6"}]} 2026-05-26 02:44:44.003 8 INFO neutron.db.l3_db [None req-93f5fcea-30f9-4e6d-b251-2cadc32b5081 6779d8ce265648a8a9b6350859272c3d 303f5d5d57824574b69bf0fe73762dc2 - - default default] Floating IP 8ee46f02-062a-41a7-b01c-dcf11aab9ab5 associated. External IP: 10.96.250.218, port: c0341e0c-0c00-43b4-8304-c72069680725. [pid: 7|app: 0|req: 508/1007] 10.0.0.73 () {34 vars in 788 bytes} [Tue May 26 02:44:43 2026] PUT /v2.0/routers/82ca0f9d-9c01-40c8-a1ce-a671d3183dd0/remove_router_interface => generated 309 bytes in 1167 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/1008] 10.0.0.73 () {34 vars in 676 bytes} [Tue May 26 02:44:43 2026] POST /v2.0/floatingips => generated 842 bytes in 1347 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/1009] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:44:44 2026] DELETE /v2.0/subnets/5df78df9-cf6a-4624-9dbb-829bd2d238bb => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/1010] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:44:44 2026] GET /v2.0/security-groups?tenant_id=52372a0ae8404cf08412c72133f84db0&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/1011] 10.0.0.73 () {32 vars in 728 bytes} [Tue May 26 02:44:44 2026] GET /v2.0/floatingips/8ee46f02-062a-41a7-b01c-dcf11aab9ab5 => generated 842 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:44:44.629 8 INFO neutron_taas.services.taas.taas_plugin [None req-da525956-0f75-4556-acf8-7c91903c679c 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] TaaS: Handle Delete Port: 54859740-4e2d-4571-9083-580ddb6898d4 2026-05-26 02:44:44.632 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-da525956-0f75-4556-acf8-7c91903c679c 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Tap Mirror: Handle Delete Port: 54859740-4e2d-4571-9083-580ddb6898d4 2026-05-26 02:44:44.652 7 INFO neutron_taas.services.taas.taas_plugin [None req-277cd570-bbd9-4b51-ba20-ccb233528199 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] TaaS: Handle Delete Port: 3a8f303d-9865-486a-adbe-b09e3dae05a8 2026-05-26 02:44:44.655 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-277cd570-bbd9-4b51-ba20-ccb233528199 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Tap Mirror: Handle Delete Port: 3a8f303d-9865-486a-adbe-b09e3dae05a8 [pid: 8|app: 0|req: 503/1012] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:44:44 2026] DELETE /v2.0/networks/2907f6e5-4bc6-43e7-90cd-81e98b3de676 => generated 0 bytes in 259 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/1013] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:44:44 2026] DELETE /v2.0/security-groups/7448ac8e-94df-44fa-88bf-05b73beba259 => 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: 505/1014] 10.0.0.73 () {32 vars in 654 bytes} [Tue May 26 02:44:44 2026] GET /v2.0/floatingips => generated 845 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/1015] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:44:44 2026] GET /v2.0/security-groups?tenant_id=f27c210b27144c7b975e49c34fe1fc3b&name=default => generated 2921 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 02:44:44.975 7 INFO neutron_taas.services.taas.taas_plugin [None req-277cd570-bbd9-4b51-ba20-ccb233528199 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] TaaS: Handle Delete Port: 98e2da24-b254-493a-ac72-2e95388917e3 2026-05-26 02:44:44.980 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-277cd570-bbd9-4b51-ba20-ccb233528199 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Tap Mirror: Handle Delete Port: 98e2da24-b254-493a-ac72-2e95388917e3 2026-05-26 02:44:45.266 8 INFO neutron.services.segments.plugin [-] Segment a6d1fe60-a1d4-497c-8213-d6216e80e74f resource provider aggregate not found 2026-05-26 02:44:45.274 8 INFO neutron.services.segments.plugin [-] Segment a6d1fe60-a1d4-497c-8213-d6216e80e74f resource provider aggregate not found 2026-05-26 02:44:45.282 8 INFO neutron.services.segments.plugin [-] Segment a6d1fe60-a1d4-497c-8213-d6216e80e74f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6d1fe60-a1d4-497c-8213-d6216e80e74f found for delete ", "request_id": "req-1d2b6055-f29a-4a44-ad36-fbf9165e6d5a"}]} 2026-05-26 02:44:45.300 8 INFO neutron.services.segments.plugin [-] Segment a6d1fe60-a1d4-497c-8213-d6216e80e74f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6d1fe60-a1d4-497c-8213-d6216e80e74f found for delete ", "request_id": "req-fddfbee3-e940-4f15-8353-af86ca6dac91"}]} 2026-05-26 02:44:45.365 7 INFO neutron.db.l3_hamode_db [None req-277cd570-bbd9-4b51-ba20-ccb233528199 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] HA network 9f462b17-e8c8-4fb8-acb3-d672dea85fbf was deleted as no HA routers are present in tenant 4d41b8e5392e4de89f107a29d7c7e5a4. [pid: 7|app: 0|req: 510/1016] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:44:44 2026] DELETE /v2.0/routers/82ca0f9d-9c01-40c8-a1ce-a671d3183dd0 => generated 0 bytes in 906 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 02:44:45.374 8 INFO neutron.db.l3_db [None req-25640323-72dd-4f28-b878-b394219d2667 6779d8ce265648a8a9b6350859272c3d 303f5d5d57824574b69bf0fe73762dc2 - - default default] Floating IP 8ee46f02-062a-41a7-b01c-dcf11aab9ab5 associated. External IP: 10.96.250.218, port: c0341e0c-0c00-43b4-8304-c72069680725. [pid: 7|app: 0|req: 511/1017] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:44:45 2026] DELETE /v2.0/security-groups/ac9bc04c-1a8d-4dbf-8b13-afdd46c2efe0 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1018] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:44:45 2026] DELETE /v2.0/subnets/4427328a-6a27-4478-bef6-fe4d68adf639 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:44:45.727 7 INFO neutron.services.segments.plugin [-] Segment 40a94b8c-d6a3-41db-86d9-9872e962088f resource provider aggregate not found 2026-05-26 02:44:45.736 7 INFO neutron.services.segments.plugin [-] Segment 40a94b8c-d6a3-41db-86d9-9872e962088f resource provider aggregate not found 2026-05-26 02:44:45.748 7 INFO neutron.services.segments.plugin [-] Segment 40a94b8c-d6a3-41db-86d9-9872e962088f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40a94b8c-d6a3-41db-86d9-9872e962088f found for delete ", "request_id": "req-369b88ba-1668-43b6-bbe7-88449c31c3cf"}]} 2026-05-26 02:44:45.757 7 INFO neutron.services.segments.plugin [-] Segment 40a94b8c-d6a3-41db-86d9-9872e962088f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40a94b8c-d6a3-41db-86d9-9872e962088f found for delete ", "request_id": "req-36948f5e-d6f1-4da7-9a36-4069b00e1357"}]} 2026-05-26 02:44:45.779 7 INFO neutron_taas.services.taas.taas_plugin [None req-3e391528-eb7f-4660-9b0e-e1e8e64effa3 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] TaaS: Handle Delete Port: b6807746-cdfc-4c84-9fed-bfbfb1f35045 2026-05-26 02:44:45.782 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3e391528-eb7f-4660-9b0e-e1e8e64effa3 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Tap Mirror: Handle Delete Port: b6807746-cdfc-4c84-9fed-bfbfb1f35045 [pid: 7|app: 0|req: 513/1019] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:44:45 2026] DELETE /v2.0/networks/c0b43ebc-542d-4347-824a-66202cfb4754 => generated 0 bytes in 348 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1020] 10.0.0.73 () {34 vars in 748 bytes} [Tue May 26 02:44:44 2026] PUT /v2.0/floatingips/8ee46f02-062a-41a7-b01c-dcf11aab9ab5 => generated 842 bytes in 1049 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:44:46.126 7 INFO neutron.db.l3_db [None req-4eca491b-55db-4c15-b829-a7edfb37c6c2 6779d8ce265648a8a9b6350859272c3d 303f5d5d57824574b69bf0fe73762dc2 - - default default] Floating IP 8ee46f02-062a-41a7-b01c-dcf11aab9ab5 disassociated. External IP: 10.96.250.218, port: 6f1c0d09-77ae-4562-a017-6bbd70f9ee62. [pid: 8|app: 0|req: 508/1021] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:44:46 2026] GET /v2.0/security-groups?tenant_id=4d41b8e5392e4de89f107a29d7c7e5a4&name=default => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1022] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:44:46 2026] DELETE /v2.0/security-groups/4c87679c-8add-4c59-a580-c87275e86ebf => 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: 514/1023] 10.0.0.73 () {34 vars in 748 bytes} [Tue May 26 02:44:46 2026] PUT /v2.0/floatingips/8ee46f02-062a-41a7-b01c-dcf11aab9ab5 => generated 552 bytes in 399 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:44:46.999 8 INFO neutron_taas.services.taas.taas_plugin [None req-5a9c358f-eea4-4579-a410-7d22675454dd 6779d8ce265648a8a9b6350859272c3d 303f5d5d57824574b69bf0fe73762dc2 - - default default] TaaS: Handle Delete Port: 2d2b6093-1d6c-4c31-a8fd-8bef9e60aad8 2026-05-26 02:44:47.003 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5a9c358f-eea4-4579-a410-7d22675454dd 6779d8ce265648a8a9b6350859272c3d 303f5d5d57824574b69bf0fe73762dc2 - - default default] Tap Mirror: Handle Delete Port: 2d2b6093-1d6c-4c31-a8fd-8bef9e60aad8 [pid: 8|app: 0|req: 510/1024] 10.0.0.73 () {32 vars in 731 bytes} [Tue May 26 02:44:46 2026] DELETE /v2.0/floatingips/8ee46f02-062a-41a7-b01c-dcf11aab9ab5 => generated 0 bytes in 760 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 02:44:47.216 8 INFO neutron.api.v2.resource [None req-801b979a-009b-4cb9-9408-3600564dc0d2 6779d8ce265648a8a9b6350859272c3d 303f5d5d57824574b69bf0fe73762dc2 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 511/1025] 10.0.0.73 () {32 vars in 731 bytes} [Tue May 26 02:44:47 2026] DELETE /v2.0/floatingips/8ee46f02-062a-41a7-b01c-dcf11aab9ab5 => generated 144 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 02:44:47.307 7 INFO neutron.db.segments_db [None req-e3dbf678-6721-4ac6-aa67-d5ddf7391e04 8c058eabc0ec49dbb6aed7d34436dcfc 00ccd66569c749d589a6638879469429 - - default default] Added segment 30a32f83-f8cf-4248-a891-d3646c877e51 of type vxlan for network cc270a40-0caf-4044-9371-e3c10096a020 2026-05-26 02:44:47.356 8 INFO neutron_taas.services.taas.taas_plugin [None req-ad2a6746-56e4-454e-bb23-935ffb578f82 6779d8ce265648a8a9b6350859272c3d 303f5d5d57824574b69bf0fe73762dc2 - - default default] TaaS: Handle Delete Port: 6f1c0d09-77ae-4562-a017-6bbd70f9ee62 2026-05-26 02:44:47.358 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ad2a6746-56e4-454e-bb23-935ffb578f82 6779d8ce265648a8a9b6350859272c3d 303f5d5d57824574b69bf0fe73762dc2 - - default default] Tap Mirror: Handle Delete Port: 6f1c0d09-77ae-4562-a017-6bbd70f9ee62 [pid: 7|app: 0|req: 515/1026] 10.0.0.73 () {34 vars in 669 bytes} [Tue May 26 02:44:46 2026] POST /v2.0/networks => generated 629 bytes in 484 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/1027] 10.0.0.73 () {32 vars in 719 bytes} [Tue May 26 02:44:47 2026] DELETE /v2.0/ports/6f1c0d09-77ae-4562-a017-6bbd70f9ee62 => generated 0 bytes in 291 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:44:47.627 8 INFO neutron_taas.services.taas.taas_plugin [None req-cca5e9ae-1212-4b09-9a25-d37225aba2aa 6779d8ce265648a8a9b6350859272c3d 303f5d5d57824574b69bf0fe73762dc2 - - default default] TaaS: Handle Delete Port: c0341e0c-0c00-43b4-8304-c72069680725 2026-05-26 02:44:47.630 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cca5e9ae-1212-4b09-9a25-d37225aba2aa 6779d8ce265648a8a9b6350859272c3d 303f5d5d57824574b69bf0fe73762dc2 - - default default] Tap Mirror: Handle Delete Port: c0341e0c-0c00-43b4-8304-c72069680725 2026-05-26 02:44:47.727 7 INFO neutron.db.segments_db [None req-fcefe955-8906-460d-a079-302c1871b88c 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Added segment b7d7daa7-9148-492b-b262-3cc6e100e6a9 of type vxlan for network 311baf8f-1983-41e7-99b1-d9102088c9dd 2026-05-26 02:44:47.785 7 INFO neutron.services.segments.plugin [-] Segment 94f542b4-8d59-413b-8430-3a0492f644c9 resource provider aggregate not found 2026-05-26 02:44:47.789 7 INFO neutron.services.segments.plugin [-] Segment 94f542b4-8d59-413b-8430-3a0492f644c9 resource provider aggregate not found 2026-05-26 02:44:47.809 7 INFO neutron.services.segments.plugin [-] Segment 94f542b4-8d59-413b-8430-3a0492f644c9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94f542b4-8d59-413b-8430-3a0492f644c9 found for delete ", "request_id": "req-d46f7b62-3612-4827-a661-309354858e4c"}]} 2026-05-26 02:44:47.810 7 INFO neutron.services.segments.plugin [-] Segment 94f542b4-8d59-413b-8430-3a0492f644c9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94f542b4-8d59-413b-8430-3a0492f644c9 found for delete ", "request_id": "req-79f4439a-6a0c-47b0-b1fb-1f753a4734bd"}]} [pid: 8|app: 0|req: 513/1028] 10.0.0.73 () {32 vars in 719 bytes} [Tue May 26 02:44:47 2026] DELETE /v2.0/ports/c0341e0c-0c00-43b4-8304-c72069680725 => generated 0 bytes in 304 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1029] 10.0.0.73 () {34 vars in 670 bytes} [Tue May 26 02:44:47 2026] POST /v2.0/networks => generated 724 bytes in 451 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1030] 10.0.0.73 () {32 vars in 735 bytes} [Tue May 26 02:44:47 2026] GET /v2.0/ports?device_id=3a093281-1b70-4ba8-94df-87809206c538 => generated 958 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1031] 10.0.0.73 () {34 vars in 668 bytes} [Tue May 26 02:44:47 2026] POST /v2.0/subnets => generated 690 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/1032] 10.0.0.73 () {34 vars in 668 bytes} [Tue May 26 02:44:48 2026] POST /v2.0/subnets => generated 673 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 02:44:48.336 8 INFO neutron_taas.services.taas.taas_plugin [None req-73c46fc0-4c85-47d3-a78b-8b7ed9cbaff1 6779d8ce265648a8a9b6350859272c3d 303f5d5d57824574b69bf0fe73762dc2 - - default default] TaaS: Handle Delete Port: 81f2fb6c-896d-4966-974b-5603f26e9a16 2026-05-26 02:44:48.340 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-73c46fc0-4c85-47d3-a78b-8b7ed9cbaff1 6779d8ce265648a8a9b6350859272c3d 303f5d5d57824574b69bf0fe73762dc2 - - default default] Tap Mirror: Handle Delete Port: 81f2fb6c-896d-4966-974b-5603f26e9a16 2026-05-26 02:44:48.389 7 INFO neutron.db.segments_db [None req-e28be55b-1d92-475a-b6c5-4c32a18344f0 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Added segment 0166c29d-c000-4689-b800-38ce9fb44cab of type vxlan for network 2c9e8e2c-7da7-4b09-86ad-952e440a54f7 2026-05-26 02:44:48.622 7 INFO neutron.db.l3_hamode_db [None req-e28be55b-1d92-475a-b6c5-4c32a18344f0 71fc9f8c50354854949fb43ca4050159 b28afe588caa4e369c39c803a235de0f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 515/1033] 10.0.0.73 () {34 vars in 788 bytes} [Tue May 26 02:44:47 2026] PUT /v2.0/routers/3a093281-1b70-4ba8-94df-87809206c538/remove_router_interface => generated 309 bytes in 1071 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:44:48.995 8 INFO neutron.db.segments_db [None req-1d1d979e-9e01-46be-9f40-6cbad22c02f9 8c058eabc0ec49dbb6aed7d34436dcfc 00ccd66569c749d589a6638879469429 - - default default] Added segment be18bdba-6eab-46a4-a165-a9de1977a6da of type vxlan for network eeab6fdb-de2f-43c6-941e-5560e4903a1e [pid: 8|app: 0|req: 516/1034] 10.0.0.73 () {34 vars in 669 bytes} [Tue May 26 02:44:48 2026] POST /v2.0/networks => generated 629 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 02:44:49.367 8 INFO neutron_taas.services.taas.taas_plugin [None req-754ea28f-d517-4b1e-b083-e97112f7370e 6779d8ce265648a8a9b6350859272c3d 303f5d5d57824574b69bf0fe73762dc2 - - default default] TaaS: Handle Delete Port: c519512e-d75f-41f5-9e51-3f2e762e318e 2026-05-26 02:44:49.371 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-754ea28f-d517-4b1e-b083-e97112f7370e 6779d8ce265648a8a9b6350859272c3d 303f5d5d57824574b69bf0fe73762dc2 - - default default] Tap Mirror: Handle Delete Port: c519512e-d75f-41f5-9e51-3f2e762e318e 2026-05-26 02:44:49.500 7 INFO neutron.db.l3_hamode_db [None req-e28be55b-1d92-475a-b6c5-4c32a18344f0 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 02:44:49.673 8 INFO neutron_taas.services.taas.taas_plugin [None req-754ea28f-d517-4b1e-b083-e97112f7370e 6779d8ce265648a8a9b6350859272c3d 303f5d5d57824574b69bf0fe73762dc2 - - default default] TaaS: Handle Delete Port: c132c344-fb00-4498-a6d3-170dabf0d6af 2026-05-26 02:44:49.678 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-754ea28f-d517-4b1e-b083-e97112f7370e 6779d8ce265648a8a9b6350859272c3d 303f5d5d57824574b69bf0fe73762dc2 - - default default] Tap Mirror: Handle Delete Port: c132c344-fb00-4498-a6d3-170dabf0d6af 2026-05-26 02:44:50.036 8 INFO neutron.services.segments.plugin [-] Segment 1fe3e374-aa8e-4b57-b60c-e92b75a1ab2b resource provider aggregate not found 2026-05-26 02:44:50.041 8 INFO neutron.services.segments.plugin [-] Segment 1fe3e374-aa8e-4b57-b60c-e92b75a1ab2b resource provider aggregate not found 2026-05-26 02:44:50.063 8 INFO neutron.services.segments.plugin [-] Segment 1fe3e374-aa8e-4b57-b60c-e92b75a1ab2b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1fe3e374-aa8e-4b57-b60c-e92b75a1ab2b found for delete ", "request_id": "req-b24a5581-1c46-4cca-9395-3bbeefd1b8e6"}]} 2026-05-26 02:44:50.067 8 INFO neutron.services.segments.plugin [-] Segment 1fe3e374-aa8e-4b57-b60c-e92b75a1ab2b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1fe3e374-aa8e-4b57-b60c-e92b75a1ab2b found for delete ", "request_id": "req-030e48f3-7564-4073-9677-c8160e50ee88"}]} 2026-05-26 02:44:50.068 8 INFO neutron.db.l3_hamode_db [None req-754ea28f-d517-4b1e-b083-e97112f7370e 6779d8ce265648a8a9b6350859272c3d 303f5d5d57824574b69bf0fe73762dc2 - - default default] HA network 3695554b-2718-486c-a4d8-f367ac8cb0cd was deleted as no HA routers are present in tenant 303f5d5d57824574b69bf0fe73762dc2. [pid: 8|app: 0|req: 517/1035] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:44:49 2026] DELETE /v2.0/routers/3a093281-1b70-4ba8-94df-87809206c538 => generated 0 bytes in 975 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1036] 10.0.0.73 () {34 vars in 742 bytes} [Tue May 26 02:44:50 2026] PUT /v2.0/networks/eeab6fdb-de2f-43c6-941e-5560e4903a1e => generated 592 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1037] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:44:50 2026] DELETE /v2.0/subnets/2fc750bf-8b87-4dfc-97ef-58ea9770f1fe => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1038] 10.0.0.73 () {34 vars in 668 bytes} [Tue May 26 02:44:50 2026] POST /v2.0/subnets => generated 646 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1039] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:44:50 2026] DELETE /v2.0/networks/93feef1d-afdc-49f2-b960-9519b785ada5 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1040] 10.0.0.73 () {34 vars in 668 bytes} [Tue May 26 02:44:48 2026] POST /v2.0/routers => generated 730 bytes in 2493 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1041] 10.0.0.73 () {34 vars in 740 bytes} [Tue May 26 02:44:50 2026] PUT /v2.0/subnets/cadf9c4f-b9dd-436b-acd1-62e95a6f8ebf => generated 656 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1042] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:44:50 2026] DELETE /v2.0/networks/eeab6fdb-de2f-43c6-941e-5560e4903a1e => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:44:51.067 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f7127be0-17ea-49c3-ae62-19dc20c3308a 8c058eabc0ec49dbb6aed7d34436dcfc 00ccd66569c749d589a6638879469429 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 524/1043] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:44:51 2026] DELETE /v2.0/networks/eeab6fdb-de2f-43c6-941e-5560e4903a1e => 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: 525/1044] 10.0.0.73 () {32 vars in 693 bytes} [Tue May 26 02:44:51 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1045] 10.0.0.73 () {32 vars in 741 bytes} [Tue May 26 02:44:51 2026] GET /v2.0/subnets?network_id=8839bb7c-f994-4227-b4d6-428390fc5fe7 => generated 649 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1046] 10.0.0.73 () {32 vars in 652 bytes} [Tue May 26 02:44:51 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1047] 10.0.0.73 () {32 vars in 648 bytes} [Tue May 26 02:44:51 2026] GET /v2.0/networks => generated 1313 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1048] 10.0.0.73 () {32 vars in 646 bytes} [Tue May 26 02:44:51 2026] GET /v2.0/subnets => generated 1312 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1049] 10.0.0.73 () {32 vars in 722 bytes} [Tue May 26 02:44:51 2026] GET /v2.0/networks/cc270a40-0caf-4044-9371-e3c10096a020 => generated 673 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1050] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:44:51 2026] GET /v2.0/security-groups?tenant_id=303f5d5d57824574b69bf0fe73762dc2&name=default => generated 2925 bytes in 278 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1051] 10.0.0.73 () {32 vars in 720 bytes} [Tue May 26 02:44:51 2026] GET /v2.0/subnets/22960d96-254f-42f2-82a0-7c972831b31c => generated 673 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1052] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:44:51 2026] DELETE /v2.0/security-groups/3accbdec-6057-485c-9061-49e62553b143 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 02:44:51.801 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9f50f53a-81ac-42d8-9f61-7cba92890f25 8c058eabc0ec49dbb6aed7d34436dcfc 00ccd66569c749d589a6638879469429 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 534/1053] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:44:51 2026] DELETE /v2.0/subnets/cadf9c4f-b9dd-436b-acd1-62e95a6f8ebf => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 02:44:51.823 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f9bec10e-fd10-432b-ada0-5975b2722f79 8c058eabc0ec49dbb6aed7d34436dcfc 00ccd66569c749d589a6638879469429 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 535/1054] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:44:51 2026] DELETE /v2.0/networks/eeab6fdb-de2f-43c6-941e-5560e4903a1e => generated 138 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1055] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:44:51 2026] DELETE /v2.0/subnets/22960d96-254f-42f2-82a0-7c972831b31c => 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: 520/1056] 10.0.0.73 () {34 vars in 782 bytes} [Tue May 26 02:44:50 2026] PUT /v2.0/routers/909f1a74-b60f-44df-9745-2f2d57f98246/add_router_interface => generated 309 bytes in 1246 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:44:52.088 8 INFO neutron.services.segments.plugin [-] Segment 532f0a59-5903-41b1-8302-6f41b0c06f23 resource provider aggregate not found 2026-05-26 02:44:52.091 8 INFO neutron.services.segments.plugin [-] Segment 532f0a59-5903-41b1-8302-6f41b0c06f23 resource provider aggregate not found 2026-05-26 02:44:52.114 8 INFO neutron.services.segments.plugin [-] Segment 532f0a59-5903-41b1-8302-6f41b0c06f23 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 532f0a59-5903-41b1-8302-6f41b0c06f23 found for delete ", "request_id": "req-da6820a5-709f-4b76-83f9-c7b77c2e3cbb"}]} 2026-05-26 02:44:52.127 8 INFO neutron.services.segments.plugin [-] Segment 532f0a59-5903-41b1-8302-6f41b0c06f23 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 532f0a59-5903-41b1-8302-6f41b0c06f23 found for delete ", "request_id": "req-b5d953ed-ae4c-4130-8ce8-939cf7313c9f"}]} 2026-05-26 02:44:52.143 8 INFO neutron_taas.services.taas.taas_plugin [None req-284f5615-d3e4-4411-bdd3-8c990dc92681 8c058eabc0ec49dbb6aed7d34436dcfc 00ccd66569c749d589a6638879469429 - - default default] TaaS: Handle Delete Port: 0319b98f-43ed-4983-b955-081da679ef8c 2026-05-26 02:44:52.147 8 INFO neutron.services.segments.plugin [-] Segment be18bdba-6eab-46a4-a165-a9de1977a6da resource provider aggregate not found 2026-05-26 02:44:52.151 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-284f5615-d3e4-4411-bdd3-8c990dc92681 8c058eabc0ec49dbb6aed7d34436dcfc 00ccd66569c749d589a6638879469429 - - default default] Tap Mirror: Handle Delete Port: 0319b98f-43ed-4983-b955-081da679ef8c 2026-05-26 02:44:52.155 8 INFO neutron.services.segments.plugin [-] Segment be18bdba-6eab-46a4-a165-a9de1977a6da resource provider aggregate not found 2026-05-26 02:44:52.177 8 INFO neutron.services.segments.plugin [-] Segment be18bdba-6eab-46a4-a165-a9de1977a6da resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be18bdba-6eab-46a4-a165-a9de1977a6da found for delete ", "request_id": "req-75487bb1-840c-449c-bfff-cdf5ab53c334"}]} 2026-05-26 02:44:52.181 8 INFO neutron.services.segments.plugin [-] Segment be18bdba-6eab-46a4-a165-a9de1977a6da resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be18bdba-6eab-46a4-a165-a9de1977a6da found for delete ", "request_id": "req-cdaa666f-efb4-499e-8b65-e38b78255465"}]} [pid: 8|app: 0|req: 537/1059] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:44:51 2026] DELETE /v2.0/networks/cc270a40-0caf-4044-9371-e3c10096a020 => generated 0 bytes in 379 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1060] 10.0.0.73 () {34 vars in 684 bytes} [Tue May 26 02:44:52 2026] POST /v2.0/security-groups => generated 1661 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1061] 10.0.0.73 () {34 vars in 694 bytes} [Tue May 26 02:44:52 2026] POST /v2.0/security-group-rules => generated 597 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1062] 10.0.0.73 () {34 vars in 694 bytes} [Tue May 26 02:44:53 2026] POST /v2.0/security-group-rules => generated 602 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1063] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:44:53 2026] GET /v2.0/security-groups?tenant_id=00ccd66569c749d589a6638879469429&name=default => generated 2925 bytes in 351 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1064] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:44:53 2026] GET /v2.0/security-groups?tenant_id=df08ea3b48f14b2fa13bcb2ad60c4540&name=default => generated 2925 bytes in 313 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1065] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:44:53 2026] DELETE /v2.0/security-groups/20d86382-322f-4ac9-930e-76d833a54420 => 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: 540/1066] 10.0.0.73 () {34 vars in 675 bytes} [Tue May 26 02:44:53 2026] POST /v2.0/floatingips => generated 552 bytes in 594 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1067] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:44:53 2026] DELETE /v2.0/security-groups/489708f7-ab3a-40b9-9bc5-0b1d19c4f211 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1068] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:44:54 2026] GET /v2.0/security-groups?tenant_id=ece08cca5856470a85d29c4953228cb6&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 02:44:54.200 8 INFO neutron.services.segments.plugin [-] Segment 30a32f83-f8cf-4248-a891-d3646c877e51 resource provider aggregate not found 2026-05-26 02:44:54.205 8 INFO neutron.services.segments.plugin [-] Segment 30a32f83-f8cf-4248-a891-d3646c877e51 resource provider aggregate not found 2026-05-26 02:44:54.221 8 INFO neutron.services.segments.plugin [-] Segment 30a32f83-f8cf-4248-a891-d3646c877e51 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30a32f83-f8cf-4248-a891-d3646c877e51 found for delete ", "request_id": "req-21978b8f-9f27-44a9-8c88-c6cd15dbec20"}]} 2026-05-26 02:44:54.227 8 INFO neutron.services.segments.plugin [-] Segment 30a32f83-f8cf-4248-a891-d3646c877e51 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30a32f83-f8cf-4248-a891-d3646c877e51 found for delete ", "request_id": "req-3876d6cb-6366-421e-bd82-30283c2deb04"}]} [pid: 7|app: 0|req: 529/1069] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:44:54 2026] DELETE /v2.0/security-groups/33ba323f-fe53-4983-9c18-a9ed8279043f => 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: 530/1070] 10.0.0.4 () {34 vars in 1098 bytes} [Tue May 26 02:44:54 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1923191160&fields=id&tenant_id=b28afe588caa4e369c39c803a235de0f => generated 69 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 02:44:54.402 8 INFO neutron.db.segments_db [None req-17b10d5e-7dec-4b83-952a-2eb0f67d832b 338d5d9d73784042b7acefbad06366ea baead60db1f3461285e3e00d205e3180 - - default default] Added segment c2b5e0dc-b7eb-4e06-adcb-5cd96005c7e6 of type vxlan for network 0287f17b-5858-4cd1-a7d6-fbc97a3313bd [pid: 7|app: 0|req: 531/1071] 10.0.0.4 () {34 vars in 980 bytes} [Tue May 26 02:44:54 2026] GET /v2.0/networks?id=311baf8f-1983-41e7-99b1-d9102088c9dd => generated 675 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1072] 10.0.0.4 () {34 vars in 963 bytes} [Tue May 26 02:44:54 2026] GET /v2.0/quotas/b28afe588caa4e369c39c803a235de0f => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1073] 10.0.0.73 () {34 vars in 669 bytes} [Tue May 26 02:44:53 2026] POST /v2.0/networks => generated 614 bytes in 565 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1074] 10.0.0.4 () {34 vars in 1000 bytes} [Tue May 26 02:44:54 2026] GET /v2.0/ports?tenant_id=b28afe588caa4e369c39c803a235de0f&fields=id => generated 103 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:44:54.599 8 INFO neutron.db.segments_db [None req-2c080bcc-ab7d-4e60-a052-260199c47f8c 338d5d9d73784042b7acefbad06366ea baead60db1f3461285e3e00d205e3180 - - default default] Added segment cd77fe6d-32e1-472c-8b76-f34db4cdbe4d of type vxlan for network d3d23fc4-7a76-43cb-b203-364106566f8a [pid: 7|app: 0|req: 534/1075] 10.0.0.4 () {34 vars in 1006 bytes} [Tue May 26 02:44:54 2026] GET /v2.0/networks/311baf8f-1983-41e7-99b1-d9102088c9dd?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: 535/1076] 10.0.0.4 () {34 vars in 1106 bytes} [Tue May 26 02:44:54 2026] GET /v2.0/networks/311baf8f-1983-41e7-99b1-d9102088c9dd?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: 542/1077] 10.0.0.73 () {34 vars in 669 bytes} [Tue May 26 02:44:54 2026] POST /v2.0/networks => generated 614 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1078] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:44:54 2026] GET /v2.0/ports?device_id=3368cc4d-9847-445f-9bdd-df74c166e9c8 => 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: 536/1079] 10.0.0.73 () {34 vars in 668 bytes} [Tue May 26 02:44:54 2026] POST /v2.0/subnets => generated 646 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1080] 10.0.0.73 () {34 vars in 668 bytes} [Tue May 26 02:44:55 2026] POST /v2.0/subnets => generated 655 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 02:44:55.352 7 INFO neutron.db.segments_db [None req-d5405e46-dc1e-473c-927b-c67e8dda61d4 338d5d9d73784042b7acefbad06366ea baead60db1f3461285e3e00d205e3180 - - default default] Added segment 2d4fd720-e835-4ac6-92f2-f94faa748fa8 of type vxlan for network 30218e88-d4bd-408c-8868-09e335a5ac2c 2026-05-26 02:44:55.563 7 INFO neutron.db.l3_hamode_db [None req-d5405e46-dc1e-473c-927b-c67e8dda61d4 338d5d9d73784042b7acefbad06366ea baead60db1f3461285e3e00d205e3180 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 02:44:55.672 7 INFO neutron.db.l3_hamode_db [None req-d5405e46-dc1e-473c-927b-c67e8dda61d4 338d5d9d73784042b7acefbad06366ea baead60db1f3461285e3e00d205e3180 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 02:44:56.296 8 INFO neutron.db.segments_db [None req-af9cbfae-9442-4725-b6da-169b68561953 9fd28a6a67254a70b650bd6c66b5d736 624a86be01494bec93ec3c1d313023f8 - - default default] Added segment 52b69496-4b60-4306-b2e0-c1fc56fb815a of type vxlan for network e012879e-bf0a-424e-80ac-6541a4021f6f [pid: 7|app: 0|req: 537/1081] 10.0.0.73 () {34 vars in 668 bytes} [Tue May 26 02:44:55 2026] POST /v2.0/routers => generated 510 bytes in 1014 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1082] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:44:56 2026] GET /v2.0/ports?device_id=3368cc4d-9847-445f-9bdd-df74c166e9c8 => 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: 539/1083] 10.0.0.73 () {32 vars in 652 bytes} [Tue May 26 02:44:56 2026] GET /v2.0/extensions => generated 21537 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1084] 10.0.0.73 () {34 vars in 669 bytes} [Tue May 26 02:44:55 2026] POST /v2.0/networks => generated 625 bytes in 594 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1085] 10.0.0.73 () {32 vars in 680 bytes} [Tue May 26 02:44:56 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1086] 10.0.0.73 () {34 vars in 664 bytes} [Tue May 26 02:44:56 2026] POST /v2.0/ports => generated 774 bytes in 359 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: 548/1087] 10.0.0.73 () {32 vars in 680 bytes} [Tue May 26 02:44:56 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:44:56.853 8 INFO neutron.db.segments_db [None req-33a40f86-b25d-4004-a03c-093236afae56 9fd28a6a67254a70b650bd6c66b5d736 624a86be01494bec93ec3c1d313023f8 - - default default] Added segment 8ce985b2-4f0c-4909-b4f6-ff4fdd761db3 of type vxlan for network bdf393ba-38f7-4d62-8a18-ef0c3d3cf105 [pid: 8|app: 0|req: 549/1088] 10.0.0.73 () {34 vars in 669 bytes} [Tue May 26 02:44:56 2026] POST /v2.0/networks => generated 612 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1089] 10.0.0.73 () {32 vars in 728 bytes} [Tue May 26 02:44:56 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1090] 10.0.0.73 () {34 vars in 668 bytes} [Tue May 26 02:44:56 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) [pid: 8|app: 0|req: 552/1091] 10.0.0.73 () {32 vars in 664 bytes} [Tue May 26 02:44:57 2026] GET /v2.0/extensions/agent => generated 153 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1092] 10.0.0.73 () {34 vars in 782 bytes} [Tue May 26 02:44:56 2026] PUT /v2.0/routers/c0cd1b9d-e747-4beb-b42c-5c424a242c42/add_router_interface => generated 309 bytes in 1116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1093] 10.0.0.73 () {32 vars in 698 bytes} [Tue May 26 02:44:57 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1094] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:44:57 2026] GET /v2.0/ports?device_id=3368cc4d-9847-445f-9bdd-df74c166e9c8 => 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: 543/1095] 10.0.0.73 () {32 vars in 716 bytes} [Tue May 26 02:44:57 2026] GET /v2.0/ports/b2a6f4fd-f4f1-44cd-9171-77db74cf3bec => generated 959 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1096] 10.0.0.73 () {32 vars in 696 bytes} [Tue May 26 02:44: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: 553/1097] 10.0.0.73 () {34 vars in 664 bytes} [Tue May 26 02:44:57 2026] POST /v2.0/ports => generated 953 bytes in 408 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 554/1098] 10.0.0.73 () {32 vars in 700 bytes} [Tue May 26 02:44:57 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: 555/1099] 10.0.0.73 () {32 vars in 688 bytes} [Tue May 26 02:44:57 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:44:57.775 8 INFO neutron_taas.services.taas.taas_plugin [None req-c1ef399a-4e44-4e2a-8723-58feac98f55d 9fd28a6a67254a70b650bd6c66b5d736 624a86be01494bec93ec3c1d313023f8 - - default default] TaaS: Handle Delete Port: 4034863b-b052-4989-b2b3-a11913cf8234 2026-05-26 02:44:57.778 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c1ef399a-4e44-4e2a-8723-58feac98f55d 9fd28a6a67254a70b650bd6c66b5d736 624a86be01494bec93ec3c1d313023f8 - - default default] Tap Mirror: Handle Delete Port: 4034863b-b052-4989-b2b3-a11913cf8234 [pid: 8|app: 0|req: 556/1100] 10.0.0.73 () {32 vars in 719 bytes} [Tue May 26 02:44:57 2026] DELETE /v2.0/ports/4034863b-b052-4989-b2b3-a11913cf8234 => generated 0 bytes in 302 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1101] 10.0.0.73 () {32 vars in 702 bytes} [Tue May 26 02:44:57 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:44:57.986 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c17be9f3-b7bd-422e-8d45-845cc4ec742c 9fd28a6a67254a70b650bd6c66b5d736 624a86be01494bec93ec3c1d313023f8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 558/1102] 10.0.0.73 () {32 vars in 719 bytes} [Tue May 26 02:44:57 2026] DELETE /v2.0/ports/4034863b-b052-4989-b2b3-a11913cf8234 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1103] 10.0.0.73 () {32 vars in 692 bytes} [Tue May 26 02:44:57 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:44:58.011 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3dc8e9e5-ec45-4471-9772-7200853963e6 9fd28a6a67254a70b650bd6c66b5d736 624a86be01494bec93ec3c1d313023f8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 560/1104] 10.0.0.73 () {32 vars in 716 bytes} [Tue May 26 02:44:57 2026] GET /v2.0/ports/4034863b-b052-4989-b2b3-a11913cf8234 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1105] 10.0.0.73 () {32 vars in 694 bytes} [Tue May 26 02:44:58 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1106] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:44:58 2026] DELETE /v2.0/subnets/0c1824b1-4cb2-4c5c-a410-b9c98de57e6e => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1107] 10.0.0.73 () {32 vars in 684 bytes} [Tue May 26 02:44:58 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) 2026-05-26 02:44:58.284 8 INFO neutron.services.segments.plugin [-] Segment 8ce985b2-4f0c-4909-b4f6-ff4fdd761db3 resource provider aggregate not found 2026-05-26 02:44:58.290 8 INFO neutron.services.segments.plugin [-] Segment 8ce985b2-4f0c-4909-b4f6-ff4fdd761db3 resource provider aggregate not found 2026-05-26 02:44:58.309 8 INFO neutron.services.segments.plugin [-] Segment 8ce985b2-4f0c-4909-b4f6-ff4fdd761db3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ce985b2-4f0c-4909-b4f6-ff4fdd761db3 found for delete ", "request_id": "req-dfbffa25-19f9-4f0a-96ab-01e421051361"}]} 2026-05-26 02:44:58.314 8 INFO neutron.services.segments.plugin [-] Segment 8ce985b2-4f0c-4909-b4f6-ff4fdd761db3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ce985b2-4f0c-4909-b4f6-ff4fdd761db3 found for delete ", "request_id": "req-ad01564f-7e10-4da7-99d8-752e90b084b4"}]} [pid: 8|app: 0|req: 564/1108] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:44:58 2026] DELETE /v2.0/networks/bdf393ba-38f7-4d62-8a18-ef0c3d3cf105 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1109] 10.0.0.73 () {32 vars in 686 bytes} [Tue May 26 02:44:58 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:44:58.407 8 INFO neutron.db.segments_db [None req-af123598-d44b-4363-b8ac-702b607f8c13 9fd28a6a67254a70b650bd6c66b5d736 624a86be01494bec93ec3c1d313023f8 - - default default] Added segment f6aadc96-a6c8-49f3-999a-9d135a8b4519 of type vxlan for network a83bd528-5378-48e9-9824-e660d4bc8af1 [pid: 8|app: 0|req: 566/1110] 10.0.0.73 () {34 vars in 669 bytes} [Tue May 26 02:44:58 2026] POST /v2.0/networks => generated 613 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1111] 10.0.0.73 () {32 vars in 660 bytes} [Tue May 26 02:44:58 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1112] 10.0.0.73 () {34 vars in 668 bytes} [Tue May 26 02:44:58 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) [pid: 7|app: 0|req: 545/1113] 10.0.0.73 () {34 vars in 782 bytes} [Tue May 26 02:44:57 2026] PUT /v2.0/routers/c0cd1b9d-e747-4beb-b42c-5c424a242c42/add_router_interface => generated 309 bytes in 1220 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1114] 10.0.0.73 () {32 vars in 698 bytes} [Tue May 26 02:44:58 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1115] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:44:58 2026] GET /v2.0/ports?device_id=3368cc4d-9847-445f-9bdd-df74c166e9c8 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1116] 10.0.0.73 () {32 vars in 716 bytes} [Tue May 26 02:44:58 2026] GET /v2.0/ports/daf808f3-08a8-4dac-b225-6915fbb1384c => generated 967 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1117] 10.0.0.73 () {32 vars in 678 bytes} [Tue May 26 02:44:58 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1118] 10.0.0.73 () {34 vars in 664 bytes} [Tue May 26 02:44:58 2026] POST /v2.0/ports => generated 911 bytes in 417 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1119] 10.0.0.73 () {32 vars in 682 bytes} [Tue May 26 02:44:59 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1120] 199.204.45.222 () {34 vars in 986 bytes} [Tue May 26 02:44:59 2026] GET /v2.0/networks?id=311baf8f-1983-41e7-99b1-d9102088c9dd => generated 675 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:44:59.350 7 INFO neutron_taas.services.taas.taas_plugin [None req-3ad1902a-8d2b-4c62-ab44-19f5a5e17303 338d5d9d73784042b7acefbad06366ea baead60db1f3461285e3e00d205e3180 - - default default] TaaS: Handle Delete Port: daf808f3-08a8-4dac-b225-6915fbb1384c 2026-05-26 02:44:59.355 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3ad1902a-8d2b-4c62-ab44-19f5a5e17303 338d5d9d73784042b7acefbad06366ea baead60db1f3461285e3e00d205e3180 - - default default] Tap Mirror: Handle Delete Port: daf808f3-08a8-4dac-b225-6915fbb1384c 2026-05-26 02:44:59.415 8 INFO neutron_taas.services.taas.taas_plugin [None req-b86a4dac-9afe-4eb0-9ba1-ec331c0f2f95 9fd28a6a67254a70b650bd6c66b5d736 624a86be01494bec93ec3c1d313023f8 - - default default] TaaS: Handle Delete Port: f9a8fb9b-6dc3-4aa0-9992-481c6c8db7b0 2026-05-26 02:44:59.419 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b86a4dac-9afe-4eb0-9ba1-ec331c0f2f95 9fd28a6a67254a70b650bd6c66b5d736 624a86be01494bec93ec3c1d313023f8 - - default default] Tap Mirror: Handle Delete Port: f9a8fb9b-6dc3-4aa0-9992-481c6c8db7b0 [pid: 8|app: 0|req: 573/1121] 10.0.0.73 () {32 vars in 719 bytes} [Tue May 26 02:44:59 2026] DELETE /v2.0/ports/f9a8fb9b-6dc3-4aa0-9992-481c6c8db7b0 => generated 0 bytes in 333 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1122] 10.0.0.73 () {32 vars in 674 bytes} [Tue May 26 02:44:59 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1123] 199.204.45.222 () {34 vars in 1050 bytes} [Tue May 26 02:44:59 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b28afe588caa4e369c39c803a235de0f => generated 181 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:44:59.652 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2292e68a-b57a-439f-81b0-6c4e9e0b34cd 9fd28a6a67254a70b650bd6c66b5d736 624a86be01494bec93ec3c1d313023f8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 576/1124] 10.0.0.73 () {32 vars in 716 bytes} [Tue May 26 02:44:59 2026] GET /v2.0/ports/f9a8fb9b-6dc3-4aa0-9992-481c6c8db7b0 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1125] 10.0.0.73 () {32 vars in 688 bytes} [Tue May 26 02:44:59 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1126] 10.0.0.73 () {34 vars in 788 bytes} [Tue May 26 02:44:58 2026] PUT /v2.0/routers/c0cd1b9d-e747-4beb-b42c-5c424a242c42/remove_router_interface => generated 309 bytes in 937 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1127] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:44:59 2026] DELETE /v2.0/subnets/3c42428a-7ef6-4b1f-bc95-2a08ca5cb8a0 => 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: 551/1128] 10.0.0.73 () {32 vars in 722 bytes} [Tue May 26 02:45:00 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: 578/1129] 199.204.45.222 () {38 vars in 955 bytes} [Tue May 26 02:44:59 2026] POST /v2.0/ports => generated 958 bytes in 390 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 579/1130] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:45:00 2026] GET /v2.0/ports?device_id=3368cc4d-9847-445f-9bdd-df74c166e9c8 => generated 961 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1131] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:45:00 2026] DELETE /v2.0/networks/a83bd528-5378-48e9-9824-e660d4bc8af1 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1132] 10.0.0.73 () {32 vars in 686 bytes} [Tue May 26 02:45:00 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:45:00.336 8 INFO neutron.services.segments.plugin [-] Segment f6aadc96-a6c8-49f3-999a-9d135a8b4519 resource provider aggregate not found 2026-05-26 02:45:00.340 8 INFO neutron.services.segments.plugin [-] Segment f6aadc96-a6c8-49f3-999a-9d135a8b4519 resource provider aggregate not found 2026-05-26 02:45:00.354 8 INFO neutron.services.segments.plugin [-] Segment f6aadc96-a6c8-49f3-999a-9d135a8b4519 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f6aadc96-a6c8-49f3-999a-9d135a8b4519 found for delete ", "request_id": "req-86b2ced3-891d-41b9-80fa-be3e9c79f3c9"}]} 2026-05-26 02:45:00.365 8 INFO neutron.services.segments.plugin [-] Segment f6aadc96-a6c8-49f3-999a-9d135a8b4519 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f6aadc96-a6c8-49f3-999a-9d135a8b4519 found for delete ", "request_id": "req-df6718e9-c01c-42c1-9ae8-b5f21da221cc"}]} 2026-05-26 02:45:00.394 7 INFO neutron_taas.services.taas.taas_plugin [None req-5a6c13bc-602e-4d61-8189-a6c01c41ae32 338d5d9d73784042b7acefbad06366ea baead60db1f3461285e3e00d205e3180 - - default default] TaaS: Handle Delete Port: b2a6f4fd-f4f1-44cd-9171-77db74cf3bec 2026-05-26 02:45:00.398 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5a6c13bc-602e-4d61-8189-a6c01c41ae32 338d5d9d73784042b7acefbad06366ea baead60db1f3461285e3e00d205e3180 - - default default] Tap Mirror: Handle Delete Port: b2a6f4fd-f4f1-44cd-9171-77db74cf3bec [pid: 8|app: 0|req: 582/1133] 199.204.45.222 () {38 vars in 1028 bytes} [Tue May 26 02:45:00 2026] PUT /v2.0/ports/f06b8fd2-2d90-4e74-a843-ca932f573b07 => generated 1239 bytes in 439 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: 583/1134] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:45:00 2026] GET /v2.0/security-groups?id=58220e47-ba24-4fc2-b2b2-57a8cc99fb7a&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:45:00.750 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4a0370b6-87b4-40fe-886a-4af1f40bcaf6'] response: {'name': 'network-changed', 'server_uuid': '3368cc4d-9847-445f-9bdd-df74c166e9c8', 'tag': 'f06b8fd2-2d90-4e74-a843-ca932f573b07', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 552/1135] 10.0.0.73 () {34 vars in 788 bytes} [Tue May 26 02:45:00 2026] PUT /v2.0/routers/c0cd1b9d-e747-4beb-b42c-5c424a242c42/remove_router_interface => generated 309 bytes in 873 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1136] 10.0.0.73 () {32 vars in 668 bytes} [Tue May 26 02:45:00 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1137] 10.0.0.73 () {32 vars in 735 bytes} [Tue May 26 02:45:00 2026] GET /v2.0/ports?device_id=c0cd1b9d-e747-4beb-b42c-5c424a242c42 => 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: 555/1138] 10.0.0.73 () {32 vars in 686 bytes} [Tue May 26 02:45:00 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1139] 10.0.0.73 () {34 vars in 664 bytes} [Tue May 26 02:45:00 2026] POST /v2.0/ports => generated 775 bytes in 279 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: 585/1140] 10.0.0.73 () {32 vars in 680 bytes} [Tue May 26 02:45:01 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:45:01.144 7 INFO neutron_taas.services.taas.taas_plugin [None req-811c47c2-7aec-421c-8ba3-cd36a9e38400 338d5d9d73784042b7acefbad06366ea baead60db1f3461285e3e00d205e3180 - - default default] TaaS: Handle Delete Port: 7029fef3-24a0-4239-9044-076bf52cb400 2026-05-26 02:45:01.148 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-811c47c2-7aec-421c-8ba3-cd36a9e38400 338d5d9d73784042b7acefbad06366ea baead60db1f3461285e3e00d205e3180 - - default default] Tap Mirror: Handle Delete Port: 7029fef3-24a0-4239-9044-076bf52cb400 [pid: 8|app: 0|req: 586/1141] 10.0.0.73 () {34 vars in 736 bytes} [Tue May 26 02:45:01 2026] PUT /v2.0/ports/885956f5-3af2-43d8-b0b3-9d2eeccf4035 => generated 752 bytes in 218 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: 587/1142] 10.0.0.73 () {32 vars in 698 bytes} [Tue May 26 02:45:01 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:45:01.333 8 INFO neutron_taas.services.taas.taas_plugin [None req-87f06ac5-280b-408c-b114-c539d8319d0d 9fd28a6a67254a70b650bd6c66b5d736 624a86be01494bec93ec3c1d313023f8 - - default default] TaaS: Handle Delete Port: 885956f5-3af2-43d8-b0b3-9d2eeccf4035 2026-05-26 02:45:01.336 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-87f06ac5-280b-408c-b114-c539d8319d0d 9fd28a6a67254a70b650bd6c66b5d736 624a86be01494bec93ec3c1d313023f8 - - default default] Tap Mirror: Handle Delete Port: 885956f5-3af2-43d8-b0b3-9d2eeccf4035 [pid: 8|app: 0|req: 588/1143] 10.0.0.73 () {32 vars in 719 bytes} [Tue May 26 02:45:01 2026] DELETE /v2.0/ports/885956f5-3af2-43d8-b0b3-9d2eeccf4035 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1144] 10.0.0.73 () {32 vars in 678 bytes} [Tue May 26 02:45:01 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: 590/1145] 199.204.45.222 () {34 vars in 1080 bytes} [Tue May 26 02:45:01 2026] GET /v2.0/ports?tenant_id=b28afe588caa4e369c39c803a235de0f&device_id=3368cc4d-9847-445f-9bdd-df74c166e9c8 => generated 1242 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1146] 10.0.0.73 () {32 vars in 642 bytes} [Tue May 26 02:45:01 2026] GET /v2.0/ports => generated 777 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1147] 10.0.0.73 () {32 vars in 666 bytes} [Tue May 26 02:45:01 2026] GET /v2.0/extensions/router => generated 256 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:45:01.546 7 INFO neutron.services.segments.plugin [-] Segment 2d4fd720-e835-4ac6-92f2-f94faa748fa8 resource provider aggregate not found 2026-05-26 02:45:01.554 7 INFO neutron.services.segments.plugin [-] Segment 2d4fd720-e835-4ac6-92f2-f94faa748fa8 resource provider aggregate not found [pid: 8|app: 0|req: 593/1148] 199.204.45.222 () {34 vars in 1018 bytes} [Tue May 26 02:45:01 2026] GET /v2.0/networks?tenant_id=b28afe588caa4e369c39c803a235de0f&shared=False => generated 771 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:45:01.564 7 INFO neutron.services.segments.plugin [-] Segment 2d4fd720-e835-4ac6-92f2-f94faa748fa8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d4fd720-e835-4ac6-92f2-f94faa748fa8 found for delete ", "request_id": "req-e1ce793e-8e7c-4923-ad07-7f691bb6a1b8"}]} 2026-05-26 02:45:01.575 7 INFO neutron.services.segments.plugin [-] Segment 2d4fd720-e835-4ac6-92f2-f94faa748fa8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d4fd720-e835-4ac6-92f2-f94faa748fa8 found for delete ", "request_id": "req-d6eeee37-84cb-4548-8b96-5586c75a16c5"}]} 2026-05-26 02:45:01.577 8 INFO neutron.pecan_wsgi.hooks.translation [None req-51564815-da8e-448a-ae73-5bb35e0f44ba 9fd28a6a67254a70b650bd6c66b5d736 624a86be01494bec93ec3c1d313023f8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 594/1149] 10.0.0.73 () {32 vars in 716 bytes} [Tue May 26 02:45:01 2026] GET /v2.0/ports/885956f5-3af2-43d8-b0b3-9d2eeccf4035 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 02:45:01.579 7 INFO neutron.db.l3_hamode_db [None req-811c47c2-7aec-421c-8ba3-cd36a9e38400 338d5d9d73784042b7acefbad06366ea baead60db1f3461285e3e00d205e3180 - - default default] HA network 30218e88-d4bd-408c-8868-09e335a5ac2c was deleted as no HA routers are present in tenant baead60db1f3461285e3e00d205e3180. [pid: 8|app: 0|req: 595/1150] 10.0.0.73 () {32 vars in 676 bytes} [Tue May 26 02:45:01 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1151] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:45:00 2026] DELETE /v2.0/routers/c0cd1b9d-e747-4beb-b42c-5c424a242c42 => generated 0 bytes in 668 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1152] 199.204.45.222 () {34 vars in 930 bytes} [Tue May 26 02:45:01 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1153] 10.0.0.73 () {32 vars in 664 bytes} [Tue May 26 02:45:01 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1154] 10.0.0.73 () {32 vars in 642 bytes} [Tue May 26 02:45:01 2026] GET /v2.0/ports => generated 777 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1155] 10.0.0.73 () {32 vars in 674 bytes} [Tue May 26 02:45:01 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: 7|app: 0|req: 559/1156] 10.0.0.73 () {32 vars in 716 bytes} [Tue May 26 02:45:01 2026] GET /v2.0/ports/e9c01581-00bd-4e50-85cd-084c9b6a20d4 => generated 774 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1157] 10.0.0.73 () {32 vars in 712 bytes} [Tue May 26 02:45:01 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:45:01.755 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8a19ec6c-39f7-438a-b417-c4b0b9e587ad 9fd28a6a67254a70b650bd6c66b5d736 624a86be01494bec93ec3c1d313023f8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 561/1158] 10.0.0.73 () {32 vars in 719 bytes} [Tue May 26 02:45:01 2026] DELETE /v2.0/ports/f9a8fb9b-6dc3-4aa0-9992-481c6c8db7b0 => 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: 562/1159] 10.0.0.73 () {32 vars in 690 bytes} [Tue May 26 02:45:01 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:45:01.770 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f3362120-3d9d-4620-8596-92fbcf3ed6d8 9fd28a6a67254a70b650bd6c66b5d736 624a86be01494bec93ec3c1d313023f8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 563/1160] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:45:01 2026] DELETE /v2.0/subnets/3c42428a-7ef6-4b1f-bc95-2a08ca5cb8a0 => generated 136 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1161] 10.0.0.73 () {32 vars in 682 bytes} [Tue May 26 02:45:01 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1162] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:45:01 2026] DELETE /v2.0/subnets/8f1bc34b-d4e6-43e4-a71c-71688d0dc17f => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1163] 10.0.0.73 () {32 vars in 668 bytes} [Tue May 26 02:45:01 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:45:01.788 7 INFO neutron.pecan_wsgi.hooks.translation [None req-31e86fa5-6a5a-4c2a-895e-efbfd1dfb568 9fd28a6a67254a70b650bd6c66b5d736 624a86be01494bec93ec3c1d313023f8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 565/1164] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:45:01 2026] DELETE /v2.0/subnets/0c1824b1-4cb2-4c5c-a410-b9c98de57e6e => 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: 566/1165] 10.0.0.73 () {32 vars in 686 bytes} [Tue May 26 02:45:01 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:45:01.891 7 INFO neutron_taas.services.taas.taas_plugin [None req-0ba53683-c9af-4cec-be0f-c9ca764745db 9fd28a6a67254a70b650bd6c66b5d736 624a86be01494bec93ec3c1d313023f8 - - default default] TaaS: Handle Delete Port: e9c01581-00bd-4e50-85cd-084c9b6a20d4 2026-05-26 02:45:01.895 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0ba53683-c9af-4cec-be0f-c9ca764745db 9fd28a6a67254a70b650bd6c66b5d736 624a86be01494bec93ec3c1d313023f8 - - default default] Tap Mirror: Handle Delete Port: e9c01581-00bd-4e50-85cd-084c9b6a20d4 [pid: 8|app: 0|req: 600/1166] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:45:01 2026] DELETE /v2.0/subnets/8ab1018f-3079-4edc-a321-b570db5fb642 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1167] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:45:01 2026] GET /v2.0/ports?device_id=3368cc4d-9847-445f-9bdd-df74c166e9c8 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1168] 10.0.0.73 () {32 vars in 704 bytes} [Tue May 26 02:45:01 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1169] 10.0.0.73 () {32 vars in 719 bytes} [Tue May 26 02:45:01 2026] DELETE /v2.0/ports/e9c01581-00bd-4e50-85cd-084c9b6a20d4 => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1170] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:45:02 2026] GET /v2.0/security-groups?id=58220e47-ba24-4fc2-b2b2-57a8cc99fb7a&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: 569/1171] 10.0.0.73 () {32 vars in 674 bytes} [Tue May 26 02:45:02 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1172] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:45:01 2026] DELETE /v2.0/networks/d3d23fc4-7a76-43cb-b203-364106566f8a => 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: 604/1173] 10.0.0.73 () {32 vars in 700 bytes} [Tue May 26 02:45:02 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1174] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:45:02 2026] DELETE /v2.0/networks/e012879e-bf0a-424e-80ac-6541a4021f6f => 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: 571/1175] 10.0.0.73 () {32 vars in 674 bytes} [Tue May 26 02:45:02 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1176] 10.0.0.73 () {32 vars in 692 bytes} [Tue May 26 02:45:02 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1177] 10.0.0.73 () {32 vars in 688 bytes} [Tue May 26 02:45:02 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1178] 10.0.0.73 () {32 vars in 708 bytes} [Tue May 26 02:45:02 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: 7|app: 0|req: 575/1179] 10.0.0.73 () {32 vars in 704 bytes} [Tue May 26 02:45:02 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1180] 10.0.0.73 () {32 vars in 718 bytes} [Tue May 26 02:45:02 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1181] 10.0.0.73 () {32 vars in 696 bytes} [Tue May 26 02:45:02 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1182] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:45:02 2026] DELETE /v2.0/networks/0287f17b-5858-4cd1-a7d6-fbc97a3313bd => 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: 578/1183] 10.0.0.73 () {32 vars in 710 bytes} [Tue May 26 02:45:02 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: 606/1184] 10.0.0.73 () {32 vars in 668 bytes} [Tue May 26 02:45:02 2026] GET /v2.0/extensions/binding => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1185] 10.0.0.73 () {32 vars in 686 bytes} [Tue May 26 02:45:02 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: 8|app: 0|req: 608/1186] 10.0.0.73 () {32 vars in 680 bytes} [Tue May 26 02:45:02 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1187] 10.0.0.73 () {32 vars in 674 bytes} [Tue May 26 02:45:02 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1188] 10.0.0.73 () {32 vars in 670 bytes} [Tue May 26 02:45:02 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: 611/1189] 10.0.0.73 () {32 vars in 660 bytes} [Tue May 26 02:45:02 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) 2026-05-26 02:45:02.335 7 INFO neutron.db.segments_db [None req-9d2b862d-749c-4d2b-a40d-ecc4664c79e1 338d5d9d73784042b7acefbad06366ea baead60db1f3461285e3e00d205e3180 - - default default] Added segment 10599309-4d89-4931-a85a-74ba157d707f of type vxlan for network 0408b10c-8999-4a95-b678-81fde4122325 [pid: 8|app: 0|req: 612/1190] 10.0.0.73 () {32 vars in 698 bytes} [Tue May 26 02:45:02 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1191] 10.0.0.73 () {32 vars in 698 bytes} [Tue May 26 02:45:02 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: 8|app: 0|req: 614/1192] 10.0.0.73 () {32 vars in 676 bytes} [Tue May 26 02:45:02 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1193] 10.0.0.73 () {32 vars in 668 bytes} [Tue May 26 02:45:02 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:45:02.375 8 INFO neutron.services.segments.plugin [-] Segment cd77fe6d-32e1-472c-8b76-f34db4cdbe4d resource provider aggregate not found [pid: 8|app: 0|req: 616/1194] 10.0.0.73 () {32 vars in 682 bytes} [Tue May 26 02:45:02 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:45:02.392 8 INFO neutron.services.segments.plugin [-] Segment cd77fe6d-32e1-472c-8b76-f34db4cdbe4d resource provider aggregate not found 2026-05-26 02:45:02.396 8 INFO neutron.services.segments.plugin [-] Segment cd77fe6d-32e1-472c-8b76-f34db4cdbe4d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd77fe6d-32e1-472c-8b76-f34db4cdbe4d found for delete ", "request_id": "req-742307e0-4747-424c-9bf6-51ae9edc011c"}]} [pid: 8|app: 0|req: 617/1195] 10.0.0.73 () {32 vars in 700 bytes} [Tue May 26 02:45:02 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:45:02.413 8 INFO neutron.services.segments.plugin [-] Segment c2b5e0dc-b7eb-4e06-adcb-5cd96005c7e6 resource provider aggregate not found 2026-05-26 02:45:02.422 8 INFO neutron.services.segments.plugin [-] Segment cd77fe6d-32e1-472c-8b76-f34db4cdbe4d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd77fe6d-32e1-472c-8b76-f34db4cdbe4d found for delete ", "request_id": "req-104d11b0-3a8c-4278-b128-231659eab0b9"}]} [pid: 8|app: 0|req: 618/1196] 10.0.0.73 () {32 vars in 684 bytes} [Tue May 26 02:45:02 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:45:02.431 8 INFO neutron.services.segments.plugin [-] Segment c2b5e0dc-b7eb-4e06-adcb-5cd96005c7e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c2b5e0dc-b7eb-4e06-adcb-5cd96005c7e6 found for delete ", "request_id": "req-44964c72-0b0a-4bfc-a4e6-0aa130c80304"}]} [pid: 8|app: 0|req: 619/1197] 10.0.0.73 () {32 vars in 706 bytes} [Tue May 26 02:45:02 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1199] 10.0.0.73 () {34 vars in 669 bytes} [Tue May 26 02:45:02 2026] POST /v2.0/networks => generated 615 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1199] 10.0.0.73 () {32 vars in 668 bytes} [Tue May 26 02:45:02 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) 2026-05-26 02:45:02.446 8 INFO neutron.services.segments.plugin [-] Segment c2b5e0dc-b7eb-4e06-adcb-5cd96005c7e6 resource provider aggregate not found [pid: 7|app: 0|req: 580/1200] 10.0.0.73 () {32 vars in 696 bytes} [Tue May 26 02:45:02 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1201] 10.0.0.73 () {32 vars in 694 bytes} [Tue May 26 02:45:02 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:45:02.464 8 INFO neutron.services.segments.plugin [-] Segment c2b5e0dc-b7eb-4e06-adcb-5cd96005c7e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c2b5e0dc-b7eb-4e06-adcb-5cd96005c7e6 found for delete ", "request_id": "req-6fcdcff5-d1ad-48da-a7bc-473bb73f56a3"}]} [pid: 7|app: 0|req: 582/1202] 10.0.0.73 () {32 vars in 684 bytes} [Tue May 26 02:45:02 2026] GET /v2.0/extensions/qos-rules-alias => 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: 583/1203] 10.0.0.73 () {32 vars in 688 bytes} [Tue May 26 02:45:02 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1204] 10.0.0.73 () {32 vars in 704 bytes} [Tue May 26 02:45:02 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1205] 10.0.0.73 () {32 vars in 666 bytes} [Tue May 26 02:45:02 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1206] 10.0.0.73 () {32 vars in 680 bytes} [Tue May 26 02:45:02 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1207] 10.0.0.73 () {32 vars in 680 bytes} [Tue May 26 02:45:02 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1208] 10.0.0.73 () {32 vars in 690 bytes} [Tue May 26 02:45:02 2026] GET /v2.0/extensions/rbac-address-group => 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: 589/1209] 10.0.0.73 () {32 vars in 690 bytes} [Tue May 26 02:45:02 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1210] 10.0.0.73 () {32 vars in 694 bytes} [Tue May 26 02:45:02 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1211] 10.0.0.73 () {32 vars in 684 bytes} [Tue May 26 02:45:02 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1212] 10.0.0.73 () {32 vars in 688 bytes} [Tue May 26 02:45:02 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1213] 10.0.0.73 () {32 vars in 700 bytes} [Tue May 26 02:45:02 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1214] 10.0.0.73 () {32 vars in 702 bytes} [Tue May 26 02:45:02 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1215] 10.0.0.73 () {32 vars in 712 bytes} [Tue May 26 02:45:02 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1216] 10.0.0.73 () {32 vars in 716 bytes} [Tue May 26 02:45:02 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: 7|app: 0|req: 597/1217] 10.0.0.73 () {32 vars in 714 bytes} [Tue May 26 02:45:02 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: 598/1218] 10.0.0.73 () {32 vars in 726 bytes} [Tue May 26 02:45:02 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1219] 199.204.45.222 () {34 vars in 1080 bytes} [Tue May 26 02:45:02 2026] GET /v2.0/ports?tenant_id=b28afe588caa4e369c39c803a235de0f&device_id=3368cc4d-9847-445f-9bdd-df74c166e9c8 => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1220] 10.0.0.73 () {32 vars in 740 bytes} [Tue May 26 02:45:02 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: 621/1221] 10.0.0.73 () {34 vars in 668 bytes} [Tue May 26 02:45:02 2026] POST /v2.0/subnets => generated 646 bytes in 254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1222] 199.204.45.222 () {34 vars in 1060 bytes} [Tue May 26 02:45:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=f06b8fd2-2d90-4e74-a843-ca932f573b07 => 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: 623/1223] 10.0.0.73 () {32 vars in 718 bytes} [Tue May 26 02:45:02 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) 2026-05-26 02:45:02.782 8 INFO neutron.db.segments_db [None req-aba01efd-073c-4750-a564-7b8b0bdcba42 338d5d9d73784042b7acefbad06366ea baead60db1f3461285e3e00d205e3180 - - default default] Added segment 5d34a39d-1f35-419e-a4cc-8677342ad5db of type vxlan for network b6b770bc-21a9-4db4-94e7-6c63e91a3906 [pid: 7|app: 0|req: 601/1224] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:45:02 2026] GET /v2.0/security-groups?tenant_id=624a86be01494bec93ec3c1d313023f8&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1225] 199.204.45.222 () {34 vars in 984 bytes} [Tue May 26 02:45:02 2026] GET /v2.0/subnets?id=1891ae89-93ec-4ef5-8737-6637d4490280 => generated 693 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1226] 10.0.0.73 () {32 vars in 682 bytes} [Tue May 26 02:45:02 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: 604/1227] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:45:02 2026] DELETE /v2.0/security-groups/cc52ae2e-954c-4d29-9379-ab7a2d905a3b => 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: 605/1228] 199.204.45.222 () {34 vars in 1052 bytes} [Tue May 26 02:45:02 2026] GET /v2.0/ports?network_id=311baf8f-1983-41e7-99b1-d9102088c9dd&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1229] 10.0.0.73 () {32 vars in 668 bytes} [Tue May 26 02:45:02 2026] GET /v2.0/extensions/segment => generated 145 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:45:03.045 8 INFO neutron.db.l3_hamode_db [None req-aba01efd-073c-4750-a564-7b8b0bdcba42 338d5d9d73784042b7acefbad06366ea baead60db1f3461285e3e00d205e3180 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 607/1230] 199.204.45.222 () {34 vars in 1012 bytes} [Tue May 26 02:45:03 2026] GET /v2.0/networks/311baf8f-1983-41e7-99b1-d9102088c9dd?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1231] 10.0.0.73 () {32 vars in 718 bytes} [Tue May 26 02:45:03 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1232] 199.204.45.222 () {34 vars in 1112 bytes} [Tue May 26 02:45:03 2026] GET /v2.0/networks/311baf8f-1983-41e7-99b1-d9102088c9dd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1233] 10.0.0.73 () {32 vars in 678 bytes} [Tue May 26 02:45:03 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:45:03.220 8 INFO neutron.db.l3_hamode_db [None req-aba01efd-073c-4750-a564-7b8b0bdcba42 338d5d9d73784042b7acefbad06366ea baead60db1f3461285e3e00d205e3180 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 611/1234] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:45:03 2026] GET /v2.0/ports?device_id=3368cc4d-9847-445f-9bdd-df74c166e9c8 => generated 973 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1235] 10.0.0.73 () {32 vars in 668 bytes} [Tue May 26 02:45:03 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1236] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:45:03 2026] GET /v2.0/security-groups?id=58220e47-ba24-4fc2-b2b2-57a8cc99fb7a&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: 614/1237] 10.0.0.73 () {32 vars in 696 bytes} [Tue May 26 02:45:03 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1238] 10.0.0.73 () {32 vars in 704 bytes} [Tue May 26 02:45:03 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1239] 10.0.0.73 () {32 vars in 700 bytes} [Tue May 26 02:45:03 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: 617/1240] 10.0.0.73 () {32 vars in 700 bytes} [Tue May 26 02:45:03 2026] GET /v2.0/extensions/subnet-external-network => 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: 618/1241] 10.0.0.73 () {32 vars in 682 bytes} [Tue May 26 02:45:03 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: 619/1242] 10.0.0.73 () {32 vars in 704 bytes} [Tue May 26 02:45:03 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1243] 10.0.0.73 () {32 vars in 694 bytes} [Tue May 26 02:45:03 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: 621/1244] 10.0.0.73 () {32 vars in 688 bytes} [Tue May 26 02:45:03 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1245] 10.0.0.73 () {32 vars in 696 bytes} [Tue May 26 02:45:03 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1246] 10.0.0.73 () {32 vars in 678 bytes} [Tue May 26 02:45:03 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1247] 10.0.0.73 () {32 vars in 688 bytes} [Tue May 26 02:45:03 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1248] 10.0.0.73 () {32 vars in 700 bytes} [Tue May 26 02:45:03 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1249] 10.0.0.73 () {32 vars in 664 bytes} [Tue May 26 02:45:03 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1250] 10.0.0.73 () {32 vars in 680 bytes} [Tue May 26 02:45:03 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: 7|app: 0|req: 628/1251] 10.0.0.73 () {32 vars in 676 bytes} [Tue May 26 02:45:03 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1252] 10.0.0.73 () {32 vars in 692 bytes} [Tue May 26 02:45:03 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: 7|app: 0|req: 630/1253] 10.0.0.73 () {32 vars in 676 bytes} [Tue May 26 02:45:03 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1254] 10.0.0.73 () {32 vars in 666 bytes} [Tue May 26 02:45:03 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1255] 10.0.0.73 () {32 vars in 662 bytes} [Tue May 26 02:45:03 2026] GET /v2.0/extensions/taas => generated 175 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1256] 10.0.0.73 () {32 vars in 674 bytes} [Tue May 26 02:45:03 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1257] 10.0.0.73 () {32 vars in 686 bytes} [Tue May 26 02:45:03 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:45:03.580 7 INFO neutron.services.segments.plugin [-] Segment 52b69496-4b60-4306-b2e0-c1fc56fb815a resource provider aggregate not found 2026-05-26 02:45:03.598 7 INFO neutron.services.segments.plugin [-] Segment 52b69496-4b60-4306-b2e0-c1fc56fb815a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52b69496-4b60-4306-b2e0-c1fc56fb815a found for delete ", "request_id": "req-da7a5ace-e082-4862-8fa2-1b90362a3ab4"}]} 2026-05-26 02:45:03.613 7 INFO neutron.services.segments.plugin [-] Segment 52b69496-4b60-4306-b2e0-c1fc56fb815a resource provider aggregate not found 2026-05-26 02:45:03.631 7 INFO neutron.services.segments.plugin [-] Segment 52b69496-4b60-4306-b2e0-c1fc56fb815a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52b69496-4b60-4306-b2e0-c1fc56fb815a found for delete ", "request_id": "req-9b94e445-1990-441a-98da-adc45fb508fa"}]} [pid: 8|app: 0|req: 624/1258] 10.0.0.73 () {34 vars in 668 bytes} [Tue May 26 02:45:02 2026] POST /v2.0/routers => generated 510 bytes in 1163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1259] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:45:03 2026] GET /v2.0/security-groups?tenant_id=b3eadfc054f6461db5447bab72ed3b88&name=default => generated 2925 bytes in 343 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1260] 10.0.0.73 () {34 vars in 664 bytes} [Tue May 26 02:45:03 2026] POST /v2.0/ports => generated 960 bytes in 438 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 626/1261] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:45:04 2026] DELETE /v2.0/security-groups/e9332871-a226-4eea-a596-8123ef5e0792 => 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: 636/1262] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:45:04 2026] GET /v2.0/ports?device_id=3368cc4d-9847-445f-9bdd-df74c166e9c8 => generated 973 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1263] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:45:04 2026] GET /v2.0/security-groups?id=58220e47-ba24-4fc2-b2b2-57a8cc99fb7a&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: 7|app: 0|req: 638/1264] 10.0.0.73 () {34 vars in 676 bytes} [Tue May 26 02:45:04 2026] POST /v2.0/subnetpools => generated 549 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1265] 10.0.0.73 () {32 vars in 728 bytes} [Tue May 26 02:45:05 2026] GET /v2.0/subnetpools/539edc64-a5f6-48b6-b08e-45f4a6e5ad20 => generated 549 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1266] 10.0.0.73 () {34 vars in 748 bytes} [Tue May 26 02:45:05 2026] PUT /v2.0/subnetpools/539edc64-a5f6-48b6-b08e-45f4a6e5ad20 => generated 501 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1267] 10.0.0.73 () {32 vars in 731 bytes} [Tue May 26 02:45:05 2026] DELETE /v2.0/subnetpools/539edc64-a5f6-48b6-b08e-45f4a6e5ad20 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 02:45:05.294 7 INFO neutron.api.v2.resource [None req-d8a2eb42-2d3c-4768-8992-960d90f11cef 8e47adf10e6844d29e03137b249194e9 54585377816a43b6bdea671bc99cb52a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 642/1268] 10.0.0.73 () {32 vars in 728 bytes} [Tue May 26 02:45:05 2026] GET /v2.0/subnetpools/539edc64-a5f6-48b6-b08e-45f4a6e5ad20 => generated 145 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 02:45:05.312 7 INFO neutron.api.v2.resource [None req-0553070d-cdc2-4aed-ba10-fb6bcceaf1cd 8e47adf10e6844d29e03137b249194e9 54585377816a43b6bdea671bc99cb52a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 643/1269] 10.0.0.73 () {32 vars in 731 bytes} [Tue May 26 02:45:05 2026] DELETE /v2.0/subnetpools/539edc64-a5f6-48b6-b08e-45f4a6e5ad20 => generated 145 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1270] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:45:05 2026] GET /v2.0/ports?device_id=3368cc4d-9847-445f-9bdd-df74c166e9c8 => generated 975 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1271] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:45:05 2026] GET /v2.0/security-groups?id=58220e47-ba24-4fc2-b2b2-57a8cc99fb7a&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: 627/1272] 10.0.0.73 () {34 vars in 782 bytes} [Tue May 26 02:45:04 2026] PUT /v2.0/routers/a13f9964-699a-4c35-ab44-98781dc38090/add_router_interface => generated 309 bytes in 1302 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1273] 10.0.0.73 () {32 vars in 716 bytes} [Tue May 26 02:45:05 2026] GET /v2.0/ports/a6c51ab7-8165-4fc8-ab3d-8aadf33126ed => generated 1034 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-05-26 02:45:06.089 8 INFO neutron_taas.services.taas.taas_plugin [None req-3e497751-2e80-4098-9f49-e1b9e4c79c70 338d5d9d73784042b7acefbad06366ea baead60db1f3461285e3e00d205e3180 - - default default] TaaS: Handle Delete Port: a6c51ab7-8165-4fc8-ab3d-8aadf33126ed 2026-05-26 02:45:06.092 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3e497751-2e80-4098-9f49-e1b9e4c79c70 338d5d9d73784042b7acefbad06366ea baead60db1f3461285e3e00d205e3180 - - default default] Tap Mirror: Handle Delete Port: a6c51ab7-8165-4fc8-ab3d-8aadf33126ed [pid: 7|app: 0|req: 647/1274] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:45:05 2026] GET /v2.0/security-groups?tenant_id=54585377816a43b6bdea671bc99cb52a&name=default => generated 2925 bytes in 400 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1275] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:45:06 2026] DELETE /v2.0/security-groups/a38f186f-5269-447a-a4f6-c8cc63b32364 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1276] 10.0.0.73 () {34 vars in 788 bytes} [Tue May 26 02:45:05 2026] PUT /v2.0/routers/a13f9964-699a-4c35-ab44-98781dc38090/remove_router_interface => generated 309 bytes in 903 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-05-26 02:45:06.739 7 INFO neutron.db.segments_db [None req-df2b358c-ed53-429e-9493-3649c9fef81f 56041522981a48efa82b7701a415d193 b1844261b0ec4c36932ff3293ec48c7f - - default default] Added segment 5071efdc-eb0d-477f-b650-c4ec9eea7b3b of type vxlan for network 55936c76-4f93-4fee-895e-d25448e34023 2026-05-26 02:45:06.752 8 INFO neutron.api.v2.resource [None req-02427b22-4bc5-4133-b956-49d52c9b4087 338d5d9d73784042b7acefbad06366ea baead60db1f3461285e3e00d205e3180 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 629/1277] 10.0.0.73 () {34 vars in 788 bytes} [Tue May 26 02:45:06 2026] PUT /v2.0/routers/a13f9964-699a-4c35-ab44-98781dc38090/remove_router_interface => generated 197 bytes in 129 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 02:45:06.802 7 INFO neutron.db.segments_db [None req-df2b358c-ed53-429e-9493-3649c9fef81f 56041522981a48efa82b7701a415d193 b1844261b0ec4c36932ff3293ec48c7f - - default default] Added segment 13f501f9-4bc4-4437-8192-32e12081c13c of type vxlan for network f817d4f6-587e-4865-9131-4674aa8522b4 [pid: 8|app: 0|req: 630/1278] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:45:06 2026] GET /v2.0/ports?device_id=3368cc4d-9847-445f-9bdd-df74c166e9c8 => generated 975 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1279] 10.0.0.73 () {32 vars in 735 bytes} [Tue May 26 02:45:06 2026] GET /v2.0/ports?device_id=a13f9964-699a-4c35-ab44-98781dc38090 => 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: 632/1280] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:45:06 2026] GET /v2.0/security-groups?id=58220e47-ba24-4fc2-b2b2-57a8cc99fb7a&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1281] 10.0.0.73 () {34 vars in 669 bytes} [Tue May 26 02:45:06 2026] POST /v2.0/networks => generated 1206 bytes in 525 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1282] 10.0.0.73 () {32 vars in 648 bytes} [Tue May 26 02:45:06 2026] GET /v2.0/networks => generated 1843 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 02:45:07.107 8 INFO neutron_taas.services.taas.taas_plugin [None req-4cf4b107-4447-4a90-85d2-71340501f1ff 338d5d9d73784042b7acefbad06366ea baead60db1f3461285e3e00d205e3180 - - default default] TaaS: Handle Delete Port: 646fff48-fa7e-4599-80ad-93a33313a1bd 2026-05-26 02:45:07.111 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4cf4b107-4447-4a90-85d2-71340501f1ff 338d5d9d73784042b7acefbad06366ea baead60db1f3461285e3e00d205e3180 - - default default] Tap Mirror: Handle Delete Port: 646fff48-fa7e-4599-80ad-93a33313a1bd 2026-05-26 02:45:07.185 7 INFO neutron.services.segments.plugin [-] Segment 5071efdc-eb0d-477f-b650-c4ec9eea7b3b resource provider aggregate not found 2026-05-26 02:45:07.192 7 INFO neutron.services.segments.plugin [-] Segment 5071efdc-eb0d-477f-b650-c4ec9eea7b3b resource provider aggregate not found 2026-05-26 02:45:07.200 7 INFO neutron.services.segments.plugin [-] Segment 5071efdc-eb0d-477f-b650-c4ec9eea7b3b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5071efdc-eb0d-477f-b650-c4ec9eea7b3b found for delete ", "request_id": "req-aff961ab-c8cd-4a9c-9fd1-469219be82a6"}]} [pid: 7|app: 0|req: 653/1285] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:45:07 2026] DELETE /v2.0/networks/55936c76-4f93-4fee-895e-d25448e34023 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:45:07.219 7 INFO neutron.services.segments.plugin [-] Segment 5071efdc-eb0d-477f-b650-c4ec9eea7b3b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5071efdc-eb0d-477f-b650-c4ec9eea7b3b found for delete ", "request_id": "req-ca6b23b5-ad4a-4ea9-b052-0a4083baf195"}]} [pid: 7|app: 0|req: 654/1286] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:45:07 2026] DELETE /v2.0/networks/f817d4f6-587e-4865-9131-4674aa8522b4 => 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: 655/1287] 10.0.0.73 () {32 vars in 648 bytes} [Tue May 26 02:45:07 2026] GET /v2.0/networks => generated 651 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:45:07.496 7 INFO neutron.db.segments_db [None req-98249494-1bcc-4bc0-a402-6e55ec981c97 56041522981a48efa82b7701a415d193 b1844261b0ec4c36932ff3293ec48c7f - - default default] Added segment 371a8cf3-e949-4b7f-9385-799321970bee of type vxlan for network f8afaa0c-4211-4acb-a467-8b08ce7a266f 2026-05-26 02:45:07.518 8 INFO neutron.services.segments.plugin [-] Segment 5d34a39d-1f35-419e-a4cc-8677342ad5db resource provider aggregate not found 2026-05-26 02:45:07.522 8 INFO neutron.services.segments.plugin [-] Segment 5d34a39d-1f35-419e-a4cc-8677342ad5db resource provider aggregate not found 2026-05-26 02:45:07.543 8 INFO neutron.services.segments.plugin [-] Segment 5d34a39d-1f35-419e-a4cc-8677342ad5db resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d34a39d-1f35-419e-a4cc-8677342ad5db found for delete ", "request_id": "req-eb42b823-e2b8-45ae-ad58-aa9831005013"}]} 2026-05-26 02:45:07.554 8 INFO neutron.db.l3_hamode_db [None req-4cf4b107-4447-4a90-85d2-71340501f1ff 338d5d9d73784042b7acefbad06366ea baead60db1f3461285e3e00d205e3180 - - default default] HA network b6b770bc-21a9-4db4-94e7-6c63e91a3906 was deleted as no HA routers are present in tenant baead60db1f3461285e3e00d205e3180. [pid: 8|app: 0|req: 633/1288] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:45:06 2026] DELETE /v2.0/routers/a13f9964-699a-4c35-ab44-98781dc38090 => generated 0 bytes in 651 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 02:45:07.565 8 INFO neutron.services.segments.plugin [-] Segment 5d34a39d-1f35-419e-a4cc-8677342ad5db resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d34a39d-1f35-419e-a4cc-8677342ad5db found for delete ", "request_id": "req-ee1f2e16-1364-4b00-9b82-a72839196490"}]} [pid: 7|app: 0|req: 656/1289] 10.0.0.73 () {34 vars in 669 bytes} [Tue May 26 02:45:07 2026] POST /v2.0/networks => generated 635 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 02:45:07.683 7 INFO neutron.db.segments_db [None req-95fa4bb2-994a-4b18-8055-00f5a54be4a9 56041522981a48efa82b7701a415d193 b1844261b0ec4c36932ff3293ec48c7f - - default default] Added segment ae45db2d-61e5-48fb-97aa-b09747a83afc of type vxlan for network ceb5e43b-cccb-40cf-bddb-e67cb4065008 [pid: 8|app: 0|req: 634/1290] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:45:07 2026] DELETE /v2.0/subnets/8978181a-327d-4be7-8700-9af297440b2c => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1291] 10.0.0.73 () {34 vars in 669 bytes} [Tue May 26 02:45:07 2026] POST /v2.0/networks => generated 635 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 02:45:07.914 8 INFO neutron_taas.services.taas.taas_plugin [None req-77092667-0787-49a7-90ca-a5266864dd62 338d5d9d73784042b7acefbad06366ea baead60db1f3461285e3e00d205e3180 - - default default] TaaS: Handle Delete Port: a6eae10f-e0b1-4b7d-898e-fb66d53c9c5e 2026-05-26 02:45:07.917 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-77092667-0787-49a7-90ca-a5266864dd62 338d5d9d73784042b7acefbad06366ea baead60db1f3461285e3e00d205e3180 - - default default] Tap Mirror: Handle Delete Port: a6eae10f-e0b1-4b7d-898e-fb66d53c9c5e [pid: 8|app: 0|req: 635/1292] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:45:07 2026] DELETE /v2.0/networks/0408b10c-8999-4a95-b678-81fde4122325 => generated 0 bytes in 312 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1293] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:45:08 2026] GET /v2.0/ports?device_id=3368cc4d-9847-445f-9bdd-df74c166e9c8 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:45:08.211 8 INFO neutron.db.segments_db [None req-317462c9-0562-4183-af6b-e65b88013f56 338d5d9d73784042b7acefbad06366ea baead60db1f3461285e3e00d205e3180 - - default default] Added segment d4894375-1098-4c16-b681-433ca76db645 of type vxlan for network eca5c5e6-b415-4d65-a29c-af8ccf4a282a [pid: 8|app: 0|req: 637/1294] 10.0.0.73 () {34 vars in 669 bytes} [Tue May 26 02:45:08 2026] POST /v2.0/networks => generated 614 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1295] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:45:08 2026] GET /v2.0/security-groups?id=58220e47-ba24-4fc2-b2b2-57a8cc99fb7a&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1296] 10.0.0.73 () {34 vars in 664 bytes} [Tue May 26 02:45:07 2026] POST /v2.0/ports => generated 1506 bytes in 716 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: 659/1297] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:45:08 2026] GET /v2.0/ports?device_id=3368cc4d-9847-445f-9bdd-df74c166e9c8 => generated 975 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1298] 10.0.0.73 () {34 vars in 668 bytes} [Tue May 26 02:45:08 2026] POST /v2.0/subnets => generated 646 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1299] 10.0.0.73 () {32 vars in 642 bytes} [Tue May 26 02:45:08 2026] GET /v2.0/ports => generated 1506 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 02:45:08.767 7 INFO neutron.db.segments_db [None req-4cfc1d74-f3a8-4812-98c0-5a85933498f9 338d5d9d73784042b7acefbad06366ea baead60db1f3461285e3e00d205e3180 - - default default] Added segment da4ab111-4413-4d7a-b95c-821ff9d2e226 of type vxlan for network e27777dd-323a-4259-a6c8-c6d511ffa75c 2026-05-26 02:45:09.015 8 INFO neutron.db.l3_db [None req-34a9bae0-5129-42a7-97b3-6545d3e96eb5 c30060e2377e423a859171dabb27d52b b28afe588caa4e369c39c803a235de0f - - default default] Floating IP 2f2126be-648b-403d-b222-ed972dadea08 associated. External IP: 10.96.250.201, port: f06b8fd2-2d90-4e74-a843-ca932f573b07. 2026-05-26 02:45:09.053 7 INFO neutron.db.l3_hamode_db [None req-4cfc1d74-f3a8-4812-98c0-5a85933498f9 338d5d9d73784042b7acefbad06366ea baead60db1f3461285e3e00d205e3180 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 02:45:09.221 7 INFO neutron.db.l3_hamode_db [None req-4cfc1d74-f3a8-4812-98c0-5a85933498f9 338d5d9d73784042b7acefbad06366ea baead60db1f3461285e3e00d205e3180 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 02:45:09.233 7 INFO neutron.services.segments.plugin [-] Segment 13f501f9-4bc4-4437-8192-32e12081c13c resource provider aggregate not found 2026-05-26 02:45:09.249 7 INFO neutron.services.segments.plugin [-] Segment 13f501f9-4bc4-4437-8192-32e12081c13c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13f501f9-4bc4-4437-8192-32e12081c13c found for delete ", "request_id": "req-850c6116-826d-48e7-8cd2-9409fc305dee"}]} 2026-05-26 02:45:09.250 7 INFO neutron.services.segments.plugin [-] Segment 13f501f9-4bc4-4437-8192-32e12081c13c resource provider aggregate not found 2026-05-26 02:45:09.281 7 INFO neutron.services.segments.plugin [-] Segment 13f501f9-4bc4-4437-8192-32e12081c13c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13f501f9-4bc4-4437-8192-32e12081c13c found for delete ", "request_id": "req-21532c2b-ba71-4123-b3b7-edbb32d2989d"}]} [pid: 8|app: 0|req: 640/1300] 10.0.0.73 () {34 vars in 748 bytes} [Tue May 26 02:45:08 2026] PUT /v2.0/floatingips/2f2126be-648b-403d-b222-ed972dadea08 => generated 856 bytes in 765 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:45:09.469 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4c37d410-2c7c-4b55-9bbd-6f71059abfd7'] response: {'name': 'network-changed', 'server_uuid': '3368cc4d-9847-445f-9bdd-df74c166e9c8', 'tag': 'f06b8fd2-2d90-4e74-a843-ca932f573b07', 'status': 'completed', 'code': 200} 2026-05-26 02:45:09.559 8 INFO neutron_taas.services.taas.taas_plugin [None req-b82800c6-f91d-4f66-a8bc-e7a2817a8017 56041522981a48efa82b7701a415d193 b1844261b0ec4c36932ff3293ec48c7f - - default default] TaaS: Handle Delete Port: 191f2d1f-5fee-4109-8928-9749435b132d 2026-05-26 02:45:09.562 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b82800c6-f91d-4f66-a8bc-e7a2817a8017 56041522981a48efa82b7701a415d193 b1844261b0ec4c36932ff3293ec48c7f - - default default] Tap Mirror: Handle Delete Port: 191f2d1f-5fee-4109-8928-9749435b132d 2026-05-26 02:45:09.577 8 INFO neutron.services.segments.plugin [-] Segment 10599309-4d89-4931-a85a-74ba157d707f resource provider aggregate not found 2026-05-26 02:45:09.606 8 INFO neutron.services.segments.plugin [-] Segment 10599309-4d89-4931-a85a-74ba157d707f resource provider aggregate not found 2026-05-26 02:45:09.611 8 INFO neutron.services.segments.plugin [-] Segment 10599309-4d89-4931-a85a-74ba157d707f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 10599309-4d89-4931-a85a-74ba157d707f found for delete ", "request_id": "req-c3c1fc38-6aee-4848-9b1c-8e0f6cc20459"}]} 2026-05-26 02:45:09.647 8 INFO neutron.services.segments.plugin [-] Segment 10599309-4d89-4931-a85a-74ba157d707f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 10599309-4d89-4931-a85a-74ba157d707f found for delete ", "request_id": "req-05288907-732b-4e16-a412-304229bb4e7b"}]} [pid: 8|app: 0|req: 641/1301] 10.0.0.73 () {32 vars in 719 bytes} [Tue May 26 02:45:09 2026] DELETE /v2.0/ports/191f2d1f-5fee-4109-8928-9749435b132d => generated 0 bytes in 310 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:45:09.897 8 INFO neutron_taas.services.taas.taas_plugin [None req-364595f4-a4bb-440a-a153-324a528731eb 56041522981a48efa82b7701a415d193 b1844261b0ec4c36932ff3293ec48c7f - - default default] TaaS: Handle Delete Port: 1e43a181-9453-493e-a5de-0e802aa3e633 2026-05-26 02:45:09.900 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-364595f4-a4bb-440a-a153-324a528731eb 56041522981a48efa82b7701a415d193 b1844261b0ec4c36932ff3293ec48c7f - - default default] Tap Mirror: Handle Delete Port: 1e43a181-9453-493e-a5de-0e802aa3e633 [pid: 7|app: 0|req: 661/1302] 10.0.0.73 () {34 vars in 668 bytes} [Tue May 26 02:45:08 2026] POST /v2.0/routers => generated 510 bytes in 1245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1303] 10.0.0.73 () {32 vars in 719 bytes} [Tue May 26 02:45:09 2026] DELETE /v2.0/ports/1e43a181-9453-493e-a5de-0e802aa3e633 => generated 0 bytes in 287 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1304] 199.204.45.222 () {34 vars in 1080 bytes} [Tue May 26 02:45:10 2026] GET /v2.0/ports?tenant_id=b28afe588caa4e369c39c803a235de0f&device_id=3368cc4d-9847-445f-9bdd-df74c166e9c8 => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1305] 10.0.0.73 () {32 vars in 642 bytes} [Tue May 26 02:45:10 2026] GET /v2.0/ports => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1306] 199.204.45.222 () {34 vars in 986 bytes} [Tue May 26 02:45:10 2026] GET /v2.0/networks?id=311baf8f-1983-41e7-99b1-d9102088c9dd => generated 771 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:45:10.236 8 INFO neutron.db.segments_db [None req-48db05d7-fb65-4a61-a756-8dee61340377 56041522981a48efa82b7701a415d193 b1844261b0ec4c36932ff3293ec48c7f - - default default] Added segment 779a01ae-f146-4a72-bf96-375f3a05e40d of type vxlan for network 164b68d2-ef8b-4b07-9459-93b51f4dbca5 [pid: 8|app: 0|req: 646/1307] 10.0.0.73 () {34 vars in 669 bytes} [Tue May 26 02:45:10 2026] POST /v2.0/networks => generated 635 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1308] 199.204.45.222 () {34 vars in 1060 bytes} [Tue May 26 02:45:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=f06b8fd2-2d90-4e74-a843-ca932f573b07 => generated 859 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:45:10.452 8 INFO neutron.db.segments_db [None req-188f814b-0106-4e0e-98d5-0341af5fb4c1 56041522981a48efa82b7701a415d193 b1844261b0ec4c36932ff3293ec48c7f - - default default] Added segment b4c08d78-d260-4cfa-8eaa-4020304aa0fb of type vxlan for network 933616cd-c52e-4a5e-94a3-c7a74a1b8c86 [pid: 8|app: 0|req: 648/1309] 10.0.0.73 () {34 vars in 669 bytes} [Tue May 26 02:45:10 2026] POST /v2.0/networks => generated 634 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1310] 199.204.45.222 () {34 vars in 984 bytes} [Tue May 26 02:45:10 2026] GET /v2.0/subnets?id=1891ae89-93ec-4ef5-8737-6637d4490280 => generated 693 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1311] 199.204.45.222 () {34 vars in 1052 bytes} [Tue May 26 02:45:10 2026] GET /v2.0/ports?network_id=311baf8f-1983-41e7-99b1-d9102088c9dd&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1312] 199.204.45.222 () {34 vars in 1012 bytes} [Tue May 26 02:45:10 2026] GET /v2.0/networks/311baf8f-1983-41e7-99b1-d9102088c9dd?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: 652/1313] 199.204.45.222 () {34 vars in 1112 bytes} [Tue May 26 02:45:10 2026] GET /v2.0/networks/311baf8f-1983-41e7-99b1-d9102088c9dd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1314] 10.0.0.193 () {32 vars in 801 bytes} [Tue May 26 02:45:10 2026] GET /v2.0/extensions => generated 21537 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1315] 10.0.0.73 () {34 vars in 782 bytes} [Tue May 26 02:45:09 2026] PUT /v2.0/routers/dea8ecc3-717e-403f-a46f-33ee07374e16/add_router_interface => generated 309 bytes in 1309 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1316] 10.0.0.193 () {30 vars in 724 bytes} [Tue May 26 02:45:11 2026] GET /v2.0/quotas/2921ee149637450db6f2a886c09bbe91/details => generated 847 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1317] 10.0.0.73 () {32 vars in 716 bytes} [Tue May 26 02:45:11 2026] GET /v2.0/ports/d30ea97e-19b9-465d-85e9-349b349a8150 => generated 959 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1318] 10.0.0.73 () {34 vars in 668 bytes} [Tue May 26 02:45:11 2026] POST /v2.0/subnets => generated 1324 bytes in 421 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1319] 10.0.0.73 () {32 vars in 646 bytes} [Tue May 26 02:45:11 2026] GET /v2.0/subnets => generated 1960 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1320] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:45:11 2026] DELETE /v2.0/subnets/213c3cc2-dec1-4cfb-ab95-4113b63a2ac2 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:45:11.819 7 INFO neutron_taas.services.taas.taas_plugin [None req-5fd20ca5-949f-4268-8a11-69ff9c4fbacd 338d5d9d73784042b7acefbad06366ea baead60db1f3461285e3e00d205e3180 - - default default] TaaS: Handle Delete Port: d30ea97e-19b9-465d-85e9-349b349a8150 2026-05-26 02:45:11.823 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5fd20ca5-949f-4268-8a11-69ff9c4fbacd 338d5d9d73784042b7acefbad06366ea baead60db1f3461285e3e00d205e3180 - - default default] Tap Mirror: Handle Delete Port: d30ea97e-19b9-465d-85e9-349b349a8150 [pid: 8|app: 0|req: 657/1321] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:45:11 2026] DELETE /v2.0/subnets/7bf5a1cd-f696-446e-afc3-923e38f06091 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1322] 10.0.0.73 () {32 vars in 646 bytes} [Tue May 26 02:45:11 2026] GET /v2.0/subnets => generated 649 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:45:12.083 8 INFO neutron.services.segments.plugin [-] Segment b4c08d78-d260-4cfa-8eaa-4020304aa0fb resource provider aggregate not found 2026-05-26 02:45:12.091 8 INFO neutron.services.segments.plugin [-] Segment b4c08d78-d260-4cfa-8eaa-4020304aa0fb resource provider aggregate not found 2026-05-26 02:45:12.106 8 INFO neutron.services.segments.plugin [-] Segment b4c08d78-d260-4cfa-8eaa-4020304aa0fb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4c08d78-d260-4cfa-8eaa-4020304aa0fb found for delete ", "request_id": "req-15e80cc6-2304-4ce6-ac6b-c4b64e48351a"}]} 2026-05-26 02:45:12.112 8 INFO neutron.services.segments.plugin [-] Segment b4c08d78-d260-4cfa-8eaa-4020304aa0fb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4c08d78-d260-4cfa-8eaa-4020304aa0fb found for delete ", "request_id": "req-af5847ee-213e-4246-b063-3b585d47f3f9"}]} [pid: 8|app: 0|req: 659/1323] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:45:11 2026] DELETE /v2.0/networks/933616cd-c52e-4a5e-94a3-c7a74a1b8c86 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1324] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:45:12 2026] DELETE /v2.0/networks/164b68d2-ef8b-4b07-9459-93b51f4dbca5 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1325] 10.0.0.73 () {34 vars in 788 bytes} [Tue May 26 02:45:11 2026] PUT /v2.0/routers/dea8ecc3-717e-403f-a46f-33ee07374e16/remove_router_interface => generated 309 bytes in 871 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1326] 10.0.0.73 () {32 vars in 735 bytes} [Tue May 26 02:45:12 2026] GET /v2.0/ports?device_id=dea8ecc3-717e-403f-a46f-33ee07374e16 => 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: 661/1327] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:45:12 2026] DELETE /v2.0/networks/ceb5e43b-cccb-40cf-bddb-e67cb4065008 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:45:12.523 7 INFO neutron_taas.services.taas.taas_plugin [None req-ad992b02-89b0-4e3d-8b31-d5f8b147857d 338d5d9d73784042b7acefbad06366ea baead60db1f3461285e3e00d205e3180 - - default default] TaaS: Handle Delete Port: 8a96f6de-48f6-4ed1-b920-75ebb3c93761 2026-05-26 02:45:12.526 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ad992b02-89b0-4e3d-8b31-d5f8b147857d 338d5d9d73784042b7acefbad06366ea baead60db1f3461285e3e00d205e3180 - - default default] Tap Mirror: Handle Delete Port: 8a96f6de-48f6-4ed1-b920-75ebb3c93761 [pid: 8|app: 0|req: 662/1328] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:45:12 2026] DELETE /v2.0/networks/f8afaa0c-4211-4acb-a467-8b08ce7a266f => generated 0 bytes in 103 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:45:12.914 7 INFO neutron.services.segments.plugin [-] Segment da4ab111-4413-4d7a-b95c-821ff9d2e226 resource provider aggregate not found 2026-05-26 02:45:12.927 7 INFO neutron.services.segments.plugin [-] Segment da4ab111-4413-4d7a-b95c-821ff9d2e226 resource provider aggregate not found 2026-05-26 02:45:12.933 7 INFO neutron.services.segments.plugin [-] Segment da4ab111-4413-4d7a-b95c-821ff9d2e226 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da4ab111-4413-4d7a-b95c-821ff9d2e226 found for delete ", "request_id": "req-d8b0fa77-f9ee-40dc-a852-2740aa807d5a"}]} 2026-05-26 02:45:12.944 7 INFO neutron.db.l3_hamode_db [None req-ad992b02-89b0-4e3d-8b31-d5f8b147857d 338d5d9d73784042b7acefbad06366ea baead60db1f3461285e3e00d205e3180 - - default default] HA network e27777dd-323a-4259-a6c8-c6d511ffa75c was deleted as no HA routers are present in tenant baead60db1f3461285e3e00d205e3180. [pid: 7|app: 0|req: 667/1329] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:45:12 2026] DELETE /v2.0/routers/dea8ecc3-717e-403f-a46f-33ee07374e16 => generated 0 bytes in 625 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 02:45:12.953 7 INFO neutron.services.segments.plugin [-] Segment da4ab111-4413-4d7a-b95c-821ff9d2e226 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da4ab111-4413-4d7a-b95c-821ff9d2e226 found for delete ", "request_id": "req-0fa250de-b328-4fc2-8b06-65a45acbe35e"}]} [pid: 8|app: 0|req: 663/1330] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:45:12 2026] DELETE /v2.0/subnets/5319a368-6d5c-4fad-a76d-0ad92af8f4de => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:45:13.257 8 INFO neutron_taas.services.taas.taas_plugin [None req-2227bd3d-20ce-498c-ab40-4c457d077e72 338d5d9d73784042b7acefbad06366ea baead60db1f3461285e3e00d205e3180 - - default default] TaaS: Handle Delete Port: 4bf37043-5cb0-429f-b806-0d801e3123e5 2026-05-26 02:45:13.261 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2227bd3d-20ce-498c-ab40-4c457d077e72 338d5d9d73784042b7acefbad06366ea baead60db1f3461285e3e00d205e3180 - - default default] Tap Mirror: Handle Delete Port: 4bf37043-5cb0-429f-b806-0d801e3123e5 [pid: 7|app: 0|req: 668/1331] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:45:13 2026] GET /v2.0/security-groups?tenant_id=b1844261b0ec4c36932ff3293ec48c7f&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: 669/1332] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:45:13 2026] DELETE /v2.0/security-groups/08cda856-1b6b-48ef-ba5d-af5830de8d58 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1333] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:45:13 2026] DELETE /v2.0/networks/eca5c5e6-b415-4d65-a29c-af8ccf4a282a => generated 0 bytes in 353 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:45:13.595 7 INFO neutron.db.segments_db [None req-1176f038-c469-4eb6-8e3a-de2c5f65f1fc 338d5d9d73784042b7acefbad06366ea baead60db1f3461285e3e00d205e3180 - - default default] Added segment 100dc48b-9e65-4f8a-a628-9f981e9b32d6 of type vxlan for network 92d45289-00a2-416b-ace4-5faab3cde9db 2026-05-26 02:45:13.893 7 INFO neutron.db.l3_hamode_db [None req-1176f038-c469-4eb6-8e3a-de2c5f65f1fc 338d5d9d73784042b7acefbad06366ea baead60db1f3461285e3e00d205e3180 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 02:45:14.127 8 INFO neutron.services.segments.plugin [-] Segment 779a01ae-f146-4a72-bf96-375f3a05e40d resource provider aggregate not found 2026-05-26 02:45:14.132 8 INFO neutron.services.segments.plugin [-] Segment 779a01ae-f146-4a72-bf96-375f3a05e40d resource provider aggregate not found 2026-05-26 02:45:14.151 8 INFO neutron.services.segments.plugin [-] Segment 779a01ae-f146-4a72-bf96-375f3a05e40d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 779a01ae-f146-4a72-bf96-375f3a05e40d found for delete ", "request_id": "req-7f241090-0a19-406a-811e-4692513304f0"}]} 2026-05-26 02:45:14.156 8 INFO neutron.services.segments.plugin [-] Segment 779a01ae-f146-4a72-bf96-375f3a05e40d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 779a01ae-f146-4a72-bf96-375f3a05e40d found for delete ", "request_id": "req-ff0a5b8c-708b-4c39-9163-baf791d3aff4"}]} 2026-05-26 02:45:14.183 8 INFO neutron.services.segments.plugin [-] Segment ae45db2d-61e5-48fb-97aa-b09747a83afc resource provider aggregate not found 2026-05-26 02:45:14.187 8 INFO neutron.services.segments.plugin [-] Segment ae45db2d-61e5-48fb-97aa-b09747a83afc resource provider aggregate not found 2026-05-26 02:45:14.199 8 INFO neutron.services.segments.plugin [-] Segment ae45db2d-61e5-48fb-97aa-b09747a83afc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae45db2d-61e5-48fb-97aa-b09747a83afc found for delete ", "request_id": "req-b1b99398-1f09-42ea-bf52-faab103fb724"}]} 2026-05-26 02:45:14.205 8 INFO neutron.services.segments.plugin [-] Segment ae45db2d-61e5-48fb-97aa-b09747a83afc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae45db2d-61e5-48fb-97aa-b09747a83afc found for delete ", "request_id": "req-93a28907-301c-4682-a8a2-e95a879eb301"}]} 2026-05-26 02:45:14.226 8 INFO neutron.services.segments.plugin [-] Segment 371a8cf3-e949-4b7f-9385-799321970bee resource provider aggregate not found 2026-05-26 02:45:14.241 8 INFO neutron.services.segments.plugin [-] Segment 371a8cf3-e949-4b7f-9385-799321970bee resource provider aggregate not found 2026-05-26 02:45:14.244 8 INFO neutron.services.segments.plugin [-] Segment 371a8cf3-e949-4b7f-9385-799321970bee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 371a8cf3-e949-4b7f-9385-799321970bee found for delete ", "request_id": "req-270a8437-3f16-425d-ac1a-30d5e043ec73"}]} 2026-05-26 02:45:14.260 8 INFO neutron.services.segments.plugin [-] Segment 371a8cf3-e949-4b7f-9385-799321970bee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 371a8cf3-e949-4b7f-9385-799321970bee found for delete ", "request_id": "req-aecdfac1-aa8c-405e-ac02-4640d6a4cf30"}]} 2026-05-26 02:45:14.264 8 INFO neutron.services.segments.plugin [-] Segment d4894375-1098-4c16-b681-433ca76db645 resource provider aggregate not found 2026-05-26 02:45:14.281 8 INFO neutron.services.segments.plugin [-] Segment d4894375-1098-4c16-b681-433ca76db645 resource provider aggregate not found 2026-05-26 02:45:14.287 8 INFO neutron.services.segments.plugin [-] Segment d4894375-1098-4c16-b681-433ca76db645 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d4894375-1098-4c16-b681-433ca76db645 found for delete ", "request_id": "req-db52a707-a419-4bfe-bb51-3f5bdf876058"}]} 2026-05-26 02:45:14.297 8 INFO neutron.services.segments.plugin [-] Segment d4894375-1098-4c16-b681-433ca76db645 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d4894375-1098-4c16-b681-433ca76db645 found for delete ", "request_id": "req-6fb43018-28e6-42dc-b77d-be4787e0aad2"}]} [pid: 8|app: 0|req: 665/1334] 10.0.0.193 () {32 vars in 801 bytes} [Tue May 26 02:45:14 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) 2026-05-26 02:45:14.759 7 INFO neutron.db.l3_hamode_db [None req-1176f038-c469-4eb6-8e3a-de2c5f65f1fc 338d5d9d73784042b7acefbad06366ea baead60db1f3461285e3e00d205e3180 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 666/1335] 10.0.0.193 () {30 vars in 724 bytes} [Tue May 26 02:45:14 2026] GET /v2.0/quotas/2921ee149637450db6f2a886c09bbe91/details => generated 847 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:45:15.680 8 INFO neutron.db.segments_db [None req-30d54270-a41a-482d-a3d0-20798e46a2c8 923b601918d54dc1a04a9bc336b6ded7 c69f8d315a3945e5b698dcbad79a1fdf - - default default] Added segment 52c11d63-9c31-43a1-8145-38ae5231b07e of type vxlan for network ade8bf47-b3b5-4a4b-b2a0-c5150ceb0d34 [pid: 7|app: 0|req: 670/1336] 10.0.0.73 () {34 vars in 668 bytes} [Tue May 26 02:45:13 2026] POST /v2.0/routers => generated 690 bytes in 2241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1337] 10.0.0.73 () {34 vars in 669 bytes} [Tue May 26 02:45:15 2026] POST /v2.0/networks => generated 624 bytes in 457 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1338] 10.0.0.73 () {32 vars in 720 bytes} [Tue May 26 02:45:15 2026] GET /v2.0/routers/d941a301-d6f5-4c80-a7fa-0b9f8cbf23eb => generated 696 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1339] 10.0.0.73 () {32 vars in 646 bytes} [Tue May 26 02:45:15 2026] GET /v2.0/routers => generated 699 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1340] 10.0.0.73 () {34 vars in 668 bytes} [Tue May 26 02:45:15 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) 2026-05-26 02:45:16.246 7 INFO neutron.db.segments_db [None req-6e06da50-3977-4682-9ae3-7a2ff3c3fa89 923b601918d54dc1a04a9bc336b6ded7 c69f8d315a3945e5b698dcbad79a1fdf - - default default] Added segment a7468734-8bba-4627-a822-016e668f4c74 of type vxlan for network 4463e1f1-235a-482a-9c0c-763ba95cac90 [pid: 8|app: 0|req: 669/1341] 10.0.0.73 () {34 vars in 740 bytes} [Tue May 26 02:45:15 2026] PUT /v2.0/routers/d941a301-d6f5-4c80-a7fa-0b9f8cbf23eb => generated 703 bytes in 425 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1342] 10.0.0.73 () {34 vars in 669 bytes} [Tue May 26 02:45:16 2026] POST /v2.0/networks => generated 624 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1343] 10.0.0.73 () {32 vars in 720 bytes} [Tue May 26 02:45:16 2026] GET /v2.0/routers/d941a301-d6f5-4c80-a7fa-0b9f8cbf23eb => generated 703 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1344] 10.0.0.73 () {32 vars in 735 bytes} [Tue May 26 02:45:16 2026] GET /v2.0/ports?device_id=d941a301-d6f5-4c80-a7fa-0b9f8cbf23eb => 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: 674/1345] 10.0.0.73 () {34 vars in 742 bytes} [Tue May 26 02:45:16 2026] PUT /v2.0/networks/4463e1f1-235a-482a-9c0c-763ba95cac90 => generated 592 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:45:16.652 8 INFO neutron_taas.services.taas.taas_plugin [None req-49197e43-d694-4cba-b23a-51d7c4dc4851 338d5d9d73784042b7acefbad06366ea baead60db1f3461285e3e00d205e3180 - - default default] TaaS: Handle Delete Port: c2e9fb6f-aee6-4506-a07b-c7ab40c43822 2026-05-26 02:45:16.655 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-49197e43-d694-4cba-b23a-51d7c4dc4851 338d5d9d73784042b7acefbad06366ea baead60db1f3461285e3e00d205e3180 - - default default] Tap Mirror: Handle Delete Port: c2e9fb6f-aee6-4506-a07b-c7ab40c43822 2026-05-26 02:45:16.918 8 INFO neutron_taas.services.taas.taas_plugin [None req-49197e43-d694-4cba-b23a-51d7c4dc4851 338d5d9d73784042b7acefbad06366ea baead60db1f3461285e3e00d205e3180 - - default default] TaaS: Handle Delete Port: 8742da23-74a6-489e-b3b4-14d8eb22d809 2026-05-26 02:45:16.921 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-49197e43-d694-4cba-b23a-51d7c4dc4851 338d5d9d73784042b7acefbad06366ea baead60db1f3461285e3e00d205e3180 - - default default] Tap Mirror: Handle Delete Port: 8742da23-74a6-489e-b3b4-14d8eb22d809 [pid: 7|app: 0|req: 675/1346] 10.0.0.73 () {34 vars in 668 bytes} [Tue May 26 02:45:16 2026] POST /v2.0/subnets => generated 626 bytes in 756 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 02:45:17.301 8 INFO neutron.services.segments.plugin [-] Segment 100dc48b-9e65-4f8a-a628-9f981e9b32d6 resource provider aggregate not found 2026-05-26 02:45:17.307 8 INFO neutron.services.segments.plugin [-] Segment 100dc48b-9e65-4f8a-a628-9f981e9b32d6 resource provider aggregate not found 2026-05-26 02:45:17.322 8 INFO neutron.db.l3_hamode_db [None req-49197e43-d694-4cba-b23a-51d7c4dc4851 338d5d9d73784042b7acefbad06366ea baead60db1f3461285e3e00d205e3180 - - default default] HA network 92d45289-00a2-416b-ace4-5faab3cde9db was deleted as no HA routers are present in tenant baead60db1f3461285e3e00d205e3180. 2026-05-26 02:45:17.323 8 INFO neutron.services.segments.plugin [-] Segment 100dc48b-9e65-4f8a-a628-9f981e9b32d6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 100dc48b-9e65-4f8a-a628-9f981e9b32d6 found for delete ", "request_id": "req-c182714b-3280-4752-8d41-3581d598c7e1"}]} 2026-05-26 02:45:17.327 8 INFO neutron.services.segments.plugin [-] Segment 100dc48b-9e65-4f8a-a628-9f981e9b32d6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 100dc48b-9e65-4f8a-a628-9f981e9b32d6 found for delete ", "request_id": "req-fa4e2ed3-c651-412a-99f5-74d3e80184c0"}]} [pid: 8|app: 0|req: 672/1347] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:45:16 2026] DELETE /v2.0/routers/d941a301-d6f5-4c80-a7fa-0b9f8cbf23eb => generated 0 bytes in 889 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1348] 10.0.0.73 () {32 vars in 735 bytes} [Tue May 26 02:45:17 2026] GET /v2.0/ports?device_id=d941a301-d6f5-4c80-a7fa-0b9f8cbf23eb => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 02:45:17.374 8 INFO neutron.api.v2.resource [None req-d9c8395a-e557-499f-9722-114ce9d72c79 338d5d9d73784042b7acefbad06366ea baead60db1f3461285e3e00d205e3180 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 674/1349] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:45:17 2026] DELETE /v2.0/routers/d941a301-d6f5-4c80-a7fa-0b9f8cbf23eb => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1350] 10.0.0.73 () {32 vars in 735 bytes} [Tue May 26 02:45:17 2026] GET /v2.0/ports?device_id=dea8ecc3-717e-403f-a46f-33ee07374e16 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 02:45:17.413 8 INFO neutron.api.v2.resource [None req-b0a68df5-28f1-4e85-9bff-cf328efe5c8f 338d5d9d73784042b7acefbad06366ea baead60db1f3461285e3e00d205e3180 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 676/1351] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:45:17 2026] DELETE /v2.0/routers/dea8ecc3-717e-403f-a46f-33ee07374e16 => 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: 676/1352] 10.0.0.73 () {34 vars in 740 bytes} [Tue May 26 02:45:17 2026] PUT /v2.0/subnets/6cf8784d-04a1-4e3a-be7b-01475f7ab285 => generated 636 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:45:17.432 8 INFO neutron.pecan_wsgi.hooks.translation [None req-11514681-1ea8-4978-acc9-0c8b71dc84c9 338d5d9d73784042b7acefbad06366ea baead60db1f3461285e3e00d205e3180 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 677/1353] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:45:17 2026] DELETE /v2.0/subnets/5319a368-6d5c-4fad-a76d-0ad92af8f4de => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1354] 10.0.0.73 () {32 vars in 735 bytes} [Tue May 26 02:45:17 2026] GET /v2.0/ports?device_id=a13f9964-699a-4c35-ab44-98781dc38090 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 02:45:17.479 8 INFO neutron.api.v2.resource [None req-083c46e8-7435-4600-9dab-cb3ec44746e7 338d5d9d73784042b7acefbad06366ea baead60db1f3461285e3e00d205e3180 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 679/1355] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:45:17 2026] DELETE /v2.0/routers/a13f9964-699a-4c35-ab44-98781dc38090 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 02:45:17.494 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4ada6498-d7ba-4730-bdb6-9d774ae8674c 338d5d9d73784042b7acefbad06366ea baead60db1f3461285e3e00d205e3180 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 680/1356] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:45:17 2026] DELETE /v2.0/subnets/8978181a-327d-4be7-8700-9af297440b2c => 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: 681/1357] 10.0.0.73 () {32 vars in 735 bytes} [Tue May 26 02:45:17 2026] GET /v2.0/ports?device_id=c0cd1b9d-e747-4beb-b42c-5c424a242c42 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 02:45:17.540 8 INFO neutron.api.v2.resource [None req-db379b7c-1c30-4051-9de6-709801985ed8 338d5d9d73784042b7acefbad06366ea baead60db1f3461285e3e00d205e3180 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 682/1358] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:45:17 2026] DELETE /v2.0/routers/c0cd1b9d-e747-4beb-b42c-5c424a242c42 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 02:45:17.554 8 INFO neutron.pecan_wsgi.hooks.translation [None req-00394007-438a-4df3-b015-2674472701b5 338d5d9d73784042b7acefbad06366ea baead60db1f3461285e3e00d205e3180 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 683/1359] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:45:17 2026] DELETE /v2.0/subnets/8f1bc34b-d4e6-43e4-a71c-71688d0dc17f => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 02:45:17.570 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e877db86-3e2f-4ae3-aa1a-c9a9238cb2bd 338d5d9d73784042b7acefbad06366ea baead60db1f3461285e3e00d205e3180 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 684/1360] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:45:17 2026] DELETE /v2.0/subnets/8ab1018f-3079-4edc-a321-b570db5fb642 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 02:45:17.629 7 INFO neutron.services.segments.plugin [-] Segment a7468734-8bba-4627-a822-016e668f4c74 resource provider aggregate not found 2026-05-26 02:45:17.638 7 INFO neutron.services.segments.plugin [-] Segment a7468734-8bba-4627-a822-016e668f4c74 resource provider aggregate not found 2026-05-26 02:45:17.658 7 INFO neutron.services.segments.plugin [-] Segment a7468734-8bba-4627-a822-016e668f4c74 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a7468734-8bba-4627-a822-016e668f4c74 found for delete ", "request_id": "req-c364ba9a-0ac0-4856-8742-6cf2ebc300a3"}]} 2026-05-26 02:45:17.659 7 INFO neutron.services.segments.plugin [-] Segment a7468734-8bba-4627-a822-016e668f4c74 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a7468734-8bba-4627-a822-016e668f4c74 found for delete ", "request_id": "req-9bef3809-88bb-46c1-9301-5309432d74a1"}]} [pid: 7|app: 0|req: 677/1361] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:45:17 2026] DELETE /v2.0/networks/4463e1f1-235a-482a-9c0c-763ba95cac90 => generated 0 bytes in 242 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:45:17.697 8 INFO neutron.pecan_wsgi.hooks.translation [None req-da7f3ed5-443e-4d16-910d-7e7c21ce749d 923b601918d54dc1a04a9bc336b6ded7 c69f8d315a3945e5b698dcbad79a1fdf - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 685/1362] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:45:17 2026] DELETE /v2.0/networks/4463e1f1-235a-482a-9c0c-763ba95cac90 => 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: 678/1363] 10.0.0.73 () {32 vars in 693 bytes} [Tue May 26 02:45:17 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1364] 10.0.0.73 () {32 vars in 741 bytes} [Tue May 26 02:45:17 2026] GET /v2.0/subnets?network_id=8839bb7c-f994-4227-b4d6-428390fc5fe7 => generated 649 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1365] 10.0.0.73 () {32 vars in 652 bytes} [Tue May 26 02:45:17 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1366] 10.0.0.73 () {32 vars in 648 bytes} [Tue May 26 02:45:17 2026] GET /v2.0/networks => generated 1308 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1367] 10.0.0.73 () {32 vars in 646 bytes} [Tue May 26 02:45:17 2026] GET /v2.0/subnets => generated 1280 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1368] 10.0.0.73 () {32 vars in 722 bytes} [Tue May 26 02:45:17 2026] GET /v2.0/networks/ade8bf47-b3b5-4a4b-b2a0-c5150ceb0d34 => generated 668 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1369] 10.0.0.73 () {32 vars in 720 bytes} [Tue May 26 02:45:17 2026] GET /v2.0/subnets/4413daed-0cb0-4371-91ad-5752bc550cfe => generated 641 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:45:18.030 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0208697f-5bb6-49ce-b3ec-67700448dfa6 923b601918d54dc1a04a9bc336b6ded7 c69f8d315a3945e5b698dcbad79a1fdf - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 689/1370] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:45:18 2026] DELETE /v2.0/subnets/6cf8784d-04a1-4e3a-be7b-01475f7ab285 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 02:45:18.052 7 INFO neutron.pecan_wsgi.hooks.translation [None req-84c35c3f-0975-4bf4-bc15-0f0fc013dbf5 923b601918d54dc1a04a9bc336b6ded7 c69f8d315a3945e5b698dcbad79a1fdf - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 682/1371] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:45:18 2026] DELETE /v2.0/networks/4463e1f1-235a-482a-9c0c-763ba95cac90 => 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: 690/1372] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:45:18 2026] DELETE /v2.0/subnets/4413daed-0cb0-4371-91ad-5752bc550cfe => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1373] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:45:18 2026] GET /v2.0/security-groups?tenant_id=baead60db1f3461285e3e00d205e3180&name=default => generated 2925 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1374] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:45:18 2026] GET /v2.0/security-groups?tenant_id=2921ee149637450db6f2a886c09bbe91&name=default => generated 2925 bytes in 349 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1375] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:45:18 2026] DELETE /v2.0/networks/ade8bf47-b3b5-4a4b-b2a0-c5150ceb0d34 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1376] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:45:18 2026] DELETE /v2.0/security-groups/b8770a81-257a-4755-8eb8-4cbb458bb61d => 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: 693/1377] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:45:18 2026] DELETE /v2.0/security-groups/7a7c0f48-41c2-4e4f-8369-feaca7fbda2f => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1378] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:45:19 2026] GET /v2.0/security-groups?tenant_id=c69f8d315a3945e5b698dcbad79a1fdf&name=default => generated 2925 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1379] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:45:19 2026] DELETE /v2.0/security-groups/59d17b8d-fffd-4406-9ffe-3ce905a53ffd => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 02:45:19.351 8 INFO neutron.services.segments.plugin [-] Segment 52c11d63-9c31-43a1-8145-38ae5231b07e resource provider aggregate not found 2026-05-26 02:45:19.357 8 INFO neutron.services.segments.plugin [-] Segment 52c11d63-9c31-43a1-8145-38ae5231b07e resource provider aggregate not found 2026-05-26 02:45:19.380 8 INFO neutron.services.segments.plugin [-] Segment 52c11d63-9c31-43a1-8145-38ae5231b07e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52c11d63-9c31-43a1-8145-38ae5231b07e found for delete ", "request_id": "req-be770a2c-c300-4fca-a7b4-a829d8ff7493"}]} 2026-05-26 02:45:19.408 8 INFO neutron.services.segments.plugin [-] Segment 52c11d63-9c31-43a1-8145-38ae5231b07e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52c11d63-9c31-43a1-8145-38ae5231b07e found for delete ", "request_id": "req-d2cca7b7-9c71-435a-9635-de6cc992a130"}]} 2026-05-26 02:45:20.705 7 INFO neutron.db.segments_db [None req-5b6964ad-6f8d-4974-846f-9725e902e68e 6df4f5a2b87d472e9713c5c0ab446480 3e7e3f89a4dd4f838b8517585467242c - - default default] Added segment 605deb27-106c-4226-aa2e-19684f3c5e24 of type vxlan for network 26b83532-6262-483f-ae28-2285dc9a07bc [pid: 7|app: 0|req: 686/1380] 10.0.0.73 () {34 vars in 669 bytes} [Tue May 26 02:45:20 2026] POST /v2.0/networks => generated 611 bytes in 472 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 02:45:20.900 8 INFO neutron.db.segments_db [None req-7ec2392b-b0e1-41cd-abf7-b3ea80999526 6df4f5a2b87d472e9713c5c0ab446480 3e7e3f89a4dd4f838b8517585467242c - - default default] Added segment f111197a-3e42-4852-9f63-1c780fa94e59 of type vxlan for network 52597b70-b5cf-499d-9224-4b32972fde98 [pid: 8|app: 0|req: 695/1381] 10.0.0.73 () {34 vars in 669 bytes} [Tue May 26 02:45:20 2026] POST /v2.0/networks => generated 610 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1382] 10.0.0.73 () {34 vars in 668 bytes} [Tue May 26 02:45:21 2026] POST /v2.0/subnets => generated 626 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1383] 10.0.0.73 () {34 vars in 668 bytes} [Tue May 26 02:45:21 2026] POST /v2.0/subnets => generated 626 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 02:45:21.652 7 INFO neutron.db.segments_db [None req-cfca6989-0e17-44b5-bfcb-94c2bbdcab47 6df4f5a2b87d472e9713c5c0ab446480 3e7e3f89a4dd4f838b8517585467242c - - default default] Added segment 9cd26911-1c0c-483e-b741-cd9805e43b24 of type vxlan for network 2a5274a6-01a4-49e8-b63d-cf57a7da17d3 [pid: 8|app: 0|req: 696/1384] 10.0.0.73 () {34 vars in 683 bytes} [Tue May 26 02:45:21 2026] POST /v2.0/security-groups => generated 1624 bytes in 537 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1385] 10.0.0.73 () {32 vars in 662 bytes} [Tue May 26 02:45:21 2026] GET /v2.0/security-groups => generated 4529 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1386] 10.0.0.73 () {34 vars in 757 bytes} [Tue May 26 02:45:21 2026] PUT /v2.0/security-groups/7f2fcc03-79b7-47e0-84d4-de0c79ddb050 => generated 1662 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1387] 10.0.0.73 () {32 vars in 736 bytes} [Tue May 26 02:45:21 2026] GET /v2.0/security-groups/7f2fcc03-79b7-47e0-84d4-de0c79ddb050 => generated 1662 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 02:45:21.934 7 INFO neutron.db.l3_hamode_db [None req-cfca6989-0e17-44b5-bfcb-94c2bbdcab47 6df4f5a2b87d472e9713c5c0ab446480 3e7e3f89a4dd4f838b8517585467242c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 700/1388] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:45:21 2026] DELETE /v2.0/security-groups/7f2fcc03-79b7-47e0-84d4-de0c79ddb050 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1389] 10.0.0.73 () {32 vars in 662 bytes} [Tue May 26 02:45:21 2026] GET /v2.0/security-groups => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 02:45:22.013 8 INFO neutron.api.v2.resource [None req-9cab7f3e-0030-447f-bcc5-f83080e22a9d 32cbcba332d7485c94db766423c5dcff a05fd285b9634014a37e9a1bbbbb8f6d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 704/1392] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:45:22 2026] DELETE /v2.0/security-groups/7f2fcc03-79b7-47e0-84d4-de0c79ddb050 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 02:45:22.072 7 INFO neutron.db.l3_hamode_db [None req-cfca6989-0e17-44b5-bfcb-94c2bbdcab47 6df4f5a2b87d472e9713c5c0ab446480 3e7e3f89a4dd4f838b8517585467242c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 705/1393] 10.0.0.73 () {34 vars in 683 bytes} [Tue May 26 02:45:22 2026] POST /v2.0/security-groups => generated 1625 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1394] 10.0.0.73 () {34 vars in 694 bytes} [Tue May 26 02:45:22 2026] POST /v2.0/security-group-rules => generated 601 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1395] 10.0.0.73 () {32 vars in 746 bytes} [Tue May 26 02:45:22 2026] GET /v2.0/security-group-rules/e143fd2c-6a27-457d-b1fb-2e12faff4972 => 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: 708/1396] 10.0.0.73 () {32 vars in 672 bytes} [Tue May 26 02:45:22 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1397] 10.0.0.73 () {32 vars in 749 bytes} [Tue May 26 02:45:22 2026] DELETE /v2.0/security-group-rules/e143fd2c-6a27-457d-b1fb-2e12faff4972 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1398] 10.0.0.73 () {32 vars in 672 bytes} [Tue May 26 02:45:22 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1399] 10.0.0.73 () {34 vars in 668 bytes} [Tue May 26 02:45:21 2026] POST /v2.0/routers => generated 506 bytes in 1083 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1400] 10.0.0.73 () {34 vars in 694 bytes} [Tue May 26 02:45:22 2026] POST /v2.0/security-group-rules => generated 601 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1401] 10.0.0.73 () {32 vars in 746 bytes} [Tue May 26 02:45:22 2026] GET /v2.0/security-group-rules/e8110d4f-2f0f-4da9-a5b8-f154454c516d => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1402] 10.0.0.73 () {32 vars in 672 bytes} [Tue May 26 02:45:22 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1403] 10.0.0.73 () {32 vars in 749 bytes} [Tue May 26 02:45:22 2026] DELETE /v2.0/security-group-rules/e8110d4f-2f0f-4da9-a5b8-f154454c516d => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1404] 10.0.0.73 () {32 vars in 672 bytes} [Tue May 26 02:45:22 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 02:45:22.921 8 INFO neutron.db.securitygroups_db [None req-6d68107a-f1a5-4cba-a6d6-fe826065919c 32cbcba332d7485c94db766423c5dcff a05fd285b9634014a37e9a1bbbbb8f6d - - default default] Project a05fd285b9634014a37e9a1bbbbb8f6d 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: 716/1405] 10.0.0.73 () {34 vars in 694 bytes} [Tue May 26 02:45:22 2026] POST /v2.0/security-group-rules => generated 607 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1406] 10.0.0.73 () {34 vars in 677 bytes} [Tue May 26 02:45:22 2026] POST /v2.0/qos/policies => generated 359 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1407] 10.0.0.73 () {32 vars in 746 bytes} [Tue May 26 02:45:23 2026] GET /v2.0/security-group-rules/0685ad9f-59e9-42fa-9544-25a48aff81ef => generated 607 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1408] 10.0.0.73 () {34 vars in 677 bytes} [Tue May 26 02:45:23 2026] POST /v2.0/qos/policies => generated 359 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1409] 10.0.0.73 () {32 vars in 672 bytes} [Tue May 26 02:45:23 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1410] 10.0.0.73 () {34 vars in 677 bytes} [Tue May 26 02:45:23 2026] POST /v2.0/qos/policies => generated 359 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1411] 10.0.0.73 () {32 vars in 749 bytes} [Tue May 26 02:45:23 2026] DELETE /v2.0/security-group-rules/0685ad9f-59e9-42fa-9544-25a48aff81ef => 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: 723/1412] 10.0.0.73 () {34 vars in 677 bytes} [Tue May 26 02:45:23 2026] POST /v2.0/qos/policies => generated 359 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1413] 10.0.0.73 () {32 vars in 672 bytes} [Tue May 26 02:45:23 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1414] 10.0.0.73 () {34 vars in 677 bytes} [Tue May 26 02:45:23 2026] POST /v2.0/qos/policies => generated 359 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1415] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:45:23 2026] DELETE /v2.0/security-groups/fa162987-266e-4b0e-8354-ab85720e0497 => 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: 727/1416] 10.0.0.73 () {34 vars in 752 bytes} [Tue May 26 02:45:23 2026] PUT /v2.0/policies/b812d800-bab0-480a-ae10-a0ad2c091dbc/tags => generated 17 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1417] 10.0.0.73 () {32 vars in 662 bytes} [Tue May 26 02:45:23 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: 729/1418] 10.0.0.73 () {34 vars in 752 bytes} [Tue May 26 02:45:23 2026] PUT /v2.0/policies/42828ac6-e118-4571-bdc7-e4ce94078e3c/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1419] 10.0.0.73 () {32 vars in 662 bytes} [Tue May 26 02:45:23 2026] GET /v2.0/security-groups => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1420] 10.0.0.73 () {34 vars in 782 bytes} [Tue May 26 02:45:22 2026] PUT /v2.0/routers/0a2a7c4d-8ccd-4e52-b967-bcf5a52b2534/add_router_interface => generated 309 bytes in 1174 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1421] 10.0.0.73 () {34 vars in 752 bytes} [Tue May 26 02:45:23 2026] PUT /v2.0/policies/0ad6375b-05ae-43ff-9c2f-80bb6dec3297/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: 691/1422] 10.0.0.73 () {32 vars in 716 bytes} [Tue May 26 02:45:23 2026] GET /v2.0/ports/5c0c2270-1959-428b-b8df-ab0cc782eea0 => generated 955 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1423] 10.0.0.73 () {34 vars in 752 bytes} [Tue May 26 02:45:23 2026] PUT /v2.0/policies/2ef32879-73fa-479e-8cfc-bab3f15034cd/tags => generated 19 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1424] 10.0.0.73 () {32 vars in 673 bytes} [Tue May 26 02:45:24 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1425] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:45:24 2026] GET /v2.0/security-groups?tenant_id=a05fd285b9634014a37e9a1bbbbb8f6d&name=default => generated 2925 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1426] 10.0.0.73 () {32 vars in 687 bytes} [Tue May 26 02:45:24 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1427] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:45:24 2026] DELETE /v2.0/security-groups/dacd126f-eaa5-4aec-8f4f-196806b99e1b => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1428] 10.0.0.73 () {32 vars in 683 bytes} [Tue May 26 02:45:24 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1429] 10.0.0.73 () {32 vars in 695 bytes} [Tue May 26 02:45:24 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1430] 10.0.0.73 () {32 vars in 681 bytes} [Tue May 26 02:45:24 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1431] 10.0.0.73 () {32 vars in 695 bytes} [Tue May 26 02:45:24 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1432] 10.0.0.73 () {32 vars in 691 bytes} [Tue May 26 02:45: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: 8|app: 0|req: 742/1433] 10.0.0.73 () {32 vars in 703 bytes} [Tue May 26 02:45:25 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1434] 10.0.0.73 () {32 vars in 733 bytes} [Tue May 26 02:45:25 2026] DELETE /v2.0/qos/policies/b812d800-bab0-480a-ae10-a0ad2c091dbc => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1435] 10.0.0.73 () {34 vars in 782 bytes} [Tue May 26 02:45:23 2026] PUT /v2.0/routers/0a2a7c4d-8ccd-4e52-b967-bcf5a52b2534/add_router_interface => generated 309 bytes in 1297 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1436] 10.0.0.73 () {32 vars in 733 bytes} [Tue May 26 02:45:25 2026] DELETE /v2.0/qos/policies/42828ac6-e118-4571-bdc7-e4ce94078e3c => 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: 693/1437] 10.0.0.73 () {32 vars in 716 bytes} [Tue May 26 02:45:25 2026] GET /v2.0/ports/5feec247-4de5-4865-a42f-95446a0509e9 => generated 955 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1438] 10.0.0.73 () {32 vars in 733 bytes} [Tue May 26 02:45:25 2026] DELETE /v2.0/qos/policies/0ad6375b-05ae-43ff-9c2f-80bb6dec3297 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1439] 10.0.0.73 () {32 vars in 733 bytes} [Tue May 26 02:45:25 2026] DELETE /v2.0/qos/policies/2ef32879-73fa-479e-8cfc-bab3f15034cd => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1440] 10.0.0.73 () {32 vars in 733 bytes} [Tue May 26 02:45:25 2026] DELETE /v2.0/qos/policies/e3f669f2-db0f-4d6c-a0a3-b7bf98a33566 => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 02:45:25.555 7 INFO neutron_taas.services.taas.taas_plugin [None req-6680ff83-4a39-40d3-8deb-c88690e4f683 6df4f5a2b87d472e9713c5c0ab446480 3e7e3f89a4dd4f838b8517585467242c - - default default] TaaS: Handle Delete Port: 5feec247-4de5-4865-a42f-95446a0509e9 2026-05-26 02:45:25.557 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6680ff83-4a39-40d3-8deb-c88690e4f683 6df4f5a2b87d472e9713c5c0ab446480 3e7e3f89a4dd4f838b8517585467242c - - default default] Tap Mirror: Handle Delete Port: 5feec247-4de5-4865-a42f-95446a0509e9 [pid: 7|app: 0|req: 694/1441] 10.0.0.73 () {34 vars in 788 bytes} [Tue May 26 02:45:25 2026] PUT /v2.0/routers/0a2a7c4d-8ccd-4e52-b967-bcf5a52b2534/remove_router_interface => generated 309 bytes in 784 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1442] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:45:26 2026] GET /v2.0/security-groups?tenant_id=83f444c101e84ca1b5b52b623b24cd91&name=default => generated 2925 bytes in 424 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1443] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:45:26 2026] DELETE /v2.0/security-groups/ce8f3f13-8992-44d2-8a1e-a67475603569 => 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: 697/1444] 10.0.0.73 () {32 vars in 622 bytes} [Tue May 26 02:45:26 2026] GET / => generated 151 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1445] 10.0.0.73 () {32 vars in 632 bytes} [Tue May 26 02:45:26 2026] GET /v2.0/ => generated 632 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:45:27.065 8 INFO neutron_taas.services.taas.taas_plugin [None req-0884ffdc-3bf7-4f65-911f-a844c690fe12 6df4f5a2b87d472e9713c5c0ab446480 3e7e3f89a4dd4f838b8517585467242c - - default default] TaaS: Handle Delete Port: 5c0c2270-1959-428b-b8df-ab0cc782eea0 2026-05-26 02:45:27.068 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0884ffdc-3bf7-4f65-911f-a844c690fe12 6df4f5a2b87d472e9713c5c0ab446480 3e7e3f89a4dd4f838b8517585467242c - - default default] Tap Mirror: Handle Delete Port: 5c0c2270-1959-428b-b8df-ab0cc782eea0 [pid: 7|app: 0|req: 699/1446] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:45:26 2026] GET /v2.0/security-groups?tenant_id=f606cbf98829479090f34b3bac594dd5&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1447] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:45:27 2026] DELETE /v2.0/security-groups/a806e828-4e05-4021-852e-448d393640a1 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1448] 10.0.0.73 () {34 vars in 788 bytes} [Tue May 26 02:45:26 2026] PUT /v2.0/routers/0a2a7c4d-8ccd-4e52-b967-bcf5a52b2534/remove_router_interface => generated 309 bytes in 1602 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1449] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:45:27 2026] GET /v2.0/security-groups?tenant_id=a7e821ecdfce45bda42acf2abf0a8c1a&name=default => generated 2925 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1450] 10.0.0.73 () {32 vars in 735 bytes} [Tue May 26 02:45:27 2026] GET /v2.0/ports?device_id=0a2a7c4d-8ccd-4e52-b967-bcf5a52b2534 => 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: 703/1451] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:45:27 2026] DELETE /v2.0/security-groups/ee21d2bd-98d6-4755-bfa1-be09a735236f => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 02:45:27.930 7 INFO neutron_taas.services.taas.taas_plugin [None req-71ae907d-b14c-4324-8b19-302300ac1254 6df4f5a2b87d472e9713c5c0ab446480 3e7e3f89a4dd4f838b8517585467242c - - default default] TaaS: Handle Delete Port: b997f1a7-3600-4718-bd60-e3dc95ed23e7 2026-05-26 02:45:27.933 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-71ae907d-b14c-4324-8b19-302300ac1254 6df4f5a2b87d472e9713c5c0ab446480 3e7e3f89a4dd4f838b8517585467242c - - default default] Tap Mirror: Handle Delete Port: b997f1a7-3600-4718-bd60-e3dc95ed23e7 [pid: 8|app: 0|req: 749/1452] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:45:27 2026] GET /v2.0/security-groups?tenant_id=a5c81ccc20dc43abb2b171a7eae7089c&name=default => generated 2925 bytes in 329 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1453] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:45:27 2026] DELETE /v2.0/security-groups/e2f98579-7607-469f-9ef1-85345d88b9df => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 02:45:28.303 7 INFO neutron.services.segments.plugin [-] Segment 9cd26911-1c0c-483e-b741-cd9805e43b24 resource provider aggregate not found 2026-05-26 02:45:28.311 7 INFO neutron.services.segments.plugin [-] Segment 9cd26911-1c0c-483e-b741-cd9805e43b24 resource provider aggregate not found 2026-05-26 02:45:28.328 7 INFO neutron.services.segments.plugin [-] Segment 9cd26911-1c0c-483e-b741-cd9805e43b24 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9cd26911-1c0c-483e-b741-cd9805e43b24 found for delete ", "request_id": "req-19339d4a-c590-466f-be5c-0aaed7137d42"}]} 2026-05-26 02:45:28.330 7 INFO neutron.services.segments.plugin [-] Segment 9cd26911-1c0c-483e-b741-cd9805e43b24 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9cd26911-1c0c-483e-b741-cd9805e43b24 found for delete ", "request_id": "req-9e73ddb7-da90-43e0-b54f-383e7c20a5a0"}]} 2026-05-26 02:45:28.336 7 INFO neutron.db.l3_hamode_db [None req-71ae907d-b14c-4324-8b19-302300ac1254 6df4f5a2b87d472e9713c5c0ab446480 3e7e3f89a4dd4f838b8517585467242c - - default default] HA network 2a5274a6-01a4-49e8-b63d-cf57a7da17d3 was deleted as no HA routers are present in tenant 3e7e3f89a4dd4f838b8517585467242c. [pid: 7|app: 0|req: 704/1454] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:45:27 2026] DELETE /v2.0/routers/0a2a7c4d-8ccd-4e52-b967-bcf5a52b2534 => generated 0 bytes in 587 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1455] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:45:28 2026] DELETE /v2.0/subnets/d108abce-9336-418d-a007-654ad0d6db13 => 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: 705/1456] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:45:28 2026] DELETE /v2.0/subnets/2daf2faa-743b-437f-9520-d89633ddce85 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:45:28.806 8 INFO neutron.services.segments.plugin [-] Segment f111197a-3e42-4852-9f63-1c780fa94e59 resource provider aggregate not found 2026-05-26 02:45:28.813 8 INFO neutron.services.segments.plugin [-] Segment f111197a-3e42-4852-9f63-1c780fa94e59 resource provider aggregate not found 2026-05-26 02:45:28.833 8 INFO neutron.services.segments.plugin [-] Segment f111197a-3e42-4852-9f63-1c780fa94e59 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f111197a-3e42-4852-9f63-1c780fa94e59 found for delete ", "request_id": "req-aca23be2-cfcf-4856-a406-eb86a5612c2e"}]} 2026-05-26 02:45:28.845 8 INFO neutron.services.segments.plugin [-] Segment f111197a-3e42-4852-9f63-1c780fa94e59 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f111197a-3e42-4852-9f63-1c780fa94e59 found for delete ", "request_id": "req-73df5967-65d7-46a7-9c18-d168602c26a3"}]} [pid: 8|app: 0|req: 752/1457] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:45:28 2026] DELETE /v2.0/networks/52597b70-b5cf-499d-9224-4b32972fde98 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:45:28.987 7 INFO neutron_taas.services.taas.taas_plugin [None req-ef6aca54-396a-40c2-bde3-7f55cd82c9f4 6df4f5a2b87d472e9713c5c0ab446480 3e7e3f89a4dd4f838b8517585467242c - - default default] TaaS: Handle Delete Port: b8c55b53-9602-4bb5-be1d-ea6d32f7886a 2026-05-26 02:45:28.990 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ef6aca54-396a-40c2-bde3-7f55cd82c9f4 6df4f5a2b87d472e9713c5c0ab446480 3e7e3f89a4dd4f838b8517585467242c - - default default] Tap Mirror: Handle Delete Port: b8c55b53-9602-4bb5-be1d-ea6d32f7886a [pid: 7|app: 0|req: 706/1458] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:45:28 2026] DELETE /v2.0/networks/26b83532-6262-483f-ae28-2285dc9a07bc => generated 0 bytes in 327 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:45:29.295 8 INFO neutron.db.segments_db [None req-a95d666f-76e3-490e-836e-8e647f7b0a13 6df4f5a2b87d472e9713c5c0ab446480 3e7e3f89a4dd4f838b8517585467242c - - default default] Added segment ba3606fb-3d29-4261-a263-7b2cda87fe06 of type vxlan for network c5688107-0190-4a75-bd8f-1471c9ee3d84 [pid: 8|app: 0|req: 753/1459] 10.0.0.73 () {34 vars in 669 bytes} [Tue May 26 02:45:29 2026] POST /v2.0/networks => generated 610 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1460] 10.0.0.73 () {34 vars in 668 bytes} [Tue May 26 02:45:29 2026] POST /v2.0/subnets => generated 626 bytes in 331 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 02:45:29.824 8 INFO neutron.db.segments_db [None req-0258ae82-1ca7-406d-8456-a5fd32a33b83 6df4f5a2b87d472e9713c5c0ab446480 3e7e3f89a4dd4f838b8517585467242c - - default default] Added segment 6c56084e-d5ed-4952-9581-417bef141990 of type vxlan for network b3be3c2c-550c-433b-86a7-3dc061a47ced 2026-05-26 02:45:30.226 8 INFO neutron.db.l3_hamode_db [None req-0258ae82-1ca7-406d-8456-a5fd32a33b83 6df4f5a2b87d472e9713c5c0ab446480 3e7e3f89a4dd4f838b8517585467242c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 02:45:30.354 7 INFO neutron.services.segments.plugin [-] Segment 605deb27-106c-4226-aa2e-19684f3c5e24 resource provider aggregate not found 2026-05-26 02:45:30.359 7 INFO neutron.services.segments.plugin [-] Segment 605deb27-106c-4226-aa2e-19684f3c5e24 resource provider aggregate not found 2026-05-26 02:45:30.361 8 INFO neutron.db.l3_hamode_db [None req-0258ae82-1ca7-406d-8456-a5fd32a33b83 6df4f5a2b87d472e9713c5c0ab446480 3e7e3f89a4dd4f838b8517585467242c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 02:45:30.377 7 INFO neutron.services.segments.plugin [-] Segment 605deb27-106c-4226-aa2e-19684f3c5e24 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 605deb27-106c-4226-aa2e-19684f3c5e24 found for delete ", "request_id": "req-89c44c94-312d-4c4d-9297-6cee45d96b62"}]} 2026-05-26 02:45:30.379 7 INFO neutron.services.segments.plugin [-] Segment 605deb27-106c-4226-aa2e-19684f3c5e24 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 605deb27-106c-4226-aa2e-19684f3c5e24 found for delete ", "request_id": "req-6a061733-6d6f-4fec-9627-245bc51301f9"}]} [pid: 7|app: 0|req: 708/1461] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:45:30 2026] GET /v2.0/security-groups?tenant_id=46cfb4f578184f129c6383e0d08f9c98&name=default => generated 2925 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1462] 10.0.0.73 () {34 vars in 668 bytes} [Tue May 26 02:45:29 2026] POST /v2.0/routers => generated 507 bytes in 1212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1463] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:45:30 2026] DELETE /v2.0/security-groups/b6f5decf-c1f4-465e-be1e-3a8ff18a9161 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1464] 10.0.0.73 () {34 vars in 664 bytes} [Tue May 26 02:45:30 2026] POST /v2.0/ports => generated 948 bytes in 500 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-05-26 02:45:32.599 8 INFO neutron.db.segments_db [None req-efc37fca-811d-4ab5-a44f-2da7eee9d860 6e68562fb8cb4081ad3b5be0ccd45533 f664f1382ba3449aa25ece289aa26403 - - default default] Added segment ae7e5ba3-9478-405f-b5fd-facd6108df77 of type vxlan for network ef73d086-19fb-4d4d-a154-60ade38e64d4 [pid: 7|app: 0|req: 710/1465] 10.0.0.73 () {34 vars in 782 bytes} [Tue May 26 02:45:31 2026] PUT /v2.0/routers/ef2f2a8a-bff9-48b2-b413-9ae18d3b904c/add_router_interface => generated 309 bytes in 1142 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: 711/1466] 10.0.0.73 () {32 vars in 716 bytes} [Tue May 26 02:45:32 2026] GET /v2.0/ports/28949706-b177-45f9-bb9c-25befa638aaa => generated 1022 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 02:45:32.891 8 INFO neutron.db.l3_hamode_db [None req-efc37fca-811d-4ab5-a44f-2da7eee9d860 6e68562fb8cb4081ad3b5be0ccd45533 f664f1382ba3449aa25ece289aa26403 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 02:45:33.037 8 INFO neutron.db.l3_hamode_db [None req-efc37fca-811d-4ab5-a44f-2da7eee9d860 6e68562fb8cb4081ad3b5be0ccd45533 f664f1382ba3449aa25ece289aa26403 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 02:45:33.111 7 INFO neutron_taas.services.taas.taas_plugin [None req-8346a961-b9bd-4b1a-9e92-d144469d2ebb 6df4f5a2b87d472e9713c5c0ab446480 3e7e3f89a4dd4f838b8517585467242c - - default default] TaaS: Handle Delete Port: 28949706-b177-45f9-bb9c-25befa638aaa 2026-05-26 02:45:33.116 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8346a961-b9bd-4b1a-9e92-d144469d2ebb 6df4f5a2b87d472e9713c5c0ab446480 3e7e3f89a4dd4f838b8517585467242c - - default default] Tap Mirror: Handle Delete Port: 28949706-b177-45f9-bb9c-25befa638aaa [pid: 7|app: 0|req: 712/1467] 10.0.0.73 () {34 vars in 788 bytes} [Tue May 26 02:45:32 2026] PUT /v2.0/routers/ef2f2a8a-bff9-48b2-b413-9ae18d3b904c/remove_router_interface => generated 309 bytes in 941 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: 756/1468] 10.0.0.73 () {34 vars in 667 bytes} [Tue May 26 02:45:32 2026] POST /v2.0/routers => generated 474 bytes in 1392 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 02:45:33.868 8 INFO neutron.api.v2.resource [None req-78b1a1c7-27a9-4798-8fcd-c1552dff36f4 6df4f5a2b87d472e9713c5c0ab446480 3e7e3f89a4dd4f838b8517585467242c - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 757/1469] 10.0.0.73 () {34 vars in 788 bytes} [Tue May 26 02:45:33 2026] PUT /v2.0/routers/ef2f2a8a-bff9-48b2-b413-9ae18d3b904c/remove_router_interface => generated 197 bytes in 115 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 02:45:33.921 8 INFO neutron.db.l3_hamode_db [None req-d7bd907a-6d53-4b93-81cb-eeed04342dab 6e68562fb8cb4081ad3b5be0ccd45533 f664f1382ba3449aa25ece289aa26403 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 02:45:33.924 7 INFO neutron.db.segments_db [None req-13600273-ef21-47e0-965f-dd59d659e155 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Added segment 1abb7dcb-3f92-468d-a76d-5971ce442d70 of type vxlan for network cb5aa041-3aca-46ab-b155-94856ad934bd [pid: 7|app: 0|req: 713/1470] 10.0.0.73 () {34 vars in 670 bytes} [Tue May 26 02:45:33 2026] POST /v2.0/networks => generated 721 bytes in 387 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1471] 10.0.0.73 () {32 vars in 735 bytes} [Tue May 26 02:45:34 2026] GET /v2.0/ports?device_id=ef2f2a8a-bff9-48b2-b413-9ae18d3b904c => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 02:45:34.065 8 INFO neutron.db.l3_hamode_db [None req-d7bd907a-6d53-4b93-81cb-eeed04342dab 6e68562fb8cb4081ad3b5be0ccd45533 f664f1382ba3449aa25ece289aa26403 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 715/1472] 10.0.0.73 () {34 vars in 668 bytes} [Tue May 26 02:45:34 2026] POST /v2.0/subnets => generated 687 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 02:45:34.421 7 INFO neutron_taas.services.taas.taas_plugin [None req-a4620955-d13b-415a-8346-d26476f82573 6df4f5a2b87d472e9713c5c0ab446480 3e7e3f89a4dd4f838b8517585467242c - - default default] TaaS: Handle Delete Port: 7bc6a72e-79c7-45a4-b548-781fa218155a 2026-05-26 02:45:34.425 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a4620955-d13b-415a-8346-d26476f82573 6df4f5a2b87d472e9713c5c0ab446480 3e7e3f89a4dd4f838b8517585467242c - - default default] Tap Mirror: Handle Delete Port: 7bc6a72e-79c7-45a4-b548-781fa218155a [pid: 8|app: 0|req: 758/1473] 10.0.0.73 () {34 vars in 667 bytes} [Tue May 26 02:45:33 2026] POST /v2.0/routers => generated 474 bytes in 827 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 02:45:34.738 8 INFO neutron.db.segments_db [None req-1b3dbbfa-8355-4bb6-abfa-feab9e6285df 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Added segment b7edab6b-6cbe-4742-ac5c-81cec670c3d8 of type vxlan for network 69973fd4-d5ec-4c98-a9b5-e2a2c6bc7cdc 2026-05-26 02:45:34.787 7 INFO neutron.services.segments.plugin [-] Segment 6c56084e-d5ed-4952-9581-417bef141990 resource provider aggregate not found 2026-05-26 02:45:34.795 7 INFO neutron.services.segments.plugin [-] Segment 6c56084e-d5ed-4952-9581-417bef141990 resource provider aggregate not found 2026-05-26 02:45:34.817 7 INFO neutron.services.segments.plugin [-] Segment 6c56084e-d5ed-4952-9581-417bef141990 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c56084e-d5ed-4952-9581-417bef141990 found for delete ", "request_id": "req-005eaf00-b257-47e1-b4d4-55c14fd3f8fe"}]} 2026-05-26 02:45:34.823 7 INFO neutron.services.segments.plugin [-] Segment 6c56084e-d5ed-4952-9581-417bef141990 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c56084e-d5ed-4952-9581-417bef141990 found for delete ", "request_id": "req-44db0991-5c6b-4691-965a-abd715e8a05a"}]} 2026-05-26 02:45:34.830 7 INFO neutron.db.l3_hamode_db [None req-a4620955-d13b-415a-8346-d26476f82573 6df4f5a2b87d472e9713c5c0ab446480 3e7e3f89a4dd4f838b8517585467242c - - default default] HA network b3be3c2c-550c-433b-86a7-3dc061a47ced was deleted as no HA routers are present in tenant 3e7e3f89a4dd4f838b8517585467242c. [pid: 7|app: 0|req: 716/1474] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:45:34 2026] DELETE /v2.0/routers/ef2f2a8a-bff9-48b2-b413-9ae18d3b904c => generated 0 bytes in 597 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 02:45:34.886 7 INFO neutron.db.l3_hamode_db [None req-cf0d49b5-7449-467b-82c7-cbf1c9ad1c97 6e68562fb8cb4081ad3b5be0ccd45533 f664f1382ba3449aa25ece289aa26403 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 02:45:34.996 8 INFO neutron.db.l3_hamode_db [None req-1b3dbbfa-8355-4bb6-abfa-feab9e6285df 71fc9f8c50354854949fb43ca4050159 aede7c173bf344de926b7bdd987348f2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 02:45:35.019 7 INFO neutron.db.l3_hamode_db [None req-cf0d49b5-7449-467b-82c7-cbf1c9ad1c97 6e68562fb8cb4081ad3b5be0ccd45533 f664f1382ba3449aa25ece289aa26403 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 717/1475] 10.0.0.73 () {34 vars in 667 bytes} [Tue May 26 02:45:34 2026] POST /v2.0/routers => generated 474 bytes in 829 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1476] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:45:35 2026] DELETE /v2.0/subnets/1c370a38-3367-44c7-a9f1-a77b0e94e33c => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:45:35.821 8 INFO neutron.db.l3_hamode_db [None req-1b3dbbfa-8355-4bb6-abfa-feab9e6285df 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 02:45:35.851 7 INFO neutron.db.l3_hamode_db [None req-ca4bcd9c-7d01-433a-95a6-ea97909eb451 6e68562fb8cb4081ad3b5be0ccd45533 f664f1382ba3449aa25ece289aa26403 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 02:45:35.969 7 INFO neutron.db.l3_hamode_db [None req-ca4bcd9c-7d01-433a-95a6-ea97909eb451 6e68562fb8cb4081ad3b5be0ccd45533 f664f1382ba3449aa25ece289aa26403 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 719/1477] 10.0.0.73 () {34 vars in 667 bytes} [Tue May 26 02:45:35 2026] POST /v2.0/routers => generated 474 bytes in 956 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 02:45:36.895 7 INFO neutron.services.segments.plugin [-] Segment ba3606fb-3d29-4261-a263-7b2cda87fe06 resource provider aggregate not found 2026-05-26 02:45:36.902 7 INFO neutron.services.segments.plugin [-] Segment ba3606fb-3d29-4261-a263-7b2cda87fe06 resource provider aggregate not found [pid: 8|app: 0|req: 759/1478] 10.0.0.73 () {34 vars in 668 bytes} [Tue May 26 02:45:34 2026] POST /v2.0/routers => generated 727 bytes in 2214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 02:45:36.920 7 INFO neutron.services.segments.plugin [-] Segment ba3606fb-3d29-4261-a263-7b2cda87fe06 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba3606fb-3d29-4261-a263-7b2cda87fe06 found for delete ", "request_id": "req-e3c4d3ed-c2a7-4ea0-b4ae-0dab3d6754e6"}]} 2026-05-26 02:45:36.923 7 INFO neutron.services.segments.plugin [-] Segment ba3606fb-3d29-4261-a263-7b2cda87fe06 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba3606fb-3d29-4261-a263-7b2cda87fe06 found for delete ", "request_id": "req-458a01b6-fa8c-4335-a659-c0af314f320c"}]} [pid: 7|app: 0|req: 720/1479] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:45:36 2026] DELETE /v2.0/networks/c5688107-0190-4a75-bd8f-1471c9ee3d84 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:45:36.954 8 INFO neutron.db.l3_hamode_db [None req-6f223b8d-2bc3-4a58-9f4c-64e1a6cda1eb 6e68562fb8cb4081ad3b5be0ccd45533 f664f1382ba3449aa25ece289aa26403 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 02:45:37.056 8 INFO neutron.db.l3_hamode_db [None req-6f223b8d-2bc3-4a58-9f4c-64e1a6cda1eb 6e68562fb8cb4081ad3b5be0ccd45533 f664f1382ba3449aa25ece289aa26403 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 760/1480] 10.0.0.73 () {34 vars in 667 bytes} [Tue May 26 02:45:36 2026] POST /v2.0/routers => generated 474 bytes in 791 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 02:45:37.771 8 INFO neutron.db.segments_db [None req-e884575d-22bf-4379-87b6-cc255d2727c0 6df4f5a2b87d472e9713c5c0ab446480 3e7e3f89a4dd4f838b8517585467242c - - default default] Added segment d5816a87-37d6-4188-a7ca-4442fc7ca484 of type vxlan for network 82b54464-cbe5-4f1d-b11b-405aecf3946a [pid: 8|app: 0|req: 761/1481] 10.0.0.73 () {34 vars in 669 bytes} [Tue May 26 02:45:37 2026] POST /v2.0/networks => generated 610 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1484] 10.0.0.73 () {34 vars in 750 bytes} [Tue May 26 02:45:37 2026] PUT /v2.0/routers/77f8d7b3-3e1d-4e42-bca6-8b832cb77457/tags => generated 17 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1485] 10.0.0.73 () {34 vars in 782 bytes} [Tue May 26 02:45:36 2026] PUT /v2.0/routers/fc1f2b0f-8def-40cd-bc4f-6a4359402a58/add_router_interface => generated 309 bytes in 1214 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1486] 10.0.0.73 () {34 vars in 668 bytes} [Tue May 26 02:45:37 2026] POST /v2.0/subnets => generated 626 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1487] 10.0.0.73 () {34 vars in 750 bytes} [Tue May 26 02:45:38 2026] PUT /v2.0/routers/39a4cc11-3a1f-4e31-a93b-8f746ae3f5fa/tags => generated 25 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 02:45:38.299 8 INFO neutron.db.segments_db [None req-6f2a92e9-33a8-480f-98c0-65baed073a9a 6df4f5a2b87d472e9713c5c0ab446480 3e7e3f89a4dd4f838b8517585467242c - - default default] Added segment 39f1ebec-63ce-4b90-99fb-d88d492b8760 of type vxlan for network ff0b9812-0229-4b4b-8ed2-b153f3f54cb2 [pid: 7|app: 0|req: 723/1488] 10.0.0.73 () {34 vars in 750 bytes} [Tue May 26 02:45:38 2026] PUT /v2.0/routers/3b77149c-a8f9-4640-9261-042373d4cb82/tags => generated 34 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1489] 10.0.0.73 () {34 vars in 750 bytes} [Tue May 26 02:45:38 2026] PUT /v2.0/routers/9222c27f-1a7e-47b4-836d-b992700a58a5/tags => generated 19 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 02:45:38.617 8 INFO neutron.db.l3_hamode_db [None req-6f2a92e9-33a8-480f-98c0-65baed073a9a 6df4f5a2b87d472e9713c5c0ab446480 3e7e3f89a4dd4f838b8517585467242c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 725/1490] 10.0.0.73 () {32 vars in 663 bytes} [Tue May 26 02:45:38 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 02:45:38.774 8 INFO neutron.db.l3_hamode_db [None req-6f2a92e9-33a8-480f-98c0-65baed073a9a 6df4f5a2b87d472e9713c5c0ab446480 3e7e3f89a4dd4f838b8517585467242c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 726/1491] 10.0.0.73 () {32 vars in 677 bytes} [Tue May 26 02:45:38 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1492] 10.0.0.73 () {32 vars in 673 bytes} [Tue May 26 02:45:38 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1493] 10.0.0.73 () {32 vars in 685 bytes} [Tue May 26 02:45:38 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1494] 10.0.0.73 () {32 vars in 671 bytes} [Tue May 26 02:45:39 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1495] 10.0.0.73 () {34 vars in 668 bytes} [Tue May 26 02:45:38 2026] POST /v2.0/routers => generated 505 bytes in 1248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1496] 10.0.0.73 () {32 vars in 685 bytes} [Tue May 26 02:45:39 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 569 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1497] 10.0.0.73 () {32 vars in 681 bytes} [Tue May 26 02:45:39 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1498] 10.0.0.73 () {32 vars in 693 bytes} [Tue May 26 02:45:39 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1499] 10.0.0.73 () {32 vars in 720 bytes} [Tue May 26 02:45:39 2026] GET /v2.0/routers/77f8d7b3-3e1d-4e42-bca6-8b832cb77457 => generated 485 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1500] 10.0.0.73 () {34 vars in 741 bytes} [Tue May 26 02:45:39 2026] PUT /v2.0/routers/77f8d7b3-3e1d-4e42-bca6-8b832cb77457 => generated 485 bytes in 683 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1501] 10.0.0.73 () {32 vars in 735 bytes} [Tue May 26 02:45:40 2026] GET /v2.0/ports?device_id=77f8d7b3-3e1d-4e42-bca6-8b832cb77457 => 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: 736/1502] 10.0.0.4 () {34 vars in 980 bytes} [Tue May 26 02:45:40 2026] GET /v2.0/networks?id=cb5aa041-3aca-46ab-b155-94856ad934bd => generated 672 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1503] 10.0.0.73 () {34 vars in 782 bytes} [Tue May 26 02:45:39 2026] PUT /v2.0/routers/f28e86b6-9468-4270-b456-2fbe827a89e8/add_router_interface => generated 309 bytes in 1223 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1504] 10.0.0.4 () {34 vars in 963 bytes} [Tue May 26 02:45:40 2026] GET /v2.0/quotas/aede7c173bf344de926b7bdd987348f2 => 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: 769/1505] 10.0.0.73 () {32 vars in 716 bytes} [Tue May 26 02:45:40 2026] GET /v2.0/ports/29cd4632-2d85-4634-b6b7-16074493644b => generated 955 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1506] 10.0.0.4 () {34 vars in 1000 bytes} [Tue May 26 02:45:40 2026] GET /v2.0/ports?tenant_id=aede7c173bf344de926b7bdd987348f2&fields=id => generated 57 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 02:45:40.883 7 INFO neutron_taas.services.taas.taas_plugin [None req-260d48d0-65f5-44fb-86f3-293315270fa0 6e68562fb8cb4081ad3b5be0ccd45533 f664f1382ba3449aa25ece289aa26403 - - default default] TaaS: Handle Delete Port: 945cee93-a6b9-42fc-81a6-4a243d0a1dc6 2026-05-26 02:45:40.886 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-260d48d0-65f5-44fb-86f3-293315270fa0 6e68562fb8cb4081ad3b5be0ccd45533 f664f1382ba3449aa25ece289aa26403 - - default default] Tap Mirror: Handle Delete Port: 945cee93-a6b9-42fc-81a6-4a243d0a1dc6 [pid: 7|app: 0|req: 737/1507] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:45:40 2026] DELETE /v2.0/routers/77f8d7b3-3e1d-4e42-bca6-8b832cb77457 => generated 0 bytes in 505 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1508] 10.0.0.4 () {34 vars in 1006 bytes} [Tue May 26 02:45:41 2026] GET /v2.0/networks/cb5aa041-3aca-46ab-b155-94856ad934bd?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1509] 10.0.0.73 () {32 vars in 720 bytes} [Tue May 26 02:45:41 2026] GET /v2.0/routers/39a4cc11-3a1f-4e31-a93b-8f746ae3f5fa => generated 493 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:45:41.250 8 INFO neutron_taas.services.taas.taas_plugin [None req-8c2f7426-abf6-4d78-8e41-e89f583f48ff 6df4f5a2b87d472e9713c5c0ab446480 3e7e3f89a4dd4f838b8517585467242c - - default default] TaaS: Handle Delete Port: 29cd4632-2d85-4634-b6b7-16074493644b 2026-05-26 02:45:41.254 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8c2f7426-abf6-4d78-8e41-e89f583f48ff 6df4f5a2b87d472e9713c5c0ab446480 3e7e3f89a4dd4f838b8517585467242c - - default default] Tap Mirror: Handle Delete Port: 29cd4632-2d85-4634-b6b7-16074493644b [pid: 7|app: 0|req: 740/1510] 10.0.0.4 () {34 vars in 1106 bytes} [Tue May 26 02:45:41 2026] GET /v2.0/networks/cb5aa041-3aca-46ab-b155-94856ad934bd?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: 771/1511] 10.0.0.73 () {34 vars in 788 bytes} [Tue May 26 02:45:40 2026] PUT /v2.0/routers/f28e86b6-9468-4270-b456-2fbe827a89e8/remove_router_interface => generated 309 bytes in 890 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1512] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:45:41 2026] GET /v2.0/ports?device_id=15e931e7-77ff-411b-9609-75aca39b0c7a => 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: 773/1513] 10.0.0.73 () {32 vars in 735 bytes} [Tue May 26 02:45:41 2026] GET /v2.0/ports?device_id=f28e86b6-9468-4270-b456-2fbe827a89e8 => 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: 741/1514] 10.0.0.73 () {34 vars in 741 bytes} [Tue May 26 02:45:41 2026] PUT /v2.0/routers/39a4cc11-3a1f-4e31-a93b-8f746ae3f5fa => generated 493 bytes in 607 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1515] 10.0.0.73 () {32 vars in 735 bytes} [Tue May 26 02:45:41 2026] GET /v2.0/ports?device_id=39a4cc11-3a1f-4e31-a93b-8f746ae3f5fa => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 02:45:41.982 8 INFO neutron_taas.services.taas.taas_plugin [None req-91b5f36d-b5fe-4590-903e-fb9b0c8e4287 6df4f5a2b87d472e9713c5c0ab446480 3e7e3f89a4dd4f838b8517585467242c - - default default] TaaS: Handle Delete Port: 74868cd7-ee58-472d-8247-2df984e6b3a0 2026-05-26 02:45:41.986 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-91b5f36d-b5fe-4590-903e-fb9b0c8e4287 6df4f5a2b87d472e9713c5c0ab446480 3e7e3f89a4dd4f838b8517585467242c - - default default] Tap Mirror: Handle Delete Port: 74868cd7-ee58-472d-8247-2df984e6b3a0 2026-05-26 02:45:42.129 7 INFO neutron_taas.services.taas.taas_plugin [None req-1921aabf-31f7-494c-8a80-9d55eab11b22 6e68562fb8cb4081ad3b5be0ccd45533 f664f1382ba3449aa25ece289aa26403 - - default default] TaaS: Handle Delete Port: e41792b4-9b59-4df2-8733-6c1c7d05463b 2026-05-26 02:45:42.132 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1921aabf-31f7-494c-8a80-9d55eab11b22 6e68562fb8cb4081ad3b5be0ccd45533 f664f1382ba3449aa25ece289aa26403 - - default default] Tap Mirror: Handle Delete Port: e41792b4-9b59-4df2-8733-6c1c7d05463b 2026-05-26 02:45:42.356 8 INFO neutron.services.segments.plugin [-] Segment 39f1ebec-63ce-4b90-99fb-d88d492b8760 resource provider aggregate not found 2026-05-26 02:45:42.359 8 INFO neutron.services.segments.plugin [-] Segment 39f1ebec-63ce-4b90-99fb-d88d492b8760 resource provider aggregate not found [pid: 7|app: 0|req: 743/1516] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:45:41 2026] DELETE /v2.0/routers/39a4cc11-3a1f-4e31-a93b-8f746ae3f5fa => generated 0 bytes in 446 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 02:45:42.377 8 INFO neutron.services.segments.plugin [-] Segment 39f1ebec-63ce-4b90-99fb-d88d492b8760 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39f1ebec-63ce-4b90-99fb-d88d492b8760 found for delete ", "request_id": "req-03353247-83fe-4bda-b69e-1789da02d19f"}]} 2026-05-26 02:45:42.378 8 INFO neutron.services.segments.plugin [-] Segment 39f1ebec-63ce-4b90-99fb-d88d492b8760 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39f1ebec-63ce-4b90-99fb-d88d492b8760 found for delete ", "request_id": "req-69081c06-db3d-4313-8a58-5f131c62ea0f"}]} 2026-05-26 02:45:42.390 8 INFO neutron.db.l3_hamode_db [None req-91b5f36d-b5fe-4590-903e-fb9b0c8e4287 6df4f5a2b87d472e9713c5c0ab446480 3e7e3f89a4dd4f838b8517585467242c - - default default] HA network ff0b9812-0229-4b4b-8ed2-b153f3f54cb2 was deleted as no HA routers are present in tenant 3e7e3f89a4dd4f838b8517585467242c. [pid: 8|app: 0|req: 774/1517] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:45:41 2026] DELETE /v2.0/routers/f28e86b6-9468-4270-b456-2fbe827a89e8 => generated 0 bytes in 584 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1518] 10.0.0.73 () {32 vars in 720 bytes} [Tue May 26 02:45:42 2026] GET /v2.0/routers/3b77149c-a8f9-4640-9261-042373d4cb82 => generated 502 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1519] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:45:42 2026] DELETE /v2.0/subnets/a60b344d-6423-4e7f-b4f7-f63ec9f2895f => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:45:42.724 8 INFO neutron_taas.services.taas.taas_plugin [None req-4d1415d9-69d5-4ca6-bf03-55e6a180f43e 6df4f5a2b87d472e9713c5c0ab446480 3e7e3f89a4dd4f838b8517585467242c - - default default] TaaS: Handle Delete Port: bad25fea-bdc3-4a1f-adf9-d234aeae1ce8 2026-05-26 02:45:42.727 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4d1415d9-69d5-4ca6-bf03-55e6a180f43e 6df4f5a2b87d472e9713c5c0ab446480 3e7e3f89a4dd4f838b8517585467242c - - default default] Tap Mirror: Handle Delete Port: bad25fea-bdc3-4a1f-adf9-d234aeae1ce8 [pid: 8|app: 0|req: 776/1520] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:45:42 2026] DELETE /v2.0/networks/82b54464-cbe5-4f1d-b11b-405aecf3946a => generated 0 bytes in 391 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1521] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:45:43 2026] GET /v2.0/ports?device_id=15e931e7-77ff-411b-9609-75aca39b0c7a => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 02:45:43.088 8 INFO neutron.db.segments_db [None req-cbc3e0c4-f527-49f9-8066-b678fc1fd2bf 6df4f5a2b87d472e9713c5c0ab446480 3e7e3f89a4dd4f838b8517585467242c - - default default] Added segment 82899623-6dd5-4e49-b6f2-c062df5c4f71 of type vxlan for network 40756f6e-3e45-45da-bc19-802b093f4e1f [pid: 7|app: 0|req: 745/1522] 10.0.0.73 () {34 vars in 741 bytes} [Tue May 26 02:45:42 2026] PUT /v2.0/routers/3b77149c-a8f9-4640-9261-042373d4cb82 => generated 502 bytes in 707 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1523] 10.0.0.73 () {32 vars in 735 bytes} [Tue May 26 02:45:43 2026] GET /v2.0/ports?device_id=3b77149c-a8f9-4640-9261-042373d4cb82 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 02:45:43.341 7 INFO neutron_taas.services.taas.taas_plugin [None req-5ff89b71-6bee-4c0a-85c4-8e5e2767946e 6e68562fb8cb4081ad3b5be0ccd45533 f664f1382ba3449aa25ece289aa26403 - - default default] TaaS: Handle Delete Port: cd30e5c5-99f3-437d-b22b-5c73c68e5bfd 2026-05-26 02:45:43.344 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5ff89b71-6bee-4c0a-85c4-8e5e2767946e 6e68562fb8cb4081ad3b5be0ccd45533 f664f1382ba3449aa25ece289aa26403 - - default default] Tap Mirror: Handle Delete Port: cd30e5c5-99f3-437d-b22b-5c73c68e5bfd 2026-05-26 02:45:43.386 8 INFO neutron.db.l3_hamode_db [None req-cbc3e0c4-f527-49f9-8066-b678fc1fd2bf 6df4f5a2b87d472e9713c5c0ab446480 3e7e3f89a4dd4f838b8517585467242c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 747/1524] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:45:43 2026] DELETE /v2.0/routers/3b77149c-a8f9-4640-9261-042373d4cb82 => generated 0 bytes in 376 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1525] 10.0.0.73 () {32 vars in 720 bytes} [Tue May 26 02:45:43 2026] GET /v2.0/routers/9222c27f-1a7e-47b4-836d-b992700a58a5 => generated 487 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1526] 10.0.0.73 () {34 vars in 741 bytes} [Tue May 26 02:45:43 2026] PUT /v2.0/routers/9222c27f-1a7e-47b4-836d-b992700a58a5 => generated 487 bytes in 472 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1527] 10.0.0.73 () {32 vars in 735 bytes} [Tue May 26 02:45:44 2026] GET /v2.0/ports?device_id=9222c27f-1a7e-47b4-836d-b992700a58a5 => 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: 751/1528] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:45:44 2026] GET /v2.0/ports?device_id=15e931e7-77ff-411b-9609-75aca39b0c7a => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 02:45:44.237 8 INFO neutron.db.l3_hamode_db [None req-cbc3e0c4-f527-49f9-8066-b678fc1fd2bf 6df4f5a2b87d472e9713c5c0ab446480 3e7e3f89a4dd4f838b8517585467242c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 02:45:44.278 7 INFO neutron_taas.services.taas.taas_plugin [None req-c7c44765-fafa-4beb-b935-d07ccfa0072f 6e68562fb8cb4081ad3b5be0ccd45533 f664f1382ba3449aa25ece289aa26403 - - default default] TaaS: Handle Delete Port: ca5a892f-7df9-4a05-86af-6e14f5eed98a 2026-05-26 02:45:44.280 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c7c44765-fafa-4beb-b935-d07ccfa0072f 6e68562fb8cb4081ad3b5be0ccd45533 f664f1382ba3449aa25ece289aa26403 - - default default] Tap Mirror: Handle Delete Port: ca5a892f-7df9-4a05-86af-6e14f5eed98a 2026-05-26 02:45:44.399 8 INFO neutron.services.segments.plugin [-] Segment d5816a87-37d6-4188-a7ca-4442fc7ca484 resource provider aggregate not found 2026-05-26 02:45:44.407 8 INFO neutron.services.segments.plugin [-] Segment d5816a87-37d6-4188-a7ca-4442fc7ca484 resource provider aggregate not found 2026-05-26 02:45:44.416 8 INFO neutron.services.segments.plugin [-] Segment d5816a87-37d6-4188-a7ca-4442fc7ca484 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d5816a87-37d6-4188-a7ca-4442fc7ca484 found for delete ", "request_id": "req-b892f610-e178-4820-8e67-eda16517e935"}]} 2026-05-26 02:45:44.428 8 INFO neutron.services.segments.plugin [-] Segment d5816a87-37d6-4188-a7ca-4442fc7ca484 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d5816a87-37d6-4188-a7ca-4442fc7ca484 found for delete ", "request_id": "req-6709a54e-31e4-44bf-b720-52504131b208"}]} [pid: 7|app: 0|req: 752/1529] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:45:44 2026] DELETE /v2.0/routers/9222c27f-1a7e-47b4-836d-b992700a58a5 => generated 0 bytes in 324 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1530] 10.0.0.73 () {32 vars in 720 bytes} [Tue May 26 02:45:44 2026] GET /v2.0/routers/833d6ffc-43de-4ce8-a769-744c536d2d05 => generated 480 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1531] 10.0.0.73 () {34 vars in 741 bytes} [Tue May 26 02:45:44 2026] PUT /v2.0/routers/833d6ffc-43de-4ce8-a769-744c536d2d05 => generated 480 bytes in 597 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1532] 10.0.0.73 () {32 vars in 735 bytes} [Tue May 26 02:45:45 2026] GET /v2.0/ports?device_id=833d6ffc-43de-4ce8-a769-744c536d2d05 => 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: 778/1533] 10.0.0.73 () {34 vars in 668 bytes} [Tue May 26 02:45:43 2026] POST /v2.0/routers => generated 687 bytes in 2269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1534] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:45:45 2026] GET /v2.0/ports?device_id=15e931e7-77ff-411b-9609-75aca39b0c7a => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 02:45:45.330 7 INFO neutron_taas.services.taas.taas_plugin [None req-ec53ddb5-8ded-49ba-8abe-a23ba700f51f 6e68562fb8cb4081ad3b5be0ccd45533 f664f1382ba3449aa25ece289aa26403 - - default default] TaaS: Handle Delete Port: 6a4d1794-5699-4cc3-9d95-11798247fd2f 2026-05-26 02:45:45.334 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ec53ddb5-8ded-49ba-8abe-a23ba700f51f 6e68562fb8cb4081ad3b5be0ccd45533 f664f1382ba3449aa25ece289aa26403 - - default default] Tap Mirror: Handle Delete Port: 6a4d1794-5699-4cc3-9d95-11798247fd2f [pid: 8|app: 0|req: 780/1535] 10.0.0.73 () {32 vars in 720 bytes} [Tue May 26 02:45:45 2026] GET /v2.0/routers/a65370e0-bb3b-4b2f-91f0-33ff0e119842 => generated 693 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1536] 10.0.0.73 () {32 vars in 646 bytes} [Tue May 26 02:45:45 2026] GET /v2.0/routers => generated 696 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:45:45.637 7 INFO neutron.services.segments.plugin [-] Segment ae7e5ba3-9478-405f-b5fd-facd6108df77 resource provider aggregate not found 2026-05-26 02:45:45.645 7 INFO neutron.services.segments.plugin [-] Segment ae7e5ba3-9478-405f-b5fd-facd6108df77 resource provider aggregate not found 2026-05-26 02:45:45.684 7 INFO neutron.services.segments.plugin [-] Segment ae7e5ba3-9478-405f-b5fd-facd6108df77 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae7e5ba3-9478-405f-b5fd-facd6108df77 found for delete ", "request_id": "req-6078a9dd-cc32-4845-bf17-9f439fd54908"}]} 2026-05-26 02:45:45.688 7 INFO neutron.services.segments.plugin [-] Segment ae7e5ba3-9478-405f-b5fd-facd6108df77 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae7e5ba3-9478-405f-b5fd-facd6108df77 found for delete ", "request_id": "req-eba7e273-55d4-4d15-94f4-37de4828fa45"}]} 2026-05-26 02:45:45.703 7 INFO neutron.db.l3_hamode_db [None req-ec53ddb5-8ded-49ba-8abe-a23ba700f51f 6e68562fb8cb4081ad3b5be0ccd45533 f664f1382ba3449aa25ece289aa26403 - - default default] HA network ef73d086-19fb-4d4d-a154-60ade38e64d4 was deleted as no HA routers are present in tenant f664f1382ba3449aa25ece289aa26403. [pid: 7|app: 0|req: 756/1537] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:45:45 2026] DELETE /v2.0/routers/833d6ffc-43de-4ce8-a769-744c536d2d05 => generated 0 bytes in 574 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1538] 199.204.45.222 () {34 vars in 986 bytes} [Tue May 26 02:45:45 2026] GET /v2.0/networks?id=cb5aa041-3aca-46ab-b155-94856ad934bd => generated 672 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1539] 10.0.0.73 () {34 vars in 740 bytes} [Tue May 26 02:45:45 2026] PUT /v2.0/routers/a65370e0-bb3b-4b2f-91f0-33ff0e119842 => generated 700 bytes in 452 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1540] 10.0.0.73 () {32 vars in 720 bytes} [Tue May 26 02:45:45 2026] GET /v2.0/routers/a65370e0-bb3b-4b2f-91f0-33ff0e119842 => generated 700 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1541] 10.0.0.73 () {32 vars in 735 bytes} [Tue May 26 02:45:46 2026] GET /v2.0/ports?device_id=a65370e0-bb3b-4b2f-91f0-33ff0e119842 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 02:45:46.273 8 INFO neutron_taas.services.taas.taas_plugin [None req-244cdf84-46c3-46e1-8d29-a69c98a5cc1f 6df4f5a2b87d472e9713c5c0ab446480 3e7e3f89a4dd4f838b8517585467242c - - default default] TaaS: Handle Delete Port: e7257572-75f3-4693-8137-6a8a3e979611 2026-05-26 02:45:46.276 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-244cdf84-46c3-46e1-8d29-a69c98a5cc1f 6df4f5a2b87d472e9713c5c0ab446480 3e7e3f89a4dd4f838b8517585467242c - - default default] Tap Mirror: Handle Delete Port: e7257572-75f3-4693-8137-6a8a3e979611 [pid: 7|app: 0|req: 758/1542] 199.204.45.222 () {38 vars in 955 bytes} [Tue May 26 02:45:45 2026] POST /v2.0/ports => generated 958 bytes in 586 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-05-26 02:45:46.586 8 INFO neutron_taas.services.taas.taas_plugin [None req-244cdf84-46c3-46e1-8d29-a69c98a5cc1f 6df4f5a2b87d472e9713c5c0ab446480 3e7e3f89a4dd4f838b8517585467242c - - default default] TaaS: Handle Delete Port: 32ecc389-6fed-431b-b275-72dceb83b890 2026-05-26 02:45:46.589 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-244cdf84-46c3-46e1-8d29-a69c98a5cc1f 6df4f5a2b87d472e9713c5c0ab446480 3e7e3f89a4dd4f838b8517585467242c - - default default] Tap Mirror: Handle Delete Port: 32ecc389-6fed-431b-b275-72dceb83b890 [pid: 7|app: 0|req: 759/1543] 199.204.45.222 () {38 vars in 1028 bytes} [Tue May 26 02:45:46 2026] PUT /v2.0/ports/8c9173ce-9ddf-451c-a59d-b812fc77a365 => generated 1239 bytes in 634 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-05-26 02:45:47.062 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3e3b7993-6d6d-407c-8d7c-946e7b83fe61'] response: {'name': 'network-changed', 'server_uuid': '15e931e7-77ff-411b-9609-75aca39b0c7a', 'tag': '8c9173ce-9ddf-451c-a59d-b812fc77a365', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 760/1544] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:45:47 2026] GET /v2.0/ports?device_id=15e931e7-77ff-411b-9609-75aca39b0c7a => generated 973 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:45:47.142 8 INFO neutron.services.segments.plugin [-] Segment 82899623-6dd5-4e49-b6f2-c062df5c4f71 resource provider aggregate not found 2026-05-26 02:45:47.156 8 INFO neutron.services.segments.plugin [-] Segment 82899623-6dd5-4e49-b6f2-c062df5c4f71 resource provider aggregate not found 2026-05-26 02:45:47.171 8 INFO neutron.services.segments.plugin [-] Segment 82899623-6dd5-4e49-b6f2-c062df5c4f71 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82899623-6dd5-4e49-b6f2-c062df5c4f71 found for delete ", "request_id": "req-04cc9e1b-e741-432c-a5f5-c3fdd412915b"}]} 2026-05-26 02:45:47.175 8 INFO neutron.services.segments.plugin [-] Segment 82899623-6dd5-4e49-b6f2-c062df5c4f71 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82899623-6dd5-4e49-b6f2-c062df5c4f71 found for delete ", "request_id": "req-f5dade42-2363-4292-b658-09eb29bad56a"}]} 2026-05-26 02:45:47.236 8 INFO neutron.db.l3_hamode_db [None req-244cdf84-46c3-46e1-8d29-a69c98a5cc1f 6df4f5a2b87d472e9713c5c0ab446480 3e7e3f89a4dd4f838b8517585467242c - - default default] HA network 40756f6e-3e45-45da-bc19-802b093f4e1f was deleted as no HA routers are present in tenant 3e7e3f89a4dd4f838b8517585467242c. [pid: 8|app: 0|req: 785/1545] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:45:46 2026] DELETE /v2.0/routers/a65370e0-bb3b-4b2f-91f0-33ff0e119842 => generated 0 bytes in 1209 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1546] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:45:47 2026] GET /v2.0/security-groups?id=08018681-a5a9-4787-950e-6b3e6adfa9d5&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1547] 10.0.0.73 () {32 vars in 735 bytes} [Tue May 26 02:45:47 2026] GET /v2.0/ports?device_id=a65370e0-bb3b-4b2f-91f0-33ff0e119842 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 02:45:47.327 8 INFO neutron.api.v2.resource [None req-6bff46c6-e449-47ed-993b-6a139df60652 6df4f5a2b87d472e9713c5c0ab446480 3e7e3f89a4dd4f838b8517585467242c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 788/1548] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:45:47 2026] DELETE /v2.0/routers/a65370e0-bb3b-4b2f-91f0-33ff0e119842 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1549] 10.0.0.73 () {32 vars in 735 bytes} [Tue May 26 02:45:47 2026] GET /v2.0/ports?device_id=f28e86b6-9468-4270-b456-2fbe827a89e8 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 02:45:47.376 8 INFO neutron.api.v2.resource [None req-966aa7ba-43c0-48e3-9ce3-d2b43b8bc4b3 6df4f5a2b87d472e9713c5c0ab446480 3e7e3f89a4dd4f838b8517585467242c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 790/1550] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:45:47 2026] DELETE /v2.0/routers/f28e86b6-9468-4270-b456-2fbe827a89e8 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 02:45:47.395 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7c8bc155-2338-4fe4-909b-0059a03dfa05 6df4f5a2b87d472e9713c5c0ab446480 3e7e3f89a4dd4f838b8517585467242c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 791/1551] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:45:47 2026] DELETE /v2.0/subnets/a60b344d-6423-4e7f-b4f7-f63ec9f2895f => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1552] 10.0.0.73 () {32 vars in 735 bytes} [Tue May 26 02:45:47 2026] GET /v2.0/ports?device_id=ef2f2a8a-bff9-48b2-b413-9ae18d3b904c => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 02:45:47.452 8 INFO neutron.api.v2.resource [None req-37d59d16-60f5-4b6f-87d6-7b1440e74533 6df4f5a2b87d472e9713c5c0ab446480 3e7e3f89a4dd4f838b8517585467242c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 793/1553] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:45:47 2026] DELETE /v2.0/routers/ef2f2a8a-bff9-48b2-b413-9ae18d3b904c => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 02:45:47.469 8 INFO neutron.pecan_wsgi.hooks.translation [None req-93210766-0a80-4c95-9e36-8dfa5110c7f4 6df4f5a2b87d472e9713c5c0ab446480 3e7e3f89a4dd4f838b8517585467242c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 794/1554] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:45:47 2026] DELETE /v2.0/subnets/1c370a38-3367-44c7-a9f1-a77b0e94e33c => 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: 795/1555] 10.0.0.73 () {32 vars in 735 bytes} [Tue May 26 02:45:47 2026] GET /v2.0/ports?device_id=0a2a7c4d-8ccd-4e52-b967-bcf5a52b2534 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 02:45:47.517 8 INFO neutron.api.v2.resource [None req-946be2de-1a30-43dd-91f7-32d4a03ce11c 6df4f5a2b87d472e9713c5c0ab446480 3e7e3f89a4dd4f838b8517585467242c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 796/1556] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:45:47 2026] DELETE /v2.0/routers/0a2a7c4d-8ccd-4e52-b967-bcf5a52b2534 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 02:45:47.537 8 INFO neutron.pecan_wsgi.hooks.translation [None req-21885f5e-3b0c-4d83-aaa8-b7e351d99f0a 6df4f5a2b87d472e9713c5c0ab446480 3e7e3f89a4dd4f838b8517585467242c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 797/1557] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:45:47 2026] DELETE /v2.0/subnets/d108abce-9336-418d-a007-654ad0d6db13 => 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: 761/1558] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:45:47 2026] GET /v2.0/security-groups?tenant_id=599133045bd64b7186366fe0bd2585fb&name=default => generated 2925 bytes in 490 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 02:45:47.562 8 INFO neutron.pecan_wsgi.hooks.translation [None req-db20d9af-e161-4531-aa8e-9e3df603ceb8 6df4f5a2b87d472e9713c5c0ab446480 3e7e3f89a4dd4f838b8517585467242c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 798/1559] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:45:47 2026] DELETE /v2.0/subnets/2daf2faa-743b-437f-9520-d89633ddce85 => 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: 762/1560] 199.204.45.222 () {34 vars in 1080 bytes} [Tue May 26 02:45:47 2026] GET /v2.0/ports?tenant_id=aede7c173bf344de926b7bdd987348f2&device_id=15e931e7-77ff-411b-9609-75aca39b0c7a => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1561] 199.204.45.222 () {34 vars in 1018 bytes} [Tue May 26 02:45:47 2026] GET /v2.0/networks?tenant_id=aede7c173bf344de926b7bdd987348f2&shared=False => generated 768 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1562] 199.204.45.222 () {34 vars in 930 bytes} [Tue May 26 02:45:47 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1563] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:45:47 2026] DELETE /v2.0/security-groups/23f2a096-edd8-4c8a-b382-ce4f02f35aeb => generated 0 bytes in 156 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1564] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:45:47 2026] GET /v2.0/security-groups?tenant_id=37f0a21dbde54ee8a74ddd03ea30ae4b&name=default => generated 2925 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1565] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:45:48 2026] DELETE /v2.0/security-groups/e496f2f7-e39a-4890-9d13-1c9f82419418 => 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: 765/1566] 10.0.0.228 () {34 vars in 990 bytes} [Tue May 26 02:45:47 2026] GET /v2.0/ports?device_id=3368cc4d-9847-445f-9bdd-df74c166e9c8 => generated 1244 bytes in 376 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1567] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:45:48 2026] GET /v2.0/security-groups?tenant_id=3e7e3f89a4dd4f838b8517585467242c&name=default => generated 2925 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1568] 10.0.0.228 () {34 vars in 1040 bytes} [Tue May 26 02:45:48 2026] GET /v2.0/security-groups?id=58220e47-ba24-4fc2-b2b2-57a8cc99fb7a&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1569] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:45:48 2026] GET /v2.0/ports?device_id=15e931e7-77ff-411b-9609-75aca39b0c7a => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1570] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:45:48 2026] DELETE /v2.0/security-groups/070ea030-7ae7-4053-a643-6d04352b1153 => 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: 768/1571] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:45:48 2026] GET /v2.0/security-groups?id=08018681-a5a9-4787-950e-6b3e6adfa9d5&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: 804/1572] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:45:48 2026] GET /v2.0/security-groups?tenant_id=f664f1382ba3449aa25ece289aa26403&name=default => generated 2925 bytes in 185 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1573] 199.204.45.222 () {34 vars in 1080 bytes} [Tue May 26 02:45:48 2026] GET /v2.0/ports?tenant_id=aede7c173bf344de926b7bdd987348f2&device_id=15e931e7-77ff-411b-9609-75aca39b0c7a => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1574] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:45:48 2026] DELETE /v2.0/security-groups/52688745-5d4c-40ed-a7ea-38ee47a668be => generated 0 bytes in 187 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1575] 199.204.45.222 () {34 vars in 1060 bytes} [Tue May 26 02:45:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=8c9173ce-9ddf-451c-a59d-b812fc77a365 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1576] 199.204.45.222 () {34 vars in 984 bytes} [Tue May 26 02:45:48 2026] GET /v2.0/subnets?id=eba15776-e918-4fc1-9b8c-24568b06b547 => generated 690 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1577] 199.204.45.222 () {34 vars in 1052 bytes} [Tue May 26 02:45:48 2026] GET /v2.0/ports?network_id=cb5aa041-3aca-46ab-b155-94856ad934bd&device_owner=network%3Adhcp => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1578] 199.204.45.222 () {34 vars in 1012 bytes} [Tue May 26 02:45:48 2026] GET /v2.0/networks/cb5aa041-3aca-46ab-b155-94856ad934bd?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: 808/1579] 199.204.45.222 () {34 vars in 1112 bytes} [Tue May 26 02:45:48 2026] GET /v2.0/networks/cb5aa041-3aca-46ab-b155-94856ad934bd?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: 772/1580] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:45:49 2026] GET /v2.0/ports?device_id=15e931e7-77ff-411b-9609-75aca39b0c7a => generated 973 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1581] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:45:49 2026] GET /v2.0/security-groups?id=08018681-a5a9-4787-950e-6b3e6adfa9d5&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1582] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:45:50 2026] GET /v2.0/ports?device_id=15e931e7-77ff-411b-9609-75aca39b0c7a => generated 973 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1583] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:45:50 2026] GET /v2.0/security-groups?id=08018681-a5a9-4787-950e-6b3e6adfa9d5&fields=id&fields=name => generated 88 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1584] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:45:51 2026] GET /v2.0/ports?device_id=15e931e7-77ff-411b-9609-75aca39b0c7a => generated 973 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1587] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:45:52 2026] GET /v2.0/security-groups?id=08018681-a5a9-4787-950e-6b3e6adfa9d5&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1588] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:45:53 2026] GET /v2.0/ports?device_id=15e931e7-77ff-411b-9609-75aca39b0c7a => generated 973 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1589] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:45:53 2026] GET /v2.0/security-groups?id=08018681-a5a9-4787-950e-6b3e6adfa9d5&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: 813/1590] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:45:54 2026] GET /v2.0/ports?device_id=15e931e7-77ff-411b-9609-75aca39b0c7a => generated 975 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1591] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:45:54 2026] GET /v2.0/security-groups?id=08018681-a5a9-4787-950e-6b3e6adfa9d5&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1592] 10.0.0.73 () {34 vars in 675 bytes} [Tue May 26 02:45:54 2026] POST /v2.0/subnetpools => generated 516 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1593] 10.0.0.73 () {34 vars in 675 bytes} [Tue May 26 02:45:55 2026] POST /v2.0/subnetpools => generated 516 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1594] 10.0.0.73 () {34 vars in 675 bytes} [Tue May 26 02:45:55 2026] POST /v2.0/subnetpools => generated 516 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1595] 10.0.0.73 () {34 vars in 675 bytes} [Tue May 26 02:45:55 2026] POST /v2.0/subnetpools => generated 516 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1596] 10.0.0.73 () {34 vars in 675 bytes} [Tue May 26 02:45:55 2026] POST /v2.0/subnetpools => generated 516 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1597] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:45:55 2026] GET /v2.0/ports?device_id=15e931e7-77ff-411b-9609-75aca39b0c7a => generated 975 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1598] 10.0.0.73 () {34 vars in 758 bytes} [Tue May 26 02:45:55 2026] PUT /v2.0/subnetpools/f119b3ec-cd7c-47b9-83e4-3d618c393dbb/tags => generated 17 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1599] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:45:55 2026] GET /v2.0/security-groups?id=08018681-a5a9-4787-950e-6b3e6adfa9d5&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1600] 10.0.0.73 () {34 vars in 758 bytes} [Tue May 26 02:45:55 2026] PUT /v2.0/subnetpools/d6d38c77-bc25-4e1b-8d85-c2d9fdd45031/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1601] 10.0.0.73 () {34 vars in 758 bytes} [Tue May 26 02:45:55 2026] PUT /v2.0/subnetpools/68f55924-fa39-4541-bb74-ef2d899023fd/tags => generated 34 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1602] 10.0.0.73 () {34 vars in 758 bytes} [Tue May 26 02:45:55 2026] PUT /v2.0/subnetpools/c9ac2bd3-b3fa-4a15-a6d3-8fa756e7f5cf/tags => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1603] 10.0.0.73 () {32 vars in 671 bytes} [Tue May 26 02:45:55 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1604] 10.0.0.73 () {32 vars in 685 bytes} [Tue May 26 02:45:55 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1605] 10.0.0.73 () {32 vars in 681 bytes} [Tue May 26 02:45:55 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1606] 10.0.0.73 () {32 vars in 693 bytes} [Tue May 26 02:45:55 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1607] 10.0.0.73 () {32 vars in 679 bytes} [Tue May 26 02:45:55 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1608] 10.0.0.73 () {32 vars in 693 bytes} [Tue May 26 02:45:55 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1609] 10.0.0.73 () {32 vars in 689 bytes} [Tue May 26 02:45:56 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1610] 10.0.0.73 () {32 vars in 701 bytes} [Tue May 26 02:45:56 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1611] 10.0.0.73 () {32 vars in 731 bytes} [Tue May 26 02:45:56 2026] DELETE /v2.0/subnetpools/f119b3ec-cd7c-47b9-83e4-3d618c393dbb => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1612] 10.0.0.73 () {32 vars in 731 bytes} [Tue May 26 02:45:56 2026] DELETE /v2.0/subnetpools/d6d38c77-bc25-4e1b-8d85-c2d9fdd45031 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1613] 10.0.0.73 () {32 vars in 731 bytes} [Tue May 26 02:45:56 2026] DELETE /v2.0/subnetpools/68f55924-fa39-4541-bb74-ef2d899023fd => 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: 791/1614] 10.0.0.73 () {32 vars in 731 bytes} [Tue May 26 02:45:56 2026] DELETE /v2.0/subnetpools/c9ac2bd3-b3fa-4a15-a6d3-8fa756e7f5cf => 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: 824/1615] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:45:56 2026] GET /v2.0/security-groups?tenant_id=fdd1c520f6924cfea0a51b30c3ef869a&name=default => generated 2925 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1616] 10.0.0.73 () {32 vars in 731 bytes} [Tue May 26 02:45:56 2026] DELETE /v2.0/subnetpools/cf3aa983-1f28-448b-bb2f-11155bad09f3 => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1617] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:45:56 2026] DELETE /v2.0/security-groups/394b0631-f28c-44ed-af90-06ed65691bb4 => 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: 793/1618] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:45:57 2026] GET /v2.0/ports?device_id=15e931e7-77ff-411b-9609-75aca39b0c7a => generated 975 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1619] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:45:57 2026] GET /v2.0/security-groups?id=08018681-a5a9-4787-950e-6b3e6adfa9d5&fields=id&fields=name => generated 88 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1620] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:45:57 2026] GET /v2.0/security-groups?tenant_id=50d3beac422a4e4cb8dd09d2a9c9a90e&name=default => generated 2925 bytes in 277 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1621] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:45:57 2026] DELETE /v2.0/security-groups/de643762-bc6b-4952-a1ba-e7928abcc5cd => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1622] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:45:57 2026] GET /v2.0/security-groups?tenant_id=8643cdf3ab84438eaf0ce322219fb5bf&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1623] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:45:57 2026] DELETE /v2.0/security-groups/4eaa025b-c922-4608-bb46-15b3a3171a64 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1624] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:45:58 2026] GET /v2.0/security-groups?tenant_id=d313028962c849a99fa36c1f9867f9e0&name=default => generated 2925 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1625] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:45:58 2026] GET /v2.0/ports?device_id=15e931e7-77ff-411b-9609-75aca39b0c7a => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1626] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:45:58 2026] GET /v2.0/security-groups?id=08018681-a5a9-4787-950e-6b3e6adfa9d5&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1627] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:45:58 2026] DELETE /v2.0/security-groups/2cd9ae43-fe4e-4ef5-9296-8515f1324d58 => 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: 799/1628] 199.204.45.222 () {34 vars in 994 bytes} [Tue May 26 02:45:59 2026] GET /v2.0/ports?device_id=15e931e7-77ff-411b-9609-75aca39b0c7a => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1629] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:45:59 2026] GET /v2.0/ports?device_id=15e931e7-77ff-411b-9609-75aca39b0c7a => generated 975 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1630] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:45:59 2026] GET /v2.0/security-groups?id=08018681-a5a9-4787-950e-6b3e6adfa9d5&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 02:45:59.660 7 INFO neutron_taas.services.taas.taas_plugin [req-aea317cd-95fd-4844-88bc-7d0905e3e746 req-82762313-a40b-4491-8ea0-bf2caf56e847 9fb34ca255434bd8884d8d640b1a875d aede7c173bf344de926b7bdd987348f2 - - default default] TaaS: Handle Delete Port: 8c9173ce-9ddf-451c-a59d-b812fc77a365 2026-05-26 02:45:59.664 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-aea317cd-95fd-4844-88bc-7d0905e3e746 req-82762313-a40b-4491-8ea0-bf2caf56e847 9fb34ca255434bd8884d8d640b1a875d aede7c173bf344de926b7bdd987348f2 - - default default] Tap Mirror: Handle Delete Port: 8c9173ce-9ddf-451c-a59d-b812fc77a365 [pid: 7|app: 0|req: 800/1631] 199.204.45.222 () {36 vars in 997 bytes} [Tue May 26 02:45:59 2026] DELETE /v2.0/ports/8c9173ce-9ddf-451c-a59d-b812fc77a365 => generated 0 bytes in 281 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:45:59.847 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1aae2efb-6ed6-4df3-a032-f4ae0a4b13f3'] response: {'server_uuid': '15e931e7-77ff-411b-9609-75aca39b0c7a', 'name': 'network-vif-deleted', 'tag': '8c9173ce-9ddf-451c-a59d-b812fc77a365', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 832/1632] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:46:00 2026] GET /v2.0/ports?device_id=15e931e7-77ff-411b-9609-75aca39b0c7a => 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: 833/1633] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:46:01 2026] GET /v2.0/ports?device_id=15e931e7-77ff-411b-9609-75aca39b0c7a => 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: 801/1634] 10.0.0.73 () {34 vars in 677 bytes} [Tue May 26 02:46:01 2026] POST /v2.0/qos/policies => generated 359 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1635] 10.0.0.73 () {34 vars in 752 bytes} [Tue May 26 02:46:01 2026] PUT /v2.0/policies/efb4bf47-84b1-4d3f-8887-8a21cb4c5c85/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: 802/1636] 10.0.0.73 () {32 vars in 732 bytes} [Tue May 26 02:46:01 2026] GET /v2.0/policies/efb4bf47-84b1-4d3f-8887-8a21cb4c5c85/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1637] 10.0.0.73 () {34 vars in 763 bytes} [Tue May 26 02:46:02 2026] PUT /v2.0/policies/efb4bf47-84b1-4d3f-8887-8a21cb4c5c85/tags/green => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1638] 10.0.0.73 () {32 vars in 732 bytes} [Tue May 26 02:46:02 2026] GET /v2.0/policies/efb4bf47-84b1-4d3f-8887-8a21cb4c5c85/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1639] 10.0.0.73 () {34 vars in 759 bytes} [Tue May 26 02:46:02 2026] PUT /v2.0/policies/efb4bf47-84b1-4d3f-8887-8a21cb4c5c85/tags/red => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1640] 10.0.0.73 () {32 vars in 732 bytes} [Tue May 26 02:46:02 2026] GET /v2.0/policies/efb4bf47-84b1-4d3f-8887-8a21cb4c5c85/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1641] 10.0.0.73 () {34 vars in 781 bytes} [Tue May 26 02:46:02 2026] PUT /v2.0/policies/efb4bf47-84b1-4d3f-8887-8a21cb4c5c85/tags/black.or.white => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1642] 10.0.0.73 () {32 vars in 732 bytes} [Tue May 26 02:46:02 2026] GET /v2.0/policies/efb4bf47-84b1-4d3f-8887-8a21cb4c5c85/tags => generated 52 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1643] 10.0.0.73 () {34 vars in 752 bytes} [Tue May 26 02:46:02 2026] PUT /v2.0/policies/efb4bf47-84b1-4d3f-8887-8a21cb4c5c85/tags => generated 37 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1644] 10.0.0.73 () {32 vars in 732 bytes} [Tue May 26 02:46:02 2026] GET /v2.0/policies/efb4bf47-84b1-4d3f-8887-8a21cb4c5c85/tags => generated 37 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1645] 10.0.0.73 () {32 vars in 740 bytes} [Tue May 26 02:46:02 2026] GET /v2.0/policies/efb4bf47-84b1-4d3f-8887-8a21cb4c5c85/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 02:46:02.484 7 INFO neutron.api.v2.resource [None req-bf6cb24e-cd09-4ef8-a4a4-59a2c0727130 58dd7123694d4241887fbbf97fcb26ac e1897aedd7664751bbbd7556c199611a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 807/1646] 10.0.0.73 () {32 vars in 744 bytes} [Tue May 26 02:46:02 2026] GET /v2.0/policies/efb4bf47-84b1-4d3f-8887-8a21cb4c5c85/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1647] 10.0.0.73 () {32 vars in 743 bytes} [Tue May 26 02:46:02 2026] DELETE /v2.0/policies/efb4bf47-84b1-4d3f-8887-8a21cb4c5c85/tags/red => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1648] 10.0.0.73 () {32 vars in 732 bytes} [Tue May 26 02:46:02 2026] GET /v2.0/policies/efb4bf47-84b1-4d3f-8887-8a21cb4c5c85/tags => generated 30 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 02:46:02.630 8 INFO neutron.api.v2.resource [None req-1cc764ab-5bd5-41d0-bbf3-0de5fbb4ac5f 58dd7123694d4241887fbbf97fcb26ac e1897aedd7664751bbbd7556c199611a - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 841/1649] 10.0.0.73 () {32 vars in 747 bytes} [Tue May 26 02:46:02 2026] DELETE /v2.0/policies/efb4bf47-84b1-4d3f-8887-8a21cb4c5c85/tags/green => generated 99 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1650] 10.0.0.73 () {32 vars in 735 bytes} [Tue May 26 02:46:02 2026] DELETE /v2.0/policies/efb4bf47-84b1-4d3f-8887-8a21cb4c5c85/tags => 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: 842/1651] 10.0.0.73 () {32 vars in 732 bytes} [Tue May 26 02:46:02 2026] GET /v2.0/policies/efb4bf47-84b1-4d3f-8887-8a21cb4c5c85/tags => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1652] 10.0.0.73 () {32 vars in 733 bytes} [Tue May 26 02:46:02 2026] DELETE /v2.0/qos/policies/efb4bf47-84b1-4d3f-8887-8a21cb4c5c85 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1653] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:46:02 2026] GET /v2.0/ports?device_id=15e931e7-77ff-411b-9609-75aca39b0c7a => 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: 811/1654] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:46:03 2026] GET /v2.0/ports?device_id=3368cc4d-9847-445f-9bdd-df74c166e9c8 => generated 975 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1655] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:46:03 2026] GET /v2.0/security-groups?id=58220e47-ba24-4fc2-b2b2-57a8cc99fb7a&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: 813/1656] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:46:03 2026] GET /v2.0/ports?device_id=3368cc4d-9847-445f-9bdd-df74c166e9c8 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1657] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:46:03 2026] GET /v2.0/security-groups?id=58220e47-ba24-4fc2-b2b2-57a8cc99fb7a&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: 844/1658] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:46:03 2026] GET /v2.0/security-groups?tenant_id=6d52ee27f45f42a0bab5f8d1b2212676&name=default => generated 2925 bytes in 256 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1659] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:46:03 2026] DELETE /v2.0/security-groups/36d1b457-2590-412e-a131-5178e53905a5 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1660] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:46:04 2026] GET /v2.0/security-groups?tenant_id=e1897aedd7664751bbbd7556c199611a&name=default => generated 2925 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1661] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:46:04 2026] GET /v2.0/ports?device_id=3368cc4d-9847-445f-9bdd-df74c166e9c8 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1662] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:46:04 2026] GET /v2.0/security-groups?id=58220e47-ba24-4fc2-b2b2-57a8cc99fb7a&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1663] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:46:04 2026] DELETE /v2.0/security-groups/bb107eea-e9b2-4b68-a59b-d233c0f4aa9a => 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: 847/1664] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:46:05 2026] GET /v2.0/ports?device_id=3368cc4d-9847-445f-9bdd-df74c166e9c8 => generated 975 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1665] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:46:05 2026] GET /v2.0/security-groups?id=58220e47-ba24-4fc2-b2b2-57a8cc99fb7a&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:46:05.620 7 INFO neutron_taas.services.taas.taas_plugin [None req-ca7fd2eb-49f2-4959-9092-e7c177e114d5 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] TaaS: Handle Delete Port: 54327a21-9867-4d0a-856b-4aeef3f166b7 2026-05-26 02:46:05.624 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ca7fd2eb-49f2-4959-9092-e7c177e114d5 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Tap Mirror: Handle Delete Port: 54327a21-9867-4d0a-856b-4aeef3f166b7 [pid: 8|app: 0|req: 849/1666] 199.204.45.222 () {34 vars in 1080 bytes} [Tue May 26 02:46:05 2026] GET /v2.0/ports?tenant_id=b28afe588caa4e369c39c803a235de0f&device_id=3368cc4d-9847-445f-9bdd-df74c166e9c8 => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1667] 199.204.45.222 () {34 vars in 986 bytes} [Tue May 26 02:46:05 2026] GET /v2.0/networks?id=311baf8f-1983-41e7-99b1-d9102088c9dd => generated 771 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1668] 199.204.45.222 () {34 vars in 1060 bytes} [Tue May 26 02:46:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=f06b8fd2-2d90-4e74-a843-ca932f573b07 => generated 861 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1669] 199.204.45.222 () {34 vars in 984 bytes} [Tue May 26 02:46:05 2026] GET /v2.0/subnets?id=1891ae89-93ec-4ef5-8737-6637d4490280 => generated 693 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1670] 199.204.45.222 () {34 vars in 1052 bytes} [Tue May 26 02:46:05 2026] GET /v2.0/ports?network_id=311baf8f-1983-41e7-99b1-d9102088c9dd&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: 854/1671] 199.204.45.222 () {34 vars in 1012 bytes} [Tue May 26 02:46:05 2026] GET /v2.0/networks/311baf8f-1983-41e7-99b1-d9102088c9dd?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: 855/1672] 199.204.45.222 () {34 vars in 1112 bytes} [Tue May 26 02:46:05 2026] GET /v2.0/networks/311baf8f-1983-41e7-99b1-d9102088c9dd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1673] 10.0.0.73 () {34 vars in 788 bytes} [Tue May 26 02:46:05 2026] PUT /v2.0/routers/fc1f2b0f-8def-40cd-bc4f-6a4359402a58/remove_router_interface => generated 309 bytes in 1072 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1674] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:46:06 2026] GET /v2.0/ports?device_id=3368cc4d-9847-445f-9bdd-df74c166e9c8 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1675] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:46:06 2026] GET /v2.0/security-groups?id=58220e47-ba24-4fc2-b2b2-57a8cc99fb7a&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:46:06.992 8 INFO neutron_taas.services.taas.taas_plugin [None req-58b156b1-62d6-4aa0-8b66-e4565e4a0122 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] TaaS: Handle Delete Port: f54e523a-eb33-4844-b8fa-d332029f06fd 2026-05-26 02:46:06.996 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-58b156b1-62d6-4aa0-8b66-e4565e4a0122 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Tap Mirror: Handle Delete Port: f54e523a-eb33-4844-b8fa-d332029f06fd 2026-05-26 02:46:07.275 8 INFO neutron_taas.services.taas.taas_plugin [None req-58b156b1-62d6-4aa0-8b66-e4565e4a0122 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] TaaS: Handle Delete Port: de866312-f0f8-42d6-bac6-a09c554b3624 2026-05-26 02:46:07.278 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-58b156b1-62d6-4aa0-8b66-e4565e4a0122 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Tap Mirror: Handle Delete Port: de866312-f0f8-42d6-bac6-a09c554b3624 [pid: 7|app: 0|req: 823/1678] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:46:07 2026] GET /v2.0/security-groups?tenant_id=ede3240bdf7c43369b862ed1c8e50655&name=default => generated 2925 bytes in 327 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1679] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:46:07 2026] DELETE /v2.0/security-groups/c7795338-2208-496c-96f9-106850792e42 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 02:46:07.694 8 INFO neutron.services.segments.plugin [-] Segment b7edab6b-6cbe-4742-ac5c-81cec670c3d8 resource provider aggregate not found 2026-05-26 02:46:07.699 8 INFO neutron.services.segments.plugin [-] Segment b7edab6b-6cbe-4742-ac5c-81cec670c3d8 resource provider aggregate not found 2026-05-26 02:46:07.715 8 INFO neutron.services.segments.plugin [-] Segment b7edab6b-6cbe-4742-ac5c-81cec670c3d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b7edab6b-6cbe-4742-ac5c-81cec670c3d8 found for delete ", "request_id": "req-c25e60db-f4ea-4f31-b248-0e4548746257"}]} 2026-05-26 02:46:07.717 8 INFO neutron.services.segments.plugin [-] Segment b7edab6b-6cbe-4742-ac5c-81cec670c3d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b7edab6b-6cbe-4742-ac5c-81cec670c3d8 found for delete ", "request_id": "req-86302885-f569-4763-b979-6e5ff0214697"}]} [pid: 7|app: 0|req: 825/1680] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:46:07 2026] GET /v2.0/ports?device_id=3368cc4d-9847-445f-9bdd-df74c166e9c8 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1681] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:46:07 2026] GET /v2.0/security-groups?id=58220e47-ba24-4fc2-b2b2-57a8cc99fb7a&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-05-26 02:46:07.797 8 INFO neutron.db.l3_hamode_db [None req-58b156b1-62d6-4aa0-8b66-e4565e4a0122 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] HA network 69973fd4-d5ec-4c98-a9b5-e2a2c6bc7cdc was deleted as no HA routers are present in tenant aede7c173bf344de926b7bdd987348f2. [pid: 8|app: 0|req: 856/1682] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:46:06 2026] DELETE /v2.0/routers/fc1f2b0f-8def-40cd-bc4f-6a4359402a58 => generated 0 bytes in 1533 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 02:46:07.983 7 INFO neutron.db.segments_db [None req-5c9d6045-fd9f-4cd1-ab91-89b21a0099e6 eb25629ae1f040e1acb0eae94cd1c599 485e28661b5548dcae6f2730882fe69f - - default default] Added segment 93e21d54-eeda-4ccd-86c4-fd32a9e290d5 of type vxlan for network 28035060-8fc9-4772-8270-4cff0b19ca3f [pid: 8|app: 0|req: 857/1683] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:46:07 2026] DELETE /v2.0/subnets/eba15776-e918-4fc1-9b8c-24568b06b547 => generated 0 bytes in 225 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:46:08.153 8 INFO neutron_taas.services.taas.taas_plugin [None req-10993c5d-e78d-4982-b3a7-129a7b908a97 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] TaaS: Handle Delete Port: f80b4bc5-bd82-46b5-a4f0-eb447a11ac31 2026-05-26 02:46:08.158 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-10993c5d-e78d-4982-b3a7-129a7b908a97 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Tap Mirror: Handle Delete Port: f80b4bc5-bd82-46b5-a4f0-eb447a11ac31 [pid: 8|app: 0|req: 858/1684] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:46:08 2026] DELETE /v2.0/networks/cb5aa041-3aca-46ab-b155-94856ad934bd => generated 0 bytes in 424 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:46:08.518 7 INFO neutron.db.l3_hamode_db [None req-5c9d6045-fd9f-4cd1-ab91-89b21a0099e6 eb25629ae1f040e1acb0eae94cd1c599 485e28661b5548dcae6f2730882fe69f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 859/1685] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:46:08 2026] GET /v2.0/security-groups?tenant_id=aede7c173bf344de926b7bdd987348f2&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 02:46:08.714 7 INFO neutron.db.l3_hamode_db [None req-5c9d6045-fd9f-4cd1-ab91-89b21a0099e6 eb25629ae1f040e1acb0eae94cd1c599 485e28661b5548dcae6f2730882fe69f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 860/1686] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:46:08 2026] DELETE /v2.0/security-groups/08018681-a5a9-4787-950e-6b3e6adfa9d5 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1687] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:46:08 2026] GET /v2.0/ports?device_id=3368cc4d-9847-445f-9bdd-df74c166e9c8 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1688] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:46:08 2026] GET /v2.0/security-groups?id=58220e47-ba24-4fc2-b2b2-57a8cc99fb7a&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:46:09.736 8 INFO neutron.services.segments.plugin [-] Segment 1abb7dcb-3f92-468d-a76d-5971ce442d70 resource provider aggregate not found 2026-05-26 02:46:09.740 8 INFO neutron.services.segments.plugin [-] Segment 1abb7dcb-3f92-468d-a76d-5971ce442d70 resource provider aggregate not found 2026-05-26 02:46:09.754 8 INFO neutron.services.segments.plugin [-] Segment 1abb7dcb-3f92-468d-a76d-5971ce442d70 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1abb7dcb-3f92-468d-a76d-5971ce442d70 found for delete ", "request_id": "req-a5512d85-ed7e-40ad-abc8-5a61f0ca38cb"}]} 2026-05-26 02:46:09.762 8 INFO neutron.services.segments.plugin [-] Segment 1abb7dcb-3f92-468d-a76d-5971ce442d70 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1abb7dcb-3f92-468d-a76d-5971ce442d70 found for delete ", "request_id": "req-b40cc3ef-a4dc-40af-97b6-49ec081e4c14"}]} [pid: 7|app: 0|req: 827/1689] 10.0.0.73 () {34 vars in 667 bytes} [Tue May 26 02:46:07 2026] POST /v2.0/routers => generated 474 bytes in 2142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1690] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:46:10 2026] GET /v2.0/ports?device_id=3368cc4d-9847-445f-9bdd-df74c166e9c8 => generated 975 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1691] 10.0.0.73 () {34 vars in 750 bytes} [Tue May 26 02:46:09 2026] PUT /v2.0/routers/5b8d6a95-a27d-4b87-a9e0-74fac3bd8bf3/tags => generated 25 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1692] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:46:10 2026] GET /v2.0/security-groups?id=58220e47-ba24-4fc2-b2b2-57a8cc99fb7a&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1693] 10.0.0.73 () {32 vars in 730 bytes} [Tue May 26 02:46:10 2026] GET /v2.0/routers/5b8d6a95-a27d-4b87-a9e0-74fac3bd8bf3/tags => generated 25 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1694] 10.0.0.73 () {34 vars in 761 bytes} [Tue May 26 02:46:10 2026] PUT /v2.0/routers/5b8d6a95-a27d-4b87-a9e0-74fac3bd8bf3/tags/green => generated 4 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1695] 10.0.0.73 () {32 vars in 730 bytes} [Tue May 26 02:46:10 2026] GET /v2.0/routers/5b8d6a95-a27d-4b87-a9e0-74fac3bd8bf3/tags => generated 34 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1696] 10.0.0.73 () {34 vars in 757 bytes} [Tue May 26 02:46:10 2026] PUT /v2.0/routers/5b8d6a95-a27d-4b87-a9e0-74fac3bd8bf3/tags/red => generated 4 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1697] 10.0.0.73 () {32 vars in 730 bytes} [Tue May 26 02:46:10 2026] GET /v2.0/routers/5b8d6a95-a27d-4b87-a9e0-74fac3bd8bf3/tags => generated 34 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1698] 10.0.0.73 () {34 vars in 779 bytes} [Tue May 26 02:46:10 2026] PUT /v2.0/routers/5b8d6a95-a27d-4b87-a9e0-74fac3bd8bf3/tags/black.or.white => generated 4 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1699] 10.0.0.73 () {32 vars in 730 bytes} [Tue May 26 02:46:11 2026] GET /v2.0/routers/5b8d6a95-a27d-4b87-a9e0-74fac3bd8bf3/tags => generated 52 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1700] 10.0.0.73 () {34 vars in 750 bytes} [Tue May 26 02:46:11 2026] PUT /v2.0/routers/5b8d6a95-a27d-4b87-a9e0-74fac3bd8bf3/tags => generated 37 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1701] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:46:11 2026] GET /v2.0/ports?device_id=3368cc4d-9847-445f-9bdd-df74c166e9c8 => generated 973 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1702] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:46:11 2026] GET /v2.0/security-groups?id=58220e47-ba24-4fc2-b2b2-57a8cc99fb7a&fields=id&fields=name => generated 114 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1703] 10.0.0.73 () {32 vars in 730 bytes} [Tue May 26 02:46:11 2026] GET /v2.0/routers/5b8d6a95-a27d-4b87-a9e0-74fac3bd8bf3/tags => generated 37 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 02:46:11.738 8 INFO neutron.db.segments_db [None req-53be1c9a-ceb6-44b4-8d51-53989df507f4 73d059920992483bb750ba6e5b092650 8d94844b8bcc40399fd329f08133c484 - - default default] Added segment 0a29017d-ed80-4f05-a043-70bdcd90df4a of type vxlan for network 9e4f5372-c62a-4e72-9ecb-d2fb456d3ed3 [pid: 8|app: 0|req: 870/1704] 10.0.0.73 () {34 vars in 670 bytes} [Tue May 26 02:46:11 2026] POST /v2.0/networks => generated 613 bytes in 434 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 02:46:11.903 8 INFO neutron.db.segments_db [None req-230c5eed-273e-4cc1-b9da-2b5817d55f8a 73d059920992483bb750ba6e5b092650 8d94844b8bcc40399fd329f08133c484 - - default default] Added segment ef223b9a-862e-4c88-9c65-0d75fa8385d1 of type vxlan for network a9afb6b6-98db-4fd7-80e8-36e01303416d [pid: 7|app: 0|req: 835/1705] 10.0.0.73 () {32 vars in 738 bytes} [Tue May 26 02:46:11 2026] GET /v2.0/routers/5b8d6a95-a27d-4b87-a9e0-74fac3bd8bf3/tags/red => generated 0 bytes in 594 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 02:46:12.156 7 INFO neutron.api.v2.resource [None req-b21def9f-2187-4261-a399-9158212ba6ef eb25629ae1f040e1acb0eae94cd1c599 485e28661b5548dcae6f2730882fe69f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 836/1706] 10.0.0.73 () {32 vars in 742 bytes} [Tue May 26 02:46:12 2026] GET /v2.0/routers/5b8d6a95-a27d-4b87-a9e0-74fac3bd8bf3/tags/green => generated 99 bytes in 103 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-26 02:46:12.196 8 INFO neutron.db.l3_hamode_db [None req-230c5eed-273e-4cc1-b9da-2b5817d55f8a 73d059920992483bb750ba6e5b092650 8d94844b8bcc40399fd329f08133c484 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 837/1707] 10.0.0.73 () {32 vars in 741 bytes} [Tue May 26 02:46:12 2026] DELETE /v2.0/routers/5b8d6a95-a27d-4b87-a9e0-74fac3bd8bf3/tags/red => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1708] 10.0.0.73 () {32 vars in 730 bytes} [Tue May 26 02:46:12 2026] GET /v2.0/routers/5b8d6a95-a27d-4b87-a9e0-74fac3bd8bf3/tags => generated 30 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 02:46:12.514 7 INFO neutron.api.v2.resource [None req-3a4d6d30-3139-4bb5-b2ee-d261c4f80c01 eb25629ae1f040e1acb0eae94cd1c599 485e28661b5548dcae6f2730882fe69f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 839/1709] 10.0.0.73 () {32 vars in 745 bytes} [Tue May 26 02:46:12 2026] DELETE /v2.0/routers/5b8d6a95-a27d-4b87-a9e0-74fac3bd8bf3/tags/green => generated 99 bytes in 134 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1710] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:46:12 2026] GET /v2.0/ports?device_id=3368cc4d-9847-445f-9bdd-df74c166e9c8 => generated 973 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1711] 10.0.0.73 () {32 vars in 733 bytes} [Tue May 26 02:46:12 2026] DELETE /v2.0/routers/5b8d6a95-a27d-4b87-a9e0-74fac3bd8bf3/tags => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1712] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:46:12 2026] GET /v2.0/security-groups?id=58220e47-ba24-4fc2-b2b2-57a8cc99fb7a&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1713] 10.0.0.73 () {32 vars in 730 bytes} [Tue May 26 02:46:12 2026] GET /v2.0/routers/5b8d6a95-a27d-4b87-a9e0-74fac3bd8bf3/tags => generated 12 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1714] 10.0.0.73 () {32 vars in 720 bytes} [Tue May 26 02:46:12 2026] GET /v2.0/routers/5b8d6a95-a27d-4b87-a9e0-74fac3bd8bf3 => generated 480 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:46:13.096 8 INFO neutron.db.l3_hamode_db [None req-230c5eed-273e-4cc1-b9da-2b5817d55f8a 73d059920992483bb750ba6e5b092650 8d94844b8bcc40399fd329f08133c484 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 845/1715] 10.0.0.73 () {34 vars in 741 bytes} [Tue May 26 02:46:12 2026] PUT /v2.0/routers/5b8d6a95-a27d-4b87-a9e0-74fac3bd8bf3 => generated 480 bytes in 704 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1716] 10.0.0.73 () {32 vars in 735 bytes} [Tue May 26 02:46:13 2026] GET /v2.0/ports?device_id=5b8d6a95-a27d-4b87-a9e0-74fac3bd8bf3 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 02:46:13.974 7 INFO neutron_taas.services.taas.taas_plugin [None req-1316cb99-74b6-4fd2-b9a4-0197282867d0 eb25629ae1f040e1acb0eae94cd1c599 485e28661b5548dcae6f2730882fe69f - - default default] TaaS: Handle Delete Port: 2c22e4d8-35b4-4dad-9844-c4a2dad88d3d 2026-05-26 02:46:13.980 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1316cb99-74b6-4fd2-b9a4-0197282867d0 eb25629ae1f040e1acb0eae94cd1c599 485e28661b5548dcae6f2730882fe69f - - default default] Tap Mirror: Handle Delete Port: 2c22e4d8-35b4-4dad-9844-c4a2dad88d3d [pid: 8|app: 0|req: 871/1717] 10.0.0.73 () {34 vars in 668 bytes} [Tue May 26 02:46:11 2026] POST /v2.0/routers => generated 694 bytes in 2317 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1718] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:46:14 2026] GET /v2.0/ports?device_id=3368cc4d-9847-445f-9bdd-df74c166e9c8 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1719] 10.0.0.73 () {32 vars in 775 bytes} [Tue May 26 02:46:14 2026] GET /v2.0/subnets?project_id=8d94844b8bcc40399fd329f08133c484&cidr=10.100.0.0%2F28 => generated 14 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1720] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:46:14 2026] GET /v2.0/security-groups?id=58220e47-ba24-4fc2-b2b2-57a8cc99fb7a&fields=id&fields=name => generated 114 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:46:14.453 7 INFO neutron.services.segments.plugin [-] Segment 93e21d54-eeda-4ccd-86c4-fd32a9e290d5 resource provider aggregate not found 2026-05-26 02:46:14.455 7 INFO neutron.services.segments.plugin [-] Segment 93e21d54-eeda-4ccd-86c4-fd32a9e290d5 resource provider aggregate not found 2026-05-26 02:46:14.475 7 INFO neutron.services.segments.plugin [-] Segment 93e21d54-eeda-4ccd-86c4-fd32a9e290d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 93e21d54-eeda-4ccd-86c4-fd32a9e290d5 found for delete ", "request_id": "req-3c7e6fd4-c385-4135-9c5a-a5033a4e559a"}]} 2026-05-26 02:46:14.479 7 INFO neutron.services.segments.plugin [-] Segment 93e21d54-eeda-4ccd-86c4-fd32a9e290d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 93e21d54-eeda-4ccd-86c4-fd32a9e290d5 found for delete ", "request_id": "req-cc267da3-bcef-4513-bc42-3dfdc631bd53"}]} 2026-05-26 02:46:14.497 7 INFO neutron.db.l3_hamode_db [None req-1316cb99-74b6-4fd2-b9a4-0197282867d0 eb25629ae1f040e1acb0eae94cd1c599 485e28661b5548dcae6f2730882fe69f - - default default] HA network 28035060-8fc9-4772-8270-4cff0b19ca3f was deleted as no HA routers are present in tenant 485e28661b5548dcae6f2730882fe69f. [pid: 7|app: 0|req: 847/1721] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:46:13 2026] DELETE /v2.0/routers/5b8d6a95-a27d-4b87-a9e0-74fac3bd8bf3 => generated 0 bytes in 823 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1722] 10.0.0.73 () {32 vars in 693 bytes} [Tue May 26 02:46:14 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1723] 10.0.0.73 () {32 vars in 783 bytes} [Tue May 26 02:46:14 2026] GET /v2.0/subnets?network_id=8839bb7c-f994-4227-b4d6-428390fc5fe7&cidr=10.100.0.0%2F28 => generated 14 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1724] 10.0.0.73 () {34 vars in 668 bytes} [Tue May 26 02:46:14 2026] POST /v2.0/subnets => generated 656 bytes in 332 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1725] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:46:15 2026] GET /v2.0/security-groups?tenant_id=90f77a509fc243bea03883698e3bbd25&name=default => generated 2925 bytes in 274 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1726] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:46:15 2026] DELETE /v2.0/security-groups/1512356c-f71a-4a8a-8111-2ffd09395ffa => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1727] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:46:15 2026] GET /v2.0/security-groups?tenant_id=485e28661b5548dcae6f2730882fe69f&name=default => generated 2925 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1728] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:46:16 2026] DELETE /v2.0/security-groups/9c3c1f2d-343b-48b9-86bc-2fef04ffc986 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1729] 10.0.0.73 () {34 vars in 782 bytes} [Tue May 26 02:46:14 2026] PUT /v2.0/routers/df94803f-d77e-45a5-b233-d045809bad3b/add_router_interface => generated 309 bytes in 1545 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1730] 10.0.0.73 () {32 vars in 648 bytes} [Tue May 26 02:46:16 2026] GET /v2.0/networks => generated 5059 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1731] 10.0.0.73 () {32 vars in 646 bytes} [Tue May 26 02:46:16 2026] GET /v2.0/subnets => generated 3896 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1732] 10.0.0.73 () {32 vars in 646 bytes} [Tue May 26 02:46:16 2026] GET /v2.0/routers => generated 1463 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1733] 10.0.0.73 () {34 vars in 684 bytes} [Tue May 26 02:46:16 2026] POST /v2.0/security-groups => generated 1675 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1734] 10.0.0.73 () {34 vars in 694 bytes} [Tue May 26 02:46:16 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: 7|app: 0|req: 852/1735] 10.0.0.73 () {34 vars in 694 bytes} [Tue May 26 02:46:17 2026] POST /v2.0/security-group-rules => generated 596 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1736] 10.0.0.73 () {34 vars in 694 bytes} [Tue May 26 02:46:17 2026] POST /v2.0/security-group-rules => generated 602 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1737] 10.0.0.73 () {34 vars in 694 bytes} [Tue May 26 02:46:17 2026] POST /v2.0/security-group-rules => generated 601 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 02:46:17.488 8 INFO neutron.db.securitygroups_db [None req-cf96f403-d797-4f06-a298-510d068d3a47 73d059920992483bb750ba6e5b092650 8d94844b8bcc40399fd329f08133c484 - - default default] Project 8d94844b8bcc40399fd329f08133c484 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: 885/1738] 10.0.0.73 () {34 vars in 694 bytes} [Tue May 26 02:46:17 2026] POST /v2.0/security-group-rules => generated 607 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 02:46:17.665 7 INFO neutron.db.securitygroups_db [None req-c2041d37-879d-44e9-a39e-3f13545faa8b 73d059920992483bb750ba6e5b092650 8d94844b8bcc40399fd329f08133c484 - - default default] Project 8d94844b8bcc40399fd329f08133c484 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: 854/1739] 10.0.0.73 () {34 vars in 694 bytes} [Tue May 26 02:46:17 2026] POST /v2.0/security-group-rules => generated 606 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1740] 10.0.0.73 () {32 vars in 648 bytes} [Tue May 26 02:46:18 2026] GET /v2.0/networks => generated 1297 bytes in 350 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1741] 10.0.0.4 () {34 vars in 1098 bytes} [Tue May 26 02:46:18 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1172100556&fields=id&tenant_id=8d94844b8bcc40399fd329f08133c484 => 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: 887/1742] 10.0.0.4 () {34 vars in 980 bytes} [Tue May 26 02:46:18 2026] GET /v2.0/networks?id=9e4f5372-c62a-4e72-9ecb-d2fb456d3ed3 => generated 660 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1743] 10.0.0.4 () {34 vars in 963 bytes} [Tue May 26 02:46:18 2026] GET /v2.0/quotas/8d94844b8bcc40399fd329f08133c484 => 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: 888/1744] 10.0.0.4 () {34 vars in 1000 bytes} [Tue May 26 02:46:18 2026] GET /v2.0/ports?tenant_id=8d94844b8bcc40399fd329f08133c484&fields=id => generated 103 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1745] 10.0.0.4 () {34 vars in 1006 bytes} [Tue May 26 02:46:18 2026] GET /v2.0/networks/9e4f5372-c62a-4e72-9ecb-d2fb456d3ed3?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1746] 10.0.0.4 () {34 vars in 1106 bytes} [Tue May 26 02:46:18 2026] GET /v2.0/networks/9e4f5372-c62a-4e72-9ecb-d2fb456d3ed3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1747] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:46:19 2026] GET /v2.0/ports?device_id=bd2faf04-d78e-4582-96af-848ab08e069d => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 02:46:19.982 8 INFO neutron.db.segments_db [None req-d772a9e7-5d57-4e6b-88c2-662491fd283f aad58ebbc2ef4940bd9b8635580708c4 44cdee8b71c14322a9251d23e6d1afde - - default default] Added segment f71be776-258d-4b7a-9c59-02c62c2bf35a of type vxlan for network b5bc4f63-73ce-449c-b9ee-4c7bedce46d5 [pid: 8|app: 0|req: 890/1748] 10.0.0.73 () {34 vars in 669 bytes} [Tue May 26 02:46:19 2026] POST /v2.0/networks => generated 612 bytes in 447 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1749] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:46:20 2026] GET /v2.0/ports?device_id=bd2faf04-d78e-4582-96af-848ab08e069d => 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: 859/1750] 10.0.0.73 () {34 vars in 663 bytes} [Tue May 26 02:46:20 2026] POST /v2.0/ports => generated 743 bytes in 443 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1751] 10.0.0.73 () {34 vars in 665 bytes} [Tue May 26 02:46:20 2026] POST /v2.0/trunks => generated 407 bytes in 293 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: 860/1752] 10.0.0.73 () {34 vars in 748 bytes} [Tue May 26 02:46:20 2026] PUT /v2.0/trunks/e5ba930e-3449-4549-bda6-08da33331b36/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1753] 10.0.0.73 () {32 vars in 728 bytes} [Tue May 26 02:46:20 2026] GET /v2.0/trunks/e5ba930e-3449-4549-bda6-08da33331b36/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: 861/1754] 10.0.0.73 () {34 vars in 759 bytes} [Tue May 26 02:46:20 2026] PUT /v2.0/trunks/e5ba930e-3449-4549-bda6-08da33331b36/tags/green => generated 4 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1755] 10.0.0.73 () {32 vars in 728 bytes} [Tue May 26 02:46:20 2026] GET /v2.0/trunks/e5ba930e-3449-4549-bda6-08da33331b36/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1756] 10.0.0.73 () {34 vars in 755 bytes} [Tue May 26 02:46:21 2026] PUT /v2.0/trunks/e5ba930e-3449-4549-bda6-08da33331b36/tags/red => generated 4 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1757] 10.0.0.73 () {32 vars in 728 bytes} [Tue May 26 02:46:21 2026] GET /v2.0/trunks/e5ba930e-3449-4549-bda6-08da33331b36/tags => generated 34 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1758] 10.0.0.73 () {34 vars in 777 bytes} [Tue May 26 02:46:21 2026] PUT /v2.0/trunks/e5ba930e-3449-4549-bda6-08da33331b36/tags/black.or.white => generated 4 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1759] 10.0.0.73 () {32 vars in 728 bytes} [Tue May 26 02:46:21 2026] GET /v2.0/trunks/e5ba930e-3449-4549-bda6-08da33331b36/tags => generated 52 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1760] 10.0.0.73 () {34 vars in 748 bytes} [Tue May 26 02:46:21 2026] PUT /v2.0/trunks/e5ba930e-3449-4549-bda6-08da33331b36/tags => generated 37 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1761] 10.0.0.73 () {32 vars in 728 bytes} [Tue May 26 02:46:21 2026] GET /v2.0/trunks/e5ba930e-3449-4549-bda6-08da33331b36/tags => generated 37 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1762] 10.0.0.73 () {32 vars in 736 bytes} [Tue May 26 02:46:21 2026] GET /v2.0/trunks/e5ba930e-3449-4549-bda6-08da33331b36/tags/red => generated 0 bytes in 26 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1763] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:46:21 2026] GET /v2.0/ports?device_id=bd2faf04-d78e-4582-96af-848ab08e069d => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 02:46:21.317 7 INFO neutron.api.v2.resource [None req-e0550fb7-99a3-4a7c-a3dd-20abd46dd96f aad58ebbc2ef4940bd9b8635580708c4 44cdee8b71c14322a9251d23e6d1afde - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 866/1764] 10.0.0.73 () {32 vars in 740 bytes} [Tue May 26 02:46:21 2026] GET /v2.0/trunks/e5ba930e-3449-4549-bda6-08da33331b36/tags/green => generated 99 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1765] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:46:21 2026] DELETE /v2.0/trunks/e5ba930e-3449-4549-bda6-08da33331b36/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1766] 10.0.0.73 () {32 vars in 728 bytes} [Tue May 26 02:46:21 2026] GET /v2.0/trunks/e5ba930e-3449-4549-bda6-08da33331b36/tags => generated 30 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 02:46:21.443 8 INFO neutron.api.v2.resource [None req-32c2cb64-83da-4892-b77b-78058bdca093 aad58ebbc2ef4940bd9b8635580708c4 44cdee8b71c14322a9251d23e6d1afde - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 900/1767] 10.0.0.73 () {32 vars in 743 bytes} [Tue May 26 02:46:21 2026] DELETE /v2.0/trunks/e5ba930e-3449-4549-bda6-08da33331b36/tags/green => generated 99 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1768] 10.0.0.73 () {32 vars in 731 bytes} [Tue May 26 02:46:21 2026] DELETE /v2.0/trunks/e5ba930e-3449-4549-bda6-08da33331b36/tags => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1769] 10.0.0.73 () {32 vars in 728 bytes} [Tue May 26 02:46:21 2026] GET /v2.0/trunks/e5ba930e-3449-4549-bda6-08da33331b36/tags => 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: 869/1770] 10.0.0.73 () {32 vars in 718 bytes} [Tue May 26 02:46:21 2026] GET /v2.0/trunks/e5ba930e-3449-4549-bda6-08da33331b36 => generated 407 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1771] 10.0.0.73 () {32 vars in 716 bytes} [Tue May 26 02:46:21 2026] GET /v2.0/ports/d0796797-9e7a-4352-aa13-05ab7098dfd6 => generated 826 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1772] 10.0.0.73 () {32 vars in 721 bytes} [Tue May 26 02:46:21 2026] DELETE /v2.0/trunks/e5ba930e-3449-4549-bda6-08da33331b36 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 02:46:21.951 8 INFO neutron_taas.services.taas.taas_plugin [None req-eaf8f164-11d6-4df5-8f47-9d60171e1284 aad58ebbc2ef4940bd9b8635580708c4 44cdee8b71c14322a9251d23e6d1afde - - default default] TaaS: Handle Delete Port: d0796797-9e7a-4352-aa13-05ab7098dfd6 2026-05-26 02:46:21.954 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eaf8f164-11d6-4df5-8f47-9d60171e1284 aad58ebbc2ef4940bd9b8635580708c4 44cdee8b71c14322a9251d23e6d1afde - - default default] Tap Mirror: Handle Delete Port: d0796797-9e7a-4352-aa13-05ab7098dfd6 [pid: 8|app: 0|req: 903/1775] 10.0.0.73 () {32 vars in 719 bytes} [Tue May 26 02:46:21 2026] DELETE /v2.0/ports/d0796797-9e7a-4352-aa13-05ab7098dfd6 => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:46:22.192 7 INFO neutron.services.segments.plugin [-] Segment f71be776-258d-4b7a-9c59-02c62c2bf35a resource provider aggregate not found 2026-05-26 02:46:22.195 7 INFO neutron.services.segments.plugin [-] Segment f71be776-258d-4b7a-9c59-02c62c2bf35a resource provider aggregate not found 2026-05-26 02:46:22.213 7 INFO neutron.services.segments.plugin [-] Segment f71be776-258d-4b7a-9c59-02c62c2bf35a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f71be776-258d-4b7a-9c59-02c62c2bf35a found for delete ", "request_id": "req-ff4d019f-aecb-44e4-91f1-da8d406c04c6"}]} 2026-05-26 02:46:22.214 7 INFO neutron.services.segments.plugin [-] Segment f71be776-258d-4b7a-9c59-02c62c2bf35a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f71be776-258d-4b7a-9c59-02c62c2bf35a found for delete ", "request_id": "req-aab0892a-c97f-4d62-aba1-50e2c00709a6"}]} [pid: 7|app: 0|req: 873/1776] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:46:22 2026] DELETE /v2.0/networks/b5bc4f63-73ce-449c-b9ee-4c7bedce46d5 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1777] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:46:22 2026] GET /v2.0/ports?device_id=bd2faf04-d78e-4582-96af-848ab08e069d => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1778] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:46:23 2026] GET /v2.0/security-groups?tenant_id=5a3e01737beb4d9c9ba876775291bdd0&name=default => generated 2925 bytes in 315 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1779] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:46:23 2026] GET /v2.0/security-groups?tenant_id=69086b5f725b436eb77a83639a97e9a4&name=default => generated 2925 bytes in 252 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1780] 199.204.45.222 () {34 vars in 986 bytes} [Tue May 26 02:46:23 2026] GET /v2.0/networks?id=9e4f5372-c62a-4e72-9ecb-d2fb456d3ed3 => generated 660 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1781] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:46:23 2026] DELETE /v2.0/security-groups/65ab6f45-e8a4-49c7-870a-1641b943173b => generated 0 bytes in 167 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1782] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:46:23 2026] GET /v2.0/ports?device_id=bd2faf04-d78e-4582-96af-848ab08e069d => 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: 877/1783] 199.204.45.222 () {34 vars in 1050 bytes} [Tue May 26 02:46:23 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=8d94844b8bcc40399fd329f08133c484 => generated 181 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1784] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:46:23 2026] DELETE /v2.0/security-groups/493bb1f5-4ced-49e9-aecc-e686f717f690 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1785] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:46:23 2026] GET /v2.0/security-groups?tenant_id=44cdee8b71c14322a9251d23e6d1afde&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1786] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:46:23 2026] DELETE /v2.0/security-groups/627be0f6-2528-4edc-ac67-c1e952d3bbed => 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: 878/1787] 199.204.45.222 () {38 vars in 955 bytes} [Tue May 26 02:46:23 2026] POST /v2.0/ports => generated 954 bytes in 448 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1788] 199.204.45.222 () {38 vars in 1028 bytes} [Tue May 26 02:46:23 2026] PUT /v2.0/ports/c38cc9ab-611a-41b0-be11-d813793eaaf1 => generated 1235 bytes in 472 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 02:46:24.507 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bc32a978-ecdb-41ae-95c3-fbf1f34dadcf'] response: {'name': 'network-changed', 'server_uuid': 'bd2faf04-d78e-4582-96af-848ab08e069d', 'tag': 'c38cc9ab-611a-41b0-be11-d813793eaaf1', '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: 879/1789] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:46:24 2026] GET /v2.0/ports?device_id=bd2faf04-d78e-4582-96af-848ab08e069d => generated 969 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 911/1790] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:46:24 2026] GET /v2.0/security-groups?id=e81068e1-48b1-42ff-9769-0a6a42c99f6d&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1791] 10.0.0.228 () {34 vars in 990 bytes} [Tue May 26 02:46:24 2026] GET /v2.0/ports?device_id=3368cc4d-9847-445f-9bdd-df74c166e9c8 => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1792] 10.0.0.228 () {34 vars in 1040 bytes} [Tue May 26 02:46:24 2026] GET /v2.0/security-groups?id=58220e47-ba24-4fc2-b2b2-57a8cc99fb7a&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: 881/1793] 199.204.45.222 () {34 vars in 1080 bytes} [Tue May 26 02:46:25 2026] GET /v2.0/ports?tenant_id=8d94844b8bcc40399fd329f08133c484&device_id=bd2faf04-d78e-4582-96af-848ab08e069d => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1794] 199.204.45.222 () {34 vars in 1018 bytes} [Tue May 26 02:46:25 2026] GET /v2.0/networks?tenant_id=8d94844b8bcc40399fd329f08133c484&shared=False => generated 756 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1795] 199.204.45.222 () {34 vars in 930 bytes} [Tue May 26 02:46:25 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1796] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:46:25 2026] GET /v2.0/ports?device_id=bd2faf04-d78e-4582-96af-848ab08e069d => 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: 883/1797] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:46:25 2026] GET /v2.0/security-groups?id=e81068e1-48b1-42ff-9769-0a6a42c99f6d&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1798] 199.204.45.222 () {34 vars in 1080 bytes} [Tue May 26 02:46:26 2026] GET /v2.0/ports?tenant_id=8d94844b8bcc40399fd329f08133c484&device_id=bd2faf04-d78e-4582-96af-848ab08e069d => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1799] 199.204.45.222 () {34 vars in 1058 bytes} [Tue May 26 02:46:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=c38cc9ab-611a-41b0-be11-d813793eaaf1 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1800] 199.204.45.222 () {34 vars in 984 bytes} [Tue May 26 02:46:26 2026] GET /v2.0/subnets?id=bcfcf2e1-51ea-4b12-8ed2-95313423c0f7 => generated 677 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1801] 199.204.45.222 () {34 vars in 1052 bytes} [Tue May 26 02:46:26 2026] GET /v2.0/ports?network_id=9e4f5372-c62a-4e72-9ecb-d2fb456d3ed3&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1802] 199.204.45.222 () {34 vars in 1012 bytes} [Tue May 26 02:46:26 2026] GET /v2.0/networks/9e4f5372-c62a-4e72-9ecb-d2fb456d3ed3?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1803] 199.204.45.222 () {34 vars in 1112 bytes} [Tue May 26 02:46:26 2026] GET /v2.0/networks/9e4f5372-c62a-4e72-9ecb-d2fb456d3ed3?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: 918/1804] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:46:26 2026] GET /v2.0/ports?device_id=bd2faf04-d78e-4582-96af-848ab08e069d => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1805] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:46:27 2026] GET /v2.0/security-groups?id=e81068e1-48b1-42ff-9769-0a6a42c99f6d&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1806] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:46:28 2026] GET /v2.0/ports?device_id=bd2faf04-d78e-4582-96af-848ab08e069d => 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: 889/1807] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:46:28 2026] GET /v2.0/security-groups?id=e81068e1-48b1-42ff-9769-0a6a42c99f6d&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: 919/1808] 10.0.0.73 () {34 vars in 675 bytes} [Tue May 26 02:46:27 2026] POST /v2.0/floatingips => generated 552 bytes in 768 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1809] 10.0.0.73 () {34 vars in 675 bytes} [Tue May 26 02:46:28 2026] POST /v2.0/floatingips => generated 552 bytes in 586 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1810] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:46:29 2026] GET /v2.0/ports?device_id=bd2faf04-d78e-4582-96af-848ab08e069d => generated 971 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1811] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:46:29 2026] GET /v2.0/security-groups?id=e81068e1-48b1-42ff-9769-0a6a42c99f6d&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1812] 10.0.0.73 () {34 vars in 675 bytes} [Tue May 26 02:46:29 2026] POST /v2.0/floatingips => generated 552 bytes in 554 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1813] 10.0.0.73 () {34 vars in 675 bytes} [Tue May 26 02:46:29 2026] POST /v2.0/floatingips => generated 552 bytes in 590 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1814] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:46:30 2026] GET /v2.0/ports?device_id=bd2faf04-d78e-4582-96af-848ab08e069d => 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: 895/1815] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:46:30 2026] GET /v2.0/security-groups?id=e81068e1-48b1-42ff-9769-0a6a42c99f6d&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1816] 10.0.0.73 () {34 vars in 675 bytes} [Tue May 26 02:46:30 2026] POST /v2.0/floatingips => generated 552 bytes in 604 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1817] 10.0.0.73 () {34 vars in 758 bytes} [Tue May 26 02:46:31 2026] PUT /v2.0/floatingips/5a00cc8b-c00c-4483-afdd-5f99c30cf6d8/tags => generated 17 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1818] 10.0.0.73 () {34 vars in 758 bytes} [Tue May 26 02:46:31 2026] PUT /v2.0/floatingips/7dda994c-f1bc-4041-8b04-9a594224ba2b/tags => generated 25 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1819] 10.0.0.73 () {34 vars in 758 bytes} [Tue May 26 02:46:31 2026] PUT /v2.0/floatingips/77a77a4b-0a66-4f67-9cda-efec677c0c1c/tags => generated 34 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1820] 10.0.0.73 () {34 vars in 758 bytes} [Tue May 26 02:46:31 2026] PUT /v2.0/floatingips/c2eaadff-e3fe-495e-bdb1-a0778f26599a/tags => generated 19 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1821] 10.0.0.73 () {32 vars in 671 bytes} [Tue May 26 02:46:31 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1822] 10.0.0.73 () {32 vars in 685 bytes} [Tue May 26 02:46:31 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1823] 10.0.0.73 () {32 vars in 681 bytes} [Tue May 26 02:46:31 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1824] 10.0.0.73 () {32 vars in 693 bytes} [Tue May 26 02:46:31 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1825] 10.0.0.73 () {32 vars in 679 bytes} [Tue May 26 02:46:31 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1826] 10.0.0.73 () {32 vars in 693 bytes} [Tue May 26 02:46:31 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1827] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:46:31 2026] GET /v2.0/ports?device_id=bd2faf04-d78e-4582-96af-848ab08e069d => generated 971 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1828] 10.0.0.73 () {32 vars in 689 bytes} [Tue May 26 02:46:31 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1829] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:46:31 2026] GET /v2.0/security-groups?id=e81068e1-48b1-42ff-9769-0a6a42c99f6d&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1830] 10.0.0.73 () {32 vars in 701 bytes} [Tue May 26 02:46:31 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1831] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:46:31 2026] GET /v2.0/ports?device_id=bd2faf04-d78e-4582-96af-848ab08e069d => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1832] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:46:32 2026] GET /v2.0/security-groups?id=e81068e1-48b1-42ff-9769-0a6a42c99f6d&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-05-26 02:46:32.066 7 INFO neutron_taas.services.taas.taas_plugin [None req-817f7b8f-32f3-4e2d-881c-0d9451a9ccdc dfe79573483b45edbd6cdef585a801b0 a13afc8ead62425ba025ecf76831c6f9 - - default default] TaaS: Handle Delete Port: daa3dade-7729-48b6-9aa5-590322d68df1 2026-05-26 02:46:32.070 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-817f7b8f-32f3-4e2d-881c-0d9451a9ccdc dfe79573483b45edbd6cdef585a801b0 a13afc8ead62425ba025ecf76831c6f9 - - default default] Tap Mirror: Handle Delete Port: daa3dade-7729-48b6-9aa5-590322d68df1 [pid: 8|app: 0|req: 930/1833] 10.0.0.73 () {32 vars in 735 bytes} [Tue May 26 02:46:32 2026] GET /v2.0/ports?device_id=bd2faf04-d78e-4582-96af-848ab08e069d => generated 1240 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1834] 10.0.0.73 () {32 vars in 731 bytes} [Tue May 26 02:46:31 2026] DELETE /v2.0/floatingips/5a00cc8b-c00c-4483-afdd-5f99c30cf6d8 => generated 0 bytes in 368 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 02:46:32.420 7 INFO neutron_taas.services.taas.taas_plugin [None req-a8a4c05f-0285-4f72-b63d-7b178af1aa08 dfe79573483b45edbd6cdef585a801b0 a13afc8ead62425ba025ecf76831c6f9 - - default default] TaaS: Handle Delete Port: 808de5fb-31db-4bca-8ecd-360d33a3bf49 2026-05-26 02:46:32.422 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a8a4c05f-0285-4f72-b63d-7b178af1aa08 dfe79573483b45edbd6cdef585a801b0 a13afc8ead62425ba025ecf76831c6f9 - - default default] Tap Mirror: Handle Delete Port: 808de5fb-31db-4bca-8ecd-360d33a3bf49 [pid: 7|app: 0|req: 905/1835] 10.0.0.73 () {32 vars in 731 bytes} [Tue May 26 02:46:32 2026] DELETE /v2.0/floatingips/7dda994c-f1bc-4041-8b04-9a594224ba2b => generated 0 bytes in 331 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 02:46:32.772 7 INFO neutron_taas.services.taas.taas_plugin [None req-11fe2855-bac1-4d2f-aef2-b989d83ca02c dfe79573483b45edbd6cdef585a801b0 a13afc8ead62425ba025ecf76831c6f9 - - default default] TaaS: Handle Delete Port: 848e0dc3-5cc2-44ff-b1e3-d05c69135d64 2026-05-26 02:46:32.775 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-11fe2855-bac1-4d2f-aef2-b989d83ca02c dfe79573483b45edbd6cdef585a801b0 a13afc8ead62425ba025ecf76831c6f9 - - default default] Tap Mirror: Handle Delete Port: 848e0dc3-5cc2-44ff-b1e3-d05c69135d64 2026-05-26 02:46:32.954 8 INFO neutron.db.l3_db [None req-936873df-8096-4baf-b20a-800c285321f3 73d059920992483bb750ba6e5b092650 8d94844b8bcc40399fd329f08133c484 - - default default] Floating IP dbf4ef67-1020-494c-9c8b-42d4fae16028 associated. External IP: 10.96.250.218, port: c38cc9ab-611a-41b0-be11-d813793eaaf1. [pid: 7|app: 0|req: 906/1836] 10.0.0.73 () {32 vars in 731 bytes} [Tue May 26 02:46:32 2026] DELETE /v2.0/floatingips/77a77a4b-0a66-4f67-9cda-efec677c0c1c => generated 0 bytes in 346 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 02:46:33.125 7 INFO neutron_taas.services.taas.taas_plugin [None req-aa13ebd4-85ee-4fe3-8fcf-333094664e2a dfe79573483b45edbd6cdef585a801b0 a13afc8ead62425ba025ecf76831c6f9 - - default default] TaaS: Handle Delete Port: da5d7c9c-ecec-4c1a-adde-f5c6d6aec55b 2026-05-26 02:46:33.128 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aa13ebd4-85ee-4fe3-8fcf-333094664e2a dfe79573483b45edbd6cdef585a801b0 a13afc8ead62425ba025ecf76831c6f9 - - default default] Tap Mirror: Handle Delete Port: da5d7c9c-ecec-4c1a-adde-f5c6d6aec55b [pid: 7|app: 0|req: 907/1837] 10.0.0.73 () {32 vars in 731 bytes} [Tue May 26 02:46:32 2026] DELETE /v2.0/floatingips/c2eaadff-e3fe-495e-bdb1-a0778f26599a => generated 0 bytes in 348 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1838] 10.0.0.73 () {34 vars in 676 bytes} [Tue May 26 02:46:32 2026] POST /v2.0/floatingips => generated 855 bytes in 1224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 02:46:33.382 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-804121bf-b42f-4f70-a765-fcc47608861b'] response: {'name': 'network-changed', 'server_uuid': 'bd2faf04-d78e-4582-96af-848ab08e069d', 'tag': 'c38cc9ab-611a-41b0-be11-d813793eaaf1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 932/1839] 10.0.0.73 () {32 vars in 728 bytes} [Tue May 26 02:46:33 2026] GET /v2.0/floatingips/dbf4ef67-1020-494c-9c8b-42d4fae16028 => generated 855 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:46:33.496 7 INFO neutron_taas.services.taas.taas_plugin [None req-c45a1bcb-8c8b-46dc-8c93-7a57de7486ba dfe79573483b45edbd6cdef585a801b0 a13afc8ead62425ba025ecf76831c6f9 - - default default] TaaS: Handle Delete Port: fb4ee825-81cb-4889-ae27-8841bf076af3 2026-05-26 02:46:33.499 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c45a1bcb-8c8b-46dc-8c93-7a57de7486ba dfe79573483b45edbd6cdef585a801b0 a13afc8ead62425ba025ecf76831c6f9 - - default default] Tap Mirror: Handle Delete Port: fb4ee825-81cb-4889-ae27-8841bf076af3 [pid: 7|app: 0|req: 908/1840] 10.0.0.73 () {32 vars in 731 bytes} [Tue May 26 02:46:33 2026] DELETE /v2.0/floatingips/9b859496-9039-4f50-a8c8-4b300fec8cad => generated 0 bytes in 336 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1841] 199.204.45.222 () {34 vars in 1080 bytes} [Tue May 26 02:46:33 2026] GET /v2.0/ports?tenant_id=8d94844b8bcc40399fd329f08133c484&device_id=bd2faf04-d78e-4582-96af-848ab08e069d => 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: 909/1842] 199.204.45.222 () {34 vars in 986 bytes} [Tue May 26 02:46:33 2026] GET /v2.0/networks?id=9e4f5372-c62a-4e72-9ecb-d2fb456d3ed3 => generated 756 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1843] 199.204.45.222 () {34 vars in 1058 bytes} [Tue May 26 02:46:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=c38cc9ab-611a-41b0-be11-d813793eaaf1 => generated 858 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1844] 199.204.45.222 () {34 vars in 984 bytes} [Tue May 26 02:46:34 2026] GET /v2.0/subnets?id=bcfcf2e1-51ea-4b12-8ed2-95313423c0f7 => generated 677 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1845] 199.204.45.222 () {34 vars in 1052 bytes} [Tue May 26 02:46:34 2026] GET /v2.0/ports?network_id=9e4f5372-c62a-4e72-9ecb-d2fb456d3ed3&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1846] 199.204.45.222 () {34 vars in 1012 bytes} [Tue May 26 02:46:34 2026] GET /v2.0/networks/9e4f5372-c62a-4e72-9ecb-d2fb456d3ed3?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: 936/1847] 199.204.45.222 () {34 vars in 1112 bytes} [Tue May 26 02:46:34 2026] GET /v2.0/networks/9e4f5372-c62a-4e72-9ecb-d2fb456d3ed3?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: 912/1848] 10.0.0.73 () {32 vars in 728 bytes} [Tue May 26 02:46:34 2026] GET /v2.0/floatingips/dbf4ef67-1020-494c-9c8b-42d4fae16028 => generated 855 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1849] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:46:34 2026] GET /v2.0/security-groups?tenant_id=befbd62269594918967133a2c8590f5c&name=default => generated 2925 bytes in 295 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1850] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:46:34 2026] DELETE /v2.0/security-groups/6e3f082e-3c39-4398-8bf5-bf25b593a7d6 => 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: 938/1851] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:46:35 2026] GET /v2.0/security-groups?tenant_id=0d81146df2204e17b9d2b394d09af996&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1852] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:46:35 2026] DELETE /v2.0/security-groups/615e5893-430b-41ca-806c-7c0e67c7958c => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1853] 10.0.0.73 () {32 vars in 728 bytes} [Tue May 26 02:46:35 2026] GET /v2.0/floatingips/dbf4ef67-1020-494c-9c8b-42d4fae16028 => generated 857 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1854] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:46:35 2026] GET /v2.0/security-groups?tenant_id=a13afc8ead62425ba025ecf76831c6f9&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: 916/1855] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:46:35 2026] DELETE /v2.0/security-groups/d3479e65-8c1d-46a1-b508-4dabba10abc4 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1856] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:46:35 2026] GET /v2.0/ports?device_id=3368cc4d-9847-445f-9bdd-df74c166e9c8 => generated 975 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1857] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:46:36 2026] GET /v2.0/security-groups?id=58220e47-ba24-4fc2-b2b2-57a8cc99fb7a&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: 941/1858] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:46:36 2026] GET /v2.0/ports?device_id=3368cc4d-9847-445f-9bdd-df74c166e9c8 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1859] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:46:36 2026] GET /v2.0/security-groups?id=58220e47-ba24-4fc2-b2b2-57a8cc99fb7a&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1862] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:46:37 2026] GET /v2.0/ports?device_id=3368cc4d-9847-445f-9bdd-df74c166e9c8 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1863] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:46:37 2026] GET /v2.0/security-groups?id=58220e47-ba24-4fc2-b2b2-57a8cc99fb7a&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1864] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:46:38 2026] GET /v2.0/ports?device_id=3368cc4d-9847-445f-9bdd-df74c166e9c8 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1865] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:46:38 2026] GET /v2.0/security-groups?id=58220e47-ba24-4fc2-b2b2-57a8cc99fb7a&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: 945/1866] 199.204.45.222 () {34 vars in 994 bytes} [Tue May 26 02:46:38 2026] GET /v2.0/ports?device_id=3368cc4d-9847-445f-9bdd-df74c166e9c8 => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:46:38.929 7 INFO neutron_taas.services.taas.taas_plugin [req-4d3046a5-59a9-4381-bd08-ecf28411173d req-0232c230-fb72-4371-aab4-71ce0279a76b c30060e2377e423a859171dabb27d52b b28afe588caa4e369c39c803a235de0f - - default default] TaaS: Handle Delete Port: f06b8fd2-2d90-4e74-a843-ca932f573b07 2026-05-26 02:46:38.932 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4d3046a5-59a9-4381-bd08-ecf28411173d req-0232c230-fb72-4371-aab4-71ce0279a76b c30060e2377e423a859171dabb27d52b b28afe588caa4e369c39c803a235de0f - - default default] Tap Mirror: Handle Delete Port: f06b8fd2-2d90-4e74-a843-ca932f573b07 2026-05-26 02:46:39.063 7 INFO neutron.db.l3_db [req-4d3046a5-59a9-4381-bd08-ecf28411173d req-0232c230-fb72-4371-aab4-71ce0279a76b c30060e2377e423a859171dabb27d52b b28afe588caa4e369c39c803a235de0f - - default default] Floating IP 2f2126be-648b-403d-b222-ed972dadea08 disassociated. External IP: 10.96.250.201, port: f06b8fd2-2d90-4e74-a843-ca932f573b07. [pid: 7|app: 0|req: 922/1867] 199.204.45.222 () {36 vars in 997 bytes} [Tue May 26 02:46:38 2026] DELETE /v2.0/ports/f06b8fd2-2d90-4e74-a843-ca932f573b07 => generated 0 bytes in 698 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:46:39.507 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-96616341-0b00-4c17-8f95-d1bba1cf7104'] response: {'server_uuid': '3368cc4d-9847-445f-9bdd-df74c166e9c8', 'name': 'network-vif-deleted', 'tag': 'f06b8fd2-2d90-4e74-a843-ca932f573b07', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 946/1868] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:46:39 2026] GET /v2.0/ports?device_id=3368cc4d-9847-445f-9bdd-df74c166e9c8 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 02:46:40.272 7 INFO neutron.db.segments_db [None req-49b4fc4e-29fb-474e-9d15-dbc14a41252f eae6519c2b4b42aabab7042751305683 e1ca1b338ab840999f6619d10bae5d25 - - default default] Added segment d1b834aa-e8a4-4270-89b6-c9a90bd223ab of type vxlan for network 9fa192b1-4fad-4ca4-a093-2b72713dd5da [pid: 7|app: 0|req: 923/1869] 10.0.0.73 () {34 vars in 669 bytes} [Tue May 26 02:46:39 2026] POST /v2.0/networks => generated 612 bytes in 402 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1870] 10.0.0.73 () {34 vars in 663 bytes} [Tue May 26 02:46:40 2026] POST /v2.0/ports => generated 743 bytes in 321 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 02:46:40.740 7 INFO neutron.db.segments_db [None req-4b968eba-a417-412f-9634-e6052475698a eae6519c2b4b42aabab7042751305683 e1ca1b338ab840999f6619d10bae5d25 - - default default] Added segment 29768185-191c-4e64-9ee1-c1704a91f8a9 of type vxlan for network eb910ff0-1266-436e-9498-3bb16147a0e2 [pid: 7|app: 0|req: 924/1871] 10.0.0.73 () {34 vars in 669 bytes} [Tue May 26 02:46:40 2026] POST /v2.0/networks => generated 612 bytes in 130 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: 925/1872] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:46:40 2026] GET /v2.0/ports?device_id=3368cc4d-9847-445f-9bdd-df74c166e9c8 => 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: 948/1873] 10.0.0.73 () {34 vars in 663 bytes} [Tue May 26 02:46:40 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) 2026-05-26 02:46:41.184 7 INFO neutron.db.segments_db [None req-99bc8504-b425-4a99-8df5-0817288628c8 eae6519c2b4b42aabab7042751305683 e1ca1b338ab840999f6619d10bae5d25 - - default default] Added segment e71aa231-c663-4ff7-8758-c85f91a980e6 of type vxlan for network 9d884a84-47d1-4a42-aa74-602c7ba6180c [pid: 7|app: 0|req: 926/1874] 10.0.0.73 () {34 vars in 669 bytes} [Tue May 26 02:46:41 2026] POST /v2.0/networks => generated 613 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 949/1875] 10.0.0.73 () {34 vars in 663 bytes} [Tue May 26 02:46:41 2026] POST /v2.0/ports => generated 743 bytes in 307 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 02:46:41.644 7 INFO neutron.db.segments_db [None req-32a8116a-fb51-4154-8748-2456fd10dec4 eae6519c2b4b42aabab7042751305683 e1ca1b338ab840999f6619d10bae5d25 - - default default] Added segment c6cd84db-c711-40ff-bcc2-de70f5f238b7 of type vxlan for network 1e194f1a-33d0-4074-bd42-18ee0693a6f3 [pid: 7|app: 0|req: 927/1876] 10.0.0.73 () {34 vars in 669 bytes} [Tue May 26 02:46:41 2026] POST /v2.0/networks => generated 611 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 950/1877] 10.0.0.73 () {34 vars in 663 bytes} [Tue May 26 02:46:41 2026] POST /v2.0/ports => generated 743 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 02:46:42.095 7 INFO neutron.db.segments_db [None req-a494e5ed-07e5-4c51-b668-c78fc2277e8c eae6519c2b4b42aabab7042751305683 e1ca1b338ab840999f6619d10bae5d25 - - default default] Added segment 851e6a27-2b37-40e0-96de-037edaf866bc of type vxlan for network 390d3e29-6f1e-43f1-a74b-12cb86bb9f65 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 928/1878] 10.0.0.73 () {34 vars in 669 bytes} [Tue May 26 02:46:42 2026] POST /v2.0/networks => generated 613 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1879] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:46:42 2026] GET /v2.0/ports?device_id=3368cc4d-9847-445f-9bdd-df74c166e9c8 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1880] 10.0.0.73 () {34 vars in 663 bytes} [Tue May 26 02:46:42 2026] POST /v2.0/ports => generated 743 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1881] 10.0.0.73 () {34 vars in 746 bytes} [Tue May 26 02:46:42 2026] PUT /v2.0/ports/ef660580-4529-43cc-a5c9-bef1914ef8cd/tags => generated 17 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 930/1882] 10.0.0.73 () {34 vars in 746 bytes} [Tue May 26 02:46:42 2026] PUT /v2.0/ports/05a0c106-7715-4e0b-a52c-f2456babe8ec/tags => generated 25 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 953/1883] 10.0.0.73 () {34 vars in 746 bytes} [Tue May 26 02:46:42 2026] PUT /v2.0/ports/aaa7cdcc-05ea-4423-9664-04cfda891097/tags => generated 34 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 931/1884] 10.0.0.73 () {34 vars in 746 bytes} [Tue May 26 02:46:42 2026] PUT /v2.0/ports/ebc1dfff-02a8-4b92-9c8f-6cb022f544bf/tags => generated 19 bytes in 65 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: 954/1885] 10.0.0.73 () {32 vars in 659 bytes} [Tue May 26 02:46:42 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 76 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: 932/1886] 10.0.0.73 () {32 vars in 673 bytes} [Tue May 26 02:46:42 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1887] 10.0.0.73 () {32 vars in 669 bytes} [Tue May 26 02:46:42 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1888] 10.0.0.228 () {34 vars in 990 bytes} [Tue May 26 02:46:43 2026] GET /v2.0/ports?device_id=bd2faf04-d78e-4582-96af-848ab08e069d => generated 1240 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1889] 10.0.0.73 () {32 vars in 681 bytes} [Tue May 26 02:46:43 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1890] 10.0.0.228 () {34 vars in 1040 bytes} [Tue May 26 02:46:43 2026] GET /v2.0/security-groups?id=e81068e1-48b1-42ff-9769-0a6a42c99f6d&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: 934/1891] 10.0.0.73 () {32 vars in 667 bytes} [Tue May 26 02:46:43 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1892] 10.0.0.73 () {32 vars in 681 bytes} [Tue May 26 02:46:43 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1893] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:46:43 2026] DELETE /v2.0/security-groups/58220e47-ba24-4fc2-b2b2-57a8cc99fb7a => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 02:46:43.387 7 INFO neutron.api.v2.resource [None req-6c57d39e-5195-4ae6-8e8f-f75552d5b17e c30060e2377e423a859171dabb27d52b b28afe588caa4e369c39c803a235de0f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 936/1894] 10.0.0.73 () {32 vars in 736 bytes} [Tue May 26 02:46:43 2026] GET /v2.0/security-groups/58220e47-ba24-4fc2-b2b2-57a8cc99fb7a => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1895] 10.0.0.73 () {32 vars in 677 bytes} [Tue May 26 02:46:43 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1896] 10.0.0.73 () {32 vars in 689 bytes} [Tue May 26 02:46:43 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 02:46:43.522 7 INFO neutron_taas.services.taas.taas_plugin [None req-191ed75a-488a-4dc2-a45c-27ed763d210c c30060e2377e423a859171dabb27d52b b28afe588caa4e369c39c803a235de0f - - default default] TaaS: Handle Delete Port: 70f91f5e-4c91-44b8-b38d-0754b23936e3 2026-05-26 02:46:43.525 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-191ed75a-488a-4dc2-a45c-27ed763d210c c30060e2377e423a859171dabb27d52b b28afe588caa4e369c39c803a235de0f - - default default] Tap Mirror: Handle Delete Port: 70f91f5e-4c91-44b8-b38d-0754b23936e3 2026-05-26 02:46:43.583 8 INFO neutron_taas.services.taas.taas_plugin [None req-91194e43-eb77-4835-9a87-c7e0abc025ab eae6519c2b4b42aabab7042751305683 e1ca1b338ab840999f6619d10bae5d25 - - default default] TaaS: Handle Delete Port: ef660580-4529-43cc-a5c9-bef1914ef8cd 2026-05-26 02:46:43.586 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-91194e43-eb77-4835-9a87-c7e0abc025ab eae6519c2b4b42aabab7042751305683 e1ca1b338ab840999f6619d10bae5d25 - - default default] Tap Mirror: Handle Delete Port: ef660580-4529-43cc-a5c9-bef1914ef8cd [pid: 8|app: 0|req: 961/1897] 10.0.0.73 () {32 vars in 719 bytes} [Tue May 26 02:46:43 2026] DELETE /v2.0/ports/ef660580-4529-43cc-a5c9-bef1914ef8cd => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1898] 10.0.0.73 () {32 vars in 731 bytes} [Tue May 26 02:46:43 2026] DELETE /v2.0/floatingips/2f2126be-648b-403d-b222-ed972dadea08 => generated 0 bytes in 302 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 02:46:43.768 8 INFO neutron_taas.services.taas.taas_plugin [None req-5e570fe9-e750-4b55-80cb-a7069ebc8cbc eae6519c2b4b42aabab7042751305683 e1ca1b338ab840999f6619d10bae5d25 - - default default] TaaS: Handle Delete Port: 05a0c106-7715-4e0b-a52c-f2456babe8ec 2026-05-26 02:46:43.772 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5e570fe9-e750-4b55-80cb-a7069ebc8cbc eae6519c2b4b42aabab7042751305683 e1ca1b338ab840999f6619d10bae5d25 - - default default] Tap Mirror: Handle Delete Port: 05a0c106-7715-4e0b-a52c-f2456babe8ec [pid: 8|app: 0|req: 962/1899] 10.0.0.73 () {32 vars in 719 bytes} [Tue May 26 02:46:43 2026] DELETE /v2.0/ports/05a0c106-7715-4e0b-a52c-f2456babe8ec => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:46:43.963 8 INFO neutron_taas.services.taas.taas_plugin [None req-141a2fe0-8b75-43ef-940b-f1e07a02892c eae6519c2b4b42aabab7042751305683 e1ca1b338ab840999f6619d10bae5d25 - - default default] TaaS: Handle Delete Port: aaa7cdcc-05ea-4423-9664-04cfda891097 2026-05-26 02:46:43.969 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-141a2fe0-8b75-43ef-940b-f1e07a02892c eae6519c2b4b42aabab7042751305683 e1ca1b338ab840999f6619d10bae5d25 - - default default] Tap Mirror: Handle Delete Port: aaa7cdcc-05ea-4423-9664-04cfda891097 [pid: 8|app: 0|req: 963/1900] 10.0.0.73 () {32 vars in 719 bytes} [Tue May 26 02:46:43 2026] DELETE /v2.0/ports/aaa7cdcc-05ea-4423-9664-04cfda891097 => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:46:44.130 7 INFO neutron_taas.services.taas.taas_plugin [None req-8cb5a6aa-998e-46e6-9075-2fc06a0e343b 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] TaaS: Handle Delete Port: 31a507f0-ff21-42bb-b5ee-275cbb400543 2026-05-26 02:46:44.133 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8cb5a6aa-998e-46e6-9075-2fc06a0e343b 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Tap Mirror: Handle Delete Port: 31a507f0-ff21-42bb-b5ee-275cbb400543 2026-05-26 02:46:44.169 8 INFO neutron_taas.services.taas.taas_plugin [None req-6d8bd7b9-7c4b-4cd3-8bac-865d5761e3c9 eae6519c2b4b42aabab7042751305683 e1ca1b338ab840999f6619d10bae5d25 - - default default] TaaS: Handle Delete Port: ebc1dfff-02a8-4b92-9c8f-6cb022f544bf 2026-05-26 02:46:44.172 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6d8bd7b9-7c4b-4cd3-8bac-865d5761e3c9 eae6519c2b4b42aabab7042751305683 e1ca1b338ab840999f6619d10bae5d25 - - default default] Tap Mirror: Handle Delete Port: ebc1dfff-02a8-4b92-9c8f-6cb022f544bf [pid: 8|app: 0|req: 964/1901] 10.0.0.73 () {32 vars in 719 bytes} [Tue May 26 02:46:44 2026] DELETE /v2.0/ports/ebc1dfff-02a8-4b92-9c8f-6cb022f544bf => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:46:44.360 8 INFO neutron_taas.services.taas.taas_plugin [None req-280ce2a7-b821-4755-a9f6-3023088c346c eae6519c2b4b42aabab7042751305683 e1ca1b338ab840999f6619d10bae5d25 - - default default] TaaS: Handle Delete Port: 523f7594-30d2-4a42-ac3a-ce85c32ecba1 2026-05-26 02:46:44.363 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-280ce2a7-b821-4755-a9f6-3023088c346c eae6519c2b4b42aabab7042751305683 e1ca1b338ab840999f6619d10bae5d25 - - default default] Tap Mirror: Handle Delete Port: 523f7594-30d2-4a42-ac3a-ce85c32ecba1 [pid: 8|app: 0|req: 965/1902] 10.0.0.73 () {32 vars in 719 bytes} [Tue May 26 02:46:44 2026] DELETE /v2.0/ports/523f7594-30d2-4a42-ac3a-ce85c32ecba1 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:46:44.582 8 INFO neutron.services.segments.plugin [-] Segment d1b834aa-e8a4-4270-89b6-c9a90bd223ab resource provider aggregate not found 2026-05-26 02:46:44.592 8 INFO neutron.services.segments.plugin [-] Segment d1b834aa-e8a4-4270-89b6-c9a90bd223ab resource provider aggregate not found 2026-05-26 02:46:44.609 8 INFO neutron.services.segments.plugin [-] Segment d1b834aa-e8a4-4270-89b6-c9a90bd223ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1b834aa-e8a4-4270-89b6-c9a90bd223ab found for delete ", "request_id": "req-1a6b9ab1-8044-4f15-9bfe-000a3259a2ff"}]} 2026-05-26 02:46:44.611 8 INFO neutron.services.segments.plugin [-] Segment d1b834aa-e8a4-4270-89b6-c9a90bd223ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1b834aa-e8a4-4270-89b6-c9a90bd223ab found for delete ", "request_id": "req-56db46af-c124-4550-8325-651456bc44e4"}]} [pid: 8|app: 0|req: 966/1903] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:46:44 2026] DELETE /v2.0/networks/9fa192b1-4fad-4ca4-a093-2b72713dd5da => 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: 938/1904] 10.0.0.73 () {34 vars in 788 bytes} [Tue May 26 02:46:43 2026] PUT /v2.0/routers/909f1a74-b60f-44df-9745-2f2d57f98246/remove_router_interface => generated 309 bytes in 1035 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1905] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:46:44 2026] DELETE /v2.0/networks/eb910ff0-1266-436e-9498-3bb16147a0e2 => 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: 968/1906] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:46:44 2026] DELETE /v2.0/networks/9d884a84-47d1-4a42-aa74-602c7ba6180c => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:46:44.959 7 INFO neutron_taas.services.taas.taas_plugin [None req-75b1fc46-6d69-466b-a979-2c3092ac910d 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] TaaS: Handle Delete Port: 907dd307-d4e8-4877-a5b4-a9ab84f0fa76 2026-05-26 02:46:44.962 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-75b1fc46-6d69-466b-a979-2c3092ac910d 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Tap Mirror: Handle Delete Port: 907dd307-d4e8-4877-a5b4-a9ab84f0fa76 [pid: 8|app: 0|req: 969/1907] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:46:44 2026] DELETE /v2.0/networks/1e194f1a-33d0-4074-bd42-18ee0693a6f3 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/1908] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:46:45 2026] DELETE /v2.0/networks/390d3e29-6f1e-43f1-a74b-12cb86bb9f65 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:46:45.218 7 INFO neutron_taas.services.taas.taas_plugin [None req-75b1fc46-6d69-466b-a979-2c3092ac910d 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] TaaS: Handle Delete Port: b05616ff-fb6d-4f93-9cd5-7dd7057c5b32 2026-05-26 02:46:45.225 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-75b1fc46-6d69-466b-a979-2c3092ac910d 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Tap Mirror: Handle Delete Port: b05616ff-fb6d-4f93-9cd5-7dd7057c5b32 2026-05-26 02:46:45.628 7 INFO neutron.services.segments.plugin [-] Segment 0166c29d-c000-4689-b800-38ce9fb44cab resource provider aggregate not found 2026-05-26 02:46:45.634 7 INFO neutron.services.segments.plugin [-] Segment 0166c29d-c000-4689-b800-38ce9fb44cab resource provider aggregate not found 2026-05-26 02:46:45.651 7 INFO neutron.services.segments.plugin [-] Segment 0166c29d-c000-4689-b800-38ce9fb44cab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0166c29d-c000-4689-b800-38ce9fb44cab found for delete ", "request_id": "req-1bbddb8e-d086-4a6f-9be4-e910c52ed7a3"}]} 2026-05-26 02:46:45.654 7 INFO neutron.services.segments.plugin [-] Segment 0166c29d-c000-4689-b800-38ce9fb44cab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0166c29d-c000-4689-b800-38ce9fb44cab found for delete ", "request_id": "req-10e5d79e-c3e1-42ae-85f7-0a0abf79d7a1"}]} 2026-05-26 02:46:45.658 7 INFO neutron.db.l3_hamode_db [None req-75b1fc46-6d69-466b-a979-2c3092ac910d 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] HA network 2c9e8e2c-7da7-4b09-86ad-952e440a54f7 was deleted as no HA routers are present in tenant b28afe588caa4e369c39c803a235de0f. [pid: 7|app: 0|req: 939/1909] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:46:44 2026] DELETE /v2.0/routers/909f1a74-b60f-44df-9745-2f2d57f98246 => generated 0 bytes in 928 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1910] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:46:45 2026] DELETE /v2.0/subnets/1891ae89-93ec-4ef5-8737-6637d4490280 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:46:45.947 7 INFO neutron_taas.services.taas.taas_plugin [None req-15fa55d7-c52c-4bd9-a1b0-64663fef3017 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] TaaS: Handle Delete Port: 8c577130-b913-4164-b2dc-019d1b3045d5 2026-05-26 02:46:45.951 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-15fa55d7-c52c-4bd9-a1b0-64663fef3017 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Tap Mirror: Handle Delete Port: 8c577130-b913-4164-b2dc-019d1b3045d5 [pid: 7|app: 0|req: 940/1911] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:46:45 2026] DELETE /v2.0/networks/311baf8f-1983-41e7-99b1-d9102088c9dd => generated 0 bytes in 313 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1912] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:46:46 2026] GET /v2.0/security-groups?tenant_id=b28afe588caa4e369c39c803a235de0f&name=default => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/1913] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:46:46 2026] GET /v2.0/security-groups?tenant_id=e1ca1b338ab840999f6619d10bae5d25&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: 942/1914] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:46:46 2026] DELETE /v2.0/security-groups/f3522572-164c-4fc9-8d6b-5c4a1d2b0566 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1915] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:46:46 2026] DELETE /v2.0/security-groups/8c81d30d-9ff1-4665-a7be-c4258ad5ad65 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 02:46:46.631 8 INFO neutron.services.segments.plugin [-] Segment 29768185-191c-4e64-9ee1-c1704a91f8a9 resource provider aggregate not found 2026-05-26 02:46:46.637 8 INFO neutron.services.segments.plugin [-] Segment 29768185-191c-4e64-9ee1-c1704a91f8a9 resource provider aggregate not found 2026-05-26 02:46:46.654 8 INFO neutron.services.segments.plugin [-] Segment 29768185-191c-4e64-9ee1-c1704a91f8a9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29768185-191c-4e64-9ee1-c1704a91f8a9 found for delete ", "request_id": "req-3aed1beb-82d8-4e9f-a5ce-4e9e73ed12e1"}]} 2026-05-26 02:46:46.659 8 INFO neutron.services.segments.plugin [-] Segment 29768185-191c-4e64-9ee1-c1704a91f8a9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29768185-191c-4e64-9ee1-c1704a91f8a9 found for delete ", "request_id": "req-9d19d21f-f275-4870-9fa8-1a294c5d88e3"}]} 2026-05-26 02:46:46.678 8 INFO neutron.services.segments.plugin [-] Segment e71aa231-c663-4ff7-8758-c85f91a980e6 resource provider aggregate not found 2026-05-26 02:46:46.688 8 INFO neutron.services.segments.plugin [-] Segment e71aa231-c663-4ff7-8758-c85f91a980e6 resource provider aggregate not found 2026-05-26 02:46:46.703 8 INFO neutron.services.segments.plugin [-] Segment e71aa231-c663-4ff7-8758-c85f91a980e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e71aa231-c663-4ff7-8758-c85f91a980e6 found for delete ", "request_id": "req-77a6343c-f871-48de-824e-4065ef2bf119"}]} 2026-05-26 02:46:46.716 8 INFO neutron.services.segments.plugin [-] Segment e71aa231-c663-4ff7-8758-c85f91a980e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e71aa231-c663-4ff7-8758-c85f91a980e6 found for delete ", "request_id": "req-330dad50-e0af-4a01-85d0-417aaa17ae87"}]} 2026-05-26 02:46:46.725 8 INFO neutron.services.segments.plugin [-] Segment c6cd84db-c711-40ff-bcc2-de70f5f238b7 resource provider aggregate not found 2026-05-26 02:46:46.739 8 INFO neutron.services.segments.plugin [-] Segment c6cd84db-c711-40ff-bcc2-de70f5f238b7 resource provider aggregate not found 2026-05-26 02:46:46.743 8 INFO neutron.services.segments.plugin [-] Segment c6cd84db-c711-40ff-bcc2-de70f5f238b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c6cd84db-c711-40ff-bcc2-de70f5f238b7 found for delete ", "request_id": "req-d4d5a777-3b9f-495b-99d5-4459708be47d"}]} [pid: 7|app: 0|req: 943/1916] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:46:46 2026] GET /v2.0/security-groups?tenant_id=d9956e78f8c949af89dc431f4add3484&name=default => generated 2925 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 02:46:46.762 8 INFO neutron.services.segments.plugin [-] Segment 851e6a27-2b37-40e0-96de-037edaf866bc resource provider aggregate not found 2026-05-26 02:46:46.773 8 INFO neutron.services.segments.plugin [-] Segment c6cd84db-c711-40ff-bcc2-de70f5f238b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c6cd84db-c711-40ff-bcc2-de70f5f238b7 found for delete ", "request_id": "req-c8c6bf6b-e17d-45a1-b098-a5bd1a5f0e41"}]} 2026-05-26 02:46:46.786 8 INFO neutron.services.segments.plugin [-] Segment 851e6a27-2b37-40e0-96de-037edaf866bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 851e6a27-2b37-40e0-96de-037edaf866bc found for delete ", "request_id": "req-a82a8d40-9866-435e-a854-37cb5d791e7b"}]} 2026-05-26 02:46:46.800 8 INFO neutron.services.segments.plugin [-] Segment 851e6a27-2b37-40e0-96de-037edaf866bc resource provider aggregate not found 2026-05-26 02:46:46.822 8 INFO neutron.services.segments.plugin [-] Segment 851e6a27-2b37-40e0-96de-037edaf866bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 851e6a27-2b37-40e0-96de-037edaf866bc found for delete ", "request_id": "req-18c4075f-f438-48bc-886d-3280200d32be"}]} [pid: 8|app: 0|req: 974/1917] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:46:46 2026] DELETE /v2.0/security-groups/41f72abb-d525-4038-945a-45c554115437 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1918] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:46:47 2026] GET /v2.0/security-groups?tenant_id=315c46d8c83348abb08b8afba02ae4f1&name=default => generated 2925 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/1919] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:46:47 2026] DELETE /v2.0/security-groups/af3fa908-84da-42cd-8728-62eab3167ac5 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 02:46:47.694 7 INFO neutron.services.segments.plugin [-] Segment b7d7daa7-9148-492b-b262-3cc6e100e6a9 resource provider aggregate not found 2026-05-26 02:46:47.709 7 INFO neutron.services.segments.plugin [-] Segment b7d7daa7-9148-492b-b262-3cc6e100e6a9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b7d7daa7-9148-492b-b262-3cc6e100e6a9 found for delete ", "request_id": "req-40b3479d-a93e-4e5c-8ce0-d7decd28f580"}]} 2026-05-26 02:46:47.712 7 INFO neutron.services.segments.plugin [-] Segment b7d7daa7-9148-492b-b262-3cc6e100e6a9 resource provider aggregate not found 2026-05-26 02:46:47.728 7 INFO neutron.services.segments.plugin [-] Segment b7d7daa7-9148-492b-b262-3cc6e100e6a9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b7d7daa7-9148-492b-b262-3cc6e100e6a9 found for delete ", "request_id": "req-e5e9acc0-d4d6-4749-aa44-a8c6a0901d26"}]} [pid: 7|app: 0|req: 945/1922] 10.0.0.73 () {34 vars in 683 bytes} [Tue May 26 02:46:51 2026] POST /v2.0/security-groups => generated 1601 bytes in 494 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/1923] 10.0.0.73 () {34 vars in 683 bytes} [Tue May 26 02:46:52 2026] POST /v2.0/security-groups => generated 1601 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/1924] 10.0.0.73 () {34 vars in 683 bytes} [Tue May 26 02:46:52 2026] POST /v2.0/security-groups => generated 1601 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1925] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:46:52 2026] GET /v2.0/security-groups?tenant_id=e1a7ede3ebe94a72805dbd93cc1793f3&name=default => generated 2925 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/1926] 10.0.0.73 () {34 vars in 683 bytes} [Tue May 26 02:46:52 2026] POST /v2.0/security-groups => generated 1601 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1927] 10.0.0.73 () {32 vars in 825 bytes} [Tue May 26 02:46:52 2026] GET /v2.0/ports?project_id=8d94844b8bcc40399fd329f08133c484&network_id=9e4f5372-c62a-4e72-9ecb-d2fb456d3ed3 => generated 3691 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/1928] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:46:52 2026] DELETE /v2.0/security-groups/8e4aa233-5892-4b30-8087-aed5c82e3105 => 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: 948/1929] 10.0.0.73 () {34 vars in 683 bytes} [Tue May 26 02:46:52 2026] POST /v2.0/security-groups => generated 1601 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/1930] 10.0.0.73 () {34 vars in 766 bytes} [Tue May 26 02:46:52 2026] PUT /v2.0/security-groups/8a2c2f59-13ba-4cdf-98dd-6cc7b3d5d146/tags => generated 17 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/1931] 10.0.0.73 () {34 vars in 766 bytes} [Tue May 26 02:46:53 2026] PUT /v2.0/security-groups/7cdae999-736c-4b64-abd0-f4416683633f/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1932] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:46:53 2026] GET /v2.0/security-groups?tenant_id=99e5648b2d25444d8006d07578ed61f2&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: 984/1933] 10.0.0.73 () {34 vars in 766 bytes} [Tue May 26 02:46:53 2026] PUT /v2.0/security-groups/1e0f6127-2186-4a74-9b90-e8105eb8e72c/tags => generated 34 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/1934] 10.0.0.73 () {34 vars in 766 bytes} [Tue May 26 02:46:53 2026] PUT /v2.0/security-groups/524330fb-68ca-4336-859a-fbcc14cb7993/tags => generated 19 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1935] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:46:53 2026] DELETE /v2.0/security-groups/190eb426-5999-4364-b53a-24fd046ce4b6 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/1936] 10.0.0.73 () {32 vars in 741 bytes} [Tue May 26 02:46:53 2026] GET /v2.0/subnets?network_id=8839bb7c-f994-4227-b4d6-428390fc5fe7 => generated 667 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1937] 10.0.0.73 () {32 vars in 679 bytes} [Tue May 26 02:46:53 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/1938] 10.0.0.73 () {32 vars in 693 bytes} [Tue May 26 02:46:53 2026] GET /v2.0/security-groups?tags=red%2Cblue => 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: 952/1939] 10.0.0.73 () {32 vars in 689 bytes} [Tue May 26 02:46:53 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/1940] 10.0.0.73 () {32 vars in 701 bytes} [Tue May 26 02:46:53 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/1941] 10.0.0.73 () {32 vars in 687 bytes} [Tue May 26 02:46:53 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/1942] 10.0.0.73 () {32 vars in 701 bytes} [Tue May 26 02:46:53 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 02:46:53.508 7 INFO neutron.db.l3_db [None req-f7138cd2-fce5-4c0f-9658-2b840366bd85 73d059920992483bb750ba6e5b092650 8d94844b8bcc40399fd329f08133c484 - - default default] Floating IP dbf4ef67-1020-494c-9c8b-42d4fae16028 disassociated. External IP: 10.96.250.218, port: c38cc9ab-611a-41b0-be11-d813793eaaf1. [pid: 8|app: 0|req: 991/1943] 10.0.0.73 () {32 vars in 697 bytes} [Tue May 26 02:46:53 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/1944] 10.0.0.73 () {32 vars in 709 bytes} [Tue May 26 02:46:53 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/1945] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:46:53 2026] DELETE /v2.0/security-groups/8a2c2f59-13ba-4cdf-98dd-6cc7b3d5d146 => 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: 994/1946] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:46:53 2026] DELETE /v2.0/security-groups/7cdae999-736c-4b64-abd0-f4416683633f => 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: 953/1947] 10.0.0.73 () {34 vars in 748 bytes} [Tue May 26 02:46:53 2026] PUT /v2.0/floatingips/dbf4ef67-1020-494c-9c8b-42d4fae16028 => generated 554 bytes in 457 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/1948] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:46:53 2026] DELETE /v2.0/security-groups/1e0f6127-2186-4a74-9b90-e8105eb8e72c => 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: 954/1949] 10.0.0.73 () {32 vars in 728 bytes} [Tue May 26 02:46:53 2026] GET /v2.0/floatingips/dbf4ef67-1020-494c-9c8b-42d4fae16028 => generated 554 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:46:53.887 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b34b52fd-40db-4f97-9e85-b5b2c5af5bff'] response: {'name': 'network-changed', 'server_uuid': 'bd2faf04-d78e-4582-96af-848ab08e069d', 'tag': 'c38cc9ab-611a-41b0-be11-d813793eaaf1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 996/1950] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:46:53 2026] DELETE /v2.0/security-groups/524330fb-68ca-4336-859a-fbcc14cb7993 => 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: 955/1951] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:46:53 2026] DELETE /v2.0/security-groups/904053ef-ed6a-4c5f-80e8-2feda1812b3c => 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: 997/1952] 199.204.45.222 () {34 vars in 1080 bytes} [Tue May 26 02:46:54 2026] GET /v2.0/ports?tenant_id=8d94844b8bcc40399fd329f08133c484&device_id=bd2faf04-d78e-4582-96af-848ab08e069d => generated 1240 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1953] 199.204.45.222 () {34 vars in 986 bytes} [Tue May 26 02:46:54 2026] GET /v2.0/networks?id=9e4f5372-c62a-4e72-9ecb-d2fb456d3ed3 => generated 756 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/1954] 199.204.45.222 () {34 vars in 1058 bytes} [Tue May 26 02:46:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=c38cc9ab-611a-41b0-be11-d813793eaaf1 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1955] 199.204.45.222 () {34 vars in 984 bytes} [Tue May 26 02:46:54 2026] GET /v2.0/subnets?id=bcfcf2e1-51ea-4b12-8ed2-95313423c0f7 => generated 677 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/1956] 199.204.45.222 () {34 vars in 1052 bytes} [Tue May 26 02:46:54 2026] GET /v2.0/ports?network_id=9e4f5372-c62a-4e72-9ecb-d2fb456d3ed3&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1957] 199.204.45.222 () {34 vars in 1012 bytes} [Tue May 26 02:46:54 2026] GET /v2.0/networks/9e4f5372-c62a-4e72-9ecb-d2fb456d3ed3?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: 1000/1958] 199.204.45.222 () {34 vars in 1112 bytes} [Tue May 26 02:46:54 2026] GET /v2.0/networks/9e4f5372-c62a-4e72-9ecb-d2fb456d3ed3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/1959] 10.0.0.73 () {32 vars in 728 bytes} [Tue May 26 02:46:54 2026] GET /v2.0/floatingips/dbf4ef67-1020-494c-9c8b-42d4fae16028 => generated 554 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1960] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:46:54 2026] GET /v2.0/security-groups?tenant_id=b0e3158daeb142918217a7613bfe1fe7&name=default => generated 2925 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/1961] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:46:55 2026] DELETE /v2.0/security-groups/f03f7d28-40e1-4635-b7a6-818051c88a18 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1962] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:46:55 2026] GET /v2.0/security-groups?tenant_id=8d407eb14b1b4906b46845d22ebe6bdd&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/1963] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:46:55 2026] DELETE /v2.0/security-groups/8ba87d76-8b4e-48d0-a3c1-2d3f871557fb => 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: 961/1964] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:46:55 2026] GET /v2.0/security-groups?tenant_id=744032018ac442cdbd3c885c964bf4ea&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1965] 10.0.0.73 () {32 vars in 728 bytes} [Tue May 26 02:46:55 2026] GET /v2.0/floatingips/dbf4ef67-1020-494c-9c8b-42d4fae16028 => generated 552 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/1966] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:46:55 2026] DELETE /v2.0/security-groups/f1aa0c41-beff-406c-9c0e-8622a9f1d093 => 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: 963/1967] 10.0.0.73 () {34 vars in 684 bytes} [Tue May 26 02:46:57 2026] POST /v2.0/security-groups => generated 1675 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/1968] 10.0.0.73 () {34 vars in 694 bytes} [Tue May 26 02:46:57 2026] POST /v2.0/security-group-rules => generated 597 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1969] 10.0.0.73 () {34 vars in 694 bytes} [Tue May 26 02:46:57 2026] POST /v2.0/security-group-rules => generated 596 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/1970] 10.0.0.73 () {34 vars in 694 bytes} [Tue May 26 02:46:57 2026] POST /v2.0/security-group-rules => generated 602 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1971] 10.0.0.73 () {34 vars in 694 bytes} [Tue May 26 02:46:57 2026] POST /v2.0/security-group-rules => generated 601 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 02:46:57.822 8 INFO neutron.db.securitygroups_db [None req-98eb7497-6ff1-48b9-9dde-b6fe0b25e70c 73d059920992483bb750ba6e5b092650 8d94844b8bcc40399fd329f08133c484 - - default default] Project 8d94844b8bcc40399fd329f08133c484 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: 1007/1972] 10.0.0.73 () {34 vars in 694 bytes} [Tue May 26 02:46:57 2026] POST /v2.0/security-group-rules => generated 607 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 02:46:57.989 7 INFO neutron.db.securitygroups_db [None req-4077fe4c-aa76-4527-af01-c3e2f02e2181 73d059920992483bb750ba6e5b092650 8d94844b8bcc40399fd329f08133c484 - - default default] Project 8d94844b8bcc40399fd329f08133c484 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: 966/1973] 10.0.0.73 () {34 vars in 694 bytes} [Tue May 26 02:46:57 2026] POST /v2.0/security-group-rules => generated 606 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/1974] 10.0.0.73 () {32 vars in 648 bytes} [Tue May 26 02:46:58 2026] GET /v2.0/networks => generated 1297 bytes in 278 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1975] 10.0.0.4 () {34 vars in 1098 bytes} [Tue May 26 02:46:58 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1354988613&fields=id&tenant_id=8d94844b8bcc40399fd329f08133c484 => generated 69 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/1976] 10.0.0.4 () {34 vars in 980 bytes} [Tue May 26 02:46:58 2026] GET /v2.0/networks?id=9e4f5372-c62a-4e72-9ecb-d2fb456d3ed3 => generated 660 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1977] 10.0.0.4 () {34 vars in 963 bytes} [Tue May 26 02:46:58 2026] GET /v2.0/quotas/8d94844b8bcc40399fd329f08133c484 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/1978] 10.0.0.4 () {34 vars in 1000 bytes} [Tue May 26 02:46:58 2026] GET /v2.0/ports?tenant_id=8d94844b8bcc40399fd329f08133c484&fields=id => generated 149 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1979] 10.0.0.4 () {34 vars in 1006 bytes} [Tue May 26 02:46:59 2026] GET /v2.0/networks/9e4f5372-c62a-4e72-9ecb-d2fb456d3ed3?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: 1011/1980] 10.0.0.4 () {34 vars in 1106 bytes} [Tue May 26 02:46:59 2026] GET /v2.0/networks/9e4f5372-c62a-4e72-9ecb-d2fb456d3ed3?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: 970/1981] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:46:59 2026] GET /v2.0/ports?device_id=0a27885e-7171-463f-8ba2-3899ceddd917 => 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: 1012/1982] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:46:59 2026] GET /v2.0/security-groups?tenant_id=6a82514c13a7401da35d4c81bc7bd246&name=default => generated 2925 bytes in 383 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1983] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:47:00 2026] DELETE /v2.0/security-groups/5f79469a-50d5-4ec5-9274-2f3bdeb06976 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/1984] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:47:00 2026] GET /v2.0/ports?device_id=0a27885e-7171-463f-8ba2-3899ceddd917 => 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: 972/1985] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:47:00 2026] GET /v2.0/security-groups?tenant_id=893a0551eaa44bbfb747a7a62e3ed19a&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/1986] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:47:00 2026] DELETE /v2.0/security-groups/6bab074a-4440-4217-8aca-7aec5fdfede7 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 02:47:01.034 7 INFO neutron.db.segments_db [None req-0a5b1790-7a42-42c2-9ec1-848c6635d51e 178ffdc276354b40927cb8cafd62c9fd 4760b1c9c98d442cbd6295c66fa80ec4 - - default default] Added segment 53e0ac17-ad18-4694-9223-4fc2c30cf56a of type vxlan for network a7061e41-1fc4-4a8d-8504-87ba59c8bc61 [pid: 7|app: 0|req: 973/1987] 10.0.0.73 () {34 vars in 669 bytes} [Tue May 26 02:47:00 2026] POST /v2.0/networks => generated 612 bytes in 384 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/1988] 10.0.0.73 () {34 vars in 668 bytes} [Tue May 26 02:47:01 2026] POST /v2.0/subnets => generated 626 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 02:47:01.455 7 INFO neutron.db.segments_db [None req-38dbdad9-eed7-4aad-a188-cfb96acab9c9 178ffdc276354b40927cb8cafd62c9fd 4760b1c9c98d442cbd6295c66fa80ec4 - - default default] Added segment 5c10392d-8354-4b50-8a1f-6b48ae5523f2 of type vxlan for network 4dda6809-b0e3-4ca1-895c-a0b5c8b1d5e5 [pid: 8|app: 0|req: 1016/1989] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:47:01 2026] GET /v2.0/ports?device_id=0a27885e-7171-463f-8ba2-3899ceddd917 => 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: 974/1990] 10.0.0.73 () {34 vars in 669 bytes} [Tue May 26 02:47:01 2026] POST /v2.0/networks => generated 613 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/1991] 10.0.0.73 () {34 vars in 668 bytes} [Tue May 26 02:47:01 2026] POST /v2.0/subnets => generated 629 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 02:47:01.899 7 INFO neutron.db.segments_db [None req-b09eebe4-a6e2-44ac-baf5-1e16203ff3ff 178ffdc276354b40927cb8cafd62c9fd 4760b1c9c98d442cbd6295c66fa80ec4 - - default default] Added segment 97fdec89-da6a-4941-8824-d51a608cbe8c of type vxlan for network 55dac595-fc54-4098-8134-29bc37ad5417 [pid: 7|app: 0|req: 975/1992] 10.0.0.73 () {34 vars in 669 bytes} [Tue May 26 02:47:01 2026] POST /v2.0/networks => generated 613 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/1993] 10.0.0.73 () {34 vars in 668 bytes} [Tue May 26 02:47:01 2026] POST /v2.0/subnets => generated 629 bytes in 288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 02:47:02.363 7 INFO neutron.db.segments_db [None req-b7dc010a-a09a-4de0-8242-4b7900b7328d 178ffdc276354b40927cb8cafd62c9fd 4760b1c9c98d442cbd6295c66fa80ec4 - - default default] Added segment 94fafa30-3473-4d4e-beac-8a53c6458fb3 of type vxlan for network 43c3e3b2-2be6-4fac-87d5-04dd53f40617 [pid: 7|app: 0|req: 976/1994] 10.0.0.73 () {34 vars in 669 bytes} [Tue May 26 02:47:02 2026] POST /v2.0/networks => generated 612 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1995] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:47:02 2026] GET /v2.0/ports?device_id=0a27885e-7171-463f-8ba2-3899ceddd917 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/1996] 10.0.0.73 () {34 vars in 668 bytes} [Tue May 26 02:47:02 2026] POST /v2.0/subnets => generated 629 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 02:47:02.848 7 INFO neutron.db.segments_db [None req-bf2f32c1-16b3-43c6-b2d7-1e71635fefc8 178ffdc276354b40927cb8cafd62c9fd 4760b1c9c98d442cbd6295c66fa80ec4 - - default default] Added segment 2c3ad1cf-f7d1-4d48-9070-4de5fa08d7e0 of type vxlan for network 4dca2323-8edb-4806-aaa0-d234fad77929 [pid: 7|app: 0|req: 978/1997] 10.0.0.73 () {34 vars in 669 bytes} [Tue May 26 02:47:02 2026] POST /v2.0/networks => generated 613 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/1998] 10.0.0.73 () {34 vars in 668 bytes} [Tue May 26 02:47:02 2026] POST /v2.0/subnets => generated 629 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1999] 10.0.0.73 () {34 vars in 750 bytes} [Tue May 26 02:47:03 2026] PUT /v2.0/subnets/f718705a-a78f-48b0-9a7d-f01bd114a418/tags => generated 17 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2000] 10.0.0.73 () {34 vars in 750 bytes} [Tue May 26 02:47:03 2026] PUT /v2.0/subnets/5bb0a54c-c767-46a0-8208-b81258cb595d/tags => generated 25 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/2001] 10.0.0.73 () {34 vars in 750 bytes} [Tue May 26 02:47:03 2026] PUT /v2.0/subnets/71a36e41-b664-4a36-a3ae-8fe2c332dd4b/tags => generated 34 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2002] 10.0.0.73 () {34 vars in 750 bytes} [Tue May 26 02:47:03 2026] PUT /v2.0/subnets/7abb3284-1d1f-4748-8eaf-bf06bba3fccf/tags => generated 19 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/2003] 10.0.0.73 () {32 vars in 663 bytes} [Tue May 26 02:47:03 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/2004] 199.204.45.222 () {34 vars in 986 bytes} [Tue May 26 02:47:03 2026] GET /v2.0/networks?id=9e4f5372-c62a-4e72-9ecb-d2fb456d3ed3 => generated 660 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/2005] 10.0.0.73 () {32 vars in 677 bytes} [Tue May 26 02:47:03 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2006] 199.204.45.222 () {34 vars in 1050 bytes} [Tue May 26 02:47:03 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=8d94844b8bcc40399fd329f08133c484 => generated 274 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/2007] 10.0.0.73 () {32 vars in 673 bytes} [Tue May 26 02:47:03 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2008] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:47:03 2026] GET /v2.0/ports?device_id=0a27885e-7171-463f-8ba2-3899ceddd917 => 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: 1026/2009] 10.0.0.73 () {32 vars in 685 bytes} [Tue May 26 02:47:03 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2010] 10.0.0.73 () {32 vars in 671 bytes} [Tue May 26 02:47:03 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2011] 10.0.0.73 () {32 vars in 685 bytes} [Tue May 26 02:47:03 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2012] 10.0.0.73 () {32 vars in 681 bytes} [Tue May 26 02:47:03 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 591 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2013] 10.0.0.73 () {32 vars in 693 bytes} [Tue May 26 02:47:04 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/2014] 199.204.45.222 () {38 vars in 955 bytes} [Tue May 26 02:47:03 2026] POST /v2.0/ports => generated 958 bytes in 963 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: 1031/2015] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:47:04 2026] DELETE /v2.0/subnets/f718705a-a78f-48b0-9a7d-f01bd114a418 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2016] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:47:04 2026] DELETE /v2.0/subnets/5bb0a54c-c767-46a0-8208-b81258cb595d => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2017] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:47:04 2026] GET /v2.0/ports?device_id=0a27885e-7171-463f-8ba2-3899ceddd917 => generated 961 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2018] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:47:04 2026] DELETE /v2.0/subnets/71a36e41-b664-4a36-a3ae-8fe2c332dd4b => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2019] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:47:05 2026] GET /v2.0/security-groups?id=996f0ab2-2e0d-48c3-bbb1-544dd67abb5a&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: 985/2020] 199.204.45.222 () {38 vars in 1028 bytes} [Tue May 26 02:47:04 2026] PUT /v2.0/ports/5adcab93-1262-42cf-a809-9225100f8439 => generated 1239 bytes in 418 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 02:47:05.179 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-29c7cb74-eec3-485f-bd74-7b4557f85272'] response: {'name': 'network-changed', 'server_uuid': '0a27885e-7171-463f-8ba2-3899ceddd917', 'tag': '5adcab93-1262-42cf-a809-9225100f8439', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1036/2021] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:47:05 2026] DELETE /v2.0/subnets/7abb3284-1d1f-4748-8eaf-bf06bba3fccf => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 986/2022] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:47:05 2026] DELETE /v2.0/subnets/a5c404e3-71a9-49b8-a440-b56355c873db => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:47:05.542 8 INFO neutron_taas.services.taas.taas_plugin [None req-9a6b711d-4067-4706-a9e2-a72278ccfd9f 178ffdc276354b40927cb8cafd62c9fd 4760b1c9c98d442cbd6295c66fa80ec4 - - default default] TaaS: Handle Delete Port: 99eaa9c7-051b-470c-ab18-c3b383d41732 2026-05-26 02:47:05.548 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9a6b711d-4067-4706-a9e2-a72278ccfd9f 178ffdc276354b40927cb8cafd62c9fd 4760b1c9c98d442cbd6295c66fa80ec4 - - default default] Tap Mirror: Handle Delete Port: 99eaa9c7-051b-470c-ab18-c3b383d41732 [pid: 7|app: 0|req: 987/2023] 199.204.45.222 () {34 vars in 1080 bytes} [Tue May 26 02:47:05 2026] GET /v2.0/ports?tenant_id=8d94844b8bcc40399fd329f08133c484&device_id=0a27885e-7171-463f-8ba2-3899ceddd917 => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 02:47:05.736 8 INFO neutron.services.segments.plugin [-] Segment 53e0ac17-ad18-4694-9223-4fc2c30cf56a resource provider aggregate not found 2026-05-26 02:47:05.741 8 INFO neutron.services.segments.plugin [-] Segment 53e0ac17-ad18-4694-9223-4fc2c30cf56a resource provider aggregate not found 2026-05-26 02:47:05.763 8 INFO neutron.services.segments.plugin [-] Segment 53e0ac17-ad18-4694-9223-4fc2c30cf56a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53e0ac17-ad18-4694-9223-4fc2c30cf56a found for delete ", "request_id": "req-06d38351-175b-4be3-b426-228c4ba5f3fd"}]} 2026-05-26 02:47:05.767 8 INFO neutron.services.segments.plugin [-] Segment 53e0ac17-ad18-4694-9223-4fc2c30cf56a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53e0ac17-ad18-4694-9223-4fc2c30cf56a found for delete ", "request_id": "req-0db5752b-849f-40bd-bf6e-0b5ffccdf018"}]} [pid: 8|app: 0|req: 1037/2024] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:47:05 2026] DELETE /v2.0/networks/a7061e41-1fc4-4a8d-8504-87ba59c8bc61 => generated 0 bytes in 342 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/2025] 199.204.45.222 () {34 vars in 1018 bytes} [Tue May 26 02:47:05 2026] GET /v2.0/networks?tenant_id=8d94844b8bcc40399fd329f08133c484&shared=False => generated 756 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/2026] 199.204.45.222 () {34 vars in 930 bytes} [Tue May 26 02:47:05 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: 8|app: 0|req: 1038/2027] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:47:05 2026] DELETE /v2.0/networks/4dda6809-b0e3-4ca1-895c-a0b5c8b1d5e5 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:47:06.059 7 INFO neutron.services.segments.plugin [-] Segment 97fdec89-da6a-4941-8824-d51a608cbe8c resource provider aggregate not found 2026-05-26 02:47:06.059 7 INFO neutron.services.segments.plugin [-] Segment 97fdec89-da6a-4941-8824-d51a608cbe8c resource provider aggregate not found 2026-05-26 02:47:06.080 7 INFO neutron.services.segments.plugin [-] Segment 97fdec89-da6a-4941-8824-d51a608cbe8c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97fdec89-da6a-4941-8824-d51a608cbe8c found for delete ", "request_id": "req-84c27b72-a59e-4d29-abc6-ba7ad2fc14dd"}]} 2026-05-26 02:47:06.081 7 INFO neutron.services.segments.plugin [-] Segment 97fdec89-da6a-4941-8824-d51a608cbe8c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97fdec89-da6a-4941-8824-d51a608cbe8c found for delete ", "request_id": "req-77963302-bcc9-4f74-8470-89f71a109210"}]} [pid: 7|app: 0|req: 990/2028] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:47:05 2026] DELETE /v2.0/networks/55dac595-fc54-4098-8134-29bc37ad5417 => 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: 991/2029] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:47:06 2026] GET /v2.0/ports?device_id=0a27885e-7171-463f-8ba2-3899ceddd917 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2030] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:47:06 2026] DELETE /v2.0/networks/43c3e3b2-2be6-4fac-87d5-04dd53f40617 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/2031] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:47:06 2026] GET /v2.0/security-groups?id=996f0ab2-2e0d-48c3-bbb1-544dd67abb5a&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2032] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:47:06 2026] DELETE /v2.0/networks/4dca2323-8edb-4806-aaa0-d234fad77929 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/2033] 199.204.45.222 () {34 vars in 1080 bytes} [Tue May 26 02:47:06 2026] GET /v2.0/ports?tenant_id=8d94844b8bcc40399fd329f08133c484&device_id=0a27885e-7171-463f-8ba2-3899ceddd917 => generated 1242 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2034] 199.204.45.222 () {34 vars in 1060 bytes} [Tue May 26 02:47:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=5adcab93-1262-42cf-a809-9225100f8439 => 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: 994/2035] 199.204.45.222 () {34 vars in 984 bytes} [Tue May 26 02:47:06 2026] GET /v2.0/subnets?id=bcfcf2e1-51ea-4b12-8ed2-95313423c0f7 => generated 677 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/2036] 199.204.45.222 () {34 vars in 1052 bytes} [Tue May 26 02:47:06 2026] GET /v2.0/ports?network_id=9e4f5372-c62a-4e72-9ecb-d2fb456d3ed3&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/2039] 199.204.45.222 () {34 vars in 1012 bytes} [Tue May 26 02:47:07 2026] GET /v2.0/networks/9e4f5372-c62a-4e72-9ecb-d2fb456d3ed3?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: 999/2040] 199.204.45.222 () {34 vars in 1112 bytes} [Tue May 26 02:47:07 2026] GET /v2.0/networks/9e4f5372-c62a-4e72-9ecb-d2fb456d3ed3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2041] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:47:06 2026] GET /v2.0/security-groups?tenant_id=14d8337da54a4bf484b226eb1fdf16a0&name=default => generated 2925 bytes in 391 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2042] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:47:07 2026] GET /v2.0/ports?device_id=0a27885e-7171-463f-8ba2-3899ceddd917 => generated 973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2043] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:47:07 2026] DELETE /v2.0/security-groups/4014a0cb-7428-4f0c-9bf2-fd31de7f1d2a => 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: 1045/2044] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:47:07 2026] GET /v2.0/security-groups?id=996f0ab2-2e0d-48c3-bbb1-544dd67abb5a&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: 1000/2045] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:47:07 2026] GET /v2.0/security-groups?tenant_id=3d7e3b1e3f4c46228329bab031a40c6a&name=default => generated 2925 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2046] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:47:07 2026] DELETE /v2.0/security-groups/cec74c0e-28a9-45f0-8ea9-5bf62247ead7 => 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: 1001/2047] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:47:07 2026] GET /v2.0/security-groups?tenant_id=0c084e26e718401c884d405646f567c3&name=default => generated 2925 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 02:47:07.788 8 INFO neutron.services.segments.plugin [-] Segment 5c10392d-8354-4b50-8a1f-6b48ae5523f2 resource provider aggregate not found 2026-05-26 02:47:07.793 8 INFO neutron.services.segments.plugin [-] Segment 5c10392d-8354-4b50-8a1f-6b48ae5523f2 resource provider aggregate not found 2026-05-26 02:47:07.813 8 INFO neutron.services.segments.plugin [-] Segment 5c10392d-8354-4b50-8a1f-6b48ae5523f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c10392d-8354-4b50-8a1f-6b48ae5523f2 found for delete ", "request_id": "req-51fc47da-a8ae-4048-82d0-5e9093fbfee2"}]} 2026-05-26 02:47:07.825 8 INFO neutron.services.segments.plugin [-] Segment 5c10392d-8354-4b50-8a1f-6b48ae5523f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c10392d-8354-4b50-8a1f-6b48ae5523f2 found for delete ", "request_id": "req-0b41d956-e01e-4d62-9355-ef72e76a3a4e"}]} 2026-05-26 02:47:07.845 8 INFO neutron.services.segments.plugin [-] Segment 94fafa30-3473-4d4e-beac-8a53c6458fb3 resource provider aggregate not found 2026-05-26 02:47:07.850 8 INFO neutron.services.segments.plugin [-] Segment 94fafa30-3473-4d4e-beac-8a53c6458fb3 resource provider aggregate not found 2026-05-26 02:47:07.864 8 INFO neutron.services.segments.plugin [-] Segment 94fafa30-3473-4d4e-beac-8a53c6458fb3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94fafa30-3473-4d4e-beac-8a53c6458fb3 found for delete ", "request_id": "req-6a0a76c2-8d5e-4f9f-80fe-955cf89cba32"}]} 2026-05-26 02:47:07.870 8 INFO neutron.services.segments.plugin [-] Segment 94fafa30-3473-4d4e-beac-8a53c6458fb3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94fafa30-3473-4d4e-beac-8a53c6458fb3 found for delete ", "request_id": "req-ee27da88-cab2-4f35-9345-777e4b97e0a9"}]} 2026-05-26 02:47:07.885 8 INFO neutron.services.segments.plugin [-] Segment 2c3ad1cf-f7d1-4d48-9070-4de5fa08d7e0 resource provider aggregate not found 2026-05-26 02:47:07.892 8 INFO neutron.services.segments.plugin [-] Segment 2c3ad1cf-f7d1-4d48-9070-4de5fa08d7e0 resource provider aggregate not found 2026-05-26 02:47:07.914 8 INFO neutron.services.segments.plugin [-] Segment 2c3ad1cf-f7d1-4d48-9070-4de5fa08d7e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c3ad1cf-f7d1-4d48-9070-4de5fa08d7e0 found for delete ", "request_id": "req-8a57401c-fa10-4855-b3e9-053387f702e2"}]} 2026-05-26 02:47:07.914 8 INFO neutron.services.segments.plugin [-] Segment 2c3ad1cf-f7d1-4d48-9070-4de5fa08d7e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c3ad1cf-f7d1-4d48-9070-4de5fa08d7e0 found for delete ", "request_id": "req-e771e4b4-4e4b-4111-bcbe-7ee8fad571f5"}]} [pid: 8|app: 0|req: 1047/2048] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:47:07 2026] DELETE /v2.0/security-groups/f6057ef2-0e69-45ce-9ba6-317555fb0f05 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/2049] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:47:07 2026] GET /v2.0/security-groups?tenant_id=318c517deaed4054880e696c3add0b7d&name=default => generated 2925 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2050] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:47:08 2026] DELETE /v2.0/security-groups/92817f35-0a9a-4165-8da8-2635f1306abf => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/2051] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:47:08 2026] GET /v2.0/security-groups?tenant_id=4760b1c9c98d442cbd6295c66fa80ec4&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2052] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:47:08 2026] DELETE /v2.0/security-groups/78e31cbb-9070-40b1-ae05-6b23886fa50c => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/2053] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:47:08 2026] GET /v2.0/ports?device_id=0a27885e-7171-463f-8ba2-3899ceddd917 => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2054] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:47:08 2026] GET /v2.0/security-groups?id=996f0ab2-2e0d-48c3-bbb1-544dd67abb5a&fields=id&fields=name => generated 114 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/2055] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:47:09 2026] GET /v2.0/ports?device_id=0a27885e-7171-463f-8ba2-3899ceddd917 => generated 973 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2056] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:47:09 2026] GET /v2.0/security-groups?id=996f0ab2-2e0d-48c3-bbb1-544dd67abb5a&fields=id&fields=name => generated 114 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/2057] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:47:10 2026] GET /v2.0/security-groups?tenant_id=89842f5f31674dbd9348f003bd855b1a&name=default => generated 2925 bytes in 309 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2058] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:47:10 2026] DELETE /v2.0/security-groups/7b7db456-c6cc-4963-9975-4202a0547c1d => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/2059] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:47:11 2026] GET /v2.0/ports?device_id=0a27885e-7171-463f-8ba2-3899ceddd917 => generated 975 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2060] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:47:11 2026] GET /v2.0/security-groups?id=996f0ab2-2e0d-48c3-bbb1-544dd67abb5a&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/2061] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:47:12 2026] GET /v2.0/ports?device_id=0a27885e-7171-463f-8ba2-3899ceddd917 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2062] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:47:12 2026] GET /v2.0/security-groups?id=996f0ab2-2e0d-48c3-bbb1-544dd67abb5a&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: 1009/2063] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:47:12 2026] GET /v2.0/ports?device_id=0a27885e-7171-463f-8ba2-3899ceddd917 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2064] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:47:12 2026] GET /v2.0/security-groups?id=996f0ab2-2e0d-48c3-bbb1-544dd67abb5a&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: 1010/2065] 10.0.0.73 () {32 vars in 735 bytes} [Tue May 26 02:47:12 2026] GET /v2.0/ports?device_id=0a27885e-7171-463f-8ba2-3899ceddd917 => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 02:47:12.945 8 INFO neutron.db.l3_db [None req-d8bd1017-2163-431d-8c0b-3b9f466e126b 73d059920992483bb750ba6e5b092650 8d94844b8bcc40399fd329f08133c484 - - default default] Floating IP dbf4ef67-1020-494c-9c8b-42d4fae16028 associated. External IP: 10.96.250.218, port: 5adcab93-1262-42cf-a809-9225100f8439. [pid: 8|app: 0|req: 1056/2066] 10.0.0.73 () {34 vars in 748 bytes} [Tue May 26 02:47:12 2026] PUT /v2.0/floatingips/dbf4ef67-1020-494c-9c8b-42d4fae16028 => generated 856 bytes in 789 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:47:13.330 7 INFO neutron.db.segments_db [None req-0b23dbf4-7c27-47ef-b180-b24a5ebcd2c1 3e20f1fabaf44d889c8ad88a73ce37d7 acfbe26f1c7244e4879a1da8efd9969a - - default default] Added segment d572feb9-1e1a-4016-a387-cf995948765b of type vxlan for network c6681d5c-2529-4964-9ac2-1032ec85936e 2026-05-26 02:47:13.362 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-88245838-e99e-4ab6-bcc8-1ecfd3d204a4'] response: {'name': 'network-changed', 'server_uuid': '0a27885e-7171-463f-8ba2-3899ceddd917', 'tag': '5adcab93-1262-42cf-a809-9225100f8439', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1057/2067] 10.0.0.73 () {32 vars in 728 bytes} [Tue May 26 02:47:13 2026] GET /v2.0/floatingips/dbf4ef67-1020-494c-9c8b-42d4fae16028 => generated 856 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/2068] 10.0.0.73 () {34 vars in 669 bytes} [Tue May 26 02:47:13 2026] POST /v2.0/networks => generated 613 bytes in 438 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2069] 10.0.0.73 () {34 vars in 663 bytes} [Tue May 26 02:47:13 2026] POST /v2.0/ports => generated 743 bytes in 422 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: 1012/2070] 199.204.45.222 () {34 vars in 1080 bytes} [Tue May 26 02:47:13 2026] GET /v2.0/ports?tenant_id=8d94844b8bcc40399fd329f08133c484&device_id=0a27885e-7171-463f-8ba2-3899ceddd917 => generated 1244 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/2071] 199.204.45.222 () {34 vars in 986 bytes} [Tue May 26 02:47:13 2026] GET /v2.0/networks?id=9e4f5372-c62a-4e72-9ecb-d2fb456d3ed3 => generated 756 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/2072] 199.204.45.222 () {34 vars in 1060 bytes} [Tue May 26 02:47:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=5adcab93-1262-42cf-a809-9225100f8439 => generated 859 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2073] 10.0.0.73 () {34 vars in 665 bytes} [Tue May 26 02:47:13 2026] POST /v2.0/trunks => generated 407 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/2074] 199.204.45.222 () {34 vars in 984 bytes} [Tue May 26 02:47:14 2026] GET /v2.0/subnets?id=bcfcf2e1-51ea-4b12-8ed2-95313423c0f7 => generated 677 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:47:14.144 8 INFO neutron.db.segments_db [None req-3212fbc2-d719-483c-9ac4-a0ee0f24598b 3e20f1fabaf44d889c8ad88a73ce37d7 acfbe26f1c7244e4879a1da8efd9969a - - default default] Added segment 0329d797-1bd8-4763-8ff7-580191679c78 of type vxlan for network 8b2134f6-1681-420d-a8af-3eebde543206 [pid: 7|app: 0|req: 1016/2075] 199.204.45.222 () {34 vars in 1052 bytes} [Tue May 26 02:47:14 2026] GET /v2.0/ports?network_id=9e4f5372-c62a-4e72-9ecb-d2fb456d3ed3&device_owner=network%3Adhcp => generated 1244 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/2076] 199.204.45.222 () {34 vars in 1012 bytes} [Tue May 26 02:47:14 2026] GET /v2.0/networks/9e4f5372-c62a-4e72-9ecb-d2fb456d3ed3?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: 1060/2077] 10.0.0.73 () {34 vars in 669 bytes} [Tue May 26 02:47:14 2026] POST /v2.0/networks => generated 612 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/2078] 199.204.45.222 () {34 vars in 1112 bytes} [Tue May 26 02:47:14 2026] GET /v2.0/networks/9e4f5372-c62a-4e72-9ecb-d2fb456d3ed3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2079] 10.0.0.73 () {32 vars in 728 bytes} [Tue May 26 02:47:14 2026] GET /v2.0/floatingips/dbf4ef67-1020-494c-9c8b-42d4fae16028 => generated 856 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2080] 10.0.0.73 () {34 vars in 663 bytes} [Tue May 26 02:47:14 2026] POST /v2.0/ports => generated 743 bytes in 352 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/2081] 10.0.0.73 () {34 vars in 665 bytes} [Tue May 26 02:47:14 2026] POST /v2.0/trunks => generated 407 bytes in 230 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-05-26 02:47:14.905 8 INFO neutron.db.segments_db [None req-4e8e7483-a3f2-4b77-99a7-e81b69875448 3e20f1fabaf44d889c8ad88a73ce37d7 acfbe26f1c7244e4879a1da8efd9969a - - default default] Added segment 54d7aebc-cfd0-49ce-8674-1f3a80ef1fbd of type vxlan for network ef7054d2-0de6-40a9-8585-1ce8cfc74bde [pid: 8|app: 0|req: 1062/2082] 10.0.0.73 () {34 vars in 669 bytes} [Tue May 26 02:47:14 2026] POST /v2.0/networks => generated 612 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2083] 10.0.0.73 () {34 vars in 663 bytes} [Tue May 26 02:47:14 2026] POST /v2.0/ports => generated 743 bytes in 329 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: 1063/2084] 10.0.0.73 () {34 vars in 665 bytes} [Tue May 26 02:47:15 2026] POST /v2.0/trunks => generated 407 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/2085] 10.0.0.73 () {32 vars in 728 bytes} [Tue May 26 02:47:15 2026] GET /v2.0/floatingips/dbf4ef67-1020-494c-9c8b-42d4fae16028 => generated 858 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:47:15.506 8 INFO neutron.db.segments_db [None req-43bd21e8-9487-4704-98be-47326e6b7e60 3e20f1fabaf44d889c8ad88a73ce37d7 acfbe26f1c7244e4879a1da8efd9969a - - default default] Added segment 726f9290-2f6e-4d87-bc26-84d5658aca6a of type vxlan for network e80e3a53-5fbf-43a8-bc15-c0fa4bef1096 [pid: 8|app: 0|req: 1064/2086] 10.0.0.73 () {34 vars in 669 bytes} [Tue May 26 02:47:15 2026] POST /v2.0/networks => generated 613 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2087] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:47:15 2026] GET /v2.0/security-groups?tenant_id=6a6051cbe5844f8e9e9a02dffad4413c&name=default => generated 2925 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2088] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:47:15 2026] DELETE /v2.0/security-groups/e5a949a5-3ffb-4d9d-b829-f0ecd106f73b => 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: 1023/2089] 10.0.0.73 () {34 vars in 663 bytes} [Tue May 26 02:47:15 2026] POST /v2.0/ports => generated 743 bytes in 363 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2090] 10.0.0.73 () {34 vars in 665 bytes} [Tue May 26 02:47:15 2026] POST /v2.0/trunks => generated 407 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 02:47:16.181 7 INFO neutron.db.segments_db [None req-378ea008-ee66-4af8-a96c-593c5a8dbff2 3e20f1fabaf44d889c8ad88a73ce37d7 acfbe26f1c7244e4879a1da8efd9969a - - default default] Added segment f8cd13e6-1305-4fa4-ae20-082e2cc570b9 of type vxlan for network 57f7741c-3976-4e9e-a3d0-75df4037d168 [pid: 7|app: 0|req: 1024/2091] 10.0.0.73 () {34 vars in 669 bytes} [Tue May 26 02:47:16 2026] POST /v2.0/networks => generated 613 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2092] 10.0.0.73 () {34 vars in 663 bytes} [Tue May 26 02:47:16 2026] POST /v2.0/ports => generated 743 bytes in 322 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2093] 10.0.0.73 () {34 vars in 665 bytes} [Tue May 26 02:47:16 2026] POST /v2.0/trunks => generated 407 bytes in 182 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: 1069/2094] 10.0.0.73 () {34 vars in 748 bytes} [Tue May 26 02:47:16 2026] PUT /v2.0/trunks/0cdd1d47-8d10-4135-954c-a2dc77d2ec30/tags => generated 17 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/2095] 10.0.0.73 () {34 vars in 748 bytes} [Tue May 26 02:47:16 2026] PUT /v2.0/trunks/01c8c949-cf26-4931-91fa-f5798baeaac5/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2096] 10.0.0.73 () {34 vars in 748 bytes} [Tue May 26 02:47:16 2026] PUT /v2.0/trunks/52c5728b-726a-4117-b632-76034e55e411/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2097] 10.0.0.73 () {34 vars in 748 bytes} [Tue May 26 02:47:16 2026] PUT /v2.0/trunks/a93b4b6f-9c85-4458-b80e-3593329c8cf4/tags => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2098] 10.0.0.73 () {32 vars in 661 bytes} [Tue May 26 02:47:16 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2099] 10.0.0.73 () {32 vars in 675 bytes} [Tue May 26 02:47:17 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2100] 10.0.0.73 () {32 vars in 671 bytes} [Tue May 26 02:47:17 2026] GET /v2.0/trunks?tags-any=blue => 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: 1029/2101] 10.0.0.73 () {32 vars in 683 bytes} [Tue May 26 02:47:17 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2102] 10.0.0.73 () {32 vars in 669 bytes} [Tue May 26 02:47:17 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2103] 10.0.0.73 () {32 vars in 683 bytes} [Tue May 26 02:47:17 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: 8|app: 0|req: 1074/2104] 10.0.0.73 () {32 vars in 679 bytes} [Tue May 26 02:47:17 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/2105] 10.0.0.73 () {32 vars in 691 bytes} [Tue May 26 02:47:17 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2106] 10.0.0.73 () {32 vars in 718 bytes} [Tue May 26 02:47:17 2026] GET /v2.0/trunks/0cdd1d47-8d10-4135-954c-a2dc77d2ec30 => generated 412 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/2107] 10.0.0.73 () {32 vars in 716 bytes} [Tue May 26 02:47:17 2026] GET /v2.0/ports/c7d44b48-daae-45a6-b596-0dcaf884bdac => generated 826 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2108] 10.0.0.73 () {32 vars in 721 bytes} [Tue May 26 02:47:17 2026] DELETE /v2.0/trunks/0cdd1d47-8d10-4135-954c-a2dc77d2ec30 => 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: 1033/2109] 10.0.0.73 () {32 vars in 718 bytes} [Tue May 26 02:47:17 2026] GET /v2.0/trunks/01c8c949-cf26-4931-91fa-f5798baeaac5 => generated 420 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2110] 10.0.0.73 () {32 vars in 716 bytes} [Tue May 26 02:47:17 2026] GET /v2.0/ports/d34cb5a3-e80d-45c5-9f18-b9ace70c92b4 => generated 826 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2111] 10.0.0.73 () {32 vars in 721 bytes} [Tue May 26 02:47:17 2026] DELETE /v2.0/trunks/01c8c949-cf26-4931-91fa-f5798baeaac5 => 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: 1078/2112] 10.0.0.73 () {32 vars in 718 bytes} [Tue May 26 02:47:17 2026] GET /v2.0/trunks/52c5728b-726a-4117-b632-76034e55e411 => generated 429 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2113] 10.0.0.73 () {32 vars in 716 bytes} [Tue May 26 02:47:17 2026] GET /v2.0/ports/717a9785-f31e-49cb-868a-c755c77a3eb9 => generated 826 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2114] 10.0.0.73 () {32 vars in 721 bytes} [Tue May 26 02:47:17 2026] DELETE /v2.0/trunks/52c5728b-726a-4117-b632-76034e55e411 => 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: 1080/2115] 10.0.0.73 () {32 vars in 718 bytes} [Tue May 26 02:47:17 2026] GET /v2.0/trunks/a93b4b6f-9c85-4458-b80e-3593329c8cf4 => generated 414 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2116] 10.0.0.73 () {32 vars in 716 bytes} [Tue May 26 02:47:17 2026] GET /v2.0/ports/dd12d2f4-823d-45cc-ba2e-a6f1054827da => generated 826 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2117] 10.0.0.73 () {32 vars in 721 bytes} [Tue May 26 02:47:17 2026] DELETE /v2.0/trunks/a93b4b6f-9c85-4458-b80e-3593329c8cf4 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2118] 10.0.0.73 () {32 vars in 718 bytes} [Tue May 26 02:47:17 2026] GET /v2.0/trunks/ef448d12-eb2f-44ab-bbd4-1a0093840087 => generated 407 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2119] 10.0.0.73 () {32 vars in 716 bytes} [Tue May 26 02:47:17 2026] GET /v2.0/ports/1f219920-0256-4d22-a4f8-65f9c40828e3 => generated 826 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:47:18.033 7 INFO neutron.db.segments_db [None req-88318201-1197-43d3-b6ec-66c475531cb5 03d8fc927b5347fe8cbea826dd600003 e6f2720261be4509b9ca29f4ca184ad6 - - default default] Added segment adeb23ec-da7a-4444-bfd8-82f864e5f9d5 of type vxlan for network 422a5869-1410-4c8c-8b56-1abecd149308 [pid: 8|app: 0|req: 1085/2120] 10.0.0.73 () {32 vars in 721 bytes} [Tue May 26 02:47:18 2026] DELETE /v2.0/trunks/ef448d12-eb2f-44ab-bbd4-1a0093840087 => 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: 1036/2121] 10.0.0.73 () {34 vars in 669 bytes} [Tue May 26 02:47:17 2026] POST /v2.0/networks => generated 629 bytes in 432 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 02:47:18.223 8 INFO neutron_taas.services.taas.taas_plugin [None req-ff60efd7-4239-4b37-bcf1-12706693b917 3e20f1fabaf44d889c8ad88a73ce37d7 acfbe26f1c7244e4879a1da8efd9969a - - default default] TaaS: Handle Delete Port: c7d44b48-daae-45a6-b596-0dcaf884bdac 2026-05-26 02:47:18.226 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ff60efd7-4239-4b37-bcf1-12706693b917 3e20f1fabaf44d889c8ad88a73ce37d7 acfbe26f1c7244e4879a1da8efd9969a - - default default] Tap Mirror: Handle Delete Port: c7d44b48-daae-45a6-b596-0dcaf884bdac [pid: 8|app: 0|req: 1086/2122] 10.0.0.73 () {32 vars in 719 bytes} [Tue May 26 02:47:18 2026] DELETE /v2.0/ports/c7d44b48-daae-45a6-b596-0dcaf884bdac => generated 0 bytes in 219 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:47:18.436 8 INFO neutron_taas.services.taas.taas_plugin [None req-3d314d69-f60a-4287-9732-67e289086f1b 3e20f1fabaf44d889c8ad88a73ce37d7 acfbe26f1c7244e4879a1da8efd9969a - - default default] TaaS: Handle Delete Port: d34cb5a3-e80d-45c5-9f18-b9ace70c92b4 2026-05-26 02:47:18.440 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3d314d69-f60a-4287-9732-67e289086f1b 3e20f1fabaf44d889c8ad88a73ce37d7 acfbe26f1c7244e4879a1da8efd9969a - - default default] Tap Mirror: Handle Delete Port: d34cb5a3-e80d-45c5-9f18-b9ace70c92b4 [pid: 7|app: 0|req: 1037/2123] 10.0.0.73 () {34 vars in 664 bytes} [Tue May 26 02:47:18 2026] POST /v2.0/ports => generated 778 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-05-26 02:47:18.548 7 INFO neutron.db.segments_db [None req-b86f6450-20dc-4e10-9ab3-1f87c6475a36 03d8fc927b5347fe8cbea826dd600003 e6f2720261be4509b9ca29f4ca184ad6 - - default default] Added segment 6b1aa2f2-b866-474d-8f50-ec7d03820be1 of type vxlan for network 40bd249a-54d3-4531-bc87-3c76e7e30a30 [pid: 8|app: 0|req: 1087/2124] 10.0.0.73 () {32 vars in 719 bytes} [Tue May 26 02:47:18 2026] DELETE /v2.0/ports/d34cb5a3-e80d-45c5-9f18-b9ace70c92b4 => generated 0 bytes in 229 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2125] 10.0.0.73 () {34 vars in 669 bytes} [Tue May 26 02:47:18 2026] POST /v2.0/networks => generated 617 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 02:47:18.704 8 INFO neutron_taas.services.taas.taas_plugin [None req-77303c23-bcd8-48a1-8922-d5eb4a0559fb 3e20f1fabaf44d889c8ad88a73ce37d7 acfbe26f1c7244e4879a1da8efd9969a - - default default] TaaS: Handle Delete Port: 717a9785-f31e-49cb-868a-c755c77a3eb9 2026-05-26 02:47:18.708 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-77303c23-bcd8-48a1-8922-d5eb4a0559fb 3e20f1fabaf44d889c8ad88a73ce37d7 acfbe26f1c7244e4879a1da8efd9969a - - default default] Tap Mirror: Handle Delete Port: 717a9785-f31e-49cb-868a-c755c77a3eb9 [pid: 8|app: 0|req: 1088/2126] 10.0.0.73 () {32 vars in 719 bytes} [Tue May 26 02:47:18 2026] DELETE /v2.0/ports/717a9785-f31e-49cb-868a-c755c77a3eb9 => generated 0 bytes in 244 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2127] 10.0.0.73 () {34 vars in 668 bytes} [Tue May 26 02:47:18 2026] POST /v2.0/subnets => generated 646 bytes in 292 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 02:47:18.945 8 INFO neutron_taas.services.taas.taas_plugin [None req-3d5dccc8-548a-4aa9-8b12-69e28a083f3c 3e20f1fabaf44d889c8ad88a73ce37d7 acfbe26f1c7244e4879a1da8efd9969a - - default default] TaaS: Handle Delete Port: dd12d2f4-823d-45cc-ba2e-a6f1054827da 2026-05-26 02:47:18.949 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3d5dccc8-548a-4aa9-8b12-69e28a083f3c 3e20f1fabaf44d889c8ad88a73ce37d7 acfbe26f1c7244e4879a1da8efd9969a - - default default] Tap Mirror: Handle Delete Port: dd12d2f4-823d-45cc-ba2e-a6f1054827da [pid: 8|app: 0|req: 1089/2128] 10.0.0.73 () {32 vars in 719 bytes} [Tue May 26 02:47:18 2026] DELETE /v2.0/ports/dd12d2f4-823d-45cc-ba2e-a6f1054827da => generated 0 bytes in 234 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:47:19.156 8 INFO neutron_taas.services.taas.taas_plugin [None req-b38d98f0-88cd-4bf9-a970-055037b4bcb3 3e20f1fabaf44d889c8ad88a73ce37d7 acfbe26f1c7244e4879a1da8efd9969a - - default default] TaaS: Handle Delete Port: 1f219920-0256-4d22-a4f8-65f9c40828e3 2026-05-26 02:47:19.159 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b38d98f0-88cd-4bf9-a970-055037b4bcb3 3e20f1fabaf44d889c8ad88a73ce37d7 acfbe26f1c7244e4879a1da8efd9969a - - default default] Tap Mirror: Handle Delete Port: 1f219920-0256-4d22-a4f8-65f9c40828e3 [pid: 8|app: 0|req: 1090/2129] 10.0.0.73 () {32 vars in 719 bytes} [Tue May 26 02:47:19 2026] DELETE /v2.0/ports/1f219920-0256-4d22-a4f8-65f9c40828e3 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2130] 10.0.0.73 () {34 vars in 664 bytes} [Tue May 26 02:47:18 2026] POST /v2.0/ports => generated 966 bytes in 335 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 02:47:19.385 8 INFO neutron.services.segments.plugin [-] Segment d572feb9-1e1a-4016-a387-cf995948765b resource provider aggregate not found 2026-05-26 02:47:19.391 7 INFO neutron_taas.services.taas.taas_plugin [None req-07e10390-bcff-4e2e-bb09-71f522861450 03d8fc927b5347fe8cbea826dd600003 e6f2720261be4509b9ca29f4ca184ad6 - - default default] TaaS: Handle Delete Port: 4c2407bb-ca43-408f-82cb-ab77b186d286 2026-05-26 02:47:19.392 8 INFO neutron.services.segments.plugin [-] Segment d572feb9-1e1a-4016-a387-cf995948765b resource provider aggregate not found 2026-05-26 02:47:19.395 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-07e10390-bcff-4e2e-bb09-71f522861450 03d8fc927b5347fe8cbea826dd600003 e6f2720261be4509b9ca29f4ca184ad6 - - default default] Tap Mirror: Handle Delete Port: 4c2407bb-ca43-408f-82cb-ab77b186d286 2026-05-26 02:47:19.408 8 INFO neutron.services.segments.plugin [-] Segment d572feb9-1e1a-4016-a387-cf995948765b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d572feb9-1e1a-4016-a387-cf995948765b found for delete ", "request_id": "req-325178b0-ade5-482c-8f4c-1a598a2c2a7e"}]} 2026-05-26 02:47:19.413 8 INFO neutron.services.segments.plugin [-] Segment d572feb9-1e1a-4016-a387-cf995948765b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d572feb9-1e1a-4016-a387-cf995948765b found for delete ", "request_id": "req-1a1a6a0d-ff1f-46f1-9aa3-e13d4a562c4a"}]} [pid: 8|app: 0|req: 1091/2131] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:47:19 2026] DELETE /v2.0/networks/c6681d5c-2529-4964-9ac2-1032ec85936e => 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: 1041/2132] 10.0.0.73 () {32 vars in 719 bytes} [Tue May 26 02:47:19 2026] DELETE /v2.0/ports/4c2407bb-ca43-408f-82cb-ab77b186d286 => generated 0 bytes in 260 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:47:19.566 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b1191110-133d-4f9f-ae18-c30ec12098ad 03d8fc927b5347fe8cbea826dd600003 e6f2720261be4509b9ca29f4ca184ad6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1042/2133] 10.0.0.73 () {32 vars in 719 bytes} [Tue May 26 02:47:19 2026] DELETE /v2.0/ports/4c2407bb-ca43-408f-82cb-ab77b186d286 => 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: 1092/2134] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:47:19 2026] DELETE /v2.0/networks/8b2134f6-1681-420d-a8af-3eebde543206 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:47:19.588 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7f8914b5-0aff-4b03-a9b6-90e3de66557b 03d8fc927b5347fe8cbea826dd600003 e6f2720261be4509b9ca29f4ca184ad6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1043/2135] 10.0.0.73 () {32 vars in 716 bytes} [Tue May 26 02:47:19 2026] GET /v2.0/ports/4c2407bb-ca43-408f-82cb-ab77b186d286 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2136] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:47:19 2026] DELETE /v2.0/networks/ef7054d2-0de6-40a9-8585-1ce8cfc74bde => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2137] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:47:19 2026] DELETE /v2.0/subnets/24cbf68c-ef02-49ae-abf0-ab2936171777 => generated 0 bytes in 238 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2138] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:47:19 2026] DELETE /v2.0/networks/e80e3a53-5fbf-43a8-bc15-c0fa4bef1096 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:47:19.960 7 INFO neutron_taas.services.taas.taas_plugin [None req-2f99bc34-7343-4a30-a379-b45580a8b8b7 03d8fc927b5347fe8cbea826dd600003 e6f2720261be4509b9ca29f4ca184ad6 - - default default] TaaS: Handle Delete Port: e8752c2c-f44e-47d9-91da-8116584c79c3 2026-05-26 02:47:19.966 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2f99bc34-7343-4a30-a379-b45580a8b8b7 03d8fc927b5347fe8cbea826dd600003 e6f2720261be4509b9ca29f4ca184ad6 - - default default] Tap Mirror: Handle Delete Port: e8752c2c-f44e-47d9-91da-8116584c79c3 [pid: 8|app: 0|req: 1095/2139] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:47:19 2026] DELETE /v2.0/networks/57f7741c-3976-4e9e-a3d0-75df4037d168 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:47:20.160 7 INFO neutron.services.segments.plugin [-] Segment 6b1aa2f2-b866-474d-8f50-ec7d03820be1 resource provider aggregate not found 2026-05-26 02:47:20.163 7 INFO neutron.services.segments.plugin [-] Segment 6b1aa2f2-b866-474d-8f50-ec7d03820be1 resource provider aggregate not found 2026-05-26 02:47:20.181 7 INFO neutron.services.segments.plugin [-] Segment 6b1aa2f2-b866-474d-8f50-ec7d03820be1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b1aa2f2-b866-474d-8f50-ec7d03820be1 found for delete ", "request_id": "req-1ad4da60-1709-480d-9e49-8b08fd7c3ff2"}]} 2026-05-26 02:47:20.182 7 INFO neutron.services.segments.plugin [-] Segment 6b1aa2f2-b866-474d-8f50-ec7d03820be1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b1aa2f2-b866-474d-8f50-ec7d03820be1 found for delete ", "request_id": "req-af81f3ca-82d7-4245-b381-c9cc5b64c3f6"}]} [pid: 7|app: 0|req: 1045/2140] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:47:19 2026] DELETE /v2.0/networks/40bd249a-54d3-4531-bc87-3c76e7e30a30 => generated 0 bytes in 348 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:47:20.251 8 INFO neutron.db.segments_db [None req-cfc5ca24-4d17-4e71-bd38-7c98173c62b1 03d8fc927b5347fe8cbea826dd600003 e6f2720261be4509b9ca29f4ca184ad6 - - default default] Added segment 767632f6-dc70-4d04-b10a-558952def5d8 of type vxlan for network 414861f2-4e8a-4fff-9198-a6e790862c76 [pid: 8|app: 0|req: 1096/2141] 10.0.0.73 () {34 vars in 669 bytes} [Tue May 26 02:47:20 2026] POST /v2.0/networks => generated 616 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2142] 10.0.0.73 () {34 vars in 668 bytes} [Tue May 26 02:47:20 2026] POST /v2.0/subnets => generated 646 bytes in 276 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2143] 10.0.0.73 () {34 vars in 664 bytes} [Tue May 26 02:47:20 2026] POST /v2.0/ports => generated 927 bytes in 354 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2144] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:47:20 2026] GET /v2.0/security-groups?tenant_id=acfbe26f1c7244e4879a1da8efd9969a&name=default => generated 2925 bytes in 185 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 02:47:21.096 8 INFO neutron_taas.services.taas.taas_plugin [None req-280496e3-ea7b-4fee-80c1-d3e5cd002083 03d8fc927b5347fe8cbea826dd600003 e6f2720261be4509b9ca29f4ca184ad6 - - default default] TaaS: Handle Delete Port: b642abed-2bb7-475d-b600-f3d93d6133bc 2026-05-26 02:47:21.100 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-280496e3-ea7b-4fee-80c1-d3e5cd002083 03d8fc927b5347fe8cbea826dd600003 e6f2720261be4509b9ca29f4ca184ad6 - - default default] Tap Mirror: Handle Delete Port: b642abed-2bb7-475d-b600-f3d93d6133bc [pid: 7|app: 0|req: 1048/2145] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:47:21 2026] DELETE /v2.0/security-groups/deb9f1b6-0b0c-434c-b949-9fb52a1cb7b4 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2146] 10.0.0.73 () {32 vars in 719 bytes} [Tue May 26 02:47:20 2026] DELETE /v2.0/ports/b642abed-2bb7-475d-b600-f3d93d6133bc => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:47:21.241 7 INFO neutron.pecan_wsgi.hooks.translation [None req-200a01b2-d998-4b9f-8094-b8bf9aaa1dbe 03d8fc927b5347fe8cbea826dd600003 e6f2720261be4509b9ca29f4ca184ad6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1049/2147] 10.0.0.73 () {32 vars in 716 bytes} [Tue May 26 02:47:21 2026] GET /v2.0/ports/b642abed-2bb7-475d-b600-f3d93d6133bc => generated 132 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2148] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:47:21 2026] DELETE /v2.0/subnets/cdc3fff3-a1d7-46f5-a42c-bf65270a846a => 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: 1050/2149] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:47:21 2026] GET /v2.0/security-groups?tenant_id=ee01faea7ab9454b99bbf62cf8601ed9&name=default => generated 2925 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 02:47:21.430 8 INFO neutron.services.segments.plugin [-] Segment 0329d797-1bd8-4763-8ff7-580191679c78 resource provider aggregate not found 2026-05-26 02:47:21.433 8 INFO neutron.services.segments.plugin [-] Segment 0329d797-1bd8-4763-8ff7-580191679c78 resource provider aggregate not found 2026-05-26 02:47:21.450 8 INFO neutron.services.segments.plugin [-] Segment 0329d797-1bd8-4763-8ff7-580191679c78 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0329d797-1bd8-4763-8ff7-580191679c78 found for delete ", "request_id": "req-70c030d5-aa6e-49ed-9bc4-10e7b8950530"}]} 2026-05-26 02:47:21.457 8 INFO neutron.services.segments.plugin [-] Segment 0329d797-1bd8-4763-8ff7-580191679c78 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0329d797-1bd8-4763-8ff7-580191679c78 found for delete ", "request_id": "req-b9dc88b2-8dcb-465e-8bb3-9b266e29db8c"}]} 2026-05-26 02:47:21.476 8 INFO neutron.services.segments.plugin [-] Segment 54d7aebc-cfd0-49ce-8674-1f3a80ef1fbd resource provider aggregate not found 2026-05-26 02:47:21.483 8 INFO neutron.services.segments.plugin [-] Segment 54d7aebc-cfd0-49ce-8674-1f3a80ef1fbd resource provider aggregate not found 2026-05-26 02:47:21.501 8 INFO neutron.services.segments.plugin [-] Segment 54d7aebc-cfd0-49ce-8674-1f3a80ef1fbd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 54d7aebc-cfd0-49ce-8674-1f3a80ef1fbd found for delete ", "request_id": "req-acbf5d6a-8928-4eda-8183-3aecfefab56d"}]} 2026-05-26 02:47:21.512 8 INFO neutron.services.segments.plugin [-] Segment 54d7aebc-cfd0-49ce-8674-1f3a80ef1fbd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 54d7aebc-cfd0-49ce-8674-1f3a80ef1fbd found for delete ", "request_id": "req-808d51c9-a492-4bda-893c-6d37ddb0aa9c"}]} [pid: 7|app: 0|req: 1051/2150] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:47:21 2026] DELETE /v2.0/security-groups/f389773a-d2e9-4daa-8c9e-0557ceb93398 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 02:47:21.525 8 INFO neutron.services.segments.plugin [-] Segment 726f9290-2f6e-4d87-bc26-84d5658aca6a resource provider aggregate not found 2026-05-26 02:47:21.535 8 INFO neutron.services.segments.plugin [-] Segment 726f9290-2f6e-4d87-bc26-84d5658aca6a resource provider aggregate not found 2026-05-26 02:47:21.548 8 INFO neutron.services.segments.plugin [-] Segment 726f9290-2f6e-4d87-bc26-84d5658aca6a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 726f9290-2f6e-4d87-bc26-84d5658aca6a found for delete ", "request_id": "req-0bbd6ea2-21e2-4cd2-8cfa-d2e84815f2b1"}]} 2026-05-26 02:47:21.558 8 INFO neutron.services.segments.plugin [-] Segment 726f9290-2f6e-4d87-bc26-84d5658aca6a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 726f9290-2f6e-4d87-bc26-84d5658aca6a found for delete ", "request_id": "req-26f42f2f-bb04-4859-8fbc-fe9f2c4391b6"}]} 2026-05-26 02:47:21.571 8 INFO neutron.services.segments.plugin [-] Segment f8cd13e6-1305-4fa4-ae20-082e2cc570b9 resource provider aggregate not found 2026-05-26 02:47:21.579 8 INFO neutron.services.segments.plugin [-] Segment f8cd13e6-1305-4fa4-ae20-082e2cc570b9 resource provider aggregate not found 2026-05-26 02:47:21.587 8 INFO neutron.services.segments.plugin [-] Segment f8cd13e6-1305-4fa4-ae20-082e2cc570b9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8cd13e6-1305-4fa4-ae20-082e2cc570b9 found for delete ", "request_id": "req-e641e969-00c1-468d-82d5-700bcc5e26ba"}]} 2026-05-26 02:47:21.606 8 INFO neutron.services.segments.plugin [-] Segment f8cd13e6-1305-4fa4-ae20-082e2cc570b9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8cd13e6-1305-4fa4-ae20-082e2cc570b9 found for delete ", "request_id": "req-0fcae1a0-1f5e-493d-b88f-5200dc1356f8"}]} [pid: 8|app: 0|req: 1100/2151] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:47:21 2026] DELETE /v2.0/networks/414861f2-4e8a-4fff-9198-a6e790862c76 => generated 0 bytes in 225 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2152] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:47:21 2026] GET /v2.0/security-groups?tenant_id=b51ba69c751646fc9ad68596cb646923&name=default => generated 2925 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2153] 10.0.0.73 () {34 vars in 664 bytes} [Tue May 26 02:47:21 2026] POST /v2.0/ports => generated 778 bytes in 258 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: 1102/2154] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:47:21 2026] DELETE /v2.0/security-groups/2e703be7-d631-4c44-85b9-176a21820482 => 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: 1053/2157] 10.0.0.73 () {34 vars in 736 bytes} [Tue May 26 02:47:21 2026] PUT /v2.0/ports/5c864c73-0ed7-46d5-9e38-a4631b22d8d5 => generated 752 bytes in 201 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:47:22.217 8 INFO neutron_taas.services.taas.taas_plugin [None req-986cd4f7-c13c-474b-bdec-7a33c9d317ae 03d8fc927b5347fe8cbea826dd600003 e6f2720261be4509b9ca29f4ca184ad6 - - default default] TaaS: Handle Delete Port: 5c864c73-0ed7-46d5-9e38-a4631b22d8d5 2026-05-26 02:47:22.224 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-986cd4f7-c13c-474b-bdec-7a33c9d317ae 03d8fc927b5347fe8cbea826dd600003 e6f2720261be4509b9ca29f4ca184ad6 - - default default] Tap Mirror: Handle Delete Port: 5c864c73-0ed7-46d5-9e38-a4631b22d8d5 [pid: 8|app: 0|req: 1105/2158] 10.0.0.73 () {32 vars in 719 bytes} [Tue May 26 02:47:22 2026] DELETE /v2.0/ports/5c864c73-0ed7-46d5-9e38-a4631b22d8d5 => generated 0 bytes in 250 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1054/2159] 10.0.0.73 () {32 vars in 642 bytes} [Tue May 26 02:47:22 2026] GET /v2.0/ports => generated 781 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:47:22.412 8 INFO neutron.pecan_wsgi.hooks.translation [None req-be27af65-c32e-4cbb-b673-d2dcfc39eb4a 03d8fc927b5347fe8cbea826dd600003 e6f2720261be4509b9ca29f4ca184ad6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1106/2160] 10.0.0.73 () {32 vars in 716 bytes} [Tue May 26 02:47:22 2026] GET /v2.0/ports/5c864c73-0ed7-46d5-9e38-a4631b22d8d5 => generated 132 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2161] 10.0.0.73 () {32 vars in 642 bytes} [Tue May 26 02:47:22 2026] GET /v2.0/ports => generated 781 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2162] 10.0.0.73 () {32 vars in 716 bytes} [Tue May 26 02:47:22 2026] GET /v2.0/ports/bd1bf903-bbc2-412a-9336-b58c408480cd => generated 778 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:47:22.528 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1a9c0504-52c5-4c8e-8929-ff70f57e7ded 03d8fc927b5347fe8cbea826dd600003 e6f2720261be4509b9ca29f4ca184ad6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1056/2163] 10.0.0.73 () {32 vars in 719 bytes} [Tue May 26 02:47:22 2026] DELETE /v2.0/ports/b642abed-2bb7-475d-b600-f3d93d6133bc => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 02:47:22.555 8 INFO neutron.pecan_wsgi.hooks.translation [None req-125b5b0d-e51a-40cb-81df-acfffd64a37f 03d8fc927b5347fe8cbea826dd600003 e6f2720261be4509b9ca29f4ca184ad6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1108/2164] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:47:22 2026] DELETE /v2.0/subnets/cdc3fff3-a1d7-46f5-a42c-bf65270a846a => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 02:47:22.578 7 INFO neutron.pecan_wsgi.hooks.translation [None req-25f4c8bf-2d9e-453f-86e3-64d1d96fb83f 03d8fc927b5347fe8cbea826dd600003 e6f2720261be4509b9ca29f4ca184ad6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1057/2165] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:47:22 2026] DELETE /v2.0/subnets/24cbf68c-ef02-49ae-abf0-ab2936171777 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 02:47:22.689 8 INFO neutron_taas.services.taas.taas_plugin [None req-9aca7385-07ab-4efe-ba2e-116fee42c633 03d8fc927b5347fe8cbea826dd600003 e6f2720261be4509b9ca29f4ca184ad6 - - default default] TaaS: Handle Delete Port: bd1bf903-bbc2-412a-9336-b58c408480cd 2026-05-26 02:47:22.692 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9aca7385-07ab-4efe-ba2e-116fee42c633 03d8fc927b5347fe8cbea826dd600003 e6f2720261be4509b9ca29f4ca184ad6 - - default default] Tap Mirror: Handle Delete Port: bd1bf903-bbc2-412a-9336-b58c408480cd [pid: 8|app: 0|req: 1109/2166] 10.0.0.73 () {32 vars in 719 bytes} [Tue May 26 02:47:22 2026] DELETE /v2.0/ports/bd1bf903-bbc2-412a-9336-b58c408480cd => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:47:22.932 7 INFO neutron.services.segments.plugin [-] Segment adeb23ec-da7a-4444-bfd8-82f864e5f9d5 resource provider aggregate not found 2026-05-26 02:47:22.949 7 INFO neutron.services.segments.plugin [-] Segment adeb23ec-da7a-4444-bfd8-82f864e5f9d5 resource provider aggregate not found 2026-05-26 02:47:22.964 7 INFO neutron.services.segments.plugin [-] Segment adeb23ec-da7a-4444-bfd8-82f864e5f9d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid adeb23ec-da7a-4444-bfd8-82f864e5f9d5 found for delete ", "request_id": "req-d29dc15d-ac9b-4922-8778-e6de8ab98b88"}]} 2026-05-26 02:47:22.968 7 INFO neutron.services.segments.plugin [-] Segment adeb23ec-da7a-4444-bfd8-82f864e5f9d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid adeb23ec-da7a-4444-bfd8-82f864e5f9d5 found for delete ", "request_id": "req-e1706ef1-c0eb-4f92-b822-928bbb07cf36"}]} [pid: 7|app: 0|req: 1058/2167] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:47:22 2026] DELETE /v2.0/networks/422a5869-1410-4c8c-8b56-1abecd149308 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:47:23.605 8 INFO neutron.services.segments.plugin [-] Segment 767632f6-dc70-4d04-b10a-558952def5d8 resource provider aggregate not found 2026-05-26 02:47:23.625 8 INFO neutron.services.segments.plugin [-] Segment 767632f6-dc70-4d04-b10a-558952def5d8 resource provider aggregate not found 2026-05-26 02:47:23.629 8 INFO neutron.services.segments.plugin [-] Segment 767632f6-dc70-4d04-b10a-558952def5d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 767632f6-dc70-4d04-b10a-558952def5d8 found for delete ", "request_id": "req-80baa0b7-6a8e-4c89-a6b2-19190e54eb36"}]} 2026-05-26 02:47:23.638 8 INFO neutron.services.segments.plugin [-] Segment 767632f6-dc70-4d04-b10a-558952def5d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 767632f6-dc70-4d04-b10a-558952def5d8 found for delete ", "request_id": "req-ebccc075-f461-45d0-839e-6746513b3ae5"}]} [pid: 8|app: 0|req: 1110/2168] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:47:23 2026] GET /v2.0/security-groups?tenant_id=e6f2720261be4509b9ca29f4ca184ad6&name=default => generated 2925 bytes in 271 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2169] 10.0.0.228 () {34 vars in 990 bytes} [Tue May 26 02:47:23 2026] GET /v2.0/ports?device_id=0a27885e-7171-463f-8ba2-3899ceddd917 => 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: 1060/2170] 10.0.0.228 () {34 vars in 1040 bytes} [Tue May 26 02:47:23 2026] GET /v2.0/security-groups?id=996f0ab2-2e0d-48c3-bbb1-544dd67abb5a&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: 1111/2171] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:47:23 2026] DELETE /v2.0/security-groups/88fac1a1-9367-41c0-a8c7-4a80c59cfd01 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 02:47:25.752 7 INFO neutron.db.segments_db [None req-7f48db90-4937-4fd4-b4bd-4e2bd9896a30 00d969ea00c04b3ca913bc83e2fe6c88 2484b163608e467e83c70b8267bc95c8 - - default default] Added segment 693e4e94-e219-40a3-822d-d8c52a9744ad of type vxlan for network cbdde297-0d4e-48d7-8fce-7d310534903a [pid: 7|app: 0|req: 1061/2172] 10.0.0.73 () {34 vars in 669 bytes} [Tue May 26 02:47:25 2026] POST /v2.0/networks => generated 612 bytes in 388 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2173] 10.0.0.73 () {34 vars in 683 bytes} [Tue May 26 02:47:25 2026] POST /v2.0/security-groups => generated 1625 bytes in 276 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-26 02:47:25.899 7 INFO neutron.db.segments_db [None req-c146abf0-68eb-4a06-bd50-076dec7fcf24 00d969ea00c04b3ca913bc83e2fe6c88 2484b163608e467e83c70b8267bc95c8 - - default default] Added segment c32c71a8-e619-466d-8509-5cddcb0619ab of type vxlan for network 1ad3c7f3-80c3-40c3-bbd0-49e715417bad [pid: 8|app: 0|req: 1113/2174] 10.0.0.73 () {32 vars in 662 bytes} [Tue May 26 02:47:25 2026] GET /v2.0/security-groups => generated 4530 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2175] 10.0.0.73 () {34 vars in 669 bytes} [Tue May 26 02:47:25 2026] POST /v2.0/networks => generated 613 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2176] 10.0.0.73 () {34 vars in 757 bytes} [Tue May 26 02:47:25 2026] PUT /v2.0/security-groups/eed7509a-82fb-4d90-a13d-af37048fb5fe => generated 1662 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2177] 10.0.0.73 () {32 vars in 736 bytes} [Tue May 26 02:47:26 2026] GET /v2.0/security-groups/eed7509a-82fb-4d90-a13d-af37048fb5fe => generated 1662 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2178] 10.0.0.73 () {34 vars in 752 bytes} [Tue May 26 02:47:26 2026] PUT /v2.0/networks/cbdde297-0d4e-48d7-8fce-7d310534903a/tags => generated 25 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2179] 10.0.0.73 () {32 vars in 732 bytes} [Tue May 26 02:47:26 2026] GET /v2.0/networks/cbdde297-0d4e-48d7-8fce-7d310534903a/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2180] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:47:26 2026] DELETE /v2.0/security-groups/eed7509a-82fb-4d90-a13d-af37048fb5fe => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2181] 10.0.0.73 () {32 vars in 662 bytes} [Tue May 26 02:47:26 2026] GET /v2.0/security-groups => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 02:47:26.191 8 INFO neutron.api.v2.resource [None req-24802326-4301-49dc-a075-5b39c26444f2 4e36273d003242dd8a27ae816b203e5e 211fa1a03eb54f66b74e889555e5d53c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1118/2182] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:47:26 2026] DELETE /v2.0/security-groups/eed7509a-82fb-4d90-a13d-af37048fb5fe => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2183] 10.0.0.73 () {34 vars in 752 bytes} [Tue May 26 02:47:26 2026] PUT /v2.0/networks/1ad3c7f3-80c3-40c3-bbd0-49e715417bad/tags => generated 17 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2184] 10.0.0.73 () {32 vars in 732 bytes} [Tue May 26 02:47:26 2026] GET /v2.0/networks/1ad3c7f3-80c3-40c3-bbd0-49e715417bad/tags => generated 17 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2185] 10.0.0.73 () {34 vars in 683 bytes} [Tue May 26 02:47:26 2026] POST /v2.0/security-groups => generated 1623 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2186] 10.0.0.73 () {34 vars in 752 bytes} [Tue May 26 02:47:26 2026] PUT /v2.0/networks/1ad3c7f3-80c3-40c3-bbd0-49e715417bad/tags => generated 12 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2187] 10.0.0.73 () {32 vars in 732 bytes} [Tue May 26 02:47:26 2026] GET /v2.0/networks/1ad3c7f3-80c3-40c3-bbd0-49e715417bad/tags => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2188] 10.0.0.73 () {34 vars in 694 bytes} [Tue May 26 02:47:26 2026] POST /v2.0/security-group-rules => generated 601 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2189] 10.0.0.73 () {32 vars in 732 bytes} [Tue May 26 02:47:26 2026] GET /v2.0/networks/cbdde297-0d4e-48d7-8fce-7d310534903a/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2190] 10.0.0.73 () {32 vars in 746 bytes} [Tue May 26 02:47:26 2026] GET /v2.0/security-group-rules/1f55745f-c281-44ce-a861-c7f064c6f891 => generated 601 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2191] 10.0.0.73 () {32 vars in 672 bytes} [Tue May 26 02:47:26 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 02:47:26.585 8 INFO neutron.services.segments.plugin [-] Segment 693e4e94-e219-40a3-822d-d8c52a9744ad resource provider aggregate not found 2026-05-26 02:47:26.589 8 INFO neutron.services.segments.plugin [-] Segment 693e4e94-e219-40a3-822d-d8c52a9744ad resource provider aggregate not found 2026-05-26 02:47:26.607 8 INFO neutron.services.segments.plugin [-] Segment 693e4e94-e219-40a3-822d-d8c52a9744ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 693e4e94-e219-40a3-822d-d8c52a9744ad found for delete ", "request_id": "req-59485653-88c6-4b5e-a203-701d8eddd088"}]} 2026-05-26 02:47:26.608 8 INFO neutron.services.segments.plugin [-] Segment 693e4e94-e219-40a3-822d-d8c52a9744ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 693e4e94-e219-40a3-822d-d8c52a9744ad found for delete ", "request_id": "req-49225456-ad84-433d-a746-35ea4bd92c67"}]} [pid: 7|app: 0|req: 1071/2192] 10.0.0.73 () {32 vars in 749 bytes} [Tue May 26 02:47:26 2026] DELETE /v2.0/security-group-rules/1f55745f-c281-44ce-a861-c7f064c6f891 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2193] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:47:26 2026] DELETE /v2.0/networks/cbdde297-0d4e-48d7-8fce-7d310534903a => 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: 1072/2194] 10.0.0.73 () {32 vars in 672 bytes} [Tue May 26 02:47:26 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2195] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:47:26 2026] DELETE /v2.0/networks/1ad3c7f3-80c3-40c3-bbd0-49e715417bad => 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: 1073/2196] 10.0.0.73 () {34 vars in 694 bytes} [Tue May 26 02:47:26 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: 8|app: 0|req: 1124/2197] 10.0.0.73 () {32 vars in 746 bytes} [Tue May 26 02:47:26 2026] GET /v2.0/security-group-rules/b9b1f474-c77b-42a0-8145-5ee648e663bd => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2198] 10.0.0.73 () {32 vars in 672 bytes} [Tue May 26 02:47:26 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2199] 10.0.0.73 () {32 vars in 749 bytes} [Tue May 26 02:47:26 2026] DELETE /v2.0/security-group-rules/b9b1f474-c77b-42a0-8145-5ee648e663bd => 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: 1075/2200] 10.0.0.73 () {32 vars in 672 bytes} [Tue May 26 02:47:26 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2201] 10.0.0.73 () {34 vars in 694 bytes} [Tue May 26 02:47:27 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) [pid: 7|app: 0|req: 1076/2202] 10.0.0.73 () {32 vars in 746 bytes} [Tue May 26 02:47:27 2026] GET /v2.0/security-group-rules/d2e9f99a-83d5-467e-ba9c-c311e8d39b32 => generated 602 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2203] 10.0.0.73 () {32 vars in 672 bytes} [Tue May 26 02:47:27 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2204] 10.0.0.73 () {32 vars in 749 bytes} [Tue May 26 02:47:27 2026] DELETE /v2.0/security-group-rules/d2e9f99a-83d5-467e-ba9c-c311e8d39b32 => 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: 1128/2205] 10.0.0.73 () {32 vars in 672 bytes} [Tue May 26 02:47:27 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2206] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:47:27 2026] DELETE /v2.0/security-groups/99927cd9-5db1-4133-9bfd-dca81734ab19 => 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: 1079/2207] 10.0.0.73 () {32 vars in 662 bytes} [Tue May 26 02:47:27 2026] GET /v2.0/security-groups => generated 2925 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2208] 10.0.0.73 () {32 vars in 662 bytes} [Tue May 26 02:47:27 2026] GET /v2.0/security-groups => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2209] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:47:27 2026] GET /v2.0/security-groups?tenant_id=dac5509d256c44a3912c72bd9e1a3fb7&name=default => generated 2925 bytes in 239 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2210] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:47:27 2026] DELETE /v2.0/security-groups/d3b80fbc-d7d3-4a9f-a659-5044578496da => 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: 1130/2211] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:47:27 2026] GET /v2.0/security-groups?tenant_id=2484b163608e467e83c70b8267bc95c8&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: 1082/2212] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:47:27 2026] DELETE /v2.0/security-groups/fa0d3d3d-ea12-483a-8b29-70eb340fcc74 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2213] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:47:28 2026] GET /v2.0/security-groups?tenant_id=211fa1a03eb54f66b74e889555e5d53c&name=default => generated 2925 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2214] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:47:28 2026] DELETE /v2.0/security-groups/138b7a09-908e-47cc-bed4-403f823f8760 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 02:47:28.633 8 INFO neutron.services.segments.plugin [-] Segment c32c71a8-e619-466d-8509-5cddcb0619ab resource provider aggregate not found 2026-05-26 02:47:28.637 8 INFO neutron.services.segments.plugin [-] Segment c32c71a8-e619-466d-8509-5cddcb0619ab resource provider aggregate not found 2026-05-26 02:47:28.653 8 INFO neutron.services.segments.plugin [-] Segment c32c71a8-e619-466d-8509-5cddcb0619ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c32c71a8-e619-466d-8509-5cddcb0619ab found for delete ", "request_id": "req-06fadb85-4022-4ba6-bdac-b1a05a4230d2"}]} 2026-05-26 02:47:28.658 8 INFO neutron.services.segments.plugin [-] Segment c32c71a8-e619-466d-8509-5cddcb0619ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c32c71a8-e619-466d-8509-5cddcb0619ab found for delete ", "request_id": "req-8785750f-23df-4f91-9153-9f4afceabeea"}]} [pid: 8|app: 0|req: 1132/2215] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:47:32 2026] GET /v2.0/security-groups?tenant_id=86118fd58b0140c2977a237c4965a196&name=default => generated 2925 bytes in 366 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2216] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:47:33 2026] DELETE /v2.0/security-groups/e64f7dd2-a570-4277-adf7-e52fd8f27a6b => generated 0 bytes in 166 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2217] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:47:33 2026] GET /v2.0/security-groups?tenant_id=15cfff137a434f71956bb9f70df79be0&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2218] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:47:33 2026] GET /v2.0/ports?device_id=0a27885e-7171-463f-8ba2-3899ceddd917 => generated 975 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2219] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:47:33 2026] DELETE /v2.0/security-groups/a79378d3-d33f-4c2e-868a-cca39fe8063f => 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: 1086/2220] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:47:33 2026] GET /v2.0/security-groups?id=996f0ab2-2e0d-48c3-bbb1-544dd67abb5a&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: 1135/2221] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:47:34 2026] GET /v2.0/ports?device_id=0a27885e-7171-463f-8ba2-3899ceddd917 => generated 975 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2222] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:47:34 2026] GET /v2.0/security-groups?id=996f0ab2-2e0d-48c3-bbb1-544dd67abb5a&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2223] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:47:35 2026] GET /v2.0/ports?device_id=0a27885e-7171-463f-8ba2-3899ceddd917 => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2224] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:47:36 2026] GET /v2.0/security-groups?id=996f0ab2-2e0d-48c3-bbb1-544dd67abb5a&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2225] 199.204.45.222 () {34 vars in 994 bytes} [Tue May 26 02:47:36 2026] GET /v2.0/ports?device_id=0a27885e-7171-463f-8ba2-3899ceddd917 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:47:36.196 7 INFO neutron_taas.services.taas.taas_plugin [req-1534f343-e853-4d38-ab80-254d4d4fa091 req-1254da2a-c2ca-4ded-883c-86b6d55109b8 73d059920992483bb750ba6e5b092650 8d94844b8bcc40399fd329f08133c484 - - default default] TaaS: Handle Delete Port: 5adcab93-1262-42cf-a809-9225100f8439 2026-05-26 02:47:36.199 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-1534f343-e853-4d38-ab80-254d4d4fa091 req-1254da2a-c2ca-4ded-883c-86b6d55109b8 73d059920992483bb750ba6e5b092650 8d94844b8bcc40399fd329f08133c484 - - default default] Tap Mirror: Handle Delete Port: 5adcab93-1262-42cf-a809-9225100f8439 2026-05-26 02:47:36.345 7 INFO neutron.db.l3_db [req-1534f343-e853-4d38-ab80-254d4d4fa091 req-1254da2a-c2ca-4ded-883c-86b6d55109b8 73d059920992483bb750ba6e5b092650 8d94844b8bcc40399fd329f08133c484 - - default default] Floating IP dbf4ef67-1020-494c-9c8b-42d4fae16028 disassociated. External IP: 10.96.250.218, port: 5adcab93-1262-42cf-a809-9225100f8439. [pid: 7|app: 0|req: 1089/2226] 199.204.45.222 () {36 vars in 997 bytes} [Tue May 26 02:47:36 2026] DELETE /v2.0/ports/5adcab93-1262-42cf-a809-9225100f8439 => generated 0 bytes in 656 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:47:36.782 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ba003e7b-b959-45f6-a28e-82ab9e12a3a8'] response: {'server_uuid': '0a27885e-7171-463f-8ba2-3899ceddd917', 'name': 'network-vif-deleted', 'tag': '5adcab93-1262-42cf-a809-9225100f8439', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1091/2229] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:47:37 2026] GET /v2.0/ports?device_id=0a27885e-7171-463f-8ba2-3899ceddd917 => 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: 1139/2230] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:47:38 2026] GET /v2.0/ports?device_id=0a27885e-7171-463f-8ba2-3899ceddd917 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2231] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:47:38 2026] GET /v2.0/security-groups?tenant_id=e5e3270774eb499da6c3f7f558e7123c&name=default => generated 2925 bytes in 299 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2232] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:47:39 2026] DELETE /v2.0/security-groups/6f18ff5d-3ebd-4028-af8a-f2df411042fa => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2233] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:47:39 2026] GET /v2.0/ports?device_id=0a27885e-7171-463f-8ba2-3899ceddd917 => 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: 1093/2234] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:47:39 2026] GET /v2.0/security-groups?tenant_id=310a566373a647be8f73e0fa0e3fcf5d&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2235] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:47:39 2026] DELETE /v2.0/security-groups/1fa5fb7e-dd41-46e7-9178-8107591a2557 => 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: 1094/2236] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:47:40 2026] DELETE /v2.0/security-groups/996f0ab2-2e0d-48c3-bbb1-544dd67abb5a => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 02:47:40.733 8 INFO neutron_taas.services.taas.taas_plugin [None req-ee4b9175-afc0-4c99-bed2-f280aa0174a4 73d059920992483bb750ba6e5b092650 8d94844b8bcc40399fd329f08133c484 - - default default] TaaS: Handle Delete Port: e21292a0-5119-400d-9b70-8d9780144e80 2026-05-26 02:47:40.737 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ee4b9175-afc0-4c99-bed2-f280aa0174a4 73d059920992483bb750ba6e5b092650 8d94844b8bcc40399fd329f08133c484 - - default default] Tap Mirror: Handle Delete Port: e21292a0-5119-400d-9b70-8d9780144e80 [pid: 8|app: 0|req: 1143/2237] 10.0.0.73 () {32 vars in 731 bytes} [Tue May 26 02:47:40 2026] DELETE /v2.0/floatingips/dbf4ef67-1020-494c-9c8b-42d4fae16028 => 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: 1095/2238] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:47:41 2026] GET /v2.0/ports?device_id=bd2faf04-d78e-4582-96af-848ab08e069d => generated 971 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2239] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:47:41 2026] GET /v2.0/security-groups?id=e81068e1-48b1-42ff-9769-0a6a42c99f6d&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2240] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:47:42 2026] GET /v2.0/ports?device_id=bd2faf04-d78e-4582-96af-848ab08e069d => 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: 1145/2241] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:47:42 2026] GET /v2.0/security-groups?id=e81068e1-48b1-42ff-9769-0a6a42c99f6d&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: 1146/2242] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:47:43 2026] GET /v2.0/ports?device_id=bd2faf04-d78e-4582-96af-848ab08e069d => generated 971 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2243] 199.204.45.222 () {34 vars in 994 bytes} [Tue May 26 02:47:43 2026] GET /v2.0/ports?device_id=bd2faf04-d78e-4582-96af-848ab08e069d => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2244] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:47:43 2026] GET /v2.0/security-groups?id=e81068e1-48b1-42ff-9769-0a6a42c99f6d&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: 1097/2245] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:47:43 2026] GET /v2.0/security-groups?tenant_id=817c8d1ccbfc44b49a51bb25d4f2813c&name=default => generated 2925 bytes in 384 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 02:47:43.766 8 INFO neutron_taas.services.taas.taas_plugin [req-4dfa1d23-3d71-4e3c-ba57-2aeed08a684a req-86bad0d3-3c31-498b-ba5f-a894d3c0b90c 73d059920992483bb750ba6e5b092650 8d94844b8bcc40399fd329f08133c484 - - default default] TaaS: Handle Delete Port: c38cc9ab-611a-41b0-be11-d813793eaaf1 2026-05-26 02:47:43.769 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4dfa1d23-3d71-4e3c-ba57-2aeed08a684a req-86bad0d3-3c31-498b-ba5f-a894d3c0b90c 73d059920992483bb750ba6e5b092650 8d94844b8bcc40399fd329f08133c484 - - default default] Tap Mirror: Handle Delete Port: c38cc9ab-611a-41b0-be11-d813793eaaf1 [pid: 7|app: 0|req: 1098/2246] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:47:43 2026] DELETE /v2.0/security-groups/1e5e0214-aeb1-48a8-bbc1-0c76ab593fe2 => 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: 1149/2247] 199.204.45.222 () {36 vars in 997 bytes} [Tue May 26 02:47:43 2026] DELETE /v2.0/ports/c38cc9ab-611a-41b0-be11-d813793eaaf1 => generated 0 bytes in 228 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:47:43.954 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f28e6c07-4df0-49a9-a6dd-3777d25e7a48'] response: {'server_uuid': 'bd2faf04-d78e-4582-96af-848ab08e069d', 'name': 'network-vif-deleted', 'tag': 'c38cc9ab-611a-41b0-be11-d813793eaaf1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1099/2248] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:47:44 2026] GET /v2.0/ports?device_id=bd2faf04-d78e-4582-96af-848ab08e069d => 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: 1150/2249] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:47:45 2026] GET /v2.0/ports?device_id=bd2faf04-d78e-4582-96af-848ab08e069d => 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: 1100/2250] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:47:46 2026] GET /v2.0/ports?device_id=bd2faf04-d78e-4582-96af-848ab08e069d => 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: 1151/2251] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:47:47 2026] GET /v2.0/security-groups?tenant_id=272918deca854740a4b7342afe736ee7&name=default => generated 2927 bytes in 295 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2252] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:47:47 2026] DELETE /v2.0/security-groups/3c0eb3c0-8946-4d14-b84b-7612e50cf0ce => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2253] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:47:48 2026] DELETE /v2.0/security-groups/e81068e1-48b1-42ff-9769-0a6a42c99f6d => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 02:47:48.674 7 INFO neutron_taas.services.taas.taas_plugin [None req-f5f77702-1628-46b3-8831-610018480d02 73d059920992483bb750ba6e5b092650 8d94844b8bcc40399fd329f08133c484 - - default default] TaaS: Handle Delete Port: 81dd2f5f-f929-4e2b-a1db-aafccbe971c5 2026-05-26 02:47:48.678 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f5f77702-1628-46b3-8831-610018480d02 73d059920992483bb750ba6e5b092650 8d94844b8bcc40399fd329f08133c484 - - default default] Tap Mirror: Handle Delete Port: 81dd2f5f-f929-4e2b-a1db-aafccbe971c5 [pid: 7|app: 0|req: 1102/2254] 10.0.0.73 () {34 vars in 788 bytes} [Tue May 26 02:47:48 2026] PUT /v2.0/routers/df94803f-d77e-45a5-b233-d045809bad3b/remove_router_interface => generated 309 bytes in 1139 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2255] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:47:49 2026] DELETE /v2.0/subnets/bcfcf2e1-51ea-4b12-8ed2-95313423c0f7 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:47:49.794 7 INFO neutron_taas.services.taas.taas_plugin [None req-65780159-4e55-45bd-9d7a-bc49b7bdbbea 73d059920992483bb750ba6e5b092650 8d94844b8bcc40399fd329f08133c484 - - default default] TaaS: Handle Delete Port: 32d0d18c-aab4-4e0f-b039-63c90feac542 2026-05-26 02:47:49.798 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-65780159-4e55-45bd-9d7a-bc49b7bdbbea 73d059920992483bb750ba6e5b092650 8d94844b8bcc40399fd329f08133c484 - - default default] Tap Mirror: Handle Delete Port: 32d0d18c-aab4-4e0f-b039-63c90feac542 2026-05-26 02:47:50.086 7 INFO neutron_taas.services.taas.taas_plugin [None req-65780159-4e55-45bd-9d7a-bc49b7bdbbea 73d059920992483bb750ba6e5b092650 8d94844b8bcc40399fd329f08133c484 - - default default] TaaS: Handle Delete Port: 7528d849-4577-4b57-a1bd-60f254516866 2026-05-26 02:47:50.091 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-65780159-4e55-45bd-9d7a-bc49b7bdbbea 73d059920992483bb750ba6e5b092650 8d94844b8bcc40399fd329f08133c484 - - default default] Tap Mirror: Handle Delete Port: 7528d849-4577-4b57-a1bd-60f254516866 2026-05-26 02:47:50.492 7 INFO neutron.services.segments.plugin [-] Segment ef223b9a-862e-4c88-9c65-0d75fa8385d1 resource provider aggregate not found 2026-05-26 02:47:50.501 7 INFO neutron.services.segments.plugin [-] Segment ef223b9a-862e-4c88-9c65-0d75fa8385d1 resource provider aggregate not found 2026-05-26 02:47:50.511 7 INFO neutron.services.segments.plugin [-] Segment ef223b9a-862e-4c88-9c65-0d75fa8385d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef223b9a-862e-4c88-9c65-0d75fa8385d1 found for delete ", "request_id": "req-f991cd37-fc24-441a-9e69-f62481ded04e"}]} 2026-05-26 02:47:50.523 7 INFO neutron.services.segments.plugin [-] Segment ef223b9a-862e-4c88-9c65-0d75fa8385d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef223b9a-862e-4c88-9c65-0d75fa8385d1 found for delete ", "request_id": "req-2cb5fe8c-7f9f-4e7e-b0bb-8cb28b6a87c3"}]} 2026-05-26 02:47:50.523 7 INFO neutron.db.l3_hamode_db [None req-65780159-4e55-45bd-9d7a-bc49b7bdbbea 73d059920992483bb750ba6e5b092650 8d94844b8bcc40399fd329f08133c484 - - default default] HA network a9afb6b6-98db-4fd7-80e8-36e01303416d was deleted as no HA routers are present in tenant 8d94844b8bcc40399fd329f08133c484. [pid: 7|app: 0|req: 1103/2256] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:47:49 2026] DELETE /v2.0/routers/df94803f-d77e-45a5-b233-d045809bad3b => generated 0 bytes in 966 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 02:47:50.681 8 INFO neutron.services.segments.plugin [-] Segment 0a29017d-ed80-4f05-a043-70bdcd90df4a resource provider aggregate not found 2026-05-26 02:47:50.691 8 INFO neutron.services.segments.plugin [-] Segment 0a29017d-ed80-4f05-a043-70bdcd90df4a resource provider aggregate not found [pid: 8|app: 0|req: 1154/2257] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:47:50 2026] DELETE /v2.0/networks/9e4f5372-c62a-4e72-9ecb-d2fb456d3ed3 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:47:50.711 8 INFO neutron.services.segments.plugin [-] Segment 0a29017d-ed80-4f05-a043-70bdcd90df4a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a29017d-ed80-4f05-a043-70bdcd90df4a found for delete ", "request_id": "req-30fbb6a2-9065-49f7-816a-c200aed1fd28"}]} 2026-05-26 02:47:50.714 8 INFO neutron.services.segments.plugin [-] Segment 0a29017d-ed80-4f05-a043-70bdcd90df4a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a29017d-ed80-4f05-a043-70bdcd90df4a found for delete ", "request_id": "req-a15ca165-d546-4fa0-aa6c-30501b21712f"}]} [pid: 7|app: 0|req: 1104/2258] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:47:51 2026] GET /v2.0/security-groups?tenant_id=bc28c8c8389a489db137a3148a950a5a&name=default => generated 2929 bytes in 392 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2259] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:47:51 2026] DELETE /v2.0/security-groups/66456f09-075e-4de2-aa04-c75f422ddd6a => 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: 1105/2260] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:47:51 2026] GET /v2.0/security-groups?tenant_id=8d94844b8bcc40399fd329f08133c484&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2261] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:47:51 2026] DELETE /v2.0/security-groups/95123971-1fa4-480f-8328-1ad2373105dc => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 02:47:52.528 7 INFO neutron.db.segments_db [None req-fb9653a9-f653-4266-80ea-c0c3bbaa5e3a b8ab1a1ce4f84a9a88e88bcba1130296 0f1052384579482094bc6e64c0e71dad - - default default] Added segment b23b0e0d-5e79-445e-a4dd-66ba0d99ad24 of type vxlan for network 943dd4e7-a4fa-42e2-aa0e-486540e44ee7 [pid: 7|app: 0|req: 1107/2264] 10.0.0.73 () {34 vars in 669 bytes} [Tue May 26 02:47:52 2026] POST /v2.0/networks => generated 707 bytes in 422 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2265] 10.0.0.73 () {34 vars in 668 bytes} [Tue May 26 02:47:52 2026] POST /v2.0/subnets => generated 644 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 02:47:52.832 7 WARNING neutron.api.v2.base [None req-c05fe0ab-d71b-4d57-9406-cb7d1cd59dfc b8ab1a1ce4f84a9a88e88bcba1130296 0f1052384579482094bc6e64c0e71dad - - 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-05-26 02:47:52.833 7 INFO neutron.api.v2.resource [None req-c05fe0ab-d71b-4d57-9406-cb7d1cd59dfc b8ab1a1ce4f84a9a88e88bcba1130296 0f1052384579482094bc6e64c0e71dad - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 1108/2266] 10.0.0.73 () {34 vars in 680 bytes} [Tue May 26 02:47:52 2026] POST /v2.0/rbac-policies => generated 143 bytes in 10 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-05-26 02:47:53.038 8 INFO neutron.services.segments.plugin [-] Segment b23b0e0d-5e79-445e-a4dd-66ba0d99ad24 resource provider aggregate not found 2026-05-26 02:47:53.043 8 INFO neutron.services.segments.plugin [-] Segment b23b0e0d-5e79-445e-a4dd-66ba0d99ad24 resource provider aggregate not found 2026-05-26 02:47:53.059 8 INFO neutron.services.segments.plugin [-] Segment b23b0e0d-5e79-445e-a4dd-66ba0d99ad24 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b23b0e0d-5e79-445e-a4dd-66ba0d99ad24 found for delete ", "request_id": "req-90a68ab8-4223-43cf-a9c0-6edee0293376"}]} 2026-05-26 02:47:53.063 8 INFO neutron.services.segments.plugin [-] Segment b23b0e0d-5e79-445e-a4dd-66ba0d99ad24 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b23b0e0d-5e79-445e-a4dd-66ba0d99ad24 found for delete ", "request_id": "req-e4599781-76a4-499d-82fd-75238047e751"}]} [pid: 8|app: 0|req: 1159/2267] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:47:52 2026] DELETE /v2.0/networks/943dd4e7-a4fa-42e2-aa0e-486540e44ee7 => generated 0 bytes in 231 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:47:53.141 7 INFO neutron.db.segments_db [None req-a642f1a0-a198-4e86-acee-71eb9c5541f7 b8ab1a1ce4f84a9a88e88bcba1130296 0f1052384579482094bc6e64c0e71dad - - default default] Added segment 4482eff5-ea0e-4ab6-afb2-a7d662507243 of type vxlan for network 189c92b1-7693-498f-bb94-b790d236aab0 [pid: 7|app: 0|req: 1109/2268] 10.0.0.73 () {34 vars in 669 bytes} [Tue May 26 02:47:53 2026] POST /v2.0/networks => generated 707 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2269] 10.0.0.73 () {34 vars in 668 bytes} [Tue May 26 02:47:53 2026] POST /v2.0/subnets => generated 647 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 02:47:53.493 7 WARNING neutron.api.v2.base [None req-5027a545-2bf9-4771-85b6-b0e16d2a5093 b8ab1a1ce4f84a9a88e88bcba1130296 0f1052384579482094bc6e64c0e71dad - - 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-05-26 02:47:53.493 7 INFO neutron.api.v2.resource [None req-5027a545-2bf9-4771-85b6-b0e16d2a5093 b8ab1a1ce4f84a9a88e88bcba1130296 0f1052384579482094bc6e64c0e71dad - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 1110/2270] 10.0.0.73 () {34 vars in 680 bytes} [Tue May 26 02:47:53 2026] POST /v2.0/rbac-policies => generated 547 bytes in 9 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2271] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:47:53 2026] DELETE /v2.0/networks/189c92b1-7693-498f-bb94-b790d236aab0 => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:47:53.808 7 INFO neutron.db.segments_db [None req-cc9939c5-2e89-4901-b0d5-05b88f964dce b8ab1a1ce4f84a9a88e88bcba1130296 0f1052384579482094bc6e64c0e71dad - - default default] Added segment 61a6f9cf-4284-4154-9181-24eac6af4c06 of type vxlan for network ff29fa53-4aa8-46ff-af20-b093c3feebbb [pid: 7|app: 0|req: 1111/2272] 10.0.0.73 () {34 vars in 669 bytes} [Tue May 26 02:47:53 2026] POST /v2.0/networks => generated 708 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2273] 10.0.0.73 () {34 vars in 668 bytes} [Tue May 26 02:47:53 2026] POST /v2.0/subnets => generated 647 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 02:47:54.113 8 INFO neutron.db.segments_db [None req-c24dcb34-9869-4f31-9c43-50a63539f2d1 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Added segment ce8152d6-9904-4606-829d-3d7bac184c01 of type vxlan for network dd1f63e6-0ad9-4aaf-aaca-866bb67c1ea1 [pid: 8|app: 0|req: 1162/2274] 10.0.0.73 () {34 vars in 670 bytes} [Tue May 26 02:47:53 2026] POST /v2.0/networks => generated 721 bytes in 436 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2275] 10.0.0.73 () {34 vars in 680 bytes} [Tue May 26 02:47:54 2026] POST /v2.0/rbac-policies => generated 324 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2276] 10.0.0.73 () {34 vars in 668 bytes} [Tue May 26 02:47:54 2026] POST /v2.0/subnets => generated 687 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 02:47:54.432 7 INFO neutron.db.segments_db [None req-88023544-3ec3-4f08-99c8-8ffb328b462d 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Added segment 6847262f-bb9e-4e9f-894a-ae1e9dc18473 of type vxlan for network d0f429bd-c747-4b93-a269-8b7c2ab9ee17 2026-05-26 02:47:54.702 7 INFO neutron.db.l3_hamode_db [None req-88023544-3ec3-4f08-99c8-8ffb328b462d 71fc9f8c50354854949fb43ca4050159 93040315ba05416187793781bf683e52 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1164/2277] 10.0.0.73 () {32 vars in 722 bytes} [Tue May 26 02:47:54 2026] GET /v2.0/networks/ff29fa53-4aa8-46ff-af20-b093c3feebbb => generated 655 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:47:55.080 8 INFO neutron.services.segments.plugin [-] Segment 4482eff5-ea0e-4ab6-afb2-a7d662507243 resource provider aggregate not found 2026-05-26 02:47:55.084 8 INFO neutron.services.segments.plugin [-] Segment 4482eff5-ea0e-4ab6-afb2-a7d662507243 resource provider aggregate not found 2026-05-26 02:47:55.100 8 INFO neutron.services.segments.plugin [-] Segment 4482eff5-ea0e-4ab6-afb2-a7d662507243 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4482eff5-ea0e-4ab6-afb2-a7d662507243 found for delete ", "request_id": "req-f5f8d8fd-43f5-4c1c-a0d5-70f11e23ed5c"}]} 2026-05-26 02:47:55.103 8 INFO neutron.services.segments.plugin [-] Segment 4482eff5-ea0e-4ab6-afb2-a7d662507243 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4482eff5-ea0e-4ab6-afb2-a7d662507243 found for delete ", "request_id": "req-dba6eb34-9abe-4d45-b488-bd094e968542"}]} 2026-05-26 02:47:55.179 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f9234bf1-1548-4e54-9bc0-883d3d8d1e6d 5f15b3494b9c482b8f96a16a6150c5a8 19976ee65d6d4e7196ab2a7dd0eeb97b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1165/2278] 10.0.0.73 () {32 vars in 722 bytes} [Tue May 26 02:47:55 2026] GET /v2.0/networks/ff29fa53-4aa8-46ff-af20-b093c3feebbb => generated 138 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 02:47:55.333 8 INFO neutron_taas.services.taas.taas_plugin [None req-40a001e0-f8a8-4412-91be-6a589dc84459 b8ab1a1ce4f84a9a88e88bcba1130296 0f1052384579482094bc6e64c0e71dad - - default default] TaaS: Handle Delete Port: 7c4a1072-fc54-4993-9af9-57b975bd29ec 2026-05-26 02:47:55.336 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-40a001e0-f8a8-4412-91be-6a589dc84459 b8ab1a1ce4f84a9a88e88bcba1130296 0f1052384579482094bc6e64c0e71dad - - default default] Tap Mirror: Handle Delete Port: 7c4a1072-fc54-4993-9af9-57b975bd29ec 2026-05-26 02:47:55.530 7 INFO neutron.db.l3_hamode_db [None req-88023544-3ec3-4f08-99c8-8ffb328b462d 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1166/2279] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:47:55 2026] DELETE /v2.0/networks/ff29fa53-4aa8-46ff-af20-b093c3feebbb => generated 0 bytes in 476 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:47:55.686 8 INFO neutron.pecan_wsgi.hooks.translation [None req-31326d04-3835-4512-b889-f2f20e8045b7 b8ab1a1ce4f84a9a88e88bcba1130296 0f1052384579482094bc6e64c0e71dad - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1167/2280] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:47:55 2026] DELETE /v2.0/subnets/cb045ea2-b8ce-4da6-b23d-bf05e857fd1e => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 02:47:55.707 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7d0a975a-67c5-4ba5-9918-ec6a742f74dc b8ab1a1ce4f84a9a88e88bcba1130296 0f1052384579482094bc6e64c0e71dad - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1168/2281] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:47:55 2026] DELETE /v2.0/subnets/433240e0-ca6a-41fc-bcf6-73ecef043fd5 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 02:47:55.726 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1683eda0-f2de-45a5-888e-668f9d3025c0 b8ab1a1ce4f84a9a88e88bcba1130296 0f1052384579482094bc6e64c0e71dad - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1169/2282] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:47:55 2026] DELETE /v2.0/subnets/c37d7ade-6f7a-4214-b38c-ded8e8ae9ea5 => 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: 1114/2283] 10.0.0.73 () {34 vars in 668 bytes} [Tue May 26 02:47:54 2026] POST /v2.0/routers => generated 727 bytes in 2060 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2284] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:47:56 2026] GET /v2.0/security-groups?tenant_id=0f1052384579482094bc6e64c0e71dad&name=default => generated 2929 bytes in 186 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2285] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:47:56 2026] DELETE /v2.0/security-groups/b6b181cc-de47-45ec-acac-ecab0f37fb4e => 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: 1117/2286] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:47:56 2026] GET /v2.0/security-groups?tenant_id=69940d0fbb574b3a948eb5e29a144a26&name=default => generated 2929 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 02:47:57.122 8 INFO neutron.services.segments.plugin [-] Segment 61a6f9cf-4284-4154-9181-24eac6af4c06 resource provider aggregate not found 2026-05-26 02:47:57.130 8 INFO neutron.services.segments.plugin [-] Segment 61a6f9cf-4284-4154-9181-24eac6af4c06 resource provider aggregate not found 2026-05-26 02:47:57.145 8 INFO neutron.services.segments.plugin [-] Segment 61a6f9cf-4284-4154-9181-24eac6af4c06 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61a6f9cf-4284-4154-9181-24eac6af4c06 found for delete ", "request_id": "req-8c074719-d983-4cef-bf86-4e1f321d777c"}]} 2026-05-26 02:47:57.148 8 INFO neutron.services.segments.plugin [-] Segment 61a6f9cf-4284-4154-9181-24eac6af4c06 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61a6f9cf-4284-4154-9181-24eac6af4c06 found for delete ", "request_id": "req-d1458ca8-1887-461e-891f-dad809be3da7"}]} [pid: 7|app: 0|req: 1118/2287] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:47:57 2026] DELETE /v2.0/security-groups/dd7c41b3-4d8d-4c93-896f-e989a427044b => 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: 1119/2288] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:47:57 2026] GET /v2.0/security-groups?tenant_id=19976ee65d6d4e7196ab2a7dd0eeb97b&name=default => generated 2929 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2289] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:47:57 2026] DELETE /v2.0/security-groups/fabbcd83-6276-47b2-9ded-ac3518e057f7 => 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: 1170/2290] 10.0.0.73 () {34 vars in 782 bytes} [Tue May 26 02:47:56 2026] PUT /v2.0/routers/8008e9c1-b346-48d0-ba52-f7b5e351422c/add_router_interface => generated 309 bytes in 1250 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:47:59.192 7 INFO neutron.db.segments_db [None req-0dfaf177-61ed-4310-b283-40bb4a016692 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Added segment 67c73c8f-6697-4e2f-8916-ab7b2b8ddfdb of type vxlan for network 88e35d8d-042c-4f45-9b1c-df531a59bdea [pid: 7|app: 0|req: 1121/2291] 10.0.0.73 () {34 vars in 670 bytes} [Tue May 26 02:47:59 2026] POST /v2.0/networks => generated 722 bytes in 294 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2292] 10.0.0.73 () {34 vars in 668 bytes} [Tue May 26 02:47:59 2026] POST /v2.0/subnets => generated 688 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 02:47:59.539 7 INFO neutron.db.segments_db [None req-d1a05da9-e8e2-439c-ab68-b3568dcfc04c 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Added segment 52f81cea-6c41-41ae-8433-7d9ca9f40f5a of type vxlan for network c005bad3-da44-4e75-93a0-280b3dcc532a 2026-05-26 02:47:59.789 7 INFO neutron.db.l3_hamode_db [None req-d1a05da9-e8e2-439c-ab68-b3568dcfc04c 71fc9f8c50354854949fb43ca4050159 8e3dcacf9b3f44deb70ca010d9806e1d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-26 02:48:00.611 7 INFO neutron.db.l3_hamode_db [None req-d1a05da9-e8e2-439c-ab68-b3568dcfc04c 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1172/2293] 10.0.0.73 () {34 vars in 683 bytes} [Tue May 26 02:48:01 2026] POST /v2.0/security-groups => generated 1603 bytes in 386 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2294] 10.0.0.73 () {34 vars in 766 bytes} [Tue May 26 02:48:01 2026] PUT /v2.0/security-groups/2218890d-9ca5-4821-aaee-f605367b5d53/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: 1174/2295] 10.0.0.73 () {32 vars in 746 bytes} [Tue May 26 02:48:01 2026] GET /v2.0/security-groups/2218890d-9ca5-4821-aaee-f605367b5d53/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: 1122/2296] 10.0.0.73 () {34 vars in 668 bytes} [Tue May 26 02:47:59 2026] POST /v2.0/routers => generated 728 bytes in 2067 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2297] 10.0.0.73 () {34 vars in 777 bytes} [Tue May 26 02:48:01 2026] PUT /v2.0/security-groups/2218890d-9ca5-4821-aaee-f605367b5d53/tags/green => generated 4 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2298] 10.0.0.73 () {32 vars in 746 bytes} [Tue May 26 02:48:01 2026] GET /v2.0/security-groups/2218890d-9ca5-4821-aaee-f605367b5d53/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2299] 10.0.0.73 () {34 vars in 773 bytes} [Tue May 26 02:48:01 2026] PUT /v2.0/security-groups/2218890d-9ca5-4821-aaee-f605367b5d53/tags/red => generated 4 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2300] 10.0.0.73 () {32 vars in 746 bytes} [Tue May 26 02:48:01 2026] GET /v2.0/security-groups/2218890d-9ca5-4821-aaee-f605367b5d53/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2301] 10.0.0.73 () {34 vars in 795 bytes} [Tue May 26 02:48:01 2026] PUT /v2.0/security-groups/2218890d-9ca5-4821-aaee-f605367b5d53/tags/black.or.white => generated 4 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2302] 10.0.0.73 () {32 vars in 746 bytes} [Tue May 26 02:48:01 2026] GET /v2.0/security-groups/2218890d-9ca5-4821-aaee-f605367b5d53/tags => generated 52 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2303] 10.0.0.73 () {34 vars in 766 bytes} [Tue May 26 02:48:01 2026] PUT /v2.0/security-groups/2218890d-9ca5-4821-aaee-f605367b5d53/tags => generated 37 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2304] 10.0.0.73 () {32 vars in 746 bytes} [Tue May 26 02:48:01 2026] GET /v2.0/security-groups/2218890d-9ca5-4821-aaee-f605367b5d53/tags => generated 37 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2305] 10.0.0.73 () {32 vars in 754 bytes} [Tue May 26 02:48:01 2026] GET /v2.0/security-groups/2218890d-9ca5-4821-aaee-f605367b5d53/tags/red => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 02:48:02.053 8 INFO neutron.api.v2.resource [None req-282cff6d-c970-4554-9dda-8d1353b4a05e 24da8eaeac79448c8f0fbc9e1d52acca ce02560c5a294d5287b27f0b6d145cf0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1184/2306] 10.0.0.73 () {32 vars in 758 bytes} [Tue May 26 02:48:02 2026] GET /v2.0/security-groups/2218890d-9ca5-4821-aaee-f605367b5d53/tags/green => generated 99 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2307] 10.0.0.73 () {32 vars in 757 bytes} [Tue May 26 02:48:02 2026] DELETE /v2.0/security-groups/2218890d-9ca5-4821-aaee-f605367b5d53/tags/red => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2308] 10.0.0.73 () {32 vars in 746 bytes} [Tue May 26 02:48:02 2026] GET /v2.0/security-groups/2218890d-9ca5-4821-aaee-f605367b5d53/tags => generated 30 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 02:48:02.204 8 INFO neutron.api.v2.resource [None req-08344bf7-bbe5-4271-b3a8-df907e1510af 24da8eaeac79448c8f0fbc9e1d52acca ce02560c5a294d5287b27f0b6d145cf0 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1187/2309] 10.0.0.73 () {32 vars in 761 bytes} [Tue May 26 02:48:02 2026] DELETE /v2.0/security-groups/2218890d-9ca5-4821-aaee-f605367b5d53/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2310] 10.0.0.73 () {32 vars in 749 bytes} [Tue May 26 02:48:02 2026] DELETE /v2.0/security-groups/2218890d-9ca5-4821-aaee-f605367b5d53/tags => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2311] 10.0.0.73 () {32 vars in 746 bytes} [Tue May 26 02:48:02 2026] GET /v2.0/security-groups/2218890d-9ca5-4821-aaee-f605367b5d53/tags => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2312] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:48:02 2026] DELETE /v2.0/security-groups/2218890d-9ca5-4821-aaee-f605367b5d53 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2313] 10.0.0.73 () {34 vars in 782 bytes} [Tue May 26 02:48:01 2026] PUT /v2.0/routers/870b96af-14d2-472c-b3ce-130b0a424220/add_router_interface => generated 309 bytes in 1421 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2314] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:48:03 2026] GET /v2.0/security-groups?tenant_id=b864bc23bb054784913f31326933e1e0&name=default => generated 2929 bytes in 321 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2315] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:48:03 2026] DELETE /v2.0/security-groups/702e6827-a980-48ce-8818-ab72a01c342c => 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: 1125/2316] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:48:03 2026] GET /v2.0/security-groups?tenant_id=ce02560c5a294d5287b27f0b6d145cf0&name=default => generated 2929 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2317] 10.0.0.73 () {34 vars in 684 bytes} [Tue May 26 02:48:03 2026] POST /v2.0/security-groups => generated 1675 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2318] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:48:03 2026] DELETE /v2.0/security-groups/d43f1d18-47fd-47ab-83ad-3ddcecedc5f3 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2319] 10.0.0.73 () {34 vars in 694 bytes} [Tue May 26 02:48:03 2026] POST /v2.0/security-group-rules => generated 597 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2320] 10.0.0.73 () {34 vars in 694 bytes} [Tue May 26 02:48:03 2026] POST /v2.0/security-group-rules => generated 596 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2321] 10.0.0.73 () {34 vars in 694 bytes} [Tue May 26 02:48:04 2026] POST /v2.0/security-group-rules => generated 602 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2322] 10.0.0.73 () {34 vars in 694 bytes} [Tue May 26 02:48:04 2026] POST /v2.0/security-group-rules => generated 601 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 02:48:04.418 8 INFO neutron.db.securitygroups_db [None req-78b704d0-24b1-4b62-b993-0988679cdc13 220fd24295db4536a9361f0db4cf0f88 93040315ba05416187793781bf683e52 - - default default] Project 93040315ba05416187793781bf683e52 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: 1195/2323] 10.0.0.73 () {34 vars in 694 bytes} [Tue May 26 02:48:04 2026] POST /v2.0/security-group-rules => generated 607 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 02:48:04.536 7 INFO neutron.db.securitygroups_db [None req-143ef24d-bc7b-4b47-b256-ada884fc9ae1 220fd24295db4536a9361f0db4cf0f88 93040315ba05416187793781bf683e52 - - default default] Project 93040315ba05416187793781bf683e52 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: 1129/2324] 10.0.0.73 () {34 vars in 694 bytes} [Tue May 26 02:48:04 2026] POST /v2.0/security-group-rules => generated 606 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2325] 10.0.0.73 () {34 vars in 684 bytes} [Tue May 26 02:48:05 2026] POST /v2.0/security-groups => generated 1662 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2326] 10.0.0.73 () {34 vars in 694 bytes} [Tue May 26 02:48:05 2026] POST /v2.0/security-group-rules => generated 597 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2327] 10.0.0.73 () {34 vars in 694 bytes} [Tue May 26 02:48:05 2026] POST /v2.0/security-group-rules => generated 602 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2328] 10.0.0.73 () {34 vars in 675 bytes} [Tue May 26 02:48:05 2026] POST /v2.0/floatingips => generated 552 bytes in 613 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2329] 10.0.0.4 () {34 vars in 1096 bytes} [Tue May 26 02:48:06 2026] GET /v2.0/security-groups?name=tempest-securitygroup--316207759&fields=id&tenant_id=93040315ba05416187793781bf683e52 => generated 69 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2330] 10.0.0.4 () {34 vars in 1096 bytes} [Tue May 26 02:48:06 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-354717885&fields=id&tenant_id=93040315ba05416187793781bf683e52 => generated 69 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2331] 10.0.0.4 () {34 vars in 980 bytes} [Tue May 26 02:48:06 2026] GET /v2.0/networks?id=dd1f63e6-0ad9-4aaf-aaca-866bb67c1ea1 => generated 672 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2332] 10.0.0.4 () {34 vars in 963 bytes} [Tue May 26 02:48:06 2026] GET /v2.0/quotas/93040315ba05416187793781bf683e52 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2333] 10.0.0.4 () {34 vars in 1000 bytes} [Tue May 26 02:48:06 2026] GET /v2.0/ports?tenant_id=93040315ba05416187793781bf683e52&fields=id => generated 103 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2334] 10.0.0.4 () {34 vars in 1006 bytes} [Tue May 26 02:48:06 2026] GET /v2.0/networks/dd1f63e6-0ad9-4aaf-aaca-866bb67c1ea1?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: 1201/2335] 10.0.0.4 () {34 vars in 1106 bytes} [Tue May 26 02:48:06 2026] GET /v2.0/networks/dd1f63e6-0ad9-4aaf-aaca-866bb67c1ea1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2336] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:48:06 2026] GET /v2.0/ports?device_id=fdc400dc-4631-44ce-a0c8-94bfd8170cb9 => 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: 1137/2339] 10.0.0.73 () {34 vars in 675 bytes} [Tue May 26 02:48:07 2026] POST /v2.0/subnetpools => generated 516 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2340] 10.0.0.73 () {34 vars in 758 bytes} [Tue May 26 02:48:07 2026] PUT /v2.0/subnetpools/cb2dd84e-5867-4252-8899-090f5f9ed558/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: 1138/2341] 10.0.0.73 () {32 vars in 738 bytes} [Tue May 26 02:48:07 2026] GET /v2.0/subnetpools/cb2dd84e-5867-4252-8899-090f5f9ed558/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2342] 10.0.0.73 () {34 vars in 769 bytes} [Tue May 26 02:48:07 2026] PUT /v2.0/subnetpools/cb2dd84e-5867-4252-8899-090f5f9ed558/tags/green => 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: 1139/2343] 10.0.0.73 () {32 vars in 738 bytes} [Tue May 26 02:48:07 2026] GET /v2.0/subnetpools/cb2dd84e-5867-4252-8899-090f5f9ed558/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2344] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:48:07 2026] GET /v2.0/ports?device_id=fdc400dc-4631-44ce-a0c8-94bfd8170cb9 => 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: 1205/2345] 10.0.0.73 () {34 vars in 765 bytes} [Tue May 26 02:48:07 2026] PUT /v2.0/subnetpools/cb2dd84e-5867-4252-8899-090f5f9ed558/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: 1141/2346] 10.0.0.73 () {32 vars in 738 bytes} [Tue May 26 02:48:07 2026] GET /v2.0/subnetpools/cb2dd84e-5867-4252-8899-090f5f9ed558/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2347] 10.0.0.73 () {34 vars in 787 bytes} [Tue May 26 02:48:07 2026] PUT /v2.0/subnetpools/cb2dd84e-5867-4252-8899-090f5f9ed558/tags/black.or.white => generated 4 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2348] 10.0.0.73 () {32 vars in 738 bytes} [Tue May 26 02:48:08 2026] GET /v2.0/subnetpools/cb2dd84e-5867-4252-8899-090f5f9ed558/tags => generated 52 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2349] 10.0.0.73 () {34 vars in 758 bytes} [Tue May 26 02:48:08 2026] PUT /v2.0/subnetpools/cb2dd84e-5867-4252-8899-090f5f9ed558/tags => generated 37 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2350] 10.0.0.73 () {32 vars in 738 bytes} [Tue May 26 02:48:08 2026] GET /v2.0/subnetpools/cb2dd84e-5867-4252-8899-090f5f9ed558/tags => generated 37 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2351] 10.0.0.73 () {32 vars in 746 bytes} [Tue May 26 02:48:08 2026] GET /v2.0/subnetpools/cb2dd84e-5867-4252-8899-090f5f9ed558/tags/red => generated 0 bytes in 28 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 02:48:08.379 7 INFO neutron.api.v2.resource [None req-18e03e48-329b-4ae1-89ac-d6b29cf053f2 5c5c3cea361a42a48838873d6a2ebc4d ec0f08a17614412d96208fb0769f45e8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1144/2352] 10.0.0.73 () {32 vars in 750 bytes} [Tue May 26 02:48:08 2026] GET /v2.0/subnetpools/cb2dd84e-5867-4252-8899-090f5f9ed558/tags/green => generated 99 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2353] 10.0.0.73 () {32 vars in 749 bytes} [Tue May 26 02:48:08 2026] DELETE /v2.0/subnetpools/cb2dd84e-5867-4252-8899-090f5f9ed558/tags/red => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2354] 10.0.0.73 () {32 vars in 738 bytes} [Tue May 26 02:48:08 2026] GET /v2.0/subnetpools/cb2dd84e-5867-4252-8899-090f5f9ed558/tags => generated 30 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 02:48:08.594 8 INFO neutron.api.v2.resource [None req-644ab0f0-80cb-4230-8d41-c29e458bfbcd 5c5c3cea361a42a48838873d6a2ebc4d ec0f08a17614412d96208fb0769f45e8 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1210/2355] 10.0.0.73 () {32 vars in 753 bytes} [Tue May 26 02:48:08 2026] DELETE /v2.0/subnetpools/cb2dd84e-5867-4252-8899-090f5f9ed558/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: 1146/2356] 10.0.0.73 () {32 vars in 741 bytes} [Tue May 26 02:48:08 2026] DELETE /v2.0/subnetpools/cb2dd84e-5867-4252-8899-090f5f9ed558/tags => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2357] 10.0.0.73 () {32 vars in 738 bytes} [Tue May 26 02:48:08 2026] GET /v2.0/subnetpools/cb2dd84e-5867-4252-8899-090f5f9ed558/tags => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2358] 10.0.0.73 () {32 vars in 731 bytes} [Tue May 26 02:48:08 2026] DELETE /v2.0/subnetpools/cb2dd84e-5867-4252-8899-090f5f9ed558 => 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: 1212/2359] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:48:08 2026] GET /v2.0/ports?device_id=fdc400dc-4631-44ce-a0c8-94bfd8170cb9 => 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: 1148/2360] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:48:09 2026] GET /v2.0/security-groups?tenant_id=9c08eff8bb224e3d97a3bc59e993ab30&name=default => generated 2929 bytes in 292 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2361] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:48:10 2026] GET /v2.0/ports?device_id=fdc400dc-4631-44ce-a0c8-94bfd8170cb9 => 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: 1213/2362] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:48:10 2026] DELETE /v2.0/security-groups/0c01e4ce-a116-4965-ab9a-f30e4b931d73 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2363] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:48:10 2026] GET /v2.0/security-groups?tenant_id=ec0f08a17614412d96208fb0769f45e8&name=default => generated 2929 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2364] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:48:10 2026] DELETE /v2.0/security-groups/ccc5c6e9-4fde-413e-84ec-8754c035af2d => generated 0 bytes in 151 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2365] 199.204.45.222 () {34 vars in 986 bytes} [Tue May 26 02:48:10 2026] GET /v2.0/networks?id=dd1f63e6-0ad9-4aaf-aaca-866bb67c1ea1 => generated 672 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2366] 199.204.45.222 () {34 vars in 1050 bytes} [Tue May 26 02:48:11 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=93040315ba05416187793781bf683e52 => generated 272 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2367] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:48:11 2026] GET /v2.0/ports?device_id=fdc400dc-4631-44ce-a0c8-94bfd8170cb9 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2368] 199.204.45.222 () {38 vars in 955 bytes} [Tue May 26 02:48:11 2026] POST /v2.0/ports => generated 997 bytes in 601 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2369] 199.204.45.222 () {38 vars in 1028 bytes} [Tue May 26 02:48:11 2026] PUT /v2.0/ports/0ce422af-7f00-4231-bf82-0b838107134a => generated 1278 bytes in 568 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 02:48:12.305 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-31673580-84d9-467e-9b8d-63e244e9709f'] response: {'name': 'network-changed', 'server_uuid': 'fdc400dc-4631-44ce-a0c8-94bfd8170cb9', 'tag': '0ce422af-7f00-4231-bf82-0b838107134a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1153/2370] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:48:12 2026] GET /v2.0/ports?device_id=fdc400dc-4631-44ce-a0c8-94bfd8170cb9 => generated 1012 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1218/2371] 10.0.0.4 () {34 vars in 1118 bytes} [Tue May 26 02:48:12 2026] GET /v2.0/security-groups?id=57c78985-6a97-4ec8-ac41-eebcc0590c3a&id=3bfbc817-cc9f-4e4a-95b1-5341b1b83110&fields=id&fields=name => generated 205 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2372] 199.204.45.222 () {34 vars in 1080 bytes} [Tue May 26 02:48:12 2026] GET /v2.0/ports?tenant_id=93040315ba05416187793781bf683e52&device_id=fdc400dc-4631-44ce-a0c8-94bfd8170cb9 => generated 1281 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2373] 199.204.45.222 () {34 vars in 1018 bytes} [Tue May 26 02:48:12 2026] GET /v2.0/networks?tenant_id=93040315ba05416187793781bf683e52&shared=False => generated 768 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2374] 199.204.45.222 () {34 vars in 930 bytes} [Tue May 26 02:48:12 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2375] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:48:13 2026] GET /v2.0/ports?device_id=fdc400dc-4631-44ce-a0c8-94bfd8170cb9 => generated 1012 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2376] 10.0.0.4 () {34 vars in 1118 bytes} [Tue May 26 02:48:13 2026] GET /v2.0/security-groups?id=57c78985-6a97-4ec8-ac41-eebcc0590c3a&id=3bfbc817-cc9f-4e4a-95b1-5341b1b83110&fields=id&fields=name => generated 205 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2377] 199.204.45.222 () {34 vars in 1080 bytes} [Tue May 26 02:48:13 2026] GET /v2.0/ports?tenant_id=93040315ba05416187793781bf683e52&device_id=fdc400dc-4631-44ce-a0c8-94bfd8170cb9 => 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: 1157/2378] 199.204.45.222 () {34 vars in 1060 bytes} [Tue May 26 02:48:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=0ce422af-7f00-4231-bf82-0b838107134a => 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: 1222/2379] 199.204.45.222 () {34 vars in 984 bytes} [Tue May 26 02:48:14 2026] GET /v2.0/subnets?id=27d205f2-49a1-4954-bc96-b88f91c17ed1 => generated 690 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2380] 199.204.45.222 () {34 vars in 1052 bytes} [Tue May 26 02:48:14 2026] GET /v2.0/ports?network_id=dd1f63e6-0ad9-4aaf-aaca-866bb67c1ea1&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2381] 199.204.45.222 () {34 vars in 1012 bytes} [Tue May 26 02:48:14 2026] GET /v2.0/networks/dd1f63e6-0ad9-4aaf-aaca-866bb67c1ea1?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: 1159/2382] 199.204.45.222 () {34 vars in 1112 bytes} [Tue May 26 02:48:14 2026] GET /v2.0/networks/dd1f63e6-0ad9-4aaf-aaca-866bb67c1ea1?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: 1224/2383] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:48:15 2026] GET /v2.0/ports?device_id=fdc400dc-4631-44ce-a0c8-94bfd8170cb9 => generated 1012 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2384] 10.0.0.4 () {34 vars in 1118 bytes} [Tue May 26 02:48:15 2026] GET /v2.0/security-groups?id=57c78985-6a97-4ec8-ac41-eebcc0590c3a&id=3bfbc817-cc9f-4e4a-95b1-5341b1b83110&fields=id&fields=name => generated 205 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2385] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:48:15 2026] GET /v2.0/security-groups?tenant_id=ac8c99ce140043cbb1563cfe2ead3a27&name=default => generated 2929 bytes in 341 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2386] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:48:15 2026] DELETE /v2.0/security-groups/74e1884b-5f57-4ad1-916c-ef8e456558c8 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2387] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:48:15 2026] GET /v2.0/security-groups?tenant_id=4c3d4756c3bf45cb9b7759b78b82a489&name=default => generated 2929 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2388] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:48:15 2026] DELETE /v2.0/security-groups/ef51b3ea-ae7e-411b-b193-89791f219a98 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2389] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:48:16 2026] GET /v2.0/ports?device_id=fdc400dc-4631-44ce-a0c8-94bfd8170cb9 => generated 1012 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2390] 10.0.0.4 () {34 vars in 1118 bytes} [Tue May 26 02:48:16 2026] GET /v2.0/security-groups?id=57c78985-6a97-4ec8-ac41-eebcc0590c3a&id=3bfbc817-cc9f-4e4a-95b1-5341b1b83110&fields=id&fields=name => generated 205 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2391] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:48:17 2026] GET /v2.0/ports?device_id=fdc400dc-4631-44ce-a0c8-94bfd8170cb9 => generated 1014 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2392] 199.204.45.222 () {34 vars in 994 bytes} [Tue May 26 02:48:17 2026] GET /v2.0/ports?device_id=fdc400dc-4631-44ce-a0c8-94bfd8170cb9 => generated 1283 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2393] 10.0.0.4 () {34 vars in 1118 bytes} [Tue May 26 02:48:17 2026] GET /v2.0/security-groups?id=57c78985-6a97-4ec8-ac41-eebcc0590c3a&id=3bfbc817-cc9f-4e4a-95b1-5341b1b83110&fields=id&fields=name => generated 205 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2394] 199.204.45.222 () {34 vars in 1124 bytes} [Tue May 26 02:48:17 2026] GET /v2.0/security-groups?id=57c78985-6a97-4ec8-ac41-eebcc0590c3a&id=3bfbc817-cc9f-4e4a-95b1-5341b1b83110&fields=id&fields=name => generated 205 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2395] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:48:18 2026] GET /v2.0/ports?device_id=fdc400dc-4631-44ce-a0c8-94bfd8170cb9 => generated 1014 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2396] 10.0.0.4 () {34 vars in 1118 bytes} [Tue May 26 02:48:18 2026] GET /v2.0/security-groups?id=57c78985-6a97-4ec8-ac41-eebcc0590c3a&id=3bfbc817-cc9f-4e4a-95b1-5341b1b83110&fields=id&fields=name => generated 205 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2397] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:48:19 2026] GET /v2.0/ports?device_id=fdc400dc-4631-44ce-a0c8-94bfd8170cb9 => generated 1014 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2398] 10.0.0.4 () {34 vars in 1118 bytes} [Tue May 26 02:48:19 2026] GET /v2.0/security-groups?id=57c78985-6a97-4ec8-ac41-eebcc0590c3a&id=3bfbc817-cc9f-4e4a-95b1-5341b1b83110&fields=id&fields=name => generated 205 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2399] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:48:19 2026] GET /v2.0/ports?device_id=fdc400dc-4631-44ce-a0c8-94bfd8170cb9 => generated 1014 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 02:48:20.344 7 INFO neutron.db.l3_db [None req-f6f96c0e-687c-4895-8994-ba664405123d 220fd24295db4536a9361f0db4cf0f88 93040315ba05416187793781bf683e52 - - default default] Floating IP 21c88fcf-4824-4be5-a8d6-a165f103e2c6 associated. External IP: 10.96.250.210, port: 0ce422af-7f00-4231-bf82-0b838107134a. [pid: 7|app: 0|req: 1168/2400] 10.0.0.73 () {34 vars in 748 bytes} [Tue May 26 02:48:19 2026] PUT /v2.0/floatingips/21c88fcf-4824-4be5-a8d6-a165f103e2c6 => generated 856 bytes in 693 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:48:20.717 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fd58a8b8-62d3-40d1-b082-ab993677a178'] response: {'name': 'network-changed', 'server_uuid': 'fdc400dc-4631-44ce-a0c8-94bfd8170cb9', 'tag': '0ce422af-7f00-4231-bf82-0b838107134a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1233/2401] 199.204.45.222 () {34 vars in 1080 bytes} [Tue May 26 02:48:21 2026] GET /v2.0/ports?tenant_id=93040315ba05416187793781bf683e52&device_id=fdc400dc-4631-44ce-a0c8-94bfd8170cb9 => generated 1283 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2402] 199.204.45.222 () {34 vars in 986 bytes} [Tue May 26 02:48:21 2026] GET /v2.0/networks?id=dd1f63e6-0ad9-4aaf-aaca-866bb67c1ea1 => generated 768 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2403] 199.204.45.222 () {34 vars in 1060 bytes} [Tue May 26 02:48:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=0ce422af-7f00-4231-bf82-0b838107134a => generated 859 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2404] 199.204.45.222 () {34 vars in 984 bytes} [Tue May 26 02:48:21 2026] GET /v2.0/subnets?id=27d205f2-49a1-4954-bc96-b88f91c17ed1 => generated 690 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2405] 199.204.45.222 () {34 vars in 1052 bytes} [Tue May 26 02:48:21 2026] GET /v2.0/ports?network_id=dd1f63e6-0ad9-4aaf-aaca-866bb67c1ea1&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2406] 199.204.45.222 () {34 vars in 1012 bytes} [Tue May 26 02:48:21 2026] GET /v2.0/networks/dd1f63e6-0ad9-4aaf-aaca-866bb67c1ea1?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: 1236/2407] 199.204.45.222 () {34 vars in 1112 bytes} [Tue May 26 02:48:21 2026] GET /v2.0/networks/dd1f63e6-0ad9-4aaf-aaca-866bb67c1ea1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 02:48:25.911 7 INFO neutron.db.segments_db [None req-e09138b9-2a7e-4e3f-8c03-9510c96d5b5d b46c8bd3b61f49aab8e1ff72814f7a8e a5ede13b2a6c4bc3aca5c051f7595657 - - default default] Added segment 08e489b4-bc6d-4018-969d-af1cb6e4752f of type vxlan for network 6b730c3f-13df-4064-af85-2ae782f9b909 [pid: 7|app: 0|req: 1173/2410] 10.0.0.73 () {34 vars in 669 bytes} [Tue May 26 02:48:25 2026] POST /v2.0/networks => generated 621 bytes in 408 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2411] 10.0.0.73 () {34 vars in 668 bytes} [Tue May 26 02:48:26 2026] POST /v2.0/subnets => generated 657 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2412] 10.0.0.73 () {32 vars in 721 bytes} [Tue May 26 02:48:26 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2413] 10.0.0.73 () {34 vars in 668 bytes} [Tue May 26 02:48:26 2026] POST /v2.0/subnets => generated 731 bytes in 272 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 02:48:26.696 7 INFO neutron.db.segments_db [None req-3d966dd7-b86f-4f2a-8222-043d78640c95 b46c8bd3b61f49aab8e1ff72814f7a8e a5ede13b2a6c4bc3aca5c051f7595657 - - default default] Added segment 7fb1b223-0e54-4da4-8461-4eb854ec20a1 of type vxlan for network ef993ddb-62bd-4883-bcb3-e513a2882387 [pid: 7|app: 0|req: 1175/2414] 10.0.0.73 () {34 vars in 669 bytes} [Tue May 26 02:48:26 2026] POST /v2.0/networks => generated 618 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2415] 10.0.0.73 () {34 vars in 668 bytes} [Tue May 26 02:48:26 2026] POST /v2.0/subnets => generated 655 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2416] 10.0.0.73 () {34 vars in 668 bytes} [Tue May 26 02:48:27 2026] POST /v2.0/subnets => generated 725 bytes in 316 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 02:48:27.455 8 INFO neutron.db.segments_db [None req-c7482658-24f3-4c90-a091-b235b985ba50 b46c8bd3b61f49aab8e1ff72814f7a8e a5ede13b2a6c4bc3aca5c051f7595657 - - default default] Added segment d2eec2ff-97f8-452a-85d0-238e9a7be319 of type vxlan for network 6b70ae29-0a20-4640-bc7e-3913da8b80ba [pid: 8|app: 0|req: 1241/2417] 10.0.0.73 () {34 vars in 669 bytes} [Tue May 26 02:48:27 2026] POST /v2.0/networks => generated 618 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2418] 10.0.0.73 () {34 vars in 668 bytes} [Tue May 26 02:48:27 2026] POST /v2.0/subnets => generated 655 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2419] 10.0.0.73 () {34 vars in 668 bytes} [Tue May 26 02:48:27 2026] POST /v2.0/subnets => generated 730 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 02:48:28.245 7 INFO neutron.db.segments_db [None req-a6de3172-2fa8-4fc6-aa59-df0e78e83f51 b46c8bd3b61f49aab8e1ff72814f7a8e a5ede13b2a6c4bc3aca5c051f7595657 - - default default] Added segment 7a4292be-755a-4e0d-a585-4459f49b8e3e of type vxlan for network dabe6481-9fc2-4369-8679-1e75188770c0 2026-05-26 02:48:28.561 7 INFO neutron.db.l3_hamode_db [None req-a6de3172-2fa8-4fc6-aa59-df0e78e83f51 b46c8bd3b61f49aab8e1ff72814f7a8e a5ede13b2a6c4bc3aca5c051f7595657 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1243/2420] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:48:29 2026] GET /v2.0/ports?device_id=fdc400dc-4631-44ce-a0c8-94bfd8170cb9 => 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: 1244/2421] 10.0.0.4 () {34 vars in 1118 bytes} [Tue May 26 02:48:29 2026] GET /v2.0/security-groups?id=57c78985-6a97-4ec8-ac41-eebcc0590c3a&id=3bfbc817-cc9f-4e4a-95b1-5341b1b83110&fields=id&fields=name => generated 205 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:48:29.565 7 INFO neutron.db.l3_hamode_db [None req-a6de3172-2fa8-4fc6-aa59-df0e78e83f51 b46c8bd3b61f49aab8e1ff72814f7a8e a5ede13b2a6c4bc3aca5c051f7595657 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1245/2422] 10.0.0.73 () {32 vars in 735 bytes} [Tue May 26 02:48:29 2026] GET /v2.0/ports?device_id=fdc400dc-4631-44ce-a0c8-94bfd8170cb9 => generated 1283 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2423] 10.0.0.73 () {32 vars in 857 bytes} [Tue May 26 02:48:29 2026] GET /v2.0/floatingips?floating_network_id=8839bb7c-f994-4227-b4d6-428390fc5fe7&port_id=0ce422af-7f00-4231-bf82-0b838107134a => generated 861 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2424] 10.0.0.228 () {34 vars in 990 bytes} [Tue May 26 02:48:30 2026] GET /v2.0/ports?device_id=fdc400dc-4631-44ce-a0c8-94bfd8170cb9 => generated 1283 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2425] 10.0.0.228 () {34 vars in 1120 bytes} [Tue May 26 02:48:30 2026] GET /v2.0/security-groups?id=3bfbc817-cc9f-4e4a-95b1-5341b1b83110&id=57c78985-6a97-4ec8-ac41-eebcc0590c3a&fields=id&fields=name => generated 205 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2426] 10.0.0.73 () {34 vars in 668 bytes} [Tue May 26 02:48:28 2026] POST /v2.0/routers => generated 684 bytes in 2403 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2427] 10.0.0.73 () {34 vars in 782 bytes} [Tue May 26 02:48:30 2026] PUT /v2.0/routers/3e64bdc1-62d6-419b-9ac8-0c5c94e75418/add_router_interface => generated 309 bytes in 1643 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2428] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:48:33 2026] GET /v2.0/ports?device_id=fdc400dc-4631-44ce-a0c8-94bfd8170cb9 => generated 1014 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2429] 10.0.0.4 () {34 vars in 1118 bytes} [Tue May 26 02:48:33 2026] GET /v2.0/security-groups?id=57c78985-6a97-4ec8-ac41-eebcc0590c3a&id=3bfbc817-cc9f-4e4a-95b1-5341b1b83110&fields=id&fields=name => generated 205 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2430] 10.0.0.73 () {34 vars in 782 bytes} [Tue May 26 02:48:32 2026] PUT /v2.0/routers/3e64bdc1-62d6-419b-9ac8-0c5c94e75418/add_router_interface => generated 309 bytes in 1590 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2431] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:48:34 2026] GET /v2.0/ports?device_id=fdc400dc-4631-44ce-a0c8-94bfd8170cb9 => generated 1014 bytes in 193 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2432] 10.0.0.4 () {34 vars in 1118 bytes} [Tue May 26 02:48:34 2026] GET /v2.0/security-groups?id=57c78985-6a97-4ec8-ac41-eebcc0590c3a&id=3bfbc817-cc9f-4e4a-95b1-5341b1b83110&fields=id&fields=name => generated 205 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2433] 10.0.0.73 () {34 vars in 782 bytes} [Tue May 26 02:48:33 2026] PUT /v2.0/routers/3e64bdc1-62d6-419b-9ac8-0c5c94e75418/add_router_interface => generated 309 bytes in 1672 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2434] 199.204.45.222 () {34 vars in 994 bytes} [Tue May 26 02:48:35 2026] GET /v2.0/ports?device_id=fdc400dc-4631-44ce-a0c8-94bfd8170cb9 => generated 1014 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2435] 10.0.0.73 () {34 vars in 683 bytes} [Tue May 26 02:48:35 2026] POST /v2.0/security-groups => generated 1629 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-26 02:48:35.774 7 INFO neutron_taas.services.taas.taas_plugin [req-f4c2adc8-ed94-4401-a7b0-e44c70385c03 req-3d569e1c-79ef-44fb-897d-2085ce206d85 220fd24295db4536a9361f0db4cf0f88 93040315ba05416187793781bf683e52 - - default default] TaaS: Handle Delete Port: 0ce422af-7f00-4231-bf82-0b838107134a 2026-05-26 02:48:35.782 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f4c2adc8-ed94-4401-a7b0-e44c70385c03 req-3d569e1c-79ef-44fb-897d-2085ce206d85 220fd24295db4536a9361f0db4cf0f88 93040315ba05416187793781bf683e52 - - default default] Tap Mirror: Handle Delete Port: 0ce422af-7f00-4231-bf82-0b838107134a [pid: 8|app: 0|req: 1254/2436] 10.0.0.73 () {34 vars in 694 bytes} [Tue May 26 02:48:35 2026] POST /v2.0/security-group-rules => generated 597 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2437] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:48:35 2026] GET /v2.0/ports?device_id=fdc400dc-4631-44ce-a0c8-94bfd8170cb9 => generated 1014 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 02:48:35.997 7 INFO neutron.db.l3_db [req-f4c2adc8-ed94-4401-a7b0-e44c70385c03 req-3d569e1c-79ef-44fb-897d-2085ce206d85 220fd24295db4536a9361f0db4cf0f88 93040315ba05416187793781bf683e52 - - default default] Floating IP 21c88fcf-4824-4be5-a8d6-a165f103e2c6 disassociated. External IP: 10.96.250.210, port: 0ce422af-7f00-4231-bf82-0b838107134a. [pid: 8|app: 0|req: 1256/2438] 10.0.0.73 () {34 vars in 694 bytes} [Tue May 26 02:48:35 2026] POST /v2.0/security-group-rules => generated 597 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2439] 10.0.0.4 () {34 vars in 1118 bytes} [Tue May 26 02:48:36 2026] GET /v2.0/security-groups?id=57c78985-6a97-4ec8-ac41-eebcc0590c3a&id=3bfbc817-cc9f-4e4a-95b1-5341b1b83110&fields=id&fields=name => generated 205 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2440] 10.0.0.73 () {34 vars in 694 bytes} [Tue May 26 02:48:36 2026] POST /v2.0/security-group-rules => generated 599 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2441] 10.0.0.73 () {34 vars in 694 bytes} [Tue May 26 02:48:36 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: 1260/2442] 10.0.0.73 () {34 vars in 694 bytes} [Tue May 26 02:48:36 2026] POST /v2.0/security-group-rules => generated 601 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2443] 10.0.0.73 () {34 vars in 694 bytes} [Tue May 26 02:48:36 2026] POST /v2.0/security-group-rules => generated 597 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2444] 10.0.0.73 () {34 vars in 694 bytes} [Tue May 26 02:48:36 2026] POST /v2.0/security-group-rules => generated 597 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2445] 10.0.0.73 () {34 vars in 694 bytes} [Tue May 26 02:48:36 2026] POST /v2.0/security-group-rules => generated 597 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2448] 10.0.0.73 () {34 vars in 694 bytes} [Tue May 26 02:48:37 2026] POST /v2.0/security-group-rules => generated 599 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2449] 199.204.45.222 () {36 vars in 997 bytes} [Tue May 26 02:48:35 2026] DELETE /v2.0/ports/0ce422af-7f00-4231-bf82-0b838107134a => generated 0 bytes in 1632 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2450] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:48:37 2026] GET /v2.0/ports?device_id=fdc400dc-4631-44ce-a0c8-94bfd8170cb9 => 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: 1267/2451] 10.0.0.73 () {34 vars in 694 bytes} [Tue May 26 02:48:37 2026] POST /v2.0/security-group-rules => generated 601 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 02:48:37.496 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f38b9552-1c23-4d5b-bbe3-e3806f942c4c'] response: {'server_uuid': 'fdc400dc-4631-44ce-a0c8-94bfd8170cb9', 'name': 'network-vif-deleted', 'tag': '0ce422af-7f00-4231-bf82-0b838107134a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1185/2452] 10.0.0.73 () {34 vars in 694 bytes} [Tue May 26 02:48:37 2026] POST /v2.0/security-group-rules => generated 597 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2453] 10.0.0.4 () {34 vars in 1092 bytes} [Tue May 26 02:48:37 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-261296194&fields=id&tenant_id=a5ede13b2a6c4bc3aca5c051f7595657 => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2454] 10.0.0.4 () {34 vars in 980 bytes} [Tue May 26 02:48:37 2026] GET /v2.0/networks?id=ef993ddb-62bd-4883-bcb3-e513a2882387 => generated 704 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2455] 10.0.0.4 () {34 vars in 963 bytes} [Tue May 26 02:48:37 2026] GET /v2.0/quotas/a5ede13b2a6c4bc3aca5c051f7595657 => 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: 1187/2456] 10.0.0.4 () {34 vars in 1000 bytes} [Tue May 26 02:48:37 2026] GET /v2.0/ports?tenant_id=a5ede13b2a6c4bc3aca5c051f7595657&fields=id => generated 241 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2457] 10.0.0.4 () {34 vars in 1006 bytes} [Tue May 26 02:48:38 2026] GET /v2.0/networks/ef993ddb-62bd-4883-bcb3-e513a2882387?fields=segments => generated 14 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2458] 10.0.0.4 () {34 vars in 1106 bytes} [Tue May 26 02:48:38 2026] GET /v2.0/networks/ef993ddb-62bd-4883-bcb3-e513a2882387?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: 1271/2459] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:48:38 2026] GET /v2.0/ports?device_id=d1145db0-68b9-4bd7-9d9e-f6a3f529bff4 => 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: 1189/2460] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:48:38 2026] GET /v2.0/ports?device_id=fdc400dc-4631-44ce-a0c8-94bfd8170cb9 => 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: 1272/2461] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:48:39 2026] GET /v2.0/ports?device_id=fdc400dc-4631-44ce-a0c8-94bfd8170cb9 => 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: 1190/2462] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:48:40 2026] DELETE /v2.0/security-groups/3bfbc817-cc9f-4e4a-95b1-5341b1b83110 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 02:48:40.788 8 INFO neutron.api.v2.resource [None req-e0c0949c-9d38-4a45-a7e7-8cf13206e399 220fd24295db4536a9361f0db4cf0f88 93040315ba05416187793781bf683e52 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1273/2463] 10.0.0.73 () {32 vars in 736 bytes} [Tue May 26 02:48:40 2026] GET /v2.0/security-groups/3bfbc817-cc9f-4e4a-95b1-5341b1b83110 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 02:48:40.913 7 INFO neutron_taas.services.taas.taas_plugin [None req-0d4a33f8-7423-479d-a3de-ef09e6d3b206 220fd24295db4536a9361f0db4cf0f88 93040315ba05416187793781bf683e52 - - default default] TaaS: Handle Delete Port: be269983-d4d0-45d4-9da3-f96735f89e2d 2026-05-26 02:48:40.917 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0d4a33f8-7423-479d-a3de-ef09e6d3b206 220fd24295db4536a9361f0db4cf0f88 93040315ba05416187793781bf683e52 - - default default] Tap Mirror: Handle Delete Port: be269983-d4d0-45d4-9da3-f96735f89e2d [pid: 7|app: 0|req: 1191/2464] 10.0.0.73 () {32 vars in 731 bytes} [Tue May 26 02:48:40 2026] DELETE /v2.0/floatingips/21c88fcf-4824-4be5-a8d6-a165f103e2c6 => generated 0 bytes in 301 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2465] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:48:41 2026] DELETE /v2.0/security-groups/57c78985-6a97-4ec8-ac41-eebcc0590c3a => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 02:48:41.675 7 INFO neutron_taas.services.taas.taas_plugin [None req-cc8b9540-d19a-4b02-a558-f6916d4c249f 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] TaaS: Handle Delete Port: 8a443703-f562-4c32-ace3-09b1c05eb825 2026-05-26 02:48:41.679 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cc8b9540-d19a-4b02-a558-f6916d4c249f 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Tap Mirror: Handle Delete Port: 8a443703-f562-4c32-ace3-09b1c05eb825 [pid: 7|app: 0|req: 1192/2466] 10.0.0.73 () {34 vars in 788 bytes} [Tue May 26 02:48:41 2026] PUT /v2.0/routers/8008e9c1-b346-48d0-ba52-f7b5e351422c/remove_router_interface => generated 309 bytes in 1063 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:48:42.513 8 INFO neutron_taas.services.taas.taas_plugin [None req-32b9787d-9fc1-4e60-9be7-2c0a174a5c99 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] TaaS: Handle Delete Port: c7439ec6-849c-46ec-9f0e-a6a41033a922 2026-05-26 02:48:42.516 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-32b9787d-9fc1-4e60-9be7-2c0a174a5c99 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Tap Mirror: Handle Delete Port: c7439ec6-849c-46ec-9f0e-a6a41033a922 [pid: 7|app: 0|req: 1193/2467] 199.204.45.222 () {34 vars in 986 bytes} [Tue May 26 02:48:42 2026] GET /v2.0/networks?id=ef993ddb-62bd-4883-bcb3-e513a2882387 => generated 704 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2468] 199.204.45.222 () {34 vars in 1050 bytes} [Tue May 26 02:48:42 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=a5ede13b2a6c4bc3aca5c051f7595657 => generated 178 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:48:42.802 8 INFO neutron_taas.services.taas.taas_plugin [None req-32b9787d-9fc1-4e60-9be7-2c0a174a5c99 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] TaaS: Handle Delete Port: c124b381-e357-45b7-bd17-ca0a9b608ea1 2026-05-26 02:48:42.807 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-32b9787d-9fc1-4e60-9be7-2c0a174a5c99 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Tap Mirror: Handle Delete Port: c124b381-e357-45b7-bd17-ca0a9b608ea1 2026-05-26 02:48:43.150 8 INFO neutron.db.l3_hamode_db [None req-32b9787d-9fc1-4e60-9be7-2c0a174a5c99 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] HA network d0f429bd-c747-4b93-a269-8b7c2ab9ee17 was deleted as no HA routers are present in tenant 93040315ba05416187793781bf683e52. [pid: 8|app: 0|req: 1275/2469] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:48:42 2026] DELETE /v2.0/routers/8008e9c1-b346-48d0-ba52-f7b5e351422c => generated 0 bytes in 844 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 02:48:43.179 8 INFO neutron.services.segments.plugin [-] Segment 6847262f-bb9e-4e9f-894a-ae1e9dc18473 resource provider aggregate not found 2026-05-26 02:48:43.182 8 INFO neutron.services.segments.plugin [-] Segment 6847262f-bb9e-4e9f-894a-ae1e9dc18473 resource provider aggregate not found 2026-05-26 02:48:43.203 8 INFO neutron.services.segments.plugin [-] Segment 6847262f-bb9e-4e9f-894a-ae1e9dc18473 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6847262f-bb9e-4e9f-894a-ae1e9dc18473 found for delete ", "request_id": "req-dbc38c83-6eb9-4f4a-a1ee-8ca0b2c64066"}]} 2026-05-26 02:48:43.203 8 INFO neutron.services.segments.plugin [-] Segment 6847262f-bb9e-4e9f-894a-ae1e9dc18473 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6847262f-bb9e-4e9f-894a-ae1e9dc18473 found for delete ", "request_id": "req-7d1a1ada-815e-47d9-aff6-dca692370e85"}]} [pid: 7|app: 0|req: 1195/2470] 199.204.45.222 () {38 vars in 955 bytes} [Tue May 26 02:48:42 2026] POST /v2.0/ports => generated 1175 bytes in 501 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: 1276/2471] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:48:43 2026] DELETE /v2.0/subnets/27d205f2-49a1-4954-bc96-b88f91c17ed1 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:48:43.461 8 INFO neutron_taas.services.taas.taas_plugin [None req-cab0be0b-99ec-4d10-b4cd-cd0b18f34924 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] TaaS: Handle Delete Port: 392b2dd4-5eb6-44c7-9728-0bdecf20c4a7 2026-05-26 02:48:43.465 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cab0be0b-99ec-4d10-b4cd-cd0b18f34924 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Tap Mirror: Handle Delete Port: 392b2dd4-5eb6-44c7-9728-0bdecf20c4a7 [pid: 8|app: 0|req: 1277/2472] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:48:43 2026] DELETE /v2.0/networks/dd1f63e6-0ad9-4aaf-aaca-866bb67c1ea1 => generated 0 bytes in 354 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2473] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:48:43 2026] GET /v2.0/ports?device_id=d1145db0-68b9-4bd7-9d9e-f6a3f529bff4 => generated 1190 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2474] 199.204.45.222 () {38 vars in 1028 bytes} [Tue May 26 02:48:43 2026] PUT /v2.0/ports/6813cb5e-c5b4-4440-9bbd-bbab8680940d => generated 1456 bytes in 574 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: 1197/2475] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:48:43 2026] GET /v2.0/security-groups?id=b09a208d-5794-4897-92f5-b673670b358f&fields=id&fields=name => generated 111 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:48:43.902 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2fd1257d-357a-4a48-a6a2-6bb116cfc45a'] response: {'name': 'network-changed', 'server_uuid': 'd1145db0-68b9-4bd7-9d9e-f6a3f529bff4', 'tag': '6813cb5e-c5b4-4440-9bbd-bbab8680940d', 'status': 'completed', 'code': 200} 2026-05-26 02:48:44.175 8 INFO neutron_taas.services.taas.taas_plugin [None req-7f9f23e0-4cbd-44d6-a228-e3e5b350e9ad 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] TaaS: Handle Delete Port: f8ab7afc-c384-4541-bc0f-08fbdebed418 2026-05-26 02:48:44.178 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7f9f23e0-4cbd-44d6-a228-e3e5b350e9ad 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Tap Mirror: Handle Delete Port: f8ab7afc-c384-4541-bc0f-08fbdebed418 [pid: 7|app: 0|req: 1198/2476] 199.204.45.222 () {34 vars in 1080 bytes} [Tue May 26 02:48:44 2026] GET /v2.0/ports?tenant_id=a5ede13b2a6c4bc3aca5c051f7595657&device_id=d1145db0-68b9-4bd7-9d9e-f6a3f529bff4 => generated 1459 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2477] 199.204.45.222 () {34 vars in 1018 bytes} [Tue May 26 02:48:44 2026] GET /v2.0/networks?tenant_id=a5ede13b2a6c4bc3aca5c051f7595657&shared=False => generated 2374 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2478] 199.204.45.222 () {34 vars in 930 bytes} [Tue May 26 02:48:44 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2479] 10.0.0.73 () {34 vars in 788 bytes} [Tue May 26 02:48:43 2026] PUT /v2.0/routers/870b96af-14d2-472c-b3ce-130b0a424220/remove_router_interface => generated 309 bytes in 1014 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:48:44.981 7 INFO neutron_taas.services.taas.taas_plugin [None req-7a7f572f-24d5-40ff-aabd-95bdf534f6c6 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] TaaS: Handle Delete Port: d64b3b64-40e0-43d4-a000-cf3329d0bcd3 2026-05-26 02:48:44.985 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a7f572f-24d5-40ff-aabd-95bdf534f6c6 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Tap Mirror: Handle Delete Port: d64b3b64-40e0-43d4-a000-cf3329d0bcd3 2026-05-26 02:48:45.229 8 INFO neutron.services.segments.plugin [-] Segment ce8152d6-9904-4606-829d-3d7bac184c01 resource provider aggregate not found 2026-05-26 02:48:45.235 8 INFO neutron.services.segments.plugin [-] Segment ce8152d6-9904-4606-829d-3d7bac184c01 resource provider aggregate not found 2026-05-26 02:48:45.243 7 INFO neutron_taas.services.taas.taas_plugin [None req-7a7f572f-24d5-40ff-aabd-95bdf534f6c6 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] TaaS: Handle Delete Port: 503efc66-ea44-4233-a25e-f37925aa750f 2026-05-26 02:48:45.246 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a7f572f-24d5-40ff-aabd-95bdf534f6c6 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Tap Mirror: Handle Delete Port: 503efc66-ea44-4233-a25e-f37925aa750f 2026-05-26 02:48:45.254 8 INFO neutron.services.segments.plugin [-] Segment ce8152d6-9904-4606-829d-3d7bac184c01 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce8152d6-9904-4606-829d-3d7bac184c01 found for delete ", "request_id": "req-87a89fd1-26a9-4f2e-919a-ddacd3d97a41"}]} 2026-05-26 02:48:45.264 8 INFO neutron.services.segments.plugin [-] Segment ce8152d6-9904-4606-829d-3d7bac184c01 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce8152d6-9904-4606-829d-3d7bac184c01 found for delete ", "request_id": "req-dfbc10b8-9c39-4c19-98ec-62c4f89c4778"}]} [pid: 8|app: 0|req: 1280/2480] 199.204.45.222 () {34 vars in 1080 bytes} [Tue May 26 02:48:45 2026] GET /v2.0/ports?tenant_id=a5ede13b2a6c4bc3aca5c051f7595657&device_id=d1145db0-68b9-4bd7-9d9e-f6a3f529bff4 => generated 1459 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 02:48:45.627 7 INFO neutron.db.l3_hamode_db [None req-7a7f572f-24d5-40ff-aabd-95bdf534f6c6 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] HA network c005bad3-da44-4e75-93a0-280b3dcc532a was deleted as no HA routers are present in tenant 8e3dcacf9b3f44deb70ca010d9806e1d. [pid: 7|app: 0|req: 1201/2481] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:48:44 2026] DELETE /v2.0/routers/870b96af-14d2-472c-b3ce-130b0a424220 => generated 0 bytes in 837 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 02:48:45.642 7 INFO neutron.services.segments.plugin [-] Segment 52f81cea-6c41-41ae-8433-7d9ca9f40f5a resource provider aggregate not found 2026-05-26 02:48:45.648 7 INFO neutron.services.segments.plugin [-] Segment 52f81cea-6c41-41ae-8433-7d9ca9f40f5a resource provider aggregate not found [pid: 8|app: 0|req: 1281/2482] 199.204.45.222 () {34 vars in 1056 bytes} [Tue May 26 02:48:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.22&port_id=6813cb5e-c5b4-4440-9bbd-bbab8680940d => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 02:48:45.666 7 INFO neutron.services.segments.plugin [-] Segment 52f81cea-6c41-41ae-8433-7d9ca9f40f5a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52f81cea-6c41-41ae-8433-7d9ca9f40f5a found for delete ", "request_id": "req-036becab-b14b-48cd-8883-678a5791e41d"}]} 2026-05-26 02:48:45.672 7 INFO neutron.services.segments.plugin [-] Segment 52f81cea-6c41-41ae-8433-7d9ca9f40f5a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52f81cea-6c41-41ae-8433-7d9ca9f40f5a found for delete ", "request_id": "req-39285ec1-2150-4683-83f0-faa1a32fd231"}]} [pid: 8|app: 0|req: 1282/2483] 199.204.45.222 () {34 vars in 1102 bytes} [Tue May 26 02:48:45 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A57&port_id=6813cb5e-c5b4-4440-9bbd-bbab8680940d => 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: 1283/2484] 199.204.45.222 () {34 vars in 1064 bytes} [Tue May 26 02:48:45 2026] GET /v2.0/subnets?id=749f59cf-aed9-4aa3-a653-3915d4588ac9&id=7b327cf5-4417-4c59-ad0f-8807abc2175c => generated 1409 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2485] 199.204.45.222 () {34 vars in 1052 bytes} [Tue May 26 02:48:45 2026] GET /v2.0/ports?network_id=ef993ddb-62bd-4883-bcb3-e513a2882387&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: 1285/2486] 199.204.45.222 () {34 vars in 1052 bytes} [Tue May 26 02:48:45 2026] GET /v2.0/ports?network_id=ef993ddb-62bd-4883-bcb3-e513a2882387&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: 1202/2487] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:48:45 2026] DELETE /v2.0/subnets/68dc4116-eb48-4fa7-97be-b2308da959e5 => 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: 1203/2488] 199.204.45.222 () {34 vars in 1012 bytes} [Tue May 26 02:48:45 2026] GET /v2.0/networks/ef993ddb-62bd-4883-bcb3-e513a2882387?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: 1204/2489] 199.204.45.222 () {34 vars in 1112 bytes} [Tue May 26 02:48:45 2026] GET /v2.0/networks/ef993ddb-62bd-4883-bcb3-e513a2882387?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-05-26 02:48:45.907 8 INFO neutron_taas.services.taas.taas_plugin [None req-c9550074-2cf6-43f7-a889-7f4ecbcb3085 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] TaaS: Handle Delete Port: 583993a9-88e0-4081-95c9-7bfedecfffbe 2026-05-26 02:48:45.911 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c9550074-2cf6-43f7-a889-7f4ecbcb3085 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Tap Mirror: Handle Delete Port: 583993a9-88e0-4081-95c9-7bfedecfffbe [pid: 8|app: 0|req: 1286/2490] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:48:45 2026] DELETE /v2.0/networks/88e35d8d-042c-4f45-9b1c-df531a59bdea => generated 0 bytes in 296 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2491] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:48:46 2026] GET /v2.0/security-groups?tenant_id=93040315ba05416187793781bf683e52&name=default => generated 2929 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2492] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:48:46 2026] DELETE /v2.0/security-groups/d728e9dc-581e-45a0-9147-f65f4f685577 => 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: 1206/2493] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:48:46 2026] GET /v2.0/security-groups?tenant_id=8e3dcacf9b3f44deb70ca010d9806e1d&name=default => generated 2929 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2494] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:48:46 2026] DELETE /v2.0/security-groups/13ad1752-6cc9-44d0-84f6-11dea3b05a80 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 02:48:47.271 8 INFO neutron.services.segments.plugin [-] Segment 67c73c8f-6697-4e2f-8916-ab7b2b8ddfdb resource provider aggregate not found 2026-05-26 02:48:47.290 8 INFO neutron.services.segments.plugin [-] Segment 67c73c8f-6697-4e2f-8916-ab7b2b8ddfdb resource provider aggregate not found 2026-05-26 02:48:47.304 8 INFO neutron.services.segments.plugin [-] Segment 67c73c8f-6697-4e2f-8916-ab7b2b8ddfdb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 67c73c8f-6697-4e2f-8916-ab7b2b8ddfdb found for delete ", "request_id": "req-81c25d6d-f2bf-46c3-a851-ff7dbf08ef96"}]} 2026-05-26 02:48:47.307 8 INFO neutron.services.segments.plugin [-] Segment 67c73c8f-6697-4e2f-8916-ab7b2b8ddfdb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 67c73c8f-6697-4e2f-8916-ab7b2b8ddfdb found for delete ", "request_id": "req-28249ad6-e45d-4cab-aa03-f88380eb3f61"}]} [pid: 7|app: 0|req: 1207/2495] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:48:48 2026] GET /v2.0/ports?device_id=d1145db0-68b9-4bd7-9d9e-f6a3f529bff4 => generated 1192 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2496] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:48:49 2026] GET /v2.0/security-groups?id=b09a208d-5794-4897-92f5-b673670b358f&fields=id&fields=name => generated 111 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:48:51.910 7 INFO neutron.db.segments_db [None req-98dc0935-3ec9-48d8-ae3b-76e366ed506e 504e198950f74ebaa6bd151ae67a1359 7a6e8c55f0ac41b9922c9b0328f05e31 - - default default] Added segment ee795564-9f4f-4368-9d1c-7b8197a5fac3 of type vxlan for network 2b1383e7-77e0-4e0f-96ab-a5d60cce4418 [pid: 7|app: 0|req: 1208/2499] 10.0.0.73 () {34 vars in 669 bytes} [Tue May 26 02:48:51 2026] POST /v2.0/networks => generated 613 bytes in 406 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 02:48:52.086 8 INFO neutron.db.segments_db [None req-40f743f3-405d-41b7-ba41-bec8fbc9e88e 504e198950f74ebaa6bd151ae67a1359 7a6e8c55f0ac41b9922c9b0328f05e31 - - default default] Added segment 8bcfcedd-ab82-4305-87a8-d6d777bbb5a0 of type vxlan for network 2b1ec518-2eec-4869-b736-0c7bf8fa350e [pid: 8|app: 0|req: 1292/2500] 10.0.0.73 () {34 vars in 669 bytes} [Tue May 26 02:48:52 2026] POST /v2.0/networks => generated 613 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 02:48:52.256 7 INFO neutron.db.segments_db [None req-3119b9ef-9c19-4098-93cd-5786f8251596 504e198950f74ebaa6bd151ae67a1359 7a6e8c55f0ac41b9922c9b0328f05e31 - - default default] Added segment fea40053-a008-40ad-ba0e-0a79aef61613 of type vxlan for network a4b9d4cc-cca3-44fa-b17d-8c6866c3cbc1 [pid: 7|app: 0|req: 1209/2501] 10.0.0.73 () {34 vars in 669 bytes} [Tue May 26 02:48:52 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) 2026-05-26 02:48:52.423 8 INFO neutron.db.segments_db [None req-ca981828-eabf-4fe5-abc3-9b3251ae639a 504e198950f74ebaa6bd151ae67a1359 7a6e8c55f0ac41b9922c9b0328f05e31 - - default default] Added segment 03cf1095-b0e5-4508-b123-20cb3eadc66f of type vxlan for network 5410621e-87f0-4c3a-81de-acc69d6a84c7 [pid: 8|app: 0|req: 1293/2502] 10.0.0.73 () {34 vars in 669 bytes} [Tue May 26 02:48:52 2026] POST /v2.0/networks => generated 613 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 02:48:52.583 7 INFO neutron.db.segments_db [None req-730a6448-08e1-4eca-8d62-a87a8804dc02 504e198950f74ebaa6bd151ae67a1359 7a6e8c55f0ac41b9922c9b0328f05e31 - - default default] Added segment a6bf5ccb-4a96-4899-9dc0-5342eeca4963 of type vxlan for network de6d4c31-623b-40c9-9494-d3e232c9db63 [pid: 7|app: 0|req: 1210/2503] 10.0.0.73 () {34 vars in 669 bytes} [Tue May 26 02:48:52 2026] POST /v2.0/networks => generated 612 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2504] 10.0.0.73 () {34 vars in 752 bytes} [Tue May 26 02:48:52 2026] PUT /v2.0/networks/2b1383e7-77e0-4e0f-96ab-a5d60cce4418/tags => generated 17 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2505] 10.0.0.73 () {34 vars in 752 bytes} [Tue May 26 02:48:52 2026] PUT /v2.0/networks/2b1ec518-2eec-4869-b736-0c7bf8fa350e/tags => generated 25 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2506] 10.0.0.73 () {34 vars in 752 bytes} [Tue May 26 02:48:52 2026] PUT /v2.0/networks/a4b9d4cc-cca3-44fa-b17d-8c6866c3cbc1/tags => generated 34 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2507] 10.0.0.73 () {34 vars in 752 bytes} [Tue May 26 02:48:52 2026] PUT /v2.0/networks/5410621e-87f0-4c3a-81de-acc69d6a84c7/tags => generated 19 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2508] 10.0.0.73 () {32 vars in 665 bytes} [Tue May 26 02:48:53 2026] GET /v2.0/networks?tags=red => generated 1857 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2509] 10.0.0.73 () {32 vars in 679 bytes} [Tue May 26 02:48:53 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1250 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2510] 10.0.0.73 () {32 vars in 675 bytes} [Tue May 26 02:48:53 2026] GET /v2.0/networks?tags-any=blue => generated 1250 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2511] 10.0.0.73 () {32 vars in 687 bytes} [Tue May 26 02:48:53 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1857 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2512] 10.0.0.73 () {32 vars in 673 bytes} [Tue May 26 02:48:53 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2513] 10.0.0.73 () {32 vars in 687 bytes} [Tue May 26 02:48:53 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2468 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2514] 10.0.0.73 () {32 vars in 683 bytes} [Tue May 26 02:48:53 2026] GET /v2.0/networks?not-tags-any=blue => generated 2468 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2515] 10.0.0.73 () {32 vars in 695 bytes} [Tue May 26 02:48:53 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 02:48:53.726 8 INFO neutron.services.segments.plugin [-] Segment ee795564-9f4f-4368-9d1c-7b8197a5fac3 resource provider aggregate not found 2026-05-26 02:48:53.732 8 INFO neutron.services.segments.plugin [-] Segment ee795564-9f4f-4368-9d1c-7b8197a5fac3 resource provider aggregate not found 2026-05-26 02:48:53.746 8 INFO neutron.services.segments.plugin [-] Segment ee795564-9f4f-4368-9d1c-7b8197a5fac3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee795564-9f4f-4368-9d1c-7b8197a5fac3 found for delete ", "request_id": "req-f1876ce9-85e7-4622-9920-d2e7e41feb29"}]} 2026-05-26 02:48:53.748 8 INFO neutron.services.segments.plugin [-] Segment ee795564-9f4f-4368-9d1c-7b8197a5fac3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee795564-9f4f-4368-9d1c-7b8197a5fac3 found for delete ", "request_id": "req-95e83dda-b0b3-4c37-8b12-e65641681350"}]} [pid: 8|app: 0|req: 1300/2516] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:48:53 2026] DELETE /v2.0/networks/2b1383e7-77e0-4e0f-96ab-a5d60cce4418 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:48:53.919 7 INFO neutron.services.segments.plugin [-] Segment 8bcfcedd-ab82-4305-87a8-d6d777bbb5a0 resource provider aggregate not found 2026-05-26 02:48:53.925 7 INFO neutron.services.segments.plugin [-] Segment 8bcfcedd-ab82-4305-87a8-d6d777bbb5a0 resource provider aggregate not found 2026-05-26 02:48:53.942 7 INFO neutron.services.segments.plugin [-] Segment 8bcfcedd-ab82-4305-87a8-d6d777bbb5a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8bcfcedd-ab82-4305-87a8-d6d777bbb5a0 found for delete ", "request_id": "req-03244f68-5f4a-45f7-9ea6-f20c4386c2a2"}]} 2026-05-26 02:48:53.945 7 INFO neutron.services.segments.plugin [-] Segment 8bcfcedd-ab82-4305-87a8-d6d777bbb5a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8bcfcedd-ab82-4305-87a8-d6d777bbb5a0 found for delete ", "request_id": "req-8c8ca9ee-31f4-4284-af80-1ee5e537d9c7"}]} [pid: 7|app: 0|req: 1217/2517] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:48:53 2026] DELETE /v2.0/networks/2b1ec518-2eec-4869-b736-0c7bf8fa350e => generated 0 bytes in 221 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2518] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:48:54 2026] DELETE /v2.0/networks/a4b9d4cc-cca3-44fa-b17d-8c6866c3cbc1 => generated 0 bytes in 231 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2519] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:48:54 2026] GET /v2.0/ports?device_id=d1145db0-68b9-4bd7-9d9e-f6a3f529bff4 => generated 1192 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2520] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:48:54 2026] GET /v2.0/security-groups?id=b09a208d-5794-4897-92f5-b673670b358f&fields=id&fields=name => generated 111 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2521] 10.0.0.73 () {32 vars in 817 bytes} [Tue May 26 02:48:54 2026] GET /v2.0/ports?network_id=ef993ddb-62bd-4883-bcb3-e513a2882387&mac_address=fa%3A16%3A3e%3Aa2%3A7e%3A95 => generated 1192 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2522] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:48:54 2026] DELETE /v2.0/networks/5410621e-87f0-4c3a-81de-acc69d6a84c7 => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2523] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:48:54 2026] DELETE /v2.0/networks/de6d4c31-623b-40c9-9494-d3e232c9db63 => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:48:55.534 7 INFO neutron.db.l3_db [None req-4f8fe8b7-5324-4355-b11b-e9b7b0f19a19 b46c8bd3b61f49aab8e1ff72814f7a8e a5ede13b2a6c4bc3aca5c051f7595657 - - default default] Floating IP c141fdc5-63ae-43d5-837e-20c811e0f432 associated. External IP: 10.96.250.214, port: 6813cb5e-c5b4-4440-9bbd-bbab8680940d. 2026-05-26 02:48:55.765 8 INFO neutron.services.segments.plugin [-] Segment fea40053-a008-40ad-ba0e-0a79aef61613 resource provider aggregate not found 2026-05-26 02:48:55.767 8 INFO neutron.services.segments.plugin [-] Segment fea40053-a008-40ad-ba0e-0a79aef61613 resource provider aggregate not found 2026-05-26 02:48:55.783 8 INFO neutron.services.segments.plugin [-] Segment fea40053-a008-40ad-ba0e-0a79aef61613 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fea40053-a008-40ad-ba0e-0a79aef61613 found for delete ", "request_id": "req-d4a2ed03-c15d-4f31-b395-189125a6c708"}]} 2026-05-26 02:48:55.787 8 INFO neutron.services.segments.plugin [-] Segment fea40053-a008-40ad-ba0e-0a79aef61613 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fea40053-a008-40ad-ba0e-0a79aef61613 found for delete ", "request_id": "req-c3dd921a-cb36-4ed8-a9f2-7dfcb45b6541"}]} 2026-05-26 02:48:55.802 8 INFO neutron.services.segments.plugin [-] Segment 03cf1095-b0e5-4508-b123-20cb3eadc66f resource provider aggregate not found 2026-05-26 02:48:55.802 8 INFO neutron.services.segments.plugin [-] Segment 03cf1095-b0e5-4508-b123-20cb3eadc66f resource provider aggregate not found 2026-05-26 02:48:55.820 8 INFO neutron.services.segments.plugin [-] Segment 03cf1095-b0e5-4508-b123-20cb3eadc66f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03cf1095-b0e5-4508-b123-20cb3eadc66f found for delete ", "request_id": "req-a1c755a5-956d-4f8a-9f2d-ca2da780aa87"}]} 2026-05-26 02:48:55.827 8 INFO neutron.services.segments.plugin [-] Segment 03cf1095-b0e5-4508-b123-20cb3eadc66f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03cf1095-b0e5-4508-b123-20cb3eadc66f found for delete ", "request_id": "req-b627cc38-2c92-4ef1-ad9f-cacafcd983ff"}]} 2026-05-26 02:48:55.845 8 INFO neutron.services.segments.plugin [-] Segment a6bf5ccb-4a96-4899-9dc0-5342eeca4963 resource provider aggregate not found 2026-05-26 02:48:55.851 8 INFO neutron.services.segments.plugin [-] Segment a6bf5ccb-4a96-4899-9dc0-5342eeca4963 resource provider aggregate not found 2026-05-26 02:48:55.870 8 INFO neutron.services.segments.plugin [-] Segment a6bf5ccb-4a96-4899-9dc0-5342eeca4963 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6bf5ccb-4a96-4899-9dc0-5342eeca4963 found for delete ", "request_id": "req-de7f4f6e-bf6a-4476-b236-2490cac68d01"}]} 2026-05-26 02:48:55.871 8 INFO neutron.services.segments.plugin [-] Segment a6bf5ccb-4a96-4899-9dc0-5342eeca4963 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6bf5ccb-4a96-4899-9dc0-5342eeca4963 found for delete ", "request_id": "req-a2e32b7c-5a1a-4dc8-bd06-41f9487b74a8"}]} [pid: 7|app: 0|req: 1221/2524] 10.0.0.73 () {34 vars in 676 bytes} [Tue May 26 02:48:54 2026] POST /v2.0/floatingips => generated 854 bytes in 1506 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2525] 10.0.0.4 () {34 vars in 1092 bytes} [Tue May 26 02:48:55 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-261296194&fields=id&tenant_id=a5ede13b2a6c4bc3aca5c051f7595657 => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2526] 10.0.0.4 () {34 vars in 980 bytes} [Tue May 26 02:48:56 2026] GET /v2.0/networks?id=6b70ae29-0a20-4640-bc7e-3913da8b80ba => generated 704 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2527] 10.0.0.4 () {34 vars in 963 bytes} [Tue May 26 02:48:56 2026] GET /v2.0/quotas/a5ede13b2a6c4bc3aca5c051f7595657 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:48:56.149 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-50e9f379-4916-4448-a031-ffec5bd8aaad'] response: {'name': 'network-changed', 'server_uuid': 'd1145db0-68b9-4bd7-9d9e-f6a3f529bff4', 'tag': '6813cb5e-c5b4-4440-9bbd-bbab8680940d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1225/2528] 10.0.0.4 () {34 vars in 1000 bytes} [Tue May 26 02:48:56 2026] GET /v2.0/ports?tenant_id=a5ede13b2a6c4bc3aca5c051f7595657&fields=id => generated 333 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2529] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:48:55 2026] GET /v2.0/security-groups?tenant_id=ddc7b1d2375f448f8d98bbede94b7cb5&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: 1226/2530] 10.0.0.4 () {34 vars in 1006 bytes} [Tue May 26 02:48:56 2026] GET /v2.0/networks/6b70ae29-0a20-4640-bc7e-3913da8b80ba?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: 1305/2531] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:48:56 2026] DELETE /v2.0/security-groups/58a98938-4ab7-4710-a554-fef981f67965 => 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: 1227/2532] 10.0.0.4 () {34 vars in 1106 bytes} [Tue May 26 02:48:56 2026] GET /v2.0/networks/6b70ae29-0a20-4640-bc7e-3913da8b80ba?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: 1228/2533] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:48:56 2026] GET /v2.0/ports?device_id=09bf3484-4340-497c-acba-2192389fbd05 => 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: 1306/2534] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:48:56 2026] GET /v2.0/security-groups?tenant_id=17a3bf06d87c4aefb5243be785a177f3&name=default => generated 2929 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2535] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:48:56 2026] DELETE /v2.0/security-groups/da0caa05-ce75-4575-a6a7-dcc42e50251e => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2536] 199.204.45.222 () {34 vars in 1080 bytes} [Tue May 26 02:48:56 2026] GET /v2.0/ports?tenant_id=a5ede13b2a6c4bc3aca5c051f7595657&device_id=d1145db0-68b9-4bd7-9d9e-f6a3f529bff4 => 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: 1230/2537] 199.204.45.222 () {34 vars in 986 bytes} [Tue May 26 02:48:56 2026] GET /v2.0/networks?id=ef993ddb-62bd-4883-bcb3-e513a2882387 => generated 800 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2538] 199.204.45.222 () {34 vars in 1056 bytes} [Tue May 26 02:48:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.22&port_id=6813cb5e-c5b4-4440-9bbd-bbab8680940d => generated 857 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2539] 199.204.45.222 () {34 vars in 1102 bytes} [Tue May 26 02:48:56 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A57&port_id=6813cb5e-c5b4-4440-9bbd-bbab8680940d => 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: 1309/2540] 199.204.45.222 () {34 vars in 1064 bytes} [Tue May 26 02:48:56 2026] GET /v2.0/subnets?id=749f59cf-aed9-4aa3-a653-3915d4588ac9&id=7b327cf5-4417-4c59-ad0f-8807abc2175c => generated 1409 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2541] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:48:56 2026] GET /v2.0/security-groups?tenant_id=7a6e8c55f0ac41b9922c9b0328f05e31&name=default => generated 2929 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2542] 199.204.45.222 () {34 vars in 1052 bytes} [Tue May 26 02:48:56 2026] GET /v2.0/ports?network_id=ef993ddb-62bd-4883-bcb3-e513a2882387&device_owner=network%3Adhcp => generated 1457 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2543] 199.204.45.222 () {34 vars in 1052 bytes} [Tue May 26 02:48:56 2026] GET /v2.0/ports?network_id=ef993ddb-62bd-4883-bcb3-e513a2882387&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: 1233/2544] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:48:56 2026] DELETE /v2.0/security-groups/242352c8-2ec7-4c65-af3a-cda7f228b2c2 => 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: 1312/2545] 199.204.45.222 () {34 vars in 1012 bytes} [Tue May 26 02:48:56 2026] GET /v2.0/networks/ef993ddb-62bd-4883-bcb3-e513a2882387?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: 1234/2546] 199.204.45.222 () {34 vars in 1112 bytes} [Tue May 26 02:48:57 2026] GET /v2.0/networks/ef993ddb-62bd-4883-bcb3-e513a2882387?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2547] 10.0.0.73 () {34 vars in 675 bytes} [Tue May 26 02:49:00 2026] POST /v2.0/floatingips => generated 552 bytes in 767 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2548] 10.0.0.73 () {34 vars in 758 bytes} [Tue May 26 02:49:01 2026] PUT /v2.0/floatingips/99fe49b6-f372-454c-8845-4dd08ee25b7a/tags => generated 25 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2549] 10.0.0.73 () {32 vars in 738 bytes} [Tue May 26 02:49:01 2026] GET /v2.0/floatingips/99fe49b6-f372-454c-8845-4dd08ee25b7a/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2550] 10.0.0.73 () {34 vars in 769 bytes} [Tue May 26 02:49:01 2026] PUT /v2.0/floatingips/99fe49b6-f372-454c-8845-4dd08ee25b7a/tags/green => generated 4 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2551] 10.0.0.73 () {32 vars in 738 bytes} [Tue May 26 02:49:01 2026] GET /v2.0/floatingips/99fe49b6-f372-454c-8845-4dd08ee25b7a/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2552] 10.0.0.73 () {34 vars in 765 bytes} [Tue May 26 02:49:01 2026] PUT /v2.0/floatingips/99fe49b6-f372-454c-8845-4dd08ee25b7a/tags/red => generated 4 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2553] 10.0.0.73 () {32 vars in 738 bytes} [Tue May 26 02:49:01 2026] GET /v2.0/floatingips/99fe49b6-f372-454c-8845-4dd08ee25b7a/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2554] 10.0.0.73 () {34 vars in 787 bytes} [Tue May 26 02:49:01 2026] PUT /v2.0/floatingips/99fe49b6-f372-454c-8845-4dd08ee25b7a/tags/black.or.white => generated 4 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2555] 10.0.0.73 () {32 vars in 738 bytes} [Tue May 26 02:49:01 2026] GET /v2.0/floatingips/99fe49b6-f372-454c-8845-4dd08ee25b7a/tags => generated 52 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2556] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:49:01 2026] GET /v2.0/ports?device_id=09bf3484-4340-497c-acba-2192389fbd05 => 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: 1239/2557] 10.0.0.73 () {34 vars in 758 bytes} [Tue May 26 02:49:01 2026] PUT /v2.0/floatingips/99fe49b6-f372-454c-8845-4dd08ee25b7a/tags => generated 37 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2558] 10.0.0.73 () {32 vars in 738 bytes} [Tue May 26 02:49:01 2026] GET /v2.0/floatingips/99fe49b6-f372-454c-8845-4dd08ee25b7a/tags => generated 37 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2559] 10.0.0.73 () {32 vars in 746 bytes} [Tue May 26 02:49:01 2026] GET /v2.0/floatingips/99fe49b6-f372-454c-8845-4dd08ee25b7a/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 02:49:01.750 8 INFO neutron.api.v2.resource [None req-c87b9a10-76cd-4ea0-bb5e-987f4a0ac360 a3b8e0021af8424ea2d2a1f26489dd15 51025d3220c14bda934d5f57a3f6baec - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1320/2560] 10.0.0.73 () {32 vars in 750 bytes} [Tue May 26 02:49:01 2026] GET /v2.0/floatingips/99fe49b6-f372-454c-8845-4dd08ee25b7a/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2561] 10.0.0.73 () {32 vars in 749 bytes} [Tue May 26 02:49:01 2026] DELETE /v2.0/floatingips/99fe49b6-f372-454c-8845-4dd08ee25b7a/tags/red => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2562] 10.0.0.73 () {32 vars in 738 bytes} [Tue May 26 02:49:01 2026] GET /v2.0/floatingips/99fe49b6-f372-454c-8845-4dd08ee25b7a/tags => generated 30 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 02:49:01.935 7 INFO neutron.api.v2.resource [None req-5c481645-12ce-4e23-825b-b38f329a18df a3b8e0021af8424ea2d2a1f26489dd15 51025d3220c14bda934d5f57a3f6baec - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1242/2563] 10.0.0.73 () {32 vars in 753 bytes} [Tue May 26 02:49:01 2026] DELETE /v2.0/floatingips/99fe49b6-f372-454c-8845-4dd08ee25b7a/tags/green => generated 99 bytes in 74 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2564] 199.204.45.222 () {34 vars in 986 bytes} [Tue May 26 02:49:01 2026] GET /v2.0/networks?id=6b70ae29-0a20-4640-bc7e-3913da8b80ba => generated 704 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2565] 199.204.45.222 () {34 vars in 1050 bytes} [Tue May 26 02:49:01 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=a5ede13b2a6c4bc3aca5c051f7595657 => generated 178 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2566] 10.0.0.73 () {32 vars in 741 bytes} [Tue May 26 02:49:01 2026] DELETE /v2.0/floatingips/99fe49b6-f372-454c-8845-4dd08ee25b7a/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: 1244/2567] 10.0.0.73 () {32 vars in 738 bytes} [Tue May 26 02:49:02 2026] GET /v2.0/floatingips/99fe49b6-f372-454c-8845-4dd08ee25b7a/tags => generated 12 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 02:49:02.172 7 INFO neutron_taas.services.taas.taas_plugin [None req-ec1b4539-ed31-442d-8b70-a877e80bcfd2 a3b8e0021af8424ea2d2a1f26489dd15 51025d3220c14bda934d5f57a3f6baec - - default default] TaaS: Handle Delete Port: b0b654d9-b0d3-4a0f-b74e-403d7d491ec7 2026-05-26 02:49:02.174 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ec1b4539-ed31-442d-8b70-a877e80bcfd2 a3b8e0021af8424ea2d2a1f26489dd15 51025d3220c14bda934d5f57a3f6baec - - default default] Tap Mirror: Handle Delete Port: b0b654d9-b0d3-4a0f-b74e-403d7d491ec7 [pid: 7|app: 0|req: 1245/2568] 10.0.0.73 () {32 vars in 731 bytes} [Tue May 26 02:49:02 2026] DELETE /v2.0/floatingips/99fe49b6-f372-454c-8845-4dd08ee25b7a => generated 0 bytes in 305 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2569] 10.0.0.228 () {34 vars in 990 bytes} [Tue May 26 02:49:02 2026] GET /v2.0/ports?device_id=d1145db0-68b9-4bd7-9d9e-f6a3f529bff4 => generated 1461 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2570] 10.0.0.228 () {34 vars in 1040 bytes} [Tue May 26 02:49:02 2026] GET /v2.0/security-groups?id=b09a208d-5794-4897-92f5-b673670b358f&fields=id&fields=name => generated 111 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2571] 199.204.45.222 () {38 vars in 955 bytes} [Tue May 26 02:49:01 2026] POST /v2.0/ports => generated 1187 bytes in 478 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2572] 199.204.45.222 () {38 vars in 1028 bytes} [Tue May 26 02:49:02 2026] PUT /v2.0/ports/d6cd157b-1b84-4541-95d0-15fb1b728d03 => generated 1468 bytes in 486 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 02:49:03.003 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d73bee57-9436-450d-b658-b435ccf69153'] response: {'name': 'network-changed', 'server_uuid': '09bf3484-4340-497c-acba-2192389fbd05', 'tag': 'd6cd157b-1b84-4541-95d0-15fb1b728d03', '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: 1325/2573] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:49:03 2026] GET /v2.0/security-groups?tenant_id=960d58b8373f4e9391c34fd082139310&name=default => generated 2929 bytes in 303 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: 1249/2574] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:49:03 2026] DELETE /v2.0/security-groups/85981c36-c72b-4c99-9492-e0866c33d727 => 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: 1326/2575] 199.204.45.222 () {34 vars in 1080 bytes} [Tue May 26 02:49:03 2026] GET /v2.0/ports?tenant_id=a5ede13b2a6c4bc3aca5c051f7595657&device_id=09bf3484-4340-497c-acba-2192389fbd05 => generated 1471 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2576] 199.204.45.222 () {34 vars in 1018 bytes} [Tue May 26 02:49:03 2026] GET /v2.0/networks?tenant_id=a5ede13b2a6c4bc3aca5c051f7595657&shared=False => generated 2374 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2577] 199.204.45.222 () {34 vars in 930 bytes} [Tue May 26 02:49:03 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2578] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:49:03 2026] GET /v2.0/security-groups?tenant_id=51025d3220c14bda934d5f57a3f6baec&name=default => generated 2929 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2579] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:49:03 2026] DELETE /v2.0/security-groups/6be59ed3-43f8-4fcb-a313-085eb97b2f29 => 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: 1251/2580] 199.204.45.222 () {34 vars in 1080 bytes} [Tue May 26 02:49:04 2026] GET /v2.0/ports?tenant_id=a5ede13b2a6c4bc3aca5c051f7595657&device_id=09bf3484-4340-497c-acba-2192389fbd05 => generated 1471 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2581] 199.204.45.222 () {34 vars in 1058 bytes} [Tue May 26 02:49:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.220&port_id=d6cd157b-1b84-4541-95d0-15fb1b728d03 => 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: 1252/2582] 199.204.45.222 () {34 vars in 1106 bytes} [Tue May 26 02:49:04 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A373&port_id=d6cd157b-1b84-4541-95d0-15fb1b728d03 => 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: 1331/2583] 199.204.45.222 () {34 vars in 1064 bytes} [Tue May 26 02:49:04 2026] GET /v2.0/subnets?id=0cc20955-04a9-412f-9e71-fd91ab55e5cd&id=4dd2f298-4ffe-4ddf-b49b-06367efe16d7 => generated 1414 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2584] 199.204.45.222 () {34 vars in 1052 bytes} [Tue May 26 02:49:04 2026] GET /v2.0/ports?network_id=6b70ae29-0a20-4640-bc7e-3913da8b80ba&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: 1332/2585] 199.204.45.222 () {34 vars in 1052 bytes} [Tue May 26 02:49:04 2026] GET /v2.0/ports?network_id=6b70ae29-0a20-4640-bc7e-3913da8b80ba&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: 1254/2586] 199.204.45.222 () {34 vars in 1012 bytes} [Tue May 26 02:49:04 2026] GET /v2.0/networks/6b70ae29-0a20-4640-bc7e-3913da8b80ba?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: 1333/2587] 199.204.45.222 () {34 vars in 1112 bytes} [Tue May 26 02:49:04 2026] GET /v2.0/networks/6b70ae29-0a20-4640-bc7e-3913da8b80ba?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: 1255/2588] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:49:06 2026] GET /v2.0/ports?device_id=09bf3484-4340-497c-acba-2192389fbd05 => generated 1202 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2589] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:49:06 2026] GET /v2.0/security-groups?id=b09a208d-5794-4897-92f5-b673670b358f&fields=id&fields=name => generated 111 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:49:07.424 7 INFO neutron.db.segments_db [None req-002cfb55-08d7-4db7-8b40-ec5d0b4dc610 406f7a20a6c948deb0f913f400d98a80 c300d7b0363d48dc9a47ac3b52177343 - - default default] Added segment ff82b4d1-0349-4e2c-9382-cfc14154d3cc of type vxlan for network d079e2ee-2ed9-405d-aaca-6de59c9b582b [pid: 7|app: 0|req: 1257/2592] 10.0.0.73 () {34 vars in 669 bytes} [Tue May 26 02:49:07 2026] POST /v2.0/networks => generated 612 bytes in 432 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2593] 10.0.0.73 () {34 vars in 752 bytes} [Tue May 26 02:49:07 2026] PUT /v2.0/networks/d079e2ee-2ed9-405d-aaca-6de59c9b582b/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: 1258/2594] 10.0.0.73 () {32 vars in 732 bytes} [Tue May 26 02:49:07 2026] GET /v2.0/networks/d079e2ee-2ed9-405d-aaca-6de59c9b582b/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2595] 10.0.0.73 () {34 vars in 763 bytes} [Tue May 26 02:49:07 2026] PUT /v2.0/networks/d079e2ee-2ed9-405d-aaca-6de59c9b582b/tags/green => generated 4 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2596] 10.0.0.73 () {32 vars in 732 bytes} [Tue May 26 02:49:07 2026] GET /v2.0/networks/d079e2ee-2ed9-405d-aaca-6de59c9b582b/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2597] 10.0.0.73 () {34 vars in 759 bytes} [Tue May 26 02:49:07 2026] PUT /v2.0/networks/d079e2ee-2ed9-405d-aaca-6de59c9b582b/tags/red => 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: 1260/2598] 10.0.0.73 () {32 vars in 732 bytes} [Tue May 26 02:49:07 2026] GET /v2.0/networks/d079e2ee-2ed9-405d-aaca-6de59c9b582b/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2599] 10.0.0.73 () {34 vars in 781 bytes} [Tue May 26 02:49:07 2026] PUT /v2.0/networks/d079e2ee-2ed9-405d-aaca-6de59c9b582b/tags/black.or.white => generated 4 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2600] 10.0.0.73 () {32 vars in 732 bytes} [Tue May 26 02:49:08 2026] GET /v2.0/networks/d079e2ee-2ed9-405d-aaca-6de59c9b582b/tags => generated 52 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2601] 10.0.0.73 () {34 vars in 752 bytes} [Tue May 26 02:49:08 2026] PUT /v2.0/networks/d079e2ee-2ed9-405d-aaca-6de59c9b582b/tags => generated 37 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2602] 10.0.0.73 () {32 vars in 732 bytes} [Tue May 26 02:49:08 2026] GET /v2.0/networks/d079e2ee-2ed9-405d-aaca-6de59c9b582b/tags => generated 37 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2603] 10.0.0.73 () {32 vars in 740 bytes} [Tue May 26 02:49:08 2026] GET /v2.0/networks/d079e2ee-2ed9-405d-aaca-6de59c9b582b/tags/red => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 02:49:08.262 7 INFO neutron.api.v2.resource [None req-09138d9e-2164-4468-8a8b-b1096fcb3a8f 406f7a20a6c948deb0f913f400d98a80 c300d7b0363d48dc9a47ac3b52177343 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1263/2604] 10.0.0.73 () {32 vars in 744 bytes} [Tue May 26 02:49:08 2026] GET /v2.0/networks/d079e2ee-2ed9-405d-aaca-6de59c9b582b/tags/green => generated 99 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2605] 10.0.0.73 () {32 vars in 743 bytes} [Tue May 26 02:49:08 2026] DELETE /v2.0/networks/d079e2ee-2ed9-405d-aaca-6de59c9b582b/tags/red => 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: 1264/2606] 10.0.0.73 () {32 vars in 732 bytes} [Tue May 26 02:49:08 2026] GET /v2.0/networks/d079e2ee-2ed9-405d-aaca-6de59c9b582b/tags => generated 30 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 02:49:08.435 8 INFO neutron.api.v2.resource [None req-eef36683-63f9-4d0a-8e5c-992c74987827 406f7a20a6c948deb0f913f400d98a80 c300d7b0363d48dc9a47ac3b52177343 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1343/2607] 10.0.0.73 () {32 vars in 747 bytes} [Tue May 26 02:49:08 2026] DELETE /v2.0/networks/d079e2ee-2ed9-405d-aaca-6de59c9b582b/tags/green => generated 99 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2608] 10.0.0.73 () {32 vars in 735 bytes} [Tue May 26 02:49:08 2026] DELETE /v2.0/networks/d079e2ee-2ed9-405d-aaca-6de59c9b582b/tags => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2609] 10.0.0.73 () {32 vars in 732 bytes} [Tue May 26 02:49:08 2026] GET /v2.0/networks/d079e2ee-2ed9-405d-aaca-6de59c9b582b/tags => generated 12 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 02:49:08.757 7 INFO neutron.services.segments.plugin [-] Segment ff82b4d1-0349-4e2c-9382-cfc14154d3cc resource provider aggregate not found 2026-05-26 02:49:08.762 7 INFO neutron.services.segments.plugin [-] Segment ff82b4d1-0349-4e2c-9382-cfc14154d3cc resource provider aggregate not found 2026-05-26 02:49:08.776 7 INFO neutron.services.segments.plugin [-] Segment ff82b4d1-0349-4e2c-9382-cfc14154d3cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff82b4d1-0349-4e2c-9382-cfc14154d3cc found for delete ", "request_id": "req-76bdbcbe-5a93-4e75-bb84-4fface405574"}]} [pid: 7|app: 0|req: 1266/2610] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:49:08 2026] DELETE /v2.0/networks/d079e2ee-2ed9-405d-aaca-6de59c9b582b => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:49:08.789 7 INFO neutron.services.segments.plugin [-] Segment ff82b4d1-0349-4e2c-9382-cfc14154d3cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff82b4d1-0349-4e2c-9382-cfc14154d3cc found for delete ", "request_id": "req-2aaff5ed-a8e6-42e2-b868-d04ccc82de10"}]} [pid: 8|app: 0|req: 1345/2611] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:49:09 2026] GET /v2.0/security-groups?tenant_id=ccb165d2e8b5436bb845a1d7c88cc28a&name=default => generated 2929 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2612] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:49:09 2026] DELETE /v2.0/security-groups/114ef4c6-787b-47fd-99a2-e4558a8915f0 => 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: 1346/2613] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:49:09 2026] GET /v2.0/security-groups?tenant_id=c300d7b0363d48dc9a47ac3b52177343&name=default => generated 2929 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2614] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:49:10 2026] DELETE /v2.0/security-groups/96c661fd-4f56-4fc5-b7cf-c239152d20bd => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2615] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:49:11 2026] GET /v2.0/ports?device_id=09bf3484-4340-497c-acba-2192389fbd05 => generated 1204 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2616] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:49:11 2026] GET /v2.0/security-groups?id=b09a208d-5794-4897-92f5-b673670b358f&fields=id&fields=name => generated 111 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2617] 10.0.0.73 () {32 vars in 817 bytes} [Tue May 26 02:49:12 2026] GET /v2.0/ports?network_id=6b70ae29-0a20-4640-bc7e-3913da8b80ba&mac_address=fa%3A16%3A3e%3Afd%3A91%3A03 => generated 1204 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 02:49:12.868 7 INFO neutron.db.l3_db [None req-a842ec5d-b7ad-45f1-8772-c35be5284e1e b46c8bd3b61f49aab8e1ff72814f7a8e a5ede13b2a6c4bc3aca5c051f7595657 - - default default] Floating IP a0860686-6681-415c-adc8-d1111ada4a98 associated. External IP: 10.96.250.205, port: d6cd157b-1b84-4541-95d0-15fb1b728d03. [pid: 7|app: 0|req: 1270/2618] 10.0.0.73 () {34 vars in 676 bytes} [Tue May 26 02:49:12 2026] POST /v2.0/floatingips => generated 855 bytes in 1151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-26 02:49:13.324 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-06902359-3663-48c3-8ea3-e104d8c7f231'] response: {'name': 'network-changed', 'server_uuid': '09bf3484-4340-497c-acba-2192389fbd05', 'tag': 'd6cd157b-1b84-4541-95d0-15fb1b728d03', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1271/2619] 199.204.45.222 () {34 vars in 1080 bytes} [Tue May 26 02:49:13 2026] GET /v2.0/ports?tenant_id=a5ede13b2a6c4bc3aca5c051f7595657&device_id=09bf3484-4340-497c-acba-2192389fbd05 => generated 1473 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2620] 199.204.45.222 () {34 vars in 986 bytes} [Tue May 26 02:49:13 2026] GET /v2.0/networks?id=6b70ae29-0a20-4640-bc7e-3913da8b80ba => generated 800 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2621] 199.204.45.222 () {34 vars in 1058 bytes} [Tue May 26 02:49:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.220&port_id=d6cd157b-1b84-4541-95d0-15fb1b728d03 => generated 858 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2622] 199.204.45.222 () {34 vars in 1106 bytes} [Tue May 26 02:49:13 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A373&port_id=d6cd157b-1b84-4541-95d0-15fb1b728d03 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 02:49:14.061 8 INFO neutron.db.segments_db [None req-8417243c-ab0b-4749-9c6e-42cd9a4efef6 d5085b1c653143b7b127a047b589cfd7 9e03e689b73542048400c750b5a8530f - - default default] Added segment 869f7371-518b-4c2f-8a1f-ebbd3db4175b of type vxlan for network 57caaf03-0e3f-4350-b33a-7255aee9443f [pid: 7|app: 0|req: 1275/2623] 199.204.45.222 () {34 vars in 1064 bytes} [Tue May 26 02:49:14 2026] GET /v2.0/subnets?id=0cc20955-04a9-412f-9e71-fd91ab55e5cd&id=4dd2f298-4ffe-4ddf-b49b-06367efe16d7 => generated 1414 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2624] 199.204.45.222 () {34 vars in 1052 bytes} [Tue May 26 02:49:14 2026] GET /v2.0/ports?network_id=6b70ae29-0a20-4640-bc7e-3913da8b80ba&device_owner=network%3Adhcp => generated 1461 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2625] 10.0.0.73 () {34 vars in 669 bytes} [Tue May 26 02:49:13 2026] POST /v2.0/networks => generated 613 bytes in 548 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2626] 199.204.45.222 () {34 vars in 1052 bytes} [Tue May 26 02:49:14 2026] GET /v2.0/ports?network_id=6b70ae29-0a20-4640-bc7e-3913da8b80ba&device_owner=network%3Adhcp => generated 1461 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2627] 199.204.45.222 () {34 vars in 1012 bytes} [Tue May 26 02:49:14 2026] GET /v2.0/networks/6b70ae29-0a20-4640-bc7e-3913da8b80ba?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2628] 199.204.45.222 () {34 vars in 1112 bytes} [Tue May 26 02:49:14 2026] GET /v2.0/networks/6b70ae29-0a20-4640-bc7e-3913da8b80ba?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2629] 10.0.0.73 () {34 vars in 663 bytes} [Tue May 26 02:49:14 2026] POST /v2.0/ports => generated 743 bytes in 394 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2630] 10.0.0.73 () {34 vars in 746 bytes} [Tue May 26 02:49:14 2026] PUT /v2.0/ports/240ab9b5-7a5e-4873-bf7b-864a776c2c1a/tags => generated 25 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1351/2631] 10.0.0.73 () {32 vars in 726 bytes} [Tue May 26 02:49:14 2026] GET /v2.0/ports/240ab9b5-7a5e-4873-bf7b-864a776c2c1a/tags => generated 25 bytes in 90 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: 1281/2632] 10.0.0.73 () {34 vars in 757 bytes} [Tue May 26 02:49:14 2026] PUT /v2.0/ports/240ab9b5-7a5e-4873-bf7b-864a776c2c1a/tags/green => generated 4 bytes in 112 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: 1352/2633] 10.0.0.73 () {32 vars in 726 bytes} [Tue May 26 02:49:14 2026] GET /v2.0/ports/240ab9b5-7a5e-4873-bf7b-864a776c2c1a/tags => generated 34 bytes in 92 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: 1282/2634] 10.0.0.73 () {34 vars in 753 bytes} [Tue May 26 02:49:14 2026] PUT /v2.0/ports/240ab9b5-7a5e-4873-bf7b-864a776c2c1a/tags/red => generated 4 bytes in 108 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: 1353/2635] 10.0.0.73 () {32 vars in 726 bytes} [Tue May 26 02:49:15 2026] GET /v2.0/ports/240ab9b5-7a5e-4873-bf7b-864a776c2c1a/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1283/2636] 10.0.0.73 () {34 vars in 775 bytes} [Tue May 26 02:49:15 2026] PUT /v2.0/ports/240ab9b5-7a5e-4873-bf7b-864a776c2c1a/tags/black.or.white => generated 4 bytes in 102 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: 1354/2637] 10.0.0.73 () {32 vars in 726 bytes} [Tue May 26 02:49:15 2026] GET /v2.0/ports/240ab9b5-7a5e-4873-bf7b-864a776c2c1a/tags => generated 52 bytes in 64 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: 1284/2638] 10.0.0.73 () {34 vars in 746 bytes} [Tue May 26 02:49:15 2026] PUT /v2.0/ports/240ab9b5-7a5e-4873-bf7b-864a776c2c1a/tags => generated 37 bytes in 80 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: 1355/2639] 10.0.0.73 () {32 vars in 726 bytes} [Tue May 26 02:49:15 2026] GET /v2.0/ports/240ab9b5-7a5e-4873-bf7b-864a776c2c1a/tags => generated 37 bytes in 69 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: 1285/2640] 10.0.0.73 () {32 vars in 734 bytes} [Tue May 26 02:49:15 2026] GET /v2.0/ports/240ab9b5-7a5e-4873-bf7b-864a776c2c1a/tags/red => generated 0 bytes in 67 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-05-26 02:49:15.624 8 INFO neutron.api.v2.resource [None req-37ba163b-4ba5-4d88-88fd-00c4ac7d0ff2 d5085b1c653143b7b127a047b589cfd7 9e03e689b73542048400c750b5a8530f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1356/2641] 10.0.0.73 () {32 vars in 738 bytes} [Tue May 26 02:49:15 2026] GET /v2.0/ports/240ab9b5-7a5e-4873-bf7b-864a776c2c1a/tags/green => generated 99 bytes in 69 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: 1286/2642] 10.0.0.73 () {32 vars in 737 bytes} [Tue May 26 02:49:15 2026] DELETE /v2.0/ports/240ab9b5-7a5e-4873-bf7b-864a776c2c1a/tags/red => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1357/2643] 10.0.0.73 () {32 vars in 726 bytes} [Tue May 26 02:49:15 2026] GET /v2.0/ports/240ab9b5-7a5e-4873-bf7b-864a776c2c1a/tags => generated 30 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 02:49:15.858 7 INFO neutron.api.v2.resource [None req-3914718a-9c5b-46ab-9737-3903892e1df7 d5085b1c653143b7b127a047b589cfd7 9e03e689b73542048400c750b5a8530f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1287/2644] 10.0.0.73 () {32 vars in 741 bytes} [Tue May 26 02:49:15 2026] DELETE /v2.0/ports/240ab9b5-7a5e-4873-bf7b-864a776c2c1a/tags/green => generated 99 bytes in 72 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: 1358/2645] 10.0.0.73 () {32 vars in 729 bytes} [Tue May 26 02:49:15 2026] DELETE /v2.0/ports/240ab9b5-7a5e-4873-bf7b-864a776c2c1a/tags => generated 0 bytes in 83 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: 1288/2646] 10.0.0.73 () {32 vars in 726 bytes} [Tue May 26 02:49:15 2026] GET /v2.0/ports/240ab9b5-7a5e-4873-bf7b-864a776c2c1a/tags => generated 12 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 02:49:16.141 8 INFO neutron_taas.services.taas.taas_plugin [None req-ad9abef1-a5de-4163-b3e2-732dd74cae98 d5085b1c653143b7b127a047b589cfd7 9e03e689b73542048400c750b5a8530f - - default default] TaaS: Handle Delete Port: 240ab9b5-7a5e-4873-bf7b-864a776c2c1a 2026-05-26 02:49:16.144 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ad9abef1-a5de-4163-b3e2-732dd74cae98 d5085b1c653143b7b127a047b589cfd7 9e03e689b73542048400c750b5a8530f - - default default] Tap Mirror: Handle Delete Port: 240ab9b5-7a5e-4873-bf7b-864a776c2c1a [pid: 8|app: 0|req: 1359/2647] 10.0.0.73 () {32 vars in 719 bytes} [Tue May 26 02:49:16 2026] DELETE /v2.0/ports/240ab9b5-7a5e-4873-bf7b-864a776c2c1a => generated 0 bytes in 210 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-05-26 02:49:16.369 7 INFO neutron.services.segments.plugin [-] Segment 869f7371-518b-4c2f-8a1f-ebbd3db4175b resource provider aggregate not found 2026-05-26 02:49:16.375 7 INFO neutron.services.segments.plugin [-] Segment 869f7371-518b-4c2f-8a1f-ebbd3db4175b resource provider aggregate not found 2026-05-26 02:49:16.396 7 INFO neutron.services.segments.plugin [-] Segment 869f7371-518b-4c2f-8a1f-ebbd3db4175b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 869f7371-518b-4c2f-8a1f-ebbd3db4175b found for delete ", "request_id": "req-0ac608ee-6459-4e82-918f-dbcd420dc6e4"}]} 2026-05-26 02:49:16.398 7 INFO neutron.services.segments.plugin [-] Segment 869f7371-518b-4c2f-8a1f-ebbd3db4175b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 869f7371-518b-4c2f-8a1f-ebbd3db4175b found for delete ", "request_id": "req-b8b15a1e-54fb-42ab-a3ba-483b4a93cf8a"}]} [pid: 7|app: 0|req: 1289/2648] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:49:16 2026] DELETE /v2.0/networks/57caaf03-0e3f-4350-b33a-7255aee9443f => 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: 1360/2649] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:49:17 2026] GET /v2.0/security-groups?tenant_id=9e03e689b73542048400c750b5a8530f&name=default => generated 2929 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2650] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:49:17 2026] DELETE /v2.0/security-groups/a18a57a3-878f-4142-891d-6b24ed528434 => 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: 1361/2651] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:49:17 2026] GET /v2.0/security-groups?tenant_id=17927715a76341ad909770822e2962c1&name=default => generated 2929 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2652] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:49:17 2026] DELETE /v2.0/security-groups/46c2f3b2-9515-44ac-814e-044d2a977550 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2653] 10.0.0.228 () {34 vars in 990 bytes} [Tue May 26 02:49:19 2026] GET /v2.0/ports?device_id=09bf3484-4340-497c-acba-2192389fbd05 => generated 1473 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2654] 10.0.0.228 () {34 vars in 1040 bytes} [Tue May 26 02:49:19 2026] GET /v2.0/security-groups?id=b09a208d-5794-4897-92f5-b673670b358f&fields=id&fields=name => generated 111 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:49:21.151 8 INFO neutron.db.segments_db [None req-675b3441-7871-4cbe-8ec5-1e03414fe7b7 d6fabcf84aa841499025bc58fc63ae48 a3daf2594f96495d9fadc3860b170e3c - - default default] Added segment 45d2cb89-f84f-406f-93c7-6592cd0ccd8a of type vxlan for network e816c1b5-74d4-47f2-810d-a45d39b996ff [pid: 8|app: 0|req: 1363/2655] 10.0.0.73 () {34 vars in 669 bytes} [Tue May 26 02:49:20 2026] POST /v2.0/networks => generated 613 bytes in 407 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2656] 10.0.0.73 () {34 vars in 668 bytes} [Tue May 26 02:49:21 2026] POST /v2.0/subnets => generated 626 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2657] 10.0.0.73 () {34 vars in 750 bytes} [Tue May 26 02:49:21 2026] PUT /v2.0/subnets/05f996ae-2262-49b3-9021-95399d3e8560/tags => generated 25 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2658] 10.0.0.73 () {32 vars in 730 bytes} [Tue May 26 02:49:21 2026] GET /v2.0/subnets/05f996ae-2262-49b3-9021-95399d3e8560/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2659] 10.0.0.73 () {34 vars in 761 bytes} [Tue May 26 02:49:21 2026] PUT /v2.0/subnets/05f996ae-2262-49b3-9021-95399d3e8560/tags/green => generated 4 bytes in 80 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2660] 10.0.0.73 () {32 vars in 730 bytes} [Tue May 26 02:49:21 2026] GET /v2.0/subnets/05f996ae-2262-49b3-9021-95399d3e8560/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2661] 10.0.0.73 () {34 vars in 757 bytes} [Tue May 26 02:49:21 2026] PUT /v2.0/subnets/05f996ae-2262-49b3-9021-95399d3e8560/tags/red => generated 4 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2662] 10.0.0.73 () {32 vars in 730 bytes} [Tue May 26 02:49:21 2026] GET /v2.0/subnets/05f996ae-2262-49b3-9021-95399d3e8560/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2663] 10.0.0.73 () {34 vars in 779 bytes} [Tue May 26 02:49:21 2026] PUT /v2.0/subnets/05f996ae-2262-49b3-9021-95399d3e8560/tags/black.or.white => generated 4 bytes in 80 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2666] 10.0.0.73 () {32 vars in 730 bytes} [Tue May 26 02:49:21 2026] GET /v2.0/subnets/05f996ae-2262-49b3-9021-95399d3e8560/tags => generated 52 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2667] 10.0.0.73 () {34 vars in 750 bytes} [Tue May 26 02:49:22 2026] PUT /v2.0/subnets/05f996ae-2262-49b3-9021-95399d3e8560/tags => generated 37 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2668] 10.0.0.73 () {32 vars in 730 bytes} [Tue May 26 02:49:22 2026] GET /v2.0/subnets/05f996ae-2262-49b3-9021-95399d3e8560/tags => generated 37 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2669] 10.0.0.73 () {32 vars in 738 bytes} [Tue May 26 02:49:22 2026] GET /v2.0/subnets/05f996ae-2262-49b3-9021-95399d3e8560/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 02:49:22.238 7 INFO neutron.api.v2.resource [None req-1ed61d23-b28e-4b9e-9ab4-dac7b89cd817 d6fabcf84aa841499025bc58fc63ae48 a3daf2594f96495d9fadc3860b170e3c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1299/2670] 10.0.0.73 () {32 vars in 742 bytes} [Tue May 26 02:49:22 2026] GET /v2.0/subnets/05f996ae-2262-49b3-9021-95399d3e8560/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2671] 10.0.0.73 () {32 vars in 741 bytes} [Tue May 26 02:49:22 2026] DELETE /v2.0/subnets/05f996ae-2262-49b3-9021-95399d3e8560/tags/red => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2672] 10.0.0.73 () {32 vars in 730 bytes} [Tue May 26 02:49:22 2026] GET /v2.0/subnets/05f996ae-2262-49b3-9021-95399d3e8560/tags => generated 30 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 02:49:22.403 8 INFO neutron.api.v2.resource [None req-fb3febdd-9d86-41ab-8c44-7a68c8ffaac1 d6fabcf84aa841499025bc58fc63ae48 a3daf2594f96495d9fadc3860b170e3c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1373/2673] 10.0.0.73 () {32 vars in 745 bytes} [Tue May 26 02:49:22 2026] DELETE /v2.0/subnets/05f996ae-2262-49b3-9021-95399d3e8560/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2674] 10.0.0.73 () {32 vars in 733 bytes} [Tue May 26 02:49:22 2026] DELETE /v2.0/subnets/05f996ae-2262-49b3-9021-95399d3e8560/tags => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2675] 10.0.0.73 () {32 vars in 730 bytes} [Tue May 26 02:49:22 2026] GET /v2.0/subnets/05f996ae-2262-49b3-9021-95399d3e8560/tags => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2676] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:49:22 2026] DELETE /v2.0/subnets/05f996ae-2262-49b3-9021-95399d3e8560 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:49:22.826 8 INFO neutron_taas.services.taas.taas_plugin [None req-b363e2c4-37cf-46d8-9b5d-b81cab665dd7 d6fabcf84aa841499025bc58fc63ae48 a3daf2594f96495d9fadc3860b170e3c - - default default] TaaS: Handle Delete Port: abfd2817-2c2e-4d8c-b7ea-dba24cc26360 2026-05-26 02:49:22.829 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b363e2c4-37cf-46d8-9b5d-b81cab665dd7 d6fabcf84aa841499025bc58fc63ae48 a3daf2594f96495d9fadc3860b170e3c - - default default] Tap Mirror: Handle Delete Port: abfd2817-2c2e-4d8c-b7ea-dba24cc26360 2026-05-26 02:49:22.983 8 INFO neutron.services.segments.plugin [-] Segment 45d2cb89-f84f-406f-93c7-6592cd0ccd8a resource provider aggregate not found 2026-05-26 02:49:22.989 8 INFO neutron.services.segments.plugin [-] Segment 45d2cb89-f84f-406f-93c7-6592cd0ccd8a resource provider aggregate not found 2026-05-26 02:49:22.998 8 INFO neutron.services.segments.plugin [-] Segment 45d2cb89-f84f-406f-93c7-6592cd0ccd8a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 45d2cb89-f84f-406f-93c7-6592cd0ccd8a found for delete ", "request_id": "req-7e8d9301-4734-4fba-8d6a-a864598188fa"}]} 2026-05-26 02:49:23.010 8 INFO neutron.services.segments.plugin [-] Segment 45d2cb89-f84f-406f-93c7-6592cd0ccd8a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 45d2cb89-f84f-406f-93c7-6592cd0ccd8a found for delete ", "request_id": "req-b22d36cc-17af-40ed-a761-62d4991ba4ac"}]} [pid: 8|app: 0|req: 1375/2677] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:49:22 2026] DELETE /v2.0/networks/e816c1b5-74d4-47f2-810d-a45d39b996ff => generated 0 bytes in 296 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2678] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:49:23 2026] GET /v2.0/security-groups?tenant_id=3ee042c687d34723b9c3f862ed1da38d&name=default => generated 2929 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2679] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:49:23 2026] DELETE /v2.0/security-groups/29781645-4429-4d1b-bd9b-4ad2a295f856 => 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: 1304/2680] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:49:24 2026] GET /v2.0/security-groups?tenant_id=a3daf2594f96495d9fadc3860b170e3c&name=default => generated 2929 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2681] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:49:24 2026] DELETE /v2.0/security-groups/7ea559ec-8f66-49a1-822b-524f4be9cf4d => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2682] 10.0.0.73 () {32 vars in 720 bytes} [Tue May 26 02:49:31 2026] GET /v2.0/subnets/42704ae3-8d73-4c9e-8555-8995caa0521d => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2683] 10.0.0.221 () {30 vars in 690 bytes} [Tue May 26 02:49:32 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2684] 10.0.0.221 () {30 vars in 692 bytes} [Tue May 26 02:49:32 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: 1379/2685] 10.0.0.221 () {30 vars in 668 bytes} [Tue May 26 02:49:32 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: 1307/2686] 10.0.0.221 () {30 vars in 704 bytes} [Tue May 26 02:49:32 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: 1380/2687] 10.0.0.221 () {28 vars in 439 bytes} [Tue May 26 02:49:33 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: 1308/2688] 10.0.0.221 () {30 vars in 728 bytes} [Tue May 26 02:49:33 2026] GET /v2.0/subnets/42704ae3-8d73-4c9e-8555-8995caa0521d => generated 657 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2689] 10.0.0.221 () {30 vars in 690 bytes} [Tue May 26 02:49:33 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2690] 10.0.0.221 () {30 vars in 692 bytes} [Tue May 26 02:49:33 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: 1382/2691] 10.0.0.221 () {30 vars in 668 bytes} [Tue May 26 02:49:33 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: 1310/2692] 10.0.0.221 () {30 vars in 704 bytes} [Tue May 26 02:49:33 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: 1383/2693] 10.0.0.221 () {30 vars in 728 bytes} [Tue May 26 02:49:33 2026] GET /v2.0/subnets/42704ae3-8d73-4c9e-8555-8995caa0521d => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2694] 10.0.0.221 () {30 vars in 690 bytes} [Tue May 26 02:49:33 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: 1384/2695] 10.0.0.221 () {30 vars in 692 bytes} [Tue May 26 02:49:33 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: 1312/2696] 10.0.0.221 () {30 vars in 668 bytes} [Tue May 26 02:49:33 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2697] 10.0.0.221 () {30 vars in 704 bytes} [Tue May 26 02:49:33 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: 1313/2698] 10.0.0.221 () {30 vars in 730 bytes} [Tue May 26 02:49:33 2026] GET /v2.0/networks/6b730c3f-13df-4064-af85-2ae782f9b909 => generated 799 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2699] 10.0.0.221 () {30 vars in 682 bytes} [Tue May 26 02:49:33 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2700] 10.0.0.221 () {34 vars in 704 bytes} [Tue May 26 02:49:33 2026] POST /v2.0/ports => generated 1132 bytes in 384 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2703] 199.204.45.222 () {30 vars in 703 bytes} [Tue May 26 02:49:37 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1316/2704] 199.204.45.222 () {30 vars in 705 bytes} [Tue May 26 02:49:37 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: 1389/2705] 199.204.45.222 () {30 vars in 681 bytes} [Tue May 26 02:49:37 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: 1317/2706] 199.204.45.222 () {30 vars in 717 bytes} [Tue May 26 02:49:37 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2707] 199.204.45.222 () {30 vars in 737 bytes} [Tue May 26 02:49:37 2026] GET /v2.0/ports/ecc9ab9e-d9b3-45b2-a964-cf725bd21cc6 => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2708] 199.204.45.222 () {30 vars in 703 bytes} [Tue May 26 02:49:37 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2709] 199.204.45.222 () {30 vars in 705 bytes} [Tue May 26 02:49:37 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2710] 199.204.45.222 () {30 vars in 681 bytes} [Tue May 26 02:49:37 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2711] 199.204.45.222 () {30 vars in 717 bytes} [Tue May 26 02:49:37 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:49:37.465 7 INFO neutron.api.v2.resource [None req-c3072c5a-a69f-4e0d-bf16-d287f3690e23 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1320/2712] 199.204.45.222 () {30 vars in 763 bytes} [Tue May 26 02:49:37 2026] GET /v2.0/security-groups/lb-e7e8c7c7-6db8-42f8-9850-fa1143f2c506 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2713] 199.204.45.222 () {30 vars in 785 bytes} [Tue May 26 02:49:37 2026] GET /v2.0/security-groups?name=lb-e7e8c7c7-6db8-42f8-9850-fa1143f2c506 => generated 23 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2714] 199.204.45.222 () {34 vars in 736 bytes} [Tue May 26 02:49:37 2026] POST /v2.0/security-groups => generated 1638 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2715] 199.204.45.222 () {30 vars in 815 bytes} [Tue May 26 02:49:37 2026] GET /v2.0/security-group-rules?security_group_id=887ede5a-59ce-41ce-9d97-abd8350356fd => generated 1182 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2716] 199.204.45.222 () {34 vars in 789 bytes} [Tue May 26 02:49:37 2026] PUT /v2.0/ports/ecc9ab9e-d9b3-45b2-a964-cf725bd21cc6 => generated 1132 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2717] 199.204.45.222 () {30 vars in 703 bytes} [Tue May 26 02:49:37 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1323/2718] 199.204.45.222 () {30 vars in 705 bytes} [Tue May 26 02:49:37 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: 1396/2719] 199.204.45.222 () {30 vars in 681 bytes} [Tue May 26 02:49:38 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: 1324/2720] 199.204.45.222 () {30 vars in 717 bytes} [Tue May 26 02:49:38 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: 1397/2721] 199.204.45.222 () {30 vars in 741 bytes} [Tue May 26 02:49:38 2026] GET /v2.0/subnets/42704ae3-8d73-4c9e-8555-8995caa0521d => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2722] 10.0.0.4 () {34 vars in 1014 bytes} [Tue May 26 02:49:45 2026] GET /v2.0/security-groups?id=93eddc1e-81ce-4a98-9724-e414ad7c1ea7&fields=id => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2723] 10.0.0.4 () {34 vars in 980 bytes} [Tue May 26 02:49:45 2026] GET /v2.0/networks?id=c74d46c7-f903-4365-a189-b8bd8a66a23e => generated 735 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2724] 10.0.0.4 () {34 vars in 963 bytes} [Tue May 26 02:49:45 2026] GET /v2.0/quotas/1b7a56aaee1a4eceacc2f0e9799acce6 => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2725] 10.0.0.4 () {34 vars in 1000 bytes} [Tue May 26 02:49:45 2026] GET /v2.0/ports?tenant_id=1b7a56aaee1a4eceacc2f0e9799acce6&fields=id => generated 149 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2726] 10.0.0.4 () {34 vars in 1006 bytes} [Tue May 26 02:49:45 2026] GET /v2.0/networks/c74d46c7-f903-4365-a189-b8bd8a66a23e?fields=segments => generated 14 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2727] 10.0.0.4 () {34 vars in 1106 bytes} [Tue May 26 02:49:45 2026] GET /v2.0/networks/c74d46c7-f903-4365-a189-b8bd8a66a23e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2728] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:49:46 2026] GET /v2.0/ports?device_id=63f22af3-8710-4245-ba69-1e8ede5867fc => 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: 1401/2729] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:49:46 2026] GET /v2.0/ports?device_id=63f22af3-8710-4245-ba69-1e8ede5867fc => 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: 1329/2730] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:49:49 2026] GET /v2.0/ports?device_id=63f22af3-8710-4245-ba69-1e8ede5867fc => 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: 1402/2731] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:49:49 2026] GET /v2.0/ports?device_id=63f22af3-8710-4245-ba69-1e8ede5867fc => 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: 1330/2732] 199.204.45.222 () {34 vars in 986 bytes} [Tue May 26 02:49:50 2026] GET /v2.0/networks?id=c74d46c7-f903-4365-a189-b8bd8a66a23e => generated 735 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2733] 199.204.45.222 () {34 vars in 1050 bytes} [Tue May 26 02:49:50 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=1b7a56aaee1a4eceacc2f0e9799acce6 => generated 343 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2734] 199.204.45.222 () {38 vars in 955 bytes} [Tue May 26 02:49:50 2026] POST /v2.0/ports => generated 1078 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2735] 199.204.45.222 () {38 vars in 1028 bytes} [Tue May 26 02:49:50 2026] PUT /v2.0/ports/258b392a-4f82-44e8-bb73-b59646e9150a => generated 1239 bytes in 895 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 02:49:51.629 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6f4ef68b-cb54-4a83-a3e7-b92edbc86263'] response: {'name': 'network-changed', 'server_uuid': '63f22af3-8710-4245-ba69-1e8ede5867fc', 'tag': '258b392a-4f82-44e8-bb73-b59646e9150a', '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: 1333/2738] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:49:52 2026] GET /v2.0/ports?device_id=63f22af3-8710-4245-ba69-1e8ede5867fc => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2739] 199.204.45.222 () {34 vars in 1080 bytes} [Tue May 26 02:49:52 2026] GET /v2.0/ports?tenant_id=1b7a56aaee1a4eceacc2f0e9799acce6&device_id=63f22af3-8710-4245-ba69-1e8ede5867fc => generated 1242 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2740] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:49:52 2026] GET /v2.0/security-groups?id=93eddc1e-81ce-4a98-9724-e414ad7c1ea7&fields=id&fields=name => generated 96 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2741] 199.204.45.222 () {34 vars in 1018 bytes} [Tue May 26 02:49:52 2026] GET /v2.0/networks?tenant_id=1b7a56aaee1a4eceacc2f0e9799acce6&shared=False => generated 735 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2742] 199.204.45.222 () {34 vars in 930 bytes} [Tue May 26 02:49:52 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: 1408/2743] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:49:52 2026] GET /v2.0/ports?device_id=63f22af3-8710-4245-ba69-1e8ede5867fc => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2744] 199.204.45.222 () {34 vars in 1080 bytes} [Tue May 26 02:49:53 2026] GET /v2.0/ports?tenant_id=1b7a56aaee1a4eceacc2f0e9799acce6&device_id=63f22af3-8710-4245-ba69-1e8ede5867fc => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2745] 199.204.45.222 () {34 vars in 1060 bytes} [Tue May 26 02:49:53 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.88&port_id=258b392a-4f82-44e8-bb73-b59646e9150a => 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: 1337/2746] 199.204.45.222 () {34 vars in 984 bytes} [Tue May 26 02:49:53 2026] GET /v2.0/subnets?id=efd0de80-827e-4f23-be00-f920b6ded6b1 => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2747] 199.204.45.222 () {34 vars in 1052 bytes} [Tue May 26 02:49:53 2026] GET /v2.0/ports?network_id=c74d46c7-f903-4365-a189-b8bd8a66a23e&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2748] 199.204.45.222 () {34 vars in 1012 bytes} [Tue May 26 02:49:53 2026] GET /v2.0/networks/c74d46c7-f903-4365-a189-b8bd8a66a23e?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: 1411/2749] 199.204.45.222 () {34 vars in 1112 bytes} [Tue May 26 02:49:53 2026] GET /v2.0/networks/c74d46c7-f903-4365-a189-b8bd8a66a23e?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: 1339/2750] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:49:55 2026] GET /v2.0/ports?device_id=63f22af3-8710-4245-ba69-1e8ede5867fc => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2751] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:49:55 2026] GET /v2.0/security-groups?id=93eddc1e-81ce-4a98-9724-e414ad7c1ea7&fields=id&fields=name => generated 96 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2752] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:49:55 2026] GET /v2.0/ports?device_id=63f22af3-8710-4245-ba69-1e8ede5867fc => generated 1242 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2753] 199.204.45.222 () {34 vars in 994 bytes} [Tue May 26 02:49:57 2026] GET /v2.0/ports?device_id=63f22af3-8710-4245-ba69-1e8ede5867fc => 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: 1341/2754] 199.204.45.222 () {34 vars in 1044 bytes} [Tue May 26 02:49:57 2026] GET /v2.0/security-groups?id=93eddc1e-81ce-4a98-9724-e414ad7c1ea7&fields=id&fields=name => generated 96 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2755] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:49:58 2026] GET /v2.0/ports?device_id=63f22af3-8710-4245-ba69-1e8ede5867fc => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2756] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:49:58 2026] GET /v2.0/security-groups?id=93eddc1e-81ce-4a98-9724-e414ad7c1ea7&fields=id&fields=name => generated 96 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2757] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:49:58 2026] GET /v2.0/ports?device_id=63f22af3-8710-4245-ba69-1e8ede5867fc => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2758] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:50:01 2026] GET /v2.0/ports?device_id=63f22af3-8710-4245-ba69-1e8ede5867fc => generated 1244 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2759] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:50:01 2026] GET /v2.0/security-groups?id=93eddc1e-81ce-4a98-9724-e414ad7c1ea7&fields=id&fields=name => generated 96 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2760] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:50:01 2026] GET /v2.0/ports?device_id=63f22af3-8710-4245-ba69-1e8ede5867fc => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2767] 199.204.45.222 () {30 vars in 703 bytes} [Tue May 26 02:50:37 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: 1420/2768] 199.204.45.222 () {30 vars in 705 bytes} [Tue May 26 02:50:37 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2769] 199.204.45.222 () {30 vars in 681 bytes} [Tue May 26 02:50:37 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: 1421/2770] 199.204.45.222 () {30 vars in 717 bytes} [Tue May 26 02:50:37 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2771] 199.204.45.222 () {30 vars in 741 bytes} [Tue May 26 02:50:37 2026] GET /v2.0/subnets/42704ae3-8d73-4c9e-8555-8995caa0521d => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2772] 199.204.45.222 () {30 vars in 769 bytes} [Tue May 26 02:50:37 2026] GET /v2.0/ports?device_id=63f22af3-8710-4245-ba69-1e8ede5867fc => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2773] 199.204.45.222 () {34 vars in 717 bytes} [Tue May 26 02:50:37 2026] POST /v2.0/ports => generated 1059 bytes in 343 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2774] 10.0.0.4 () {34 vars in 969 bytes} [Tue May 26 02:50:37 2026] GET /v2.0/ports/b05a09b1-e67d-480a-afc3-277d2842a3d3 => generated 1059 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2775] 10.0.0.4 () {34 vars in 905 bytes} [Tue May 26 02:50:37 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2776] 199.204.45.222 () {34 vars in 1262 bytes} [Tue May 26 02:50:38 2026] GET /v2.0/ports/b05a09b1-e67d-480a-afc3-277d2842a3d3?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2777] 199.204.45.222 () {34 vars in 1012 bytes} [Tue May 26 02:50:38 2026] GET /v2.0/networks/6b730c3f-13df-4064-af85-2ae782f9b909?fields=segments => generated 14 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2778] 199.204.45.222 () {34 vars in 1112 bytes} [Tue May 26 02:50:38 2026] GET /v2.0/networks/6b730c3f-13df-4064-af85-2ae782f9b909?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: 1354/2779] 199.204.45.222 () {34 vars in 975 bytes} [Tue May 26 02:50:39 2026] GET /v2.0/ports/b05a09b1-e67d-480a-afc3-277d2842a3d3 => generated 1059 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2780] 199.204.45.222 () {34 vars in 986 bytes} [Tue May 26 02:50:39 2026] GET /v2.0/networks?id=6b730c3f-13df-4064-af85-2ae782f9b909 => generated 802 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2781] 199.204.45.222 () {38 vars in 1028 bytes} [Tue May 26 02:50:39 2026] PUT /v2.0/ports/b05a09b1-e67d-480a-afc3-277d2842a3d3 => generated 1249 bytes in 461 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 02:50:40.067 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6e2d7cec-d01e-444b-a462-4233710638f3'] response: {'name': 'network-changed', 'server_uuid': '63f22af3-8710-4245-ba69-1e8ede5867fc', 'tag': 'b05a09b1-e67d-480a-afc3-277d2842a3d3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1427/2782] 199.204.45.222 () {34 vars in 1080 bytes} [Tue May 26 02:50:40 2026] GET /v2.0/ports?tenant_id=1b7a56aaee1a4eceacc2f0e9799acce6&device_id=63f22af3-8710-4245-ba69-1e8ede5867fc => generated 2485 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2783] 199.204.45.222 () {34 vars in 986 bytes} [Tue May 26 02:50:40 2026] GET /v2.0/networks?id=6b730c3f-13df-4064-af85-2ae782f9b909 => generated 802 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2784] 199.204.45.222 () {34 vars in 1058 bytes} [Tue May 26 02:50:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.139&port_id=b05a09b1-e67d-480a-afc3-277d2842a3d3 => 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: 1357/2785] 199.204.45.222 () {34 vars in 984 bytes} [Tue May 26 02:50:40 2026] GET /v2.0/subnets?id=42704ae3-8d73-4c9e-8555-8995caa0521d => 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: 1429/2786] 199.204.45.222 () {34 vars in 1052 bytes} [Tue May 26 02:50:40 2026] GET /v2.0/ports?network_id=6b730c3f-13df-4064-af85-2ae782f9b909&device_owner=network%3Adhcp => generated 1461 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2787] 199.204.45.222 () {34 vars in 1012 bytes} [Tue May 26 02:50:40 2026] GET /v2.0/networks/6b730c3f-13df-4064-af85-2ae782f9b909?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2788] 199.204.45.222 () {34 vars in 1112 bytes} [Tue May 26 02:50:40 2026] GET /v2.0/networks/6b730c3f-13df-4064-af85-2ae782f9b909?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: 1359/2789] 199.204.45.222 () {34 vars in 1080 bytes} [Tue May 26 02:50:41 2026] GET /v2.0/ports?tenant_id=1b7a56aaee1a4eceacc2f0e9799acce6&device_id=63f22af3-8710-4245-ba69-1e8ede5867fc => generated 2485 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2790] 199.204.45.222 () {34 vars in 1060 bytes} [Tue May 26 02:50:42 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.88&port_id=258b392a-4f82-44e8-bb73-b59646e9150a => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2791] 199.204.45.222 () {34 vars in 984 bytes} [Tue May 26 02:50:42 2026] GET /v2.0/subnets?id=efd0de80-827e-4f23-be00-f920b6ded6b1 => generated 654 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2792] 199.204.45.222 () {34 vars in 1052 bytes} [Tue May 26 02:50:42 2026] GET /v2.0/ports?network_id=c74d46c7-f903-4365-a189-b8bd8a66a23e&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2793] 199.204.45.222 () {34 vars in 1012 bytes} [Tue May 26 02:50:42 2026] GET /v2.0/networks/c74d46c7-f903-4365-a189-b8bd8a66a23e?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: 1433/2794] 199.204.45.222 () {34 vars in 1112 bytes} [Tue May 26 02:50:42 2026] GET /v2.0/networks/c74d46c7-f903-4365-a189-b8bd8a66a23e?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: 1362/2795] 199.204.45.222 () {34 vars in 1058 bytes} [Tue May 26 02:50:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.139&port_id=b05a09b1-e67d-480a-afc3-277d2842a3d3 => 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: 1434/2796] 199.204.45.222 () {34 vars in 984 bytes} [Tue May 26 02:50:42 2026] GET /v2.0/subnets?id=42704ae3-8d73-4c9e-8555-8995caa0521d => 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: 1363/2797] 199.204.45.222 () {34 vars in 1052 bytes} [Tue May 26 02:50:42 2026] GET /v2.0/ports?network_id=6b730c3f-13df-4064-af85-2ae782f9b909&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: 1435/2798] 199.204.45.222 () {34 vars in 1012 bytes} [Tue May 26 02:50:42 2026] GET /v2.0/networks/6b730c3f-13df-4064-af85-2ae782f9b909?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2799] 199.204.45.222 () {34 vars in 1112 bytes} [Tue May 26 02:50:42 2026] GET /v2.0/networks/6b730c3f-13df-4064-af85-2ae782f9b909?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: 1436/2800] 10.0.0.4 () {34 vars in 969 bytes} [Tue May 26 02:50:46 2026] GET /v2.0/ports/b05a09b1-e67d-480a-afc3-277d2842a3d3 => generated 1251 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2801] 199.204.45.222 () {34 vars in 789 bytes} [Tue May 26 02:50:46 2026] PUT /v2.0/ports/b05a09b1-e67d-480a-afc3-277d2842a3d3 => generated 1276 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 02:50:46.612 8 INFO neutron.api.v2.resource [None req-c5718e74-65e0-4893-b7fd-0162ac52510a 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1437/2802] 199.204.45.222 () {30 vars in 763 bytes} [Tue May 26 02:50:46 2026] GET /v2.0/security-groups/lb-e7e8c7c7-6db8-42f8-9850-fa1143f2c506 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 02:50:46.634 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-43304e32-5dad-4b82-ba08-e89c2ddaaabb'] response: {'name': 'network-changed', 'server_uuid': '63f22af3-8710-4245-ba69-1e8ede5867fc', 'tag': 'b05a09b1-e67d-480a-afc3-277d2842a3d3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1366/2803] 199.204.45.222 () {30 vars in 785 bytes} [Tue May 26 02:50:46 2026] GET /v2.0/security-groups?name=lb-e7e8c7c7-6db8-42f8-9850-fa1143f2c506 => generated 1639 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2804] 199.204.45.222 () {34 vars in 789 bytes} [Tue May 26 02:50:46 2026] PUT /v2.0/ports/b05a09b1-e67d-480a-afc3-277d2842a3d3 => generated 1314 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 02:50:46.948 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ac80ed53-90fd-4fc9-9b04-37d1b7ed7e61'] response: {'name': 'network-changed', 'server_uuid': '63f22af3-8710-4245-ba69-1e8ede5867fc', 'tag': 'b05a09b1-e67d-480a-afc3-277d2842a3d3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1367/2805] 199.204.45.222 () {30 vars in 703 bytes} [Tue May 26 02:50:47 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: 1439/2806] 199.204.45.222 () {30 vars in 705 bytes} [Tue May 26 02:50: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: 7|app: 0|req: 1368/2807] 199.204.45.222 () {30 vars in 681 bytes} [Tue May 26 02:50:47 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: 1369/2808] 199.204.45.222 () {30 vars in 717 bytes} [Tue May 26 02:50:47 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: 1370/2809] 199.204.45.222 () {30 vars in 741 bytes} [Tue May 26 02:50:47 2026] GET /v2.0/subnets/42704ae3-8d73-4c9e-8555-8995caa0521d => generated 675 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2810] 199.204.45.222 () {34 vars in 1080 bytes} [Tue May 26 02:50:47 2026] GET /v2.0/ports?tenant_id=1b7a56aaee1a4eceacc2f0e9799acce6&device_id=63f22af3-8710-4245-ba69-1e8ede5867fc => generated 2586 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2811] 199.204.45.222 () {30 vars in 737 bytes} [Tue May 26 02:50:47 2026] GET /v2.0/ports/ecc9ab9e-d9b3-45b2-a964-cf725bd21cc6 => 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: 1371/2812] 199.204.45.222 () {34 vars in 986 bytes} [Tue May 26 02:50:47 2026] GET /v2.0/networks?id=6b730c3f-13df-4064-af85-2ae782f9b909 => generated 802 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2813] 199.204.45.222 () {34 vars in 1058 bytes} [Tue May 26 02:50:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.139&port_id=b05a09b1-e67d-480a-afc3-277d2842a3d3 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2814] 199.204.45.222 () {30 vars in 737 bytes} [Tue May 26 02:50:47 2026] GET /v2.0/ports/b05a09b1-e67d-480a-afc3-277d2842a3d3 => generated 1350 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2815] 199.204.45.222 () {34 vars in 984 bytes} [Tue May 26 02:50:47 2026] GET /v2.0/subnets?id=42704ae3-8d73-4c9e-8555-8995caa0521d => 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: 1443/2816] 199.204.45.222 () {30 vars in 741 bytes} [Tue May 26 02:50:47 2026] GET /v2.0/subnets/42704ae3-8d73-4c9e-8555-8995caa0521d => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2817] 199.204.45.222 () {34 vars in 1052 bytes} [Tue May 26 02:50:47 2026] GET /v2.0/ports?network_id=6b730c3f-13df-4064-af85-2ae782f9b909&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: 1444/2818] 199.204.45.222 () {30 vars in 743 bytes} [Tue May 26 02:50:47 2026] GET /v2.0/networks/6b730c3f-13df-4064-af85-2ae782f9b909 => 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: 1375/2819] 199.204.45.222 () {34 vars in 1012 bytes} [Tue May 26 02:50:47 2026] GET /v2.0/networks/6b730c3f-13df-4064-af85-2ae782f9b909?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: 1445/2820] 199.204.45.222 () {30 vars in 737 bytes} [Tue May 26 02:50:47 2026] GET /v2.0/ports/ecc9ab9e-d9b3-45b2-a964-cf725bd21cc6 => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2821] 199.204.45.222 () {34 vars in 1112 bytes} [Tue May 26 02:50:47 2026] GET /v2.0/networks/6b730c3f-13df-4064-af85-2ae782f9b909?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: 1446/2822] 199.204.45.222 () {30 vars in 741 bytes} [Tue May 26 02:50:47 2026] GET /v2.0/subnets/42704ae3-8d73-4c9e-8555-8995caa0521d => generated 675 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2823] 199.204.45.222 () {34 vars in 1080 bytes} [Tue May 26 02:50:48 2026] GET /v2.0/ports?tenant_id=1b7a56aaee1a4eceacc2f0e9799acce6&device_id=63f22af3-8710-4245-ba69-1e8ede5867fc => generated 2586 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2824] 199.204.45.222 () {34 vars in 986 bytes} [Tue May 26 02:50:48 2026] GET /v2.0/networks?id=6b730c3f-13df-4064-af85-2ae782f9b909 => generated 802 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2825] 199.204.45.222 () {34 vars in 1058 bytes} [Tue May 26 02:50:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.139&port_id=b05a09b1-e67d-480a-afc3-277d2842a3d3 => 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: 1448/2826] 199.204.45.222 () {34 vars in 984 bytes} [Tue May 26 02:50:48 2026] GET /v2.0/subnets?id=42704ae3-8d73-4c9e-8555-8995caa0521d => generated 678 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2827] 199.204.45.222 () {34 vars in 1052 bytes} [Tue May 26 02:50:48 2026] GET /v2.0/ports?network_id=6b730c3f-13df-4064-af85-2ae782f9b909&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2828] 199.204.45.222 () {34 vars in 1012 bytes} [Tue May 26 02:50:48 2026] GET /v2.0/networks/6b730c3f-13df-4064-af85-2ae782f9b909?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: 1380/2829] 199.204.45.222 () {34 vars in 1112 bytes} [Tue May 26 02:50:48 2026] GET /v2.0/networks/6b730c3f-13df-4064-af85-2ae782f9b909?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) 2026-05-26 02:50:55.443 8 INFO neutron.db.l3_db [None req-98377e15-93a4-4d69-9cd6-4677bee9931d b46c8bd3b61f49aab8e1ff72814f7a8e a5ede13b2a6c4bc3aca5c051f7595657 - - default default] Floating IP 1575824c-0a65-467e-9254-0d7b65c1680d associated. External IP: 10.96.250.206, port: ecc9ab9e-d9b3-45b2-a964-cf725bd21cc6. [pid: 8|app: 0|req: 1451/2832] 10.0.0.73 () {34 vars in 676 bytes} [Tue May 26 02:50:54 2026] POST /v2.0/floatingips => generated 899 bytes in 1240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2833] 199.204.45.222 () {30 vars in 703 bytes} [Tue May 26 02:51:00 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2834] 199.204.45.222 () {30 vars in 705 bytes} [Tue May 26 02:51:00 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: 1383/2835] 199.204.45.222 () {30 vars in 681 bytes} [Tue May 26 02:51:00 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: 1453/2836] 199.204.45.222 () {30 vars in 717 bytes} [Tue May 26 02:51:00 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:51:00.679 7 INFO neutron.api.v2.resource [None req-a442cdc3-e6e1-4496-a16c-6462d230f3b0 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1384/2837] 199.204.45.222 () {30 vars in 763 bytes} [Tue May 26 02:51:00 2026] GET /v2.0/security-groups/lb-e7e8c7c7-6db8-42f8-9850-fa1143f2c506 => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2838] 199.204.45.222 () {30 vars in 785 bytes} [Tue May 26 02:51:00 2026] GET /v2.0/security-groups?name=lb-e7e8c7c7-6db8-42f8-9850-fa1143f2c506 => generated 1639 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2839] 199.204.45.222 () {30 vars in 815 bytes} [Tue May 26 02:51:00 2026] GET /v2.0/security-group-rules?security_group_id=887ede5a-59ce-41ce-9d97-abd8350356fd => generated 1182 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2840] 199.204.45.222 () {34 vars in 747 bytes} [Tue May 26 02:51:00 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: 1386/2841] 199.204.45.222 () {34 vars in 747 bytes} [Tue May 26 02:51:00 2026] POST /v2.0/security-group-rules => generated 597 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2844] 10.0.0.221 () {30 vars in 690 bytes} [Tue May 26 02:51:11 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: 1388/2845] 10.0.0.221 () {30 vars in 692 bytes} [Tue May 26 02:51:11 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2846] 10.0.0.221 () {30 vars in 668 bytes} [Tue May 26 02:51:11 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: 1389/2847] 10.0.0.221 () {30 vars in 704 bytes} [Tue May 26 02:51:11 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2848] 10.0.0.221 () {28 vars in 439 bytes} [Tue May 26 02:51:11 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2849] 10.0.0.221 () {30 vars in 728 bytes} [Tue May 26 02:51:12 2026] GET /v2.0/subnets/749f59cf-aed9-4aa3-a653-3915d4588ac9 => generated 655 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/2850] 199.204.45.222 () {30 vars in 703 bytes} [Tue May 26 02:51:12 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2851] 199.204.45.222 () {30 vars in 705 bytes} [Tue May 26 02:51:12 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: 1461/2852] 199.204.45.222 () {30 vars in 681 bytes} [Tue May 26 02:51:12 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2853] 199.204.45.222 () {30 vars in 717 bytes} [Tue May 26 02:51:12 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: 1462/2854] 199.204.45.222 () {30 vars in 741 bytes} [Tue May 26 02:51:12 2026] GET /v2.0/subnets/749f59cf-aed9-4aa3-a653-3915d4588ac9 => generated 673 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2855] 199.204.45.222 () {30 vars in 769 bytes} [Tue May 26 02:51:12 2026] GET /v2.0/ports?device_id=63f22af3-8710-4245-ba69-1e8ede5867fc => generated 2586 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/2856] 199.204.45.222 () {30 vars in 703 bytes} [Tue May 26 02:51:12 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: 1394/2857] 199.204.45.222 () {30 vars in 705 bytes} [Tue May 26 02:51:13 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: 1464/2858] 199.204.45.222 () {30 vars in 681 bytes} [Tue May 26 02:51:13 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2859] 199.204.45.222 () {30 vars in 717 bytes} [Tue May 26 02:51:13 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: 1465/2860] 199.204.45.222 () {34 vars in 717 bytes} [Tue May 26 02:51:13 2026] POST /v2.0/ports => generated 1328 bytes in 434 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2861] 10.0.0.4 () {34 vars in 969 bytes} [Tue May 26 02:51:13 2026] GET /v2.0/ports/a3edc859-5a4f-475f-9cf4-fec23c96e3d7 => generated 1328 bytes in 45 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: 1466/2862] 199.204.45.222 () {34 vars in 1262 bytes} [Tue May 26 02:51:15 2026] GET /v2.0/ports/a3edc859-5a4f-475f-9cf4-fec23c96e3d7?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: 1397/2863] 199.204.45.222 () {34 vars in 1012 bytes} [Tue May 26 02:51:15 2026] GET /v2.0/networks/ef993ddb-62bd-4883-bcb3-e513a2882387?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/2864] 199.204.45.222 () {34 vars in 1112 bytes} [Tue May 26 02:51:15 2026] GET /v2.0/networks/ef993ddb-62bd-4883-bcb3-e513a2882387?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: 1398/2865] 199.204.45.222 () {34 vars in 975 bytes} [Tue May 26 02:51:15 2026] GET /v2.0/ports/a3edc859-5a4f-475f-9cf4-fec23c96e3d7 => generated 1328 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/2866] 199.204.45.222 () {34 vars in 986 bytes} [Tue May 26 02:51:15 2026] GET /v2.0/networks?id=ef993ddb-62bd-4883-bcb3-e513a2882387 => generated 800 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2867] 199.204.45.222 () {38 vars in 1028 bytes} [Tue May 26 02:51:15 2026] PUT /v2.0/ports/a3edc859-5a4f-475f-9cf4-fec23c96e3d7 => generated 1518 bytes in 459 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 02:51:16.284 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f6eb5bdd-adf4-4c05-b080-ebbc086d0b6f'] response: {'name': 'network-changed', 'server_uuid': '63f22af3-8710-4245-ba69-1e8ede5867fc', 'tag': 'a3edc859-5a4f-475f-9cf4-fec23c96e3d7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1469/2868] 199.204.45.222 () {34 vars in 1080 bytes} [Tue May 26 02:51:16 2026] GET /v2.0/ports?tenant_id=1b7a56aaee1a4eceacc2f0e9799acce6&device_id=63f22af3-8710-4245-ba69-1e8ede5867fc => generated 4096 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1400/2869] 199.204.45.222 () {34 vars in 986 bytes} [Tue May 26 02:51:16 2026] GET /v2.0/networks?id=ef993ddb-62bd-4883-bcb3-e513a2882387 => generated 800 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/2870] 199.204.45.222 () {34 vars in 1058 bytes} [Tue May 26 02:51:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.253&port_id=a3edc859-5a4f-475f-9cf4-fec23c96e3d7 => 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: 1401/2871] 199.204.45.222 () {34 vars in 1104 bytes} [Tue May 26 02:51:16 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A32b&port_id=a3edc859-5a4f-475f-9cf4-fec23c96e3d7 => 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: 1471/2872] 199.204.45.222 () {34 vars in 1064 bytes} [Tue May 26 02:51:16 2026] GET /v2.0/subnets?id=749f59cf-aed9-4aa3-a653-3915d4588ac9&id=7b327cf5-4417-4c59-ad0f-8807abc2175c => 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: 1402/2873] 199.204.45.222 () {34 vars in 1052 bytes} [Tue May 26 02:51:17 2026] GET /v2.0/ports?network_id=ef993ddb-62bd-4883-bcb3-e513a2882387&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/2874] 199.204.45.222 () {34 vars in 1052 bytes} [Tue May 26 02:51:17 2026] GET /v2.0/ports?network_id=ef993ddb-62bd-4883-bcb3-e513a2882387&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: 1403/2875] 199.204.45.222 () {34 vars in 1012 bytes} [Tue May 26 02:51:17 2026] GET /v2.0/networks/ef993ddb-62bd-4883-bcb3-e513a2882387?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/2876] 199.204.45.222 () {34 vars in 1112 bytes} [Tue May 26 02:51:17 2026] GET /v2.0/networks/ef993ddb-62bd-4883-bcb3-e513a2882387?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2877] 199.204.45.222 () {34 vars in 1080 bytes} [Tue May 26 02:51:18 2026] GET /v2.0/ports?tenant_id=1b7a56aaee1a4eceacc2f0e9799acce6&device_id=63f22af3-8710-4245-ba69-1e8ede5867fc => generated 4096 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/2878] 199.204.45.222 () {34 vars in 1060 bytes} [Tue May 26 02:51:18 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.88&port_id=258b392a-4f82-44e8-bb73-b59646e9150a => 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: 1405/2879] 199.204.45.222 () {34 vars in 984 bytes} [Tue May 26 02:51:18 2026] GET /v2.0/subnets?id=efd0de80-827e-4f23-be00-f920b6ded6b1 => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/2880] 199.204.45.222 () {34 vars in 1052 bytes} [Tue May 26 02:51:18 2026] GET /v2.0/ports?network_id=c74d46c7-f903-4365-a189-b8bd8a66a23e&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2881] 199.204.45.222 () {34 vars in 1012 bytes} [Tue May 26 02:51:18 2026] GET /v2.0/networks/c74d46c7-f903-4365-a189-b8bd8a66a23e?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/2882] 199.204.45.222 () {34 vars in 1112 bytes} [Tue May 26 02:51:18 2026] GET /v2.0/networks/c74d46c7-f903-4365-a189-b8bd8a66a23e?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: 1407/2883] 199.204.45.222 () {34 vars in 1058 bytes} [Tue May 26 02:51:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.139&port_id=b05a09b1-e67d-480a-afc3-277d2842a3d3 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/2884] 199.204.45.222 () {34 vars in 984 bytes} [Tue May 26 02:51:18 2026] GET /v2.0/subnets?id=42704ae3-8d73-4c9e-8555-8995caa0521d => generated 678 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2885] 199.204.45.222 () {34 vars in 1052 bytes} [Tue May 26 02:51:18 2026] GET /v2.0/ports?network_id=6b730c3f-13df-4064-af85-2ae782f9b909&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: 1478/2886] 199.204.45.222 () {34 vars in 1012 bytes} [Tue May 26 02:51:18 2026] GET /v2.0/networks/6b730c3f-13df-4064-af85-2ae782f9b909?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2887] 199.204.45.222 () {34 vars in 1112 bytes} [Tue May 26 02:51:18 2026] GET /v2.0/networks/6b730c3f-13df-4064-af85-2ae782f9b909?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: 1479/2888] 199.204.45.222 () {34 vars in 1058 bytes} [Tue May 26 02:51:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.253&port_id=a3edc859-5a4f-475f-9cf4-fec23c96e3d7 => 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: 1410/2889] 199.204.45.222 () {34 vars in 1104 bytes} [Tue May 26 02:51:18 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A32b&port_id=a3edc859-5a4f-475f-9cf4-fec23c96e3d7 => 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: 1480/2890] 199.204.45.222 () {34 vars in 1064 bytes} [Tue May 26 02:51:18 2026] GET /v2.0/subnets?id=749f59cf-aed9-4aa3-a653-3915d4588ac9&id=7b327cf5-4417-4c59-ad0f-8807abc2175c => generated 1409 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2891] 199.204.45.222 () {34 vars in 1052 bytes} [Tue May 26 02:51:18 2026] GET /v2.0/ports?network_id=ef993ddb-62bd-4883-bcb3-e513a2882387&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/2892] 199.204.45.222 () {34 vars in 1052 bytes} [Tue May 26 02:51:18 2026] GET /v2.0/ports?network_id=ef993ddb-62bd-4883-bcb3-e513a2882387&device_owner=network%3Adhcp => generated 1457 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2893] 199.204.45.222 () {34 vars in 1012 bytes} [Tue May 26 02:51:18 2026] GET /v2.0/networks/ef993ddb-62bd-4883-bcb3-e513a2882387?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/2894] 199.204.45.222 () {34 vars in 1112 bytes} [Tue May 26 02:51:19 2026] GET /v2.0/networks/ef993ddb-62bd-4883-bcb3-e513a2882387?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: 1414/2897] 10.0.0.4 () {34 vars in 969 bytes} [Tue May 26 02:51:23 2026] GET /v2.0/ports/a3edc859-5a4f-475f-9cf4-fec23c96e3d7 => generated 1520 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/2898] 199.204.45.222 () {30 vars in 743 bytes} [Tue May 26 02:51:23 2026] GET /v2.0/networks/ef993ddb-62bd-4883-bcb3-e513a2882387 => generated 797 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2899] 199.204.45.222 () {30 vars in 741 bytes} [Tue May 26 02:51:23 2026] GET /v2.0/subnets/749f59cf-aed9-4aa3-a653-3915d4588ac9 => generated 673 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/2900] 199.204.45.222 () {30 vars in 741 bytes} [Tue May 26 02:51:23 2026] GET /v2.0/subnets/7b327cf5-4417-4c59-ad0f-8807abc2175c => generated 743 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2901] 199.204.45.222 () {30 vars in 703 bytes} [Tue May 26 02:51:23 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/2902] 199.204.45.222 () {30 vars in 705 bytes} [Tue May 26 02:51:23 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: 1417/2903] 199.204.45.222 () {30 vars in 681 bytes} [Tue May 26 02:51:23 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/2904] 199.204.45.222 () {30 vars in 717 bytes} [Tue May 26 02:51:23 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: 1418/2905] 199.204.45.222 () {30 vars in 741 bytes} [Tue May 26 02:51:23 2026] GET /v2.0/subnets/42704ae3-8d73-4c9e-8555-8995caa0521d => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/2906] 199.204.45.222 () {30 vars in 737 bytes} [Tue May 26 02:51:23 2026] GET /v2.0/ports/ecc9ab9e-d9b3-45b2-a964-cf725bd21cc6 => generated 1132 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2907] 199.204.45.222 () {30 vars in 737 bytes} [Tue May 26 02:51:23 2026] GET /v2.0/ports/b05a09b1-e67d-480a-afc3-277d2842a3d3 => generated 1350 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/2908] 199.204.45.222 () {30 vars in 741 bytes} [Tue May 26 02:51:23 2026] GET /v2.0/subnets/42704ae3-8d73-4c9e-8555-8995caa0521d => generated 675 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2909] 199.204.45.222 () {30 vars in 743 bytes} [Tue May 26 02:51:23 2026] GET /v2.0/networks/6b730c3f-13df-4064-af85-2ae782f9b909 => generated 799 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/2910] 199.204.45.222 () {30 vars in 737 bytes} [Tue May 26 02:51:23 2026] GET /v2.0/ports/ecc9ab9e-d9b3-45b2-a964-cf725bd21cc6 => generated 1132 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2911] 199.204.45.222 () {30 vars in 741 bytes} [Tue May 26 02:51:23 2026] GET /v2.0/subnets/42704ae3-8d73-4c9e-8555-8995caa0521d => generated 675 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/2912] 10.0.0.221 () {30 vars in 690 bytes} [Tue May 26 02:51:32 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2913] 10.0.0.221 () {30 vars in 692 bytes} [Tue May 26 02:51:32 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: 1492/2914] 10.0.0.221 () {30 vars in 668 bytes} [Tue May 26 02:51:32 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2915] 10.0.0.221 () {30 vars in 704 bytes} [Tue May 26 02:51:32 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/2916] 10.0.0.221 () {28 vars in 439 bytes} [Tue May 26 02:51:33 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: 1424/2917] 10.0.0.221 () {30 vars in 728 bytes} [Tue May 26 02:51:33 2026] GET /v2.0/subnets/4dd2f298-4ffe-4ddf-b49b-06367efe16d7 => generated 655 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/2918] 199.204.45.222 () {30 vars in 703 bytes} [Tue May 26 02:51:34 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: 1425/2919] 199.204.45.222 () {30 vars in 705 bytes} [Tue May 26 02:51: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: 1495/2920] 199.204.45.222 () {30 vars in 681 bytes} [Tue May 26 02:51:34 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: 1426/2921] 199.204.45.222 () {30 vars in 717 bytes} [Tue May 26 02:51:34 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/2922] 199.204.45.222 () {30 vars in 741 bytes} [Tue May 26 02:51:34 2026] GET /v2.0/subnets/749f59cf-aed9-4aa3-a653-3915d4588ac9 => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2923] 199.204.45.222 () {30 vars in 741 bytes} [Tue May 26 02:51:34 2026] GET /v2.0/subnets/4dd2f298-4ffe-4ddf-b49b-06367efe16d7 => generated 673 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/2924] 199.204.45.222 () {30 vars in 769 bytes} [Tue May 26 02:51:34 2026] GET /v2.0/ports?device_id=63f22af3-8710-4245-ba69-1e8ede5867fc => generated 4098 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2925] 199.204.45.222 () {30 vars in 703 bytes} [Tue May 26 02:51:34 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/2926] 199.204.45.222 () {30 vars in 705 bytes} [Tue May 26 02:51: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: 7|app: 0|req: 1429/2927] 199.204.45.222 () {30 vars in 681 bytes} [Tue May 26 02:51:34 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: 1499/2928] 199.204.45.222 () {30 vars in 717 bytes} [Tue May 26 02:51:34 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2929] 199.204.45.222 () {34 vars in 717 bytes} [Tue May 26 02:51:34 2026] POST /v2.0/ports => generated 1324 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/2930] 10.0.0.4 () {34 vars in 969 bytes} [Tue May 26 02:51:35 2026] GET /v2.0/ports/33cd8617-4c20-409a-9178-0820f97f10ee => generated 1324 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1431/2931] 10.0.0.4 () {34 vars in 905 bytes} [Tue May 26 02:51:35 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/2932] 199.204.45.222 () {34 vars in 1262 bytes} [Tue May 26 02:51:36 2026] GET /v2.0/ports/33cd8617-4c20-409a-9178-0820f97f10ee?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2933] 199.204.45.222 () {34 vars in 1012 bytes} [Tue May 26 02:51:36 2026] GET /v2.0/networks/6b70ae29-0a20-4640-bc7e-3913da8b80ba?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/2934] 199.204.45.222 () {34 vars in 1112 bytes} [Tue May 26 02:51:36 2026] GET /v2.0/networks/6b70ae29-0a20-4640-bc7e-3913da8b80ba?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/2937] 199.204.45.222 () {34 vars in 975 bytes} [Tue May 26 02:51:37 2026] GET /v2.0/ports/33cd8617-4c20-409a-9178-0820f97f10ee => generated 1324 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2938] 199.204.45.222 () {34 vars in 986 bytes} [Tue May 26 02:51:37 2026] GET /v2.0/networks?id=6b70ae29-0a20-4640-bc7e-3913da8b80ba => generated 800 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/2939] 199.204.45.222 () {38 vars in 1028 bytes} [Tue May 26 02:51:37 2026] PUT /v2.0/ports/33cd8617-4c20-409a-9178-0820f97f10ee => generated 1514 bytes in 498 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 02:51:37.705 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c915b25f-e520-4c07-9d1e-1dee4f82fe24'] response: {'name': 'network-changed', 'server_uuid': '63f22af3-8710-4245-ba69-1e8ede5867fc', 'tag': '33cd8617-4c20-409a-9178-0820f97f10ee', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1435/2940] 199.204.45.222 () {34 vars in 1080 bytes} [Tue May 26 02:51:38 2026] GET /v2.0/ports?tenant_id=1b7a56aaee1a4eceacc2f0e9799acce6&device_id=63f22af3-8710-4245-ba69-1e8ede5867fc => generated 5604 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1506/2941] 199.204.45.222 () {34 vars in 986 bytes} [Tue May 26 02:51:38 2026] GET /v2.0/networks?id=6b70ae29-0a20-4640-bc7e-3913da8b80ba => generated 800 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2942] 199.204.45.222 () {34 vars in 1056 bytes} [Tue May 26 02:51:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.13&port_id=33cd8617-4c20-409a-9178-0820f97f10ee => 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: 1507/2943] 199.204.45.222 () {34 vars in 1104 bytes} [Tue May 26 02:51:38 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Af6&port_id=33cd8617-4c20-409a-9178-0820f97f10ee => 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: 1437/2944] 199.204.45.222 () {34 vars in 1064 bytes} [Tue May 26 02:51:38 2026] GET /v2.0/subnets?id=0cc20955-04a9-412f-9e71-fd91ab55e5cd&id=4dd2f298-4ffe-4ddf-b49b-06367efe16d7 => generated 1414 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/2945] 199.204.45.222 () {34 vars in 1052 bytes} [Tue May 26 02:51:38 2026] GET /v2.0/ports?network_id=6b70ae29-0a20-4640-bc7e-3913da8b80ba&device_owner=network%3Adhcp => generated 1461 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2946] 199.204.45.222 () {34 vars in 1052 bytes} [Tue May 26 02:51:38 2026] GET /v2.0/ports?network_id=6b70ae29-0a20-4640-bc7e-3913da8b80ba&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/2947] 199.204.45.222 () {34 vars in 1012 bytes} [Tue May 26 02:51:38 2026] GET /v2.0/networks/6b70ae29-0a20-4640-bc7e-3913da8b80ba?fields=segments => generated 14 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2948] 199.204.45.222 () {34 vars in 1112 bytes} [Tue May 26 02:51:38 2026] GET /v2.0/networks/6b70ae29-0a20-4640-bc7e-3913da8b80ba?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/2949] 199.204.45.222 () {34 vars in 1080 bytes} [Tue May 26 02:51:39 2026] GET /v2.0/ports?tenant_id=1b7a56aaee1a4eceacc2f0e9799acce6&device_id=63f22af3-8710-4245-ba69-1e8ede5867fc => generated 5604 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2950] 199.204.45.222 () {34 vars in 1060 bytes} [Tue May 26 02:51:39 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.88&port_id=258b392a-4f82-44e8-bb73-b59646e9150a => 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: 1511/2951] 199.204.45.222 () {34 vars in 984 bytes} [Tue May 26 02:51:39 2026] GET /v2.0/subnets?id=efd0de80-827e-4f23-be00-f920b6ded6b1 => generated 654 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2952] 199.204.45.222 () {34 vars in 1052 bytes} [Tue May 26 02:51:39 2026] GET /v2.0/ports?network_id=c74d46c7-f903-4365-a189-b8bd8a66a23e&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: 1512/2953] 199.204.45.222 () {34 vars in 1012 bytes} [Tue May 26 02:51:39 2026] GET /v2.0/networks/c74d46c7-f903-4365-a189-b8bd8a66a23e?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: 1442/2954] 199.204.45.222 () {34 vars in 1112 bytes} [Tue May 26 02:51:39 2026] GET /v2.0/networks/c74d46c7-f903-4365-a189-b8bd8a66a23e?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: 1513/2955] 199.204.45.222 () {34 vars in 1058 bytes} [Tue May 26 02:51:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.139&port_id=b05a09b1-e67d-480a-afc3-277d2842a3d3 => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2956] 199.204.45.222 () {34 vars in 984 bytes} [Tue May 26 02:51:40 2026] GET /v2.0/subnets?id=42704ae3-8d73-4c9e-8555-8995caa0521d => generated 678 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/2957] 199.204.45.222 () {34 vars in 1052 bytes} [Tue May 26 02:51:40 2026] GET /v2.0/ports?network_id=6b730c3f-13df-4064-af85-2ae782f9b909&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: 1444/2958] 199.204.45.222 () {34 vars in 1012 bytes} [Tue May 26 02:51:40 2026] GET /v2.0/networks/6b730c3f-13df-4064-af85-2ae782f9b909?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/2959] 199.204.45.222 () {34 vars in 1112 bytes} [Tue May 26 02:51:40 2026] GET /v2.0/networks/6b730c3f-13df-4064-af85-2ae782f9b909?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: 1445/2960] 199.204.45.222 () {34 vars in 1058 bytes} [Tue May 26 02:51:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.253&port_id=a3edc859-5a4f-475f-9cf4-fec23c96e3d7 => 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: 1516/2961] 199.204.45.222 () {34 vars in 1104 bytes} [Tue May 26 02:51:40 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A32b&port_id=a3edc859-5a4f-475f-9cf4-fec23c96e3d7 => 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: 1446/2962] 199.204.45.222 () {34 vars in 1064 bytes} [Tue May 26 02:51:40 2026] GET /v2.0/subnets?id=749f59cf-aed9-4aa3-a653-3915d4588ac9&id=7b327cf5-4417-4c59-ad0f-8807abc2175c => generated 1409 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/2963] 199.204.45.222 () {34 vars in 1052 bytes} [Tue May 26 02:51:40 2026] GET /v2.0/ports?network_id=ef993ddb-62bd-4883-bcb3-e513a2882387&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: 1447/2964] 199.204.45.222 () {34 vars in 1052 bytes} [Tue May 26 02:51:40 2026] GET /v2.0/ports?network_id=ef993ddb-62bd-4883-bcb3-e513a2882387&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: 1518/2965] 199.204.45.222 () {34 vars in 1012 bytes} [Tue May 26 02:51:40 2026] GET /v2.0/networks/ef993ddb-62bd-4883-bcb3-e513a2882387?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2966] 199.204.45.222 () {34 vars in 1112 bytes} [Tue May 26 02:51:40 2026] GET /v2.0/networks/ef993ddb-62bd-4883-bcb3-e513a2882387?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: 1519/2967] 199.204.45.222 () {34 vars in 1056 bytes} [Tue May 26 02:51:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.13&port_id=33cd8617-4c20-409a-9178-0820f97f10ee => 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: 1449/2968] 199.204.45.222 () {34 vars in 1104 bytes} [Tue May 26 02:51:40 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Af6&port_id=33cd8617-4c20-409a-9178-0820f97f10ee => 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: 1520/2969] 199.204.45.222 () {34 vars in 1064 bytes} [Tue May 26 02:51:40 2026] GET /v2.0/subnets?id=0cc20955-04a9-412f-9e71-fd91ab55e5cd&id=4dd2f298-4ffe-4ddf-b49b-06367efe16d7 => generated 1414 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2970] 199.204.45.222 () {34 vars in 1052 bytes} [Tue May 26 02:51:40 2026] GET /v2.0/ports?network_id=6b70ae29-0a20-4640-bc7e-3913da8b80ba&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: 1521/2971] 199.204.45.222 () {34 vars in 1052 bytes} [Tue May 26 02:51:40 2026] GET /v2.0/ports?network_id=6b70ae29-0a20-4640-bc7e-3913da8b80ba&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: 1451/2972] 199.204.45.222 () {34 vars in 1012 bytes} [Tue May 26 02:51:40 2026] GET /v2.0/networks/6b70ae29-0a20-4640-bc7e-3913da8b80ba?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: 1522/2973] 199.204.45.222 () {34 vars in 1112 bytes} [Tue May 26 02:51:40 2026] GET /v2.0/networks/6b70ae29-0a20-4640-bc7e-3913da8b80ba?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: 1452/2974] 10.0.0.4 () {34 vars in 969 bytes} [Tue May 26 02:51:44 2026] GET /v2.0/ports/33cd8617-4c20-409a-9178-0820f97f10ee => generated 1516 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/2975] 199.204.45.222 () {30 vars in 743 bytes} [Tue May 26 02:51:44 2026] GET /v2.0/networks/6b70ae29-0a20-4640-bc7e-3913da8b80ba => generated 797 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2976] 199.204.45.222 () {30 vars in 741 bytes} [Tue May 26 02:51:45 2026] GET /v2.0/subnets/4dd2f298-4ffe-4ddf-b49b-06367efe16d7 => generated 673 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/2977] 199.204.45.222 () {30 vars in 741 bytes} [Tue May 26 02:51:45 2026] GET /v2.0/subnets/0cc20955-04a9-412f-9e71-fd91ab55e5cd => generated 748 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2978] 199.204.45.222 () {30 vars in 737 bytes} [Tue May 26 02:51:45 2026] GET /v2.0/ports/a3edc859-5a4f-475f-9cf4-fec23c96e3d7 => generated 1520 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/2979] 199.204.45.222 () {34 vars in 790 bytes} [Tue May 26 02:51:45 2026] PUT /v2.0/ports/a3edc859-5a4f-475f-9cf4-fec23c96e3d7 => generated 1255 bytes in 378 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 02:51:45.602 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d3a16819-701e-4bb8-9a82-0a80b67bb26d'] response: {'name': 'network-changed', 'server_uuid': '63f22af3-8710-4245-ba69-1e8ede5867fc', 'tag': 'a3edc859-5a4f-475f-9cf4-fec23c96e3d7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1455/2980] 199.204.45.222 () {30 vars in 743 bytes} [Tue May 26 02:51:45 2026] GET /v2.0/networks/ef993ddb-62bd-4883-bcb3-e513a2882387 => generated 797 bytes in 44 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: 1526/2981] 199.204.45.222 () {30 vars in 741 bytes} [Tue May 26 02:51:45 2026] GET /v2.0/subnets/749f59cf-aed9-4aa3-a653-3915d4588ac9 => generated 673 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2982] 199.204.45.222 () {30 vars in 703 bytes} [Tue May 26 02:51:45 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/2983] 199.204.45.222 () {30 vars in 705 bytes} [Tue May 26 02:51: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: 1457/2984] 199.204.45.222 () {30 vars in 681 bytes} [Tue May 26 02:51: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: 1528/2985] 199.204.45.222 () {30 vars in 717 bytes} [Tue May 26 02:51:45 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2986] 199.204.45.222 () {30 vars in 741 bytes} [Tue May 26 02:51:45 2026] GET /v2.0/subnets/42704ae3-8d73-4c9e-8555-8995caa0521d => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/2987] 199.204.45.222 () {30 vars in 737 bytes} [Tue May 26 02:51:45 2026] GET /v2.0/ports/ecc9ab9e-d9b3-45b2-a964-cf725bd21cc6 => 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: 1459/2988] 199.204.45.222 () {30 vars in 737 bytes} [Tue May 26 02:51:45 2026] GET /v2.0/ports/b05a09b1-e67d-480a-afc3-277d2842a3d3 => generated 1350 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/2989] 199.204.45.222 () {30 vars in 741 bytes} [Tue May 26 02:51:45 2026] GET /v2.0/subnets/42704ae3-8d73-4c9e-8555-8995caa0521d => generated 675 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2990] 199.204.45.222 () {30 vars in 743 bytes} [Tue May 26 02:51:46 2026] GET /v2.0/networks/6b730c3f-13df-4064-af85-2ae782f9b909 => generated 799 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/2991] 199.204.45.222 () {30 vars in 737 bytes} [Tue May 26 02:51:46 2026] GET /v2.0/ports/ecc9ab9e-d9b3-45b2-a964-cf725bd21cc6 => 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: 1532/2992] 199.204.45.222 () {30 vars in 741 bytes} [Tue May 26 02:51:46 2026] GET /v2.0/subnets/42704ae3-8d73-4c9e-8555-8995caa0521d => generated 675 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/2993] 199.204.45.222 () {34 vars in 1080 bytes} [Tue May 26 02:51:46 2026] GET /v2.0/ports?tenant_id=1b7a56aaee1a4eceacc2f0e9799acce6&device_id=63f22af3-8710-4245-ba69-1e8ede5867fc => 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: 1533/2994] 199.204.45.222 () {34 vars in 986 bytes} [Tue May 26 02:51:46 2026] GET /v2.0/networks?id=ef993ddb-62bd-4883-bcb3-e513a2882387 => generated 800 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/2995] 199.204.45.222 () {34 vars in 1058 bytes} [Tue May 26 02:51:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.253&port_id=a3edc859-5a4f-475f-9cf4-fec23c96e3d7 => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/2996] 199.204.45.222 () {34 vars in 984 bytes} [Tue May 26 02:51:46 2026] GET /v2.0/subnets?id=749f59cf-aed9-4aa3-a653-3915d4588ac9 => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2997] 199.204.45.222 () {34 vars in 1052 bytes} [Tue May 26 02:51:46 2026] GET /v2.0/ports?network_id=ef993ddb-62bd-4883-bcb3-e513a2882387&device_owner=network%3Adhcp => generated 1457 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/2998] 199.204.45.222 () {34 vars in 1012 bytes} [Tue May 26 02:51:46 2026] GET /v2.0/networks/ef993ddb-62bd-4883-bcb3-e513a2882387?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2999] 199.204.45.222 () {34 vars in 1112 bytes} [Tue May 26 02:51:46 2026] GET /v2.0/networks/ef993ddb-62bd-4883-bcb3-e513a2882387?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: 1537/3002] 199.204.45.222 () {30 vars in 703 bytes} [Tue May 26 02:51:57 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: 1466/3003] 199.204.45.222 () {30 vars in 705 bytes} [Tue May 26 02:51:57 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/3004] 199.204.45.222 () {30 vars in 681 bytes} [Tue May 26 02:51:57 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/3005] 199.204.45.222 () {30 vars in 717 bytes} [Tue May 26 02:51: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: 1539/3006] 199.204.45.222 () {30 vars in 741 bytes} [Tue May 26 02:51:57 2026] GET /v2.0/subnets/749f59cf-aed9-4aa3-a653-3915d4588ac9 => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/3007] 199.204.45.222 () {30 vars in 769 bytes} [Tue May 26 02:51:57 2026] GET /v2.0/ports?device_id=63f22af3-8710-4245-ba69-1e8ede5867fc => generated 5377 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/3008] 199.204.45.222 () {30 vars in 703 bytes} [Tue May 26 02:51:58 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: 1469/3009] 199.204.45.222 () {30 vars in 705 bytes} [Tue May 26 02:51:58 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/3010] 199.204.45.222 () {30 vars in 681 bytes} [Tue May 26 02:51:58 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: 1470/3011] 199.204.45.222 () {30 vars in 717 bytes} [Tue May 26 02:51:58 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: 1542/3012] 199.204.45.222 () {30 vars in 737 bytes} [Tue May 26 02:51:58 2026] GET /v2.0/ports/33cd8617-4c20-409a-9178-0820f97f10ee => generated 1516 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/3013] 199.204.45.222 () {34 vars in 790 bytes} [Tue May 26 02:51:58 2026] PUT /v2.0/ports/33cd8617-4c20-409a-9178-0820f97f10ee => generated 1251 bytes in 349 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 02:51:58.566 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-71bb9475-699f-4716-8b23-1d4ea31e6d25'] response: {'name': 'network-changed', 'server_uuid': '63f22af3-8710-4245-ba69-1e8ede5867fc', 'tag': '33cd8617-4c20-409a-9178-0820f97f10ee', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1543/3014] 199.204.45.222 () {30 vars in 743 bytes} [Tue May 26 02:51:58 2026] GET /v2.0/networks/6b70ae29-0a20-4640-bc7e-3913da8b80ba => generated 797 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1472/3015] 199.204.45.222 () {30 vars in 741 bytes} [Tue May 26 02:51:58 2026] GET /v2.0/subnets/4dd2f298-4ffe-4ddf-b49b-06367efe16d7 => generated 673 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/3016] 199.204.45.222 () {30 vars in 737 bytes} [Tue May 26 02:51:58 2026] GET /v2.0/ports/33cd8617-4c20-409a-9178-0820f97f10ee => generated 1287 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/3017] 199.204.45.222 () {34 vars in 789 bytes} [Tue May 26 02:51:58 2026] PUT /v2.0/ports/33cd8617-4c20-409a-9178-0820f97f10ee => generated 1080 bytes in 315 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/3018] 199.204.45.222 () {30 vars in 743 bytes} [Tue May 26 02:51:59 2026] GET /v2.0/networks/6b70ae29-0a20-4640-bc7e-3913da8b80ba => generated 797 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1474/3019] 199.204.45.222 () {30 vars in 769 bytes} [Tue May 26 02:51:59 2026] GET /v2.0/ports?device_id=63f22af3-8710-4245-ba69-1e8ede5867fc => generated 4977 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3020] 199.204.45.222 () {34 vars in 1080 bytes} [Tue May 26 02:51:59 2026] GET /v2.0/ports?tenant_id=1b7a56aaee1a4eceacc2f0e9799acce6&device_id=63f22af3-8710-4245-ba69-1e8ede5867fc => generated 4977 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/3021] 199.204.45.222 () {34 vars in 986 bytes} [Tue May 26 02:51:59 2026] GET /v2.0/networks?id=6b70ae29-0a20-4640-bc7e-3913da8b80ba => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3022] 199.204.45.222 () {34 vars in 1012 bytes} [Tue May 26 02:51:59 2026] GET /v2.0/networks/6b70ae29-0a20-4640-bc7e-3913da8b80ba?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/3023] 199.204.45.222 () {30 vars in 769 bytes} [Tue May 26 02:51:59 2026] GET /v2.0/ports?device_id=63f22af3-8710-4245-ba69-1e8ede5867fc => generated 4977 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1548/3024] 199.204.45.222 () {34 vars in 1112 bytes} [Tue May 26 02:51:59 2026] GET /v2.0/networks/6b70ae29-0a20-4640-bc7e-3913da8b80ba?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: 1477/3025] 199.204.45.222 () {30 vars in 769 bytes} [Tue May 26 02:52:00 2026] GET /v2.0/ports?device_id=63f22af3-8710-4245-ba69-1e8ede5867fc => generated 4977 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 02:52:00.612 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-183c0584-f0ea-43af-9e27-9f072d25967e'] response: {'name': 'network-changed', 'server_uuid': '63f22af3-8710-4245-ba69-1e8ede5867fc', 'tag': '33cd8617-4c20-409a-9178-0820f97f10ee', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1549/3026] 199.204.45.222 () {34 vars in 1080 bytes} [Tue May 26 02:52:01 2026] GET /v2.0/ports?tenant_id=1b7a56aaee1a4eceacc2f0e9799acce6&device_id=63f22af3-8710-4245-ba69-1e8ede5867fc => generated 4977 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/3027] 199.204.45.222 () {34 vars in 986 bytes} [Tue May 26 02:52:01 2026] GET /v2.0/networks?id=6b70ae29-0a20-4640-bc7e-3913da8b80ba => generated 800 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/3028] 199.204.45.222 () {34 vars in 1012 bytes} [Tue May 26 02:52:01 2026] GET /v2.0/networks/6b70ae29-0a20-4640-bc7e-3913da8b80ba?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/3029] 199.204.45.222 () {34 vars in 1112 bytes} [Tue May 26 02:52:01 2026] GET /v2.0/networks/6b70ae29-0a20-4640-bc7e-3913da8b80ba?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/3030] 199.204.45.222 () {30 vars in 769 bytes} [Tue May 26 02:52:01 2026] GET /v2.0/ports?device_id=63f22af3-8710-4245-ba69-1e8ede5867fc => generated 4977 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/3031] 199.204.45.222 () {34 vars in 975 bytes} [Tue May 26 02:52:01 2026] GET /v2.0/ports/33cd8617-4c20-409a-9178-0820f97f10ee => generated 1116 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/3032] 199.204.45.222 () {34 vars in 1060 bytes} [Tue May 26 02:52:01 2026] GET /v2.0/ports/33cd8617-4c20-409a-9178-0820f97f10ee?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/3033] 199.204.45.222 () {34 vars in 1016 bytes} [Tue May 26 02:52:01 2026] GET /v2.0/networks/6b70ae29-0a20-4640-bc7e-3913da8b80ba?fields=dns_domain => generated 29 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3034] 199.204.45.222 () {38 vars in 1028 bytes} [Tue May 26 02:52:01 2026] PUT /v2.0/ports/33cd8617-4c20-409a-9178-0820f97f10ee => generated 917 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/3035] 199.204.45.222 () {30 vars in 769 bytes} [Tue May 26 02:52:02 2026] GET /v2.0/ports?device_id=63f22af3-8710-4245-ba69-1e8ede5867fc => generated 3869 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 02:52:02.573 8 INFO neutron_taas.services.taas.taas_plugin [None req-2d2fc097-8b5e-4e15-a614-2d586caff1e1 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] TaaS: Handle Delete Port: 33cd8617-4c20-409a-9178-0820f97f10ee 2026-05-26 02:52:02.575 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2d2fc097-8b5e-4e15-a614-2d586caff1e1 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Tap Mirror: Handle Delete Port: 33cd8617-4c20-409a-9178-0820f97f10ee [pid: 8|app: 0|req: 1554/3036] 199.204.45.222 () {32 vars in 759 bytes} [Tue May 26 02:52:02 2026] DELETE /v2.0/ports/33cd8617-4c20-409a-9178-0820f97f10ee => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/3037] 199.204.45.222 () {30 vars in 703 bytes} [Tue May 26 02:52: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: 1555/3038] 199.204.45.222 () {30 vars in 705 bytes} [Tue May 26 02:52:02 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: 1484/3039] 199.204.45.222 () {30 vars in 681 bytes} [Tue May 26 02:52:02 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/3040] 199.204.45.222 () {30 vars in 717 bytes} [Tue May 26 02:52: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: 1485/3041] 199.204.45.222 () {30 vars in 741 bytes} [Tue May 26 02:52:02 2026] GET /v2.0/subnets/42704ae3-8d73-4c9e-8555-8995caa0521d => generated 675 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/3042] 199.204.45.222 () {30 vars in 737 bytes} [Tue May 26 02:52:02 2026] GET /v2.0/ports/ecc9ab9e-d9b3-45b2-a964-cf725bd21cc6 => generated 1132 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/3043] 199.204.45.222 () {30 vars in 737 bytes} [Tue May 26 02:52:02 2026] GET /v2.0/ports/b05a09b1-e67d-480a-afc3-277d2842a3d3 => generated 1350 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/3044] 199.204.45.222 () {30 vars in 741 bytes} [Tue May 26 02:52:02 2026] GET /v2.0/subnets/42704ae3-8d73-4c9e-8555-8995caa0521d => generated 675 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/3045] 199.204.45.222 () {30 vars in 743 bytes} [Tue May 26 02:52:03 2026] GET /v2.0/networks/6b730c3f-13df-4064-af85-2ae782f9b909 => generated 799 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/3046] 199.204.45.222 () {30 vars in 737 bytes} [Tue May 26 02:52:03 2026] GET /v2.0/ports/ecc9ab9e-d9b3-45b2-a964-cf725bd21cc6 => generated 1132 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/3047] 199.204.45.222 () {30 vars in 741 bytes} [Tue May 26 02:52:03 2026] GET /v2.0/subnets/42704ae3-8d73-4c9e-8555-8995caa0521d => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/3048] 199.204.45.222 () {34 vars in 1080 bytes} [Tue May 26 02:52:03 2026] GET /v2.0/ports?tenant_id=1b7a56aaee1a4eceacc2f0e9799acce6&device_id=63f22af3-8710-4245-ba69-1e8ede5867fc => generated 3869 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/3049] 199.204.45.222 () {34 vars in 1226 bytes} [Tue May 26 02:52:03 2026] GET /v2.0/networks?id=c74d46c7-f903-4365-a189-b8bd8a66a23e&id=6b730c3f-13df-4064-af85-2ae782f9b909&id=ef993ddb-62bd-4883-bcb3-e513a2882387&id=6b70ae29-0a20-4640-bc7e-3913da8b80ba => generated 3095 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3050] 199.204.45.222 () {34 vars in 1060 bytes} [Tue May 26 02:52:03 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.88&port_id=258b392a-4f82-44e8-bb73-b59646e9150a => 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: 1490/3051] 199.204.45.222 () {34 vars in 984 bytes} [Tue May 26 02:52:03 2026] GET /v2.0/subnets?id=efd0de80-827e-4f23-be00-f920b6ded6b1 => 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: 1562/3052] 199.204.45.222 () {34 vars in 1052 bytes} [Tue May 26 02:52:03 2026] GET /v2.0/ports?network_id=c74d46c7-f903-4365-a189-b8bd8a66a23e&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/3053] 199.204.45.222 () {34 vars in 1012 bytes} [Tue May 26 02:52:03 2026] GET /v2.0/networks/c74d46c7-f903-4365-a189-b8bd8a66a23e?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/3054] 199.204.45.222 () {34 vars in 1112 bytes} [Tue May 26 02:52:03 2026] GET /v2.0/networks/c74d46c7-f903-4365-a189-b8bd8a66a23e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/3055] 199.204.45.222 () {34 vars in 1058 bytes} [Tue May 26 02:52:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.139&port_id=b05a09b1-e67d-480a-afc3-277d2842a3d3 => 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: 1564/3056] 199.204.45.222 () {34 vars in 984 bytes} [Tue May 26 02:52:03 2026] GET /v2.0/subnets?id=42704ae3-8d73-4c9e-8555-8995caa0521d => generated 678 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/3057] 199.204.45.222 () {34 vars in 1052 bytes} [Tue May 26 02:52:03 2026] GET /v2.0/ports?network_id=6b730c3f-13df-4064-af85-2ae782f9b909&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: 1565/3058] 199.204.45.222 () {34 vars in 1012 bytes} [Tue May 26 02:52:03 2026] GET /v2.0/networks/6b730c3f-13df-4064-af85-2ae782f9b909?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/3059] 199.204.45.222 () {34 vars in 1112 bytes} [Tue May 26 02:52:03 2026] GET /v2.0/networks/6b730c3f-13df-4064-af85-2ae782f9b909?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/3060] 199.204.45.222 () {34 vars in 1058 bytes} [Tue May 26 02:52:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.253&port_id=a3edc859-5a4f-475f-9cf4-fec23c96e3d7 => 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: 1495/3061] 199.204.45.222 () {34 vars in 984 bytes} [Tue May 26 02:52:04 2026] GET /v2.0/subnets?id=749f59cf-aed9-4aa3-a653-3915d4588ac9 => 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: 1567/3062] 199.204.45.222 () {34 vars in 1052 bytes} [Tue May 26 02:52:04 2026] GET /v2.0/ports?network_id=ef993ddb-62bd-4883-bcb3-e513a2882387&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: 1496/3063] 199.204.45.222 () {34 vars in 1012 bytes} [Tue May 26 02:52:04 2026] GET /v2.0/networks/ef993ddb-62bd-4883-bcb3-e513a2882387?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3064] 199.204.45.222 () {34 vars in 1112 bytes} [Tue May 26 02:52:04 2026] GET /v2.0/networks/ef993ddb-62bd-4883-bcb3-e513a2882387?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: 1570/3067] 199.204.45.222 () {30 vars in 703 bytes} [Tue May 26 02:52:08 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: 1498/3068] 199.204.45.222 () {30 vars in 705 bytes} [Tue May 26 02:52:08 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3069] 199.204.45.222 () {30 vars in 681 bytes} [Tue May 26 02:52:08 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: 1499/3070] 199.204.45.222 () {30 vars in 717 bytes} [Tue May 26 02:52: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: 8|app: 0|req: 1572/3071] 199.204.45.222 () {30 vars in 769 bytes} [Tue May 26 02:52:08 2026] GET /v2.0/ports?device_id=63f22af3-8710-4245-ba69-1e8ede5867fc => generated 3869 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/3072] 199.204.45.222 () {30 vars in 703 bytes} [Tue May 26 02:52:08 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/3073] 199.204.45.222 () {30 vars in 705 bytes} [Tue May 26 02:52:08 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: 1501/3074] 199.204.45.222 () {30 vars in 681 bytes} [Tue May 26 02:52:08 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: 1574/3075] 199.204.45.222 () {30 vars in 717 bytes} [Tue May 26 02:52: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: 1502/3076] 199.204.45.222 () {30 vars in 737 bytes} [Tue May 26 02:52:08 2026] GET /v2.0/ports/a3edc859-5a4f-475f-9cf4-fec23c96e3d7 => generated 1291 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/3077] 199.204.45.222 () {34 vars in 789 bytes} [Tue May 26 02:52:08 2026] PUT /v2.0/ports/a3edc859-5a4f-475f-9cf4-fec23c96e3d7 => generated 1080 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/3078] 199.204.45.222 () {30 vars in 743 bytes} [Tue May 26 02:52:09 2026] GET /v2.0/networks/ef993ddb-62bd-4883-bcb3-e513a2882387 => generated 797 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:52:09.268 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-62009402-f1f7-464d-82ef-38e41d0447b3'] response: {'name': 'network-changed', 'server_uuid': '63f22af3-8710-4245-ba69-1e8ede5867fc', 'tag': 'a3edc859-5a4f-475f-9cf4-fec23c96e3d7', '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: 1576/3079] 199.204.45.222 () {30 vars in 769 bytes} [Tue May 26 02:52:09 2026] GET /v2.0/ports?device_id=63f22af3-8710-4245-ba69-1e8ede5867fc => generated 3694 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/3080] 199.204.45.222 () {30 vars in 769 bytes} [Tue May 26 02:52:09 2026] GET /v2.0/ports?device_id=63f22af3-8710-4245-ba69-1e8ede5867fc => generated 3694 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3081] 199.204.45.222 () {34 vars in 1080 bytes} [Tue May 26 02:52:09 2026] GET /v2.0/ports?tenant_id=1b7a56aaee1a4eceacc2f0e9799acce6&device_id=63f22af3-8710-4245-ba69-1e8ede5867fc => generated 3694 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/3082] 199.204.45.222 () {34 vars in 986 bytes} [Tue May 26 02:52:09 2026] GET /v2.0/networks?id=ef993ddb-62bd-4883-bcb3-e513a2882387 => generated 800 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3083] 199.204.45.222 () {34 vars in 1012 bytes} [Tue May 26 02:52:09 2026] GET /v2.0/networks/ef993ddb-62bd-4883-bcb3-e513a2882387?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: 1506/3084] 199.204.45.222 () {34 vars in 1112 bytes} [Tue May 26 02:52:09 2026] GET /v2.0/networks/ef993ddb-62bd-4883-bcb3-e513a2882387?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/3085] 199.204.45.222 () {30 vars in 769 bytes} [Tue May 26 02:52:10 2026] GET /v2.0/ports?device_id=63f22af3-8710-4245-ba69-1e8ede5867fc => 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: 1507/3086] 199.204.45.222 () {34 vars in 975 bytes} [Tue May 26 02:52:11 2026] GET /v2.0/ports/a3edc859-5a4f-475f-9cf4-fec23c96e3d7 => generated 1116 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3087] 199.204.45.222 () {34 vars in 1060 bytes} [Tue May 26 02:52:11 2026] GET /v2.0/ports/a3edc859-5a4f-475f-9cf4-fec23c96e3d7?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/3088] 199.204.45.222 () {30 vars in 769 bytes} [Tue May 26 02:52:11 2026] GET /v2.0/ports?device_id=63f22af3-8710-4245-ba69-1e8ede5867fc => generated 3694 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/3089] 199.204.45.222 () {34 vars in 1016 bytes} [Tue May 26 02:52:11 2026] GET /v2.0/networks/ef993ddb-62bd-4883-bcb3-e513a2882387?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: 1509/3090] 199.204.45.222 () {38 vars in 1028 bytes} [Tue May 26 02:52:11 2026] PUT /v2.0/ports/a3edc859-5a4f-475f-9cf4-fec23c96e3d7 => generated 917 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/3091] 199.204.45.222 () {30 vars in 769 bytes} [Tue May 26 02:52:12 2026] GET /v2.0/ports?device_id=63f22af3-8710-4245-ba69-1e8ede5867fc => generated 2586 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 02:52:12.752 7 INFO neutron_taas.services.taas.taas_plugin [None req-537f6621-cab7-4cdd-b1ca-fdb954444eb6 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] TaaS: Handle Delete Port: a3edc859-5a4f-475f-9cf4-fec23c96e3d7 2026-05-26 02:52:12.755 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-537f6621-cab7-4cdd-b1ca-fdb954444eb6 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Tap Mirror: Handle Delete Port: a3edc859-5a4f-475f-9cf4-fec23c96e3d7 [pid: 7|app: 0|req: 1510/3092] 199.204.45.222 () {32 vars in 759 bytes} [Tue May 26 02:52:12 2026] DELETE /v2.0/ports/a3edc859-5a4f-475f-9cf4-fec23c96e3d7 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3093] 199.204.45.222 () {30 vars in 703 bytes} [Tue May 26 02:52:12 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: 1511/3094] 199.204.45.222 () {30 vars in 705 bytes} [Tue May 26 02:52:12 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1584/3095] 199.204.45.222 () {30 vars in 681 bytes} [Tue May 26 02:52:12 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/3096] 199.204.45.222 () {30 vars in 717 bytes} [Tue May 26 02:52:13 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/3097] 199.204.45.222 () {30 vars in 741 bytes} [Tue May 26 02:52:13 2026] GET /v2.0/subnets/42704ae3-8d73-4c9e-8555-8995caa0521d => generated 675 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/3098] 199.204.45.222 () {30 vars in 737 bytes} [Tue May 26 02:52:13 2026] GET /v2.0/ports/ecc9ab9e-d9b3-45b2-a964-cf725bd21cc6 => generated 1132 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/3099] 199.204.45.222 () {30 vars in 737 bytes} [Tue May 26 02:52:13 2026] GET /v2.0/ports/b05a09b1-e67d-480a-afc3-277d2842a3d3 => generated 1350 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/3100] 199.204.45.222 () {30 vars in 741 bytes} [Tue May 26 02:52:13 2026] GET /v2.0/subnets/42704ae3-8d73-4c9e-8555-8995caa0521d => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3101] 199.204.45.222 () {30 vars in 743 bytes} [Tue May 26 02:52:13 2026] GET /v2.0/networks/6b730c3f-13df-4064-af85-2ae782f9b909 => generated 799 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/3102] 199.204.45.222 () {30 vars in 737 bytes} [Tue May 26 02:52:13 2026] GET /v2.0/ports/ecc9ab9e-d9b3-45b2-a964-cf725bd21cc6 => generated 1132 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/3103] 199.204.45.222 () {30 vars in 741 bytes} [Tue May 26 02:52:13 2026] GET /v2.0/subnets/42704ae3-8d73-4c9e-8555-8995caa0521d => generated 675 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/3104] 199.204.45.222 () {34 vars in 1080 bytes} [Tue May 26 02:52:13 2026] GET /v2.0/ports?tenant_id=1b7a56aaee1a4eceacc2f0e9799acce6&device_id=63f22af3-8710-4245-ba69-1e8ede5867fc => generated 2586 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1589/3105] 199.204.45.222 () {34 vars in 1146 bytes} [Tue May 26 02:52:13 2026] GET /v2.0/networks?id=c74d46c7-f903-4365-a189-b8bd8a66a23e&id=6b730c3f-13df-4064-af85-2ae782f9b909&id=ef993ddb-62bd-4883-bcb3-e513a2882387 => generated 2309 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/3106] 199.204.45.222 () {34 vars in 1060 bytes} [Tue May 26 02:52:13 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.88&port_id=258b392a-4f82-44e8-bb73-b59646e9150a => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/3107] 199.204.45.222 () {34 vars in 984 bytes} [Tue May 26 02:52:13 2026] GET /v2.0/subnets?id=efd0de80-827e-4f23-be00-f920b6ded6b1 => generated 654 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/3108] 199.204.45.222 () {34 vars in 1052 bytes} [Tue May 26 02:52:13 2026] GET /v2.0/ports?network_id=c74d46c7-f903-4365-a189-b8bd8a66a23e&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: 1591/3109] 199.204.45.222 () {34 vars in 1012 bytes} [Tue May 26 02:52:13 2026] GET /v2.0/networks/c74d46c7-f903-4365-a189-b8bd8a66a23e?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/3110] 199.204.45.222 () {34 vars in 1112 bytes} [Tue May 26 02:52:13 2026] GET /v2.0/networks/c74d46c7-f903-4365-a189-b8bd8a66a23e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/3111] 199.204.45.222 () {34 vars in 1058 bytes} [Tue May 26 02:52:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.139&port_id=b05a09b1-e67d-480a-afc3-277d2842a3d3 => 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: 1520/3112] 199.204.45.222 () {34 vars in 984 bytes} [Tue May 26 02:52:13 2026] GET /v2.0/subnets?id=42704ae3-8d73-4c9e-8555-8995caa0521d => generated 678 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1593/3113] 199.204.45.222 () {34 vars in 1052 bytes} [Tue May 26 02:52:13 2026] GET /v2.0/ports?network_id=6b730c3f-13df-4064-af85-2ae782f9b909&device_owner=network%3Adhcp => generated 1461 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/3114] 199.204.45.222 () {34 vars in 1012 bytes} [Tue May 26 02:52:13 2026] GET /v2.0/networks/6b730c3f-13df-4064-af85-2ae782f9b909?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3115] 199.204.45.222 () {34 vars in 1112 bytes} [Tue May 26 02:52:14 2026] GET /v2.0/networks/6b730c3f-13df-4064-af85-2ae782f9b909?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: 1523/3118] 199.204.45.222 () {30 vars in 703 bytes} [Tue May 26 02:52:24 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: 1596/3119] 199.204.45.222 () {30 vars in 705 bytes} [Tue May 26 02:52:24 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: 1524/3120] 199.204.45.222 () {30 vars in 681 bytes} [Tue May 26 02:52:24 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: 1597/3121] 199.204.45.222 () {30 vars in 717 bytes} [Tue May 26 02:52:24 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:52:24.535 7 INFO neutron.api.v2.resource [None req-c021db40-00d8-49f9-88c9-d83eca6cddc0 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1525/3122] 199.204.45.222 () {30 vars in 763 bytes} [Tue May 26 02:52:24 2026] GET /v2.0/security-groups/lb-e7e8c7c7-6db8-42f8-9850-fa1143f2c506 => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3123] 199.204.45.222 () {30 vars in 785 bytes} [Tue May 26 02:52:24 2026] GET /v2.0/security-groups?name=lb-e7e8c7c7-6db8-42f8-9850-fa1143f2c506 => generated 2865 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/3124] 199.204.45.222 () {30 vars in 815 bytes} [Tue May 26 02:52:24 2026] GET /v2.0/security-group-rules?security_group_id=887ede5a-59ce-41ce-9d97-abd8350356fd => generated 2334 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1599/3125] 199.204.45.222 () {32 vars in 789 bytes} [Tue May 26 02:52:24 2026] DELETE /v2.0/security-group-rules/174cc91a-6129-4190-ac85-066a5538c483 => 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: 1527/3126] 199.204.45.222 () {32 vars in 789 bytes} [Tue May 26 02:52:24 2026] DELETE /v2.0/security-group-rules/ba80a695-2129-4ff5-94ee-96730d8041a9 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 02:52:28.583 8 INFO neutron_taas.services.taas.taas_plugin [None req-60b08275-499d-4d61-9ffd-1b572b6b55bb b46c8bd3b61f49aab8e1ff72814f7a8e a5ede13b2a6c4bc3aca5c051f7595657 - - default default] TaaS: Handle Delete Port: cd099c9d-25cc-4a52-a405-d258d0bcf3f2 2026-05-26 02:52:28.588 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-60b08275-499d-4d61-9ffd-1b572b6b55bb b46c8bd3b61f49aab8e1ff72814f7a8e a5ede13b2a6c4bc3aca5c051f7595657 - - default default] Tap Mirror: Handle Delete Port: cd099c9d-25cc-4a52-a405-d258d0bcf3f2 2026-05-26 02:52:28.743 8 INFO neutron.db.l3_db [None req-60b08275-499d-4d61-9ffd-1b572b6b55bb b46c8bd3b61f49aab8e1ff72814f7a8e a5ede13b2a6c4bc3aca5c051f7595657 - - default default] Floating IP 1575824c-0a65-467e-9254-0d7b65c1680d disassociated (deleted). External IP: 10.96.250.206, port: ecc9ab9e-d9b3-45b2-a964-cf725bd21cc6. [pid: 8|app: 0|req: 1600/3127] 10.0.0.73 () {32 vars in 731 bytes} [Tue May 26 02:52:28 2026] DELETE /v2.0/floatingips/1575824c-0a65-467e-9254-0d7b65c1680d => generated 0 bytes in 677 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 02:52:29.110 7 INFO neutron.api.v2.resource [None req-79d41c03-792f-4005-a0e6-7c8c94289b6f b46c8bd3b61f49aab8e1ff72814f7a8e a5ede13b2a6c4bc3aca5c051f7595657 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1528/3128] 10.0.0.73 () {32 vars in 728 bytes} [Tue May 26 02:52:29 2026] GET /v2.0/floatingips/1575824c-0a65-467e-9254-0d7b65c1680d => generated 144 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1601/3129] 199.204.45.222 () {30 vars in 703 bytes} [Tue May 26 02:52:29 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/3130] 199.204.45.222 () {30 vars in 705 bytes} [Tue May 26 02:52:29 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1602/3131] 199.204.45.222 () {30 vars in 681 bytes} [Tue May 26 02:52:29 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/3132] 199.204.45.222 () {30 vars in 717 bytes} [Tue May 26 02:52:29 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:52:29.898 8 INFO neutron.api.v2.resource [None req-24c6727c-3829-45d1-953c-41548baaf4d9 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1603/3133] 199.204.45.222 () {30 vars in 763 bytes} [Tue May 26 02:52:29 2026] GET /v2.0/security-groups/lb-e7e8c7c7-6db8-42f8-9850-fa1143f2c506 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/3134] 199.204.45.222 () {30 vars in 785 bytes} [Tue May 26 02:52:29 2026] GET /v2.0/security-groups?name=lb-e7e8c7c7-6db8-42f8-9850-fa1143f2c506 => 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: 1604/3135] 199.204.45.222 () {30 vars in 815 bytes} [Tue May 26 02:52:29 2026] GET /v2.0/security-group-rules?security_group_id=887ede5a-59ce-41ce-9d97-abd8350356fd => generated 1182 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/3136] 199.204.45.222 () {30 vars in 703 bytes} [Tue May 26 02:52:30 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: 1605/3137] 199.204.45.222 () {30 vars in 705 bytes} [Tue May 26 02:52:30 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/3138] 199.204.45.222 () {30 vars in 681 bytes} [Tue May 26 02:52:30 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: 1606/3139] 199.204.45.222 () {30 vars in 717 bytes} [Tue May 26 02:52:30 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: 1534/3140] 199.204.45.222 () {30 vars in 741 bytes} [Tue May 26 02:52:30 2026] GET /v2.0/subnets/42704ae3-8d73-4c9e-8555-8995caa0521d => generated 675 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/3141] 199.204.45.222 () {30 vars in 769 bytes} [Tue May 26 02:52:30 2026] GET /v2.0/ports?device_id=63f22af3-8710-4245-ba69-1e8ede5867fc => generated 2586 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/3142] 199.204.45.222 () {30 vars in 769 bytes} [Tue May 26 02:52:30 2026] GET /v2.0/ports?device_id=63f22af3-8710-4245-ba69-1e8ede5867fc => generated 2586 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1608/3143] 199.204.45.222 () {30 vars in 769 bytes} [Tue May 26 02:52:30 2026] GET /v2.0/ports?device_id=63f22af3-8710-4245-ba69-1e8ede5867fc => generated 2586 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/3144] 199.204.45.222 () {30 vars in 769 bytes} [Tue May 26 02:52:31 2026] GET /v2.0/ports?device_id=63f22af3-8710-4245-ba69-1e8ede5867fc => generated 2586 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1609/3145] 199.204.45.222 () {34 vars in 975 bytes} [Tue May 26 02:52:32 2026] GET /v2.0/ports/b05a09b1-e67d-480a-afc3-277d2842a3d3 => generated 1350 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/3146] 199.204.45.222 () {30 vars in 769 bytes} [Tue May 26 02:52:32 2026] GET /v2.0/ports?device_id=63f22af3-8710-4245-ba69-1e8ede5867fc => generated 2586 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1610/3147] 199.204.45.222 () {34 vars in 1060 bytes} [Tue May 26 02:52:32 2026] GET /v2.0/ports/b05a09b1-e67d-480a-afc3-277d2842a3d3?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/3148] 199.204.45.222 () {34 vars in 1016 bytes} [Tue May 26 02:52:32 2026] GET /v2.0/networks/6b730c3f-13df-4064-af85-2ae782f9b909?fields=dns_domain => generated 29 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1611/3149] 199.204.45.222 () {38 vars in 1028 bytes} [Tue May 26 02:52:32 2026] PUT /v2.0/ports/b05a09b1-e67d-480a-afc3-277d2842a3d3 => generated 1151 bytes in 398 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/3150] 199.204.45.222 () {30 vars in 769 bytes} [Tue May 26 02:52:33 2026] GET /v2.0/ports?device_id=63f22af3-8710-4245-ba69-1e8ede5867fc => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1612/3151] 199.204.45.222 () {34 vars in 789 bytes} [Tue May 26 02:52:33 2026] PUT /v2.0/ports/b05a09b1-e67d-480a-afc3-277d2842a3d3 => generated 1090 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/3152] 199.204.45.222 () {30 vars in 737 bytes} [Tue May 26 02:52:34 2026] GET /v2.0/ports/b05a09b1-e67d-480a-afc3-277d2842a3d3 => generated 1090 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-26 02:52:34.291 8 INFO neutron_taas.services.taas.taas_plugin [None req-e471e065-d2d7-4978-80e5-c8482b580ad0 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] TaaS: Handle Delete Port: b05a09b1-e67d-480a-afc3-277d2842a3d3 2026-05-26 02:52:34.294 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e471e065-d2d7-4978-80e5-c8482b580ad0 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Tap Mirror: Handle Delete Port: b05a09b1-e67d-480a-afc3-277d2842a3d3 [pid: 8|app: 0|req: 1613/3153] 199.204.45.222 () {32 vars in 759 bytes} [Tue May 26 02:52:34 2026] DELETE /v2.0/ports/b05a09b1-e67d-480a-afc3-277d2842a3d3 => generated 0 bytes in 286 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/3154] 199.204.45.222 () {30 vars in 703 bytes} [Tue May 26 02:52:34 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1614/3155] 199.204.45.222 () {30 vars in 705 bytes} [Tue May 26 02:52:34 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: 1542/3156] 199.204.45.222 () {30 vars in 681 bytes} [Tue May 26 02:52:34 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1615/3157] 199.204.45.222 () {30 vars in 717 bytes} [Tue May 26 02:52:34 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:52:34.627 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e6f980f8-aea4-4449-afdf-3ea9f4d026fd 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1543/3158] 199.204.45.222 () {32 vars in 759 bytes} [Tue May 26 02:52:34 2026] DELETE /v2.0/ports/b05a09b1-e67d-480a-afc3-277d2842a3d3 => generated 132 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1616/3159] 199.204.45.222 () {30 vars in 737 bytes} [Tue May 26 02:52:34 2026] GET /v2.0/ports/ecc9ab9e-d9b3-45b2-a964-cf725bd21cc6 => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 02:52:34.697 7 INFO neutron.api.v2.resource [None req-d0a738ef-6ba3-4779-a011-443970218f4c 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1544/3160] 199.204.45.222 () {30 vars in 763 bytes} [Tue May 26 02:52:34 2026] GET /v2.0/security-groups/lb-e7e8c7c7-6db8-42f8-9850-fa1143f2c506 => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1617/3161] 199.204.45.222 () {30 vars in 785 bytes} [Tue May 26 02:52:34 2026] GET /v2.0/security-groups?name=lb-e7e8c7c7-6db8-42f8-9850-fa1143f2c506 => generated 1639 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3162] 199.204.45.222 () {30 vars in 737 bytes} [Tue May 26 02:52:34 2026] GET /v2.0/ports/ecc9ab9e-d9b3-45b2-a964-cf725bd21cc6 => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1618/3163] 199.204.45.222 () {34 vars in 1080 bytes} [Tue May 26 02:52:34 2026] GET /v2.0/ports?tenant_id=1b7a56aaee1a4eceacc2f0e9799acce6&device_id=63f22af3-8710-4245-ba69-1e8ede5867fc => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1619/3164] 199.204.45.222 () {34 vars in 1066 bytes} [Tue May 26 02:52:34 2026] GET /v2.0/networks?id=c74d46c7-f903-4365-a189-b8bd8a66a23e&id=6b730c3f-13df-4064-af85-2ae782f9b909 => generated 1523 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1620/3165] 199.204.45.222 () {34 vars in 1060 bytes} [Tue May 26 02:52:34 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.88&port_id=258b392a-4f82-44e8-bb73-b59646e9150a => 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: 1621/3166] 199.204.45.222 () {34 vars in 984 bytes} [Tue May 26 02:52:34 2026] GET /v2.0/subnets?id=efd0de80-827e-4f23-be00-f920b6ded6b1 => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1622/3167] 199.204.45.222 () {34 vars in 1052 bytes} [Tue May 26 02:52:34 2026] GET /v2.0/ports?network_id=c74d46c7-f903-4365-a189-b8bd8a66a23e&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3168] 199.204.45.222 () {34 vars in 789 bytes} [Tue May 26 02:52:34 2026] PUT /v2.0/ports/ecc9ab9e-d9b3-45b2-a964-cf725bd21cc6 => generated 1094 bytes in 201 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1623/3169] 199.204.45.222 () {34 vars in 1012 bytes} [Tue May 26 02:52:35 2026] GET /v2.0/networks/c74d46c7-f903-4365-a189-b8bd8a66a23e?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3170] 199.204.45.222 () {32 vars in 779 bytes} [Tue May 26 02:52:35 2026] DELETE /v2.0/security-groups/887ede5a-59ce-41ce-9d97-abd8350356fd => 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: 1624/3171] 199.204.45.222 () {34 vars in 1112 bytes} [Tue May 26 02:52:35 2026] GET /v2.0/networks/c74d46c7-f903-4365-a189-b8bd8a66a23e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 02:52:35.187 7 INFO neutron_taas.services.taas.taas_plugin [None req-20b7618a-7080-4fcd-8f35-60b0419649a5 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] TaaS: Handle Delete Port: ecc9ab9e-d9b3-45b2-a964-cf725bd21cc6 2026-05-26 02:52:35.190 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-20b7618a-7080-4fcd-8f35-60b0419649a5 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Tap Mirror: Handle Delete Port: ecc9ab9e-d9b3-45b2-a964-cf725bd21cc6 [pid: 7|app: 0|req: 1548/3172] 199.204.45.222 () {32 vars in 759 bytes} [Tue May 26 02:52:35 2026] DELETE /v2.0/ports/ecc9ab9e-d9b3-45b2-a964-cf725bd21cc6 => generated 0 bytes in 236 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1626/3175] 199.204.45.222 () {34 vars in 994 bytes} [Tue May 26 02:52:38 2026] GET /v2.0/ports?device_id=63f22af3-8710-4245-ba69-1e8ede5867fc => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 02:52:38.357 7 INFO neutron_taas.services.taas.taas_plugin [req-637e0256-a64b-451c-bc43-94ec38b2d575 req-26659361-4f2a-47c6-bba1-82455a9272a9 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] TaaS: Handle Delete Port: 258b392a-4f82-44e8-bb73-b59646e9150a 2026-05-26 02:52:38.362 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-637e0256-a64b-451c-bc43-94ec38b2d575 req-26659361-4f2a-47c6-bba1-82455a9272a9 71fc9f8c50354854949fb43ca4050159 1b7a56aaee1a4eceacc2f0e9799acce6 - - default default] Tap Mirror: Handle Delete Port: 258b392a-4f82-44e8-bb73-b59646e9150a [pid: 7|app: 0|req: 1550/3176] 199.204.45.222 () {36 vars in 997 bytes} [Tue May 26 02:52:38 2026] DELETE /v2.0/ports/258b392a-4f82-44e8-bb73-b59646e9150a => generated 0 bytes in 306 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:52:38.586 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b023ef25-3887-4dfe-8a41-b189739bcc6f'] response: {'server_uuid': '63f22af3-8710-4245-ba69-1e8ede5867fc', 'name': 'network-vif-deleted', 'tag': '258b392a-4f82-44e8-bb73-b59646e9150a', 'status': 'completed', 'code': 200} 2026-05-26 02:52:39.445 8 INFO neutron_taas.services.taas.taas_plugin [None req-af199e95-5ce7-4e8c-a489-91df0a63614f b46c8bd3b61f49aab8e1ff72814f7a8e a5ede13b2a6c4bc3aca5c051f7595657 - - default default] TaaS: Handle Delete Port: 01b94765-f246-439f-8966-06ffd5832619 2026-05-26 02:52:39.448 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af199e95-5ce7-4e8c-a489-91df0a63614f b46c8bd3b61f49aab8e1ff72814f7a8e a5ede13b2a6c4bc3aca5c051f7595657 - - default default] Tap Mirror: Handle Delete Port: 01b94765-f246-439f-8966-06ffd5832619 2026-05-26 02:52:39.635 8 INFO neutron.db.l3_db [None req-af199e95-5ce7-4e8c-a489-91df0a63614f b46c8bd3b61f49aab8e1ff72814f7a8e a5ede13b2a6c4bc3aca5c051f7595657 - - default default] Floating IP a0860686-6681-415c-adc8-d1111ada4a98 disassociated (deleted). External IP: 10.96.250.205, port: d6cd157b-1b84-4541-95d0-15fb1b728d03. [pid: 8|app: 0|req: 1627/3177] 10.0.0.73 () {32 vars in 731 bytes} [Tue May 26 02:52:39 2026] DELETE /v2.0/floatingips/a0860686-6681-415c-adc8-d1111ada4a98 => generated 0 bytes in 648 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 02:52:39.998 7 INFO neutron.api.v2.resource [None req-c1df9a00-95a1-4208-91cf-1ea7aba318ba b46c8bd3b61f49aab8e1ff72814f7a8e a5ede13b2a6c4bc3aca5c051f7595657 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1551/3178] 10.0.0.73 () {32 vars in 728 bytes} [Tue May 26 02:52:39 2026] GET /v2.0/floatingips/a0860686-6681-415c-adc8-d1111ada4a98 => generated 144 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 02:52:40.023 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3f0478d5-5d23-48bd-985f-7c868875a11a'] response: {'name': 'network-changed', 'server_uuid': '09bf3484-4340-497c-acba-2192389fbd05', 'tag': 'd6cd157b-1b84-4541-95d0-15fb1b728d03', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1628/3179] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:52:40 2026] GET /v2.0/ports?device_id=09bf3484-4340-497c-acba-2192389fbd05 => generated 1204 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/3180] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:52:40 2026] GET /v2.0/security-groups?id=b09a208d-5794-4897-92f5-b673670b358f&fields=id&fields=name => generated 111 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1629/3181] 199.204.45.222 () {34 vars in 1080 bytes} [Tue May 26 02:52:40 2026] GET /v2.0/ports?tenant_id=a5ede13b2a6c4bc3aca5c051f7595657&device_id=09bf3484-4340-497c-acba-2192389fbd05 => generated 1473 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/3182] 199.204.45.222 () {34 vars in 986 bytes} [Tue May 26 02:52:40 2026] GET /v2.0/networks?id=6b70ae29-0a20-4640-bc7e-3913da8b80ba => generated 800 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1630/3183] 199.204.45.222 () {34 vars in 1058 bytes} [Tue May 26 02:52:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.220&port_id=d6cd157b-1b84-4541-95d0-15fb1b728d03 => generated 19 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/3184] 199.204.45.222 () {34 vars in 1106 bytes} [Tue May 26 02:52:40 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A373&port_id=d6cd157b-1b84-4541-95d0-15fb1b728d03 => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1631/3185] 199.204.45.222 () {34 vars in 1064 bytes} [Tue May 26 02:52:40 2026] GET /v2.0/subnets?id=0cc20955-04a9-412f-9e71-fd91ab55e5cd&id=4dd2f298-4ffe-4ddf-b49b-06367efe16d7 => generated 1414 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/3186] 199.204.45.222 () {34 vars in 1052 bytes} [Tue May 26 02:52:40 2026] GET /v2.0/ports?network_id=6b70ae29-0a20-4640-bc7e-3913da8b80ba&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: 1632/3187] 199.204.45.222 () {34 vars in 1052 bytes} [Tue May 26 02:52:40 2026] GET /v2.0/ports?network_id=6b70ae29-0a20-4640-bc7e-3913da8b80ba&device_owner=network%3Adhcp => generated 1461 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/3188] 199.204.45.222 () {34 vars in 1012 bytes} [Tue May 26 02:52:40 2026] GET /v2.0/networks/6b70ae29-0a20-4640-bc7e-3913da8b80ba?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1633/3189] 199.204.45.222 () {34 vars in 1112 bytes} [Tue May 26 02:52:40 2026] GET /v2.0/networks/6b70ae29-0a20-4640-bc7e-3913da8b80ba?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: 1557/3190] 199.204.45.222 () {34 vars in 994 bytes} [Tue May 26 02:52:42 2026] GET /v2.0/ports?device_id=09bf3484-4340-497c-acba-2192389fbd05 => generated 1202 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 02:52:43.016 8 INFO neutron_taas.services.taas.taas_plugin [req-21e90b85-374c-4297-8922-2cb23b129cda req-e91dc436-7f60-4cc1-b510-5da300397aad b46c8bd3b61f49aab8e1ff72814f7a8e a5ede13b2a6c4bc3aca5c051f7595657 - - default default] TaaS: Handle Delete Port: d6cd157b-1b84-4541-95d0-15fb1b728d03 2026-05-26 02:52:43.021 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-21e90b85-374c-4297-8922-2cb23b129cda req-e91dc436-7f60-4cc1-b510-5da300397aad b46c8bd3b61f49aab8e1ff72814f7a8e a5ede13b2a6c4bc3aca5c051f7595657 - - default default] Tap Mirror: Handle Delete Port: d6cd157b-1b84-4541-95d0-15fb1b728d03 [pid: 8|app: 0|req: 1634/3191] 199.204.45.222 () {36 vars in 997 bytes} [Tue May 26 02:52:42 2026] DELETE /v2.0/ports/d6cd157b-1b84-4541-95d0-15fb1b728d03 => generated 0 bytes in 339 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:52:43.273 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-dfea17ca-ab24-4f55-b3c5-d8c5c3f45a4e'] response: {'server_uuid': '09bf3484-4340-497c-acba-2192389fbd05', 'name': 'network-vif-deleted', 'tag': 'd6cd157b-1b84-4541-95d0-15fb1b728d03', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1558/3192] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:52:45 2026] GET /v2.0/ports?device_id=09bf3484-4340-497c-acba-2192389fbd05 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-26 02:52:50.621 8 INFO neutron_taas.services.taas.taas_plugin [None req-f8ec1451-d9e9-4176-bfeb-7a42879b5bd0 b46c8bd3b61f49aab8e1ff72814f7a8e a5ede13b2a6c4bc3aca5c051f7595657 - - default default] TaaS: Handle Delete Port: 1d0af92a-3e68-43bb-8219-e67e46fa6871 2026-05-26 02:52:50.624 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f8ec1451-d9e9-4176-bfeb-7a42879b5bd0 b46c8bd3b61f49aab8e1ff72814f7a8e a5ede13b2a6c4bc3aca5c051f7595657 - - default default] Tap Mirror: Handle Delete Port: 1d0af92a-3e68-43bb-8219-e67e46fa6871 2026-05-26 02:52:50.826 8 INFO neutron.db.l3_db [None req-f8ec1451-d9e9-4176-bfeb-7a42879b5bd0 b46c8bd3b61f49aab8e1ff72814f7a8e a5ede13b2a6c4bc3aca5c051f7595657 - - default default] Floating IP c141fdc5-63ae-43d5-837e-20c811e0f432 disassociated (deleted). External IP: 10.96.250.214, port: 6813cb5e-c5b4-4440-9bbd-bbab8680940d. [pid: 8|app: 0|req: 1635/3193] 10.0.0.73 () {32 vars in 731 bytes} [Tue May 26 02:52:50 2026] DELETE /v2.0/floatingips/c141fdc5-63ae-43d5-837e-20c811e0f432 => generated 0 bytes in 706 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 02:52:51.206 7 INFO neutron.api.v2.resource [None req-63de7864-04d2-4b5f-9c1a-0197a08141fd b46c8bd3b61f49aab8e1ff72814f7a8e a5ede13b2a6c4bc3aca5c051f7595657 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1559/3194] 10.0.0.73 () {32 vars in 728 bytes} [Tue May 26 02:52:51 2026] GET /v2.0/floatingips/c141fdc5-63ae-43d5-837e-20c811e0f432 => generated 144 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 02:52:51.219 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cd0ec130-41f4-4a43-b757-361fe67501cf'] response: {'name': 'network-changed', 'server_uuid': 'd1145db0-68b9-4bd7-9d9e-f6a3f529bff4', 'tag': '6813cb5e-c5b4-4440-9bbd-bbab8680940d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1636/3195] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:52:51 2026] GET /v2.0/ports?device_id=d1145db0-68b9-4bd7-9d9e-f6a3f529bff4 => generated 1192 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/3196] 10.0.0.4 () {34 vars in 1038 bytes} [Tue May 26 02:52:51 2026] GET /v2.0/security-groups?id=b09a208d-5794-4897-92f5-b673670b358f&fields=id&fields=name => generated 111 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1637/3197] 199.204.45.222 () {34 vars in 1080 bytes} [Tue May 26 02:52:51 2026] GET /v2.0/ports?tenant_id=a5ede13b2a6c4bc3aca5c051f7595657&device_id=d1145db0-68b9-4bd7-9d9e-f6a3f529bff4 => 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: 1561/3198] 199.204.45.222 () {34 vars in 986 bytes} [Tue May 26 02:52:51 2026] GET /v2.0/networks?id=ef993ddb-62bd-4883-bcb3-e513a2882387 => generated 800 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1638/3199] 199.204.45.222 () {34 vars in 1056 bytes} [Tue May 26 02:52:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.22&port_id=6813cb5e-c5b4-4440-9bbd-bbab8680940d => 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: 1562/3200] 199.204.45.222 () {34 vars in 1102 bytes} [Tue May 26 02:52:51 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A57&port_id=6813cb5e-c5b4-4440-9bbd-bbab8680940d => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1639/3201] 199.204.45.222 () {34 vars in 1064 bytes} [Tue May 26 02:52:51 2026] GET /v2.0/subnets?id=749f59cf-aed9-4aa3-a653-3915d4588ac9&id=7b327cf5-4417-4c59-ad0f-8807abc2175c => generated 1409 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3202] 199.204.45.222 () {34 vars in 1052 bytes} [Tue May 26 02:52:51 2026] GET /v2.0/ports?network_id=ef993ddb-62bd-4883-bcb3-e513a2882387&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1640/3205] 199.204.45.222 () {34 vars in 1052 bytes} [Tue May 26 02:52:51 2026] GET /v2.0/ports?network_id=ef993ddb-62bd-4883-bcb3-e513a2882387&device_owner=network%3Adhcp => generated 1457 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3206] 199.204.45.222 () {34 vars in 1012 bytes} [Tue May 26 02:52:52 2026] GET /v2.0/networks/ef993ddb-62bd-4883-bcb3-e513a2882387?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1641/3207] 199.204.45.222 () {34 vars in 1112 bytes} [Tue May 26 02:52:52 2026] GET /v2.0/networks/ef993ddb-62bd-4883-bcb3-e513a2882387?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: 1567/3208] 199.204.45.222 () {34 vars in 994 bytes} [Tue May 26 02:52:53 2026] GET /v2.0/ports?device_id=d1145db0-68b9-4bd7-9d9e-f6a3f529bff4 => generated 1192 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-26 02:52:53.986 8 INFO neutron_taas.services.taas.taas_plugin [req-f3ee600e-49b8-4b94-8dba-136e84dcc07f req-aad89b21-a929-46b2-8c19-7f5a4b52e795 b46c8bd3b61f49aab8e1ff72814f7a8e a5ede13b2a6c4bc3aca5c051f7595657 - - default default] TaaS: Handle Delete Port: 6813cb5e-c5b4-4440-9bbd-bbab8680940d 2026-05-26 02:52:53.989 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f3ee600e-49b8-4b94-8dba-136e84dcc07f req-aad89b21-a929-46b2-8c19-7f5a4b52e795 b46c8bd3b61f49aab8e1ff72814f7a8e a5ede13b2a6c4bc3aca5c051f7595657 - - default default] Tap Mirror: Handle Delete Port: 6813cb5e-c5b4-4440-9bbd-bbab8680940d [pid: 8|app: 0|req: 1642/3209] 199.204.45.222 () {36 vars in 997 bytes} [Tue May 26 02:52:53 2026] DELETE /v2.0/ports/6813cb5e-c5b4-4440-9bbd-bbab8680940d => generated 0 bytes in 297 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:52:54.220 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e65c52d8-b178-4318-8982-9e4e01e2c392'] response: {'server_uuid': 'd1145db0-68b9-4bd7-9d9e-f6a3f529bff4', 'name': 'network-vif-deleted', 'tag': '6813cb5e-c5b4-4440-9bbd-bbab8680940d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1568/3210] 10.0.0.4 () {34 vars in 988 bytes} [Tue May 26 02:52:56 2026] GET /v2.0/ports?device_id=d1145db0-68b9-4bd7-9d9e-f6a3f529bff4 => 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: 1643/3211] 10.0.0.73 () {32 vars in 749 bytes} [Tue May 26 02:53:01 2026] DELETE /v2.0/security-group-rules/87be8640-e19b-48a9-bdb8-a4bd6e81acbc => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 02:53:01.854 7 INFO neutron.api.v2.resource [None req-6a072d63-9be6-488b-a012-81428b8b1f05 b46c8bd3b61f49aab8e1ff72814f7a8e a5ede13b2a6c4bc3aca5c051f7595657 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1569/3212] 10.0.0.73 () {32 vars in 746 bytes} [Tue May 26 02:53:01 2026] GET /v2.0/security-group-rules/87be8640-e19b-48a9-bdb8-a4bd6e81acbc => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1644/3213] 10.0.0.73 () {32 vars in 749 bytes} [Tue May 26 02:53:01 2026] DELETE /v2.0/security-group-rules/5239c792-b411-48b2-9381-0aed88c7612b => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 02:53:01.957 7 INFO neutron.api.v2.resource [None req-a5133100-b30e-4adf-a259-9fcd1dd78d1d b46c8bd3b61f49aab8e1ff72814f7a8e a5ede13b2a6c4bc3aca5c051f7595657 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1570/3214] 10.0.0.73 () {32 vars in 746 bytes} [Tue May 26 02:53:01 2026] GET /v2.0/security-group-rules/5239c792-b411-48b2-9381-0aed88c7612b => 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: 1645/3215] 10.0.0.73 () {32 vars in 749 bytes} [Tue May 26 02:53:01 2026] DELETE /v2.0/security-group-rules/6678cc1e-f87f-4a9c-9980-fcf18a737386 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 02:53:02.054 7 INFO neutron.api.v2.resource [None req-8a79835f-1cfc-48c1-b0c2-980d0da516c4 b46c8bd3b61f49aab8e1ff72814f7a8e a5ede13b2a6c4bc3aca5c051f7595657 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1571/3216] 10.0.0.73 () {32 vars in 746 bytes} [Tue May 26 02:53:02 2026] GET /v2.0/security-group-rules/6678cc1e-f87f-4a9c-9980-fcf18a737386 => 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: 1646/3217] 10.0.0.73 () {32 vars in 749 bytes} [Tue May 26 02:53:02 2026] DELETE /v2.0/security-group-rules/3aa0f4b4-8953-4907-9fae-c5dccc907f63 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 02:53:02.142 7 INFO neutron.api.v2.resource [None req-d7e333d7-2366-4684-8dbb-5e2702aafe96 b46c8bd3b61f49aab8e1ff72814f7a8e a5ede13b2a6c4bc3aca5c051f7595657 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1572/3218] 10.0.0.73 () {32 vars in 746 bytes} [Tue May 26 02:53:02 2026] GET /v2.0/security-group-rules/3aa0f4b4-8953-4907-9fae-c5dccc907f63 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1647/3219] 10.0.0.73 () {32 vars in 749 bytes} [Tue May 26 02:53:02 2026] DELETE /v2.0/security-group-rules/e63ad894-b43d-4dde-bcd6-c012959ce474 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 02:53:02.236 7 INFO neutron.api.v2.resource [None req-90df42b3-73ae-46be-a944-89e1051301ea b46c8bd3b61f49aab8e1ff72814f7a8e a5ede13b2a6c4bc3aca5c051f7595657 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1573/3220] 10.0.0.73 () {32 vars in 746 bytes} [Tue May 26 02:53:02 2026] GET /v2.0/security-group-rules/e63ad894-b43d-4dde-bcd6-c012959ce474 => 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: 1648/3221] 10.0.0.73 () {32 vars in 749 bytes} [Tue May 26 02:53:02 2026] DELETE /v2.0/security-group-rules/64f26ea4-5cd0-42c4-8478-b9aa15546d7d => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 02:53:02.331 7 INFO neutron.api.v2.resource [None req-383b8e6a-ccb3-447c-a801-5b5554220844 b46c8bd3b61f49aab8e1ff72814f7a8e a5ede13b2a6c4bc3aca5c051f7595657 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1574/3222] 10.0.0.73 () {32 vars in 746 bytes} [Tue May 26 02:53:02 2026] GET /v2.0/security-group-rules/64f26ea4-5cd0-42c4-8478-b9aa15546d7d => 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: 1649/3223] 10.0.0.73 () {32 vars in 749 bytes} [Tue May 26 02:53:02 2026] DELETE /v2.0/security-group-rules/65667f9b-5811-4a00-acae-a95d88ee9aef => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 02:53:02.430 7 INFO neutron.api.v2.resource [None req-31d6ee71-a420-4879-a9c5-8b51e6f6df78 b46c8bd3b61f49aab8e1ff72814f7a8e a5ede13b2a6c4bc3aca5c051f7595657 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1575/3224] 10.0.0.73 () {32 vars in 746 bytes} [Tue May 26 02:53:02 2026] GET /v2.0/security-group-rules/65667f9b-5811-4a00-acae-a95d88ee9aef => 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: 1650/3225] 10.0.0.73 () {32 vars in 749 bytes} [Tue May 26 02:53:02 2026] DELETE /v2.0/security-group-rules/0fcebb53-c405-499c-af20-ac302abce09c => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 02:53:02.515 7 INFO neutron.api.v2.resource [None req-6497bd10-61ac-47be-910b-9ddce779f580 b46c8bd3b61f49aab8e1ff72814f7a8e a5ede13b2a6c4bc3aca5c051f7595657 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1576/3226] 10.0.0.73 () {32 vars in 746 bytes} [Tue May 26 02:53:02 2026] GET /v2.0/security-group-rules/0fcebb53-c405-499c-af20-ac302abce09c => 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: 1651/3227] 10.0.0.73 () {32 vars in 749 bytes} [Tue May 26 02:53:02 2026] DELETE /v2.0/security-group-rules/85720a5c-69aa-400d-ab5e-40025472eef4 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 02:53:02.607 7 INFO neutron.api.v2.resource [None req-1df8a5f7-6884-41b3-ad89-447261bb34e0 b46c8bd3b61f49aab8e1ff72814f7a8e a5ede13b2a6c4bc3aca5c051f7595657 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1577/3228] 10.0.0.73 () {32 vars in 746 bytes} [Tue May 26 02:53:02 2026] GET /v2.0/security-group-rules/85720a5c-69aa-400d-ab5e-40025472eef4 => 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: 1652/3229] 10.0.0.73 () {32 vars in 749 bytes} [Tue May 26 02:53:02 2026] DELETE /v2.0/security-group-rules/70e7817e-671a-4751-bf0a-ce6f1146d8aa => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 02:53:02.694 7 INFO neutron.api.v2.resource [None req-03f0e860-67a8-4611-94aa-eaf4e397190d b46c8bd3b61f49aab8e1ff72814f7a8e a5ede13b2a6c4bc3aca5c051f7595657 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1578/3230] 10.0.0.73 () {32 vars in 746 bytes} [Tue May 26 02:53:02 2026] GET /v2.0/security-group-rules/70e7817e-671a-4751-bf0a-ce6f1146d8aa => 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: 1653/3231] 10.0.0.73 () {32 vars in 749 bytes} [Tue May 26 02:53:02 2026] DELETE /v2.0/security-group-rules/13cc32cc-55f9-4df6-a839-e10a6b8aec93 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 02:53:02.779 7 INFO neutron.api.v2.resource [None req-2e1400d5-52e2-469e-981b-4646896371af b46c8bd3b61f49aab8e1ff72814f7a8e a5ede13b2a6c4bc3aca5c051f7595657 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1579/3232] 10.0.0.73 () {32 vars in 746 bytes} [Tue May 26 02:53:02 2026] GET /v2.0/security-group-rules/13cc32cc-55f9-4df6-a839-e10a6b8aec93 => 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: 1654/3233] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:53:02 2026] DELETE /v2.0/security-groups/b09a208d-5794-4897-92f5-b673670b358f => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 02:53:02.886 7 INFO neutron.api.v2.resource [None req-58bdb126-8985-4d55-a3cd-74f6016c9824 b46c8bd3b61f49aab8e1ff72814f7a8e a5ede13b2a6c4bc3aca5c051f7595657 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1580/3234] 10.0.0.73 () {32 vars in 736 bytes} [Tue May 26 02:53:02 2026] GET /v2.0/security-groups/b09a208d-5794-4897-92f5-b673670b358f => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 02:53:03.387 8 INFO neutron_taas.services.taas.taas_plugin [None req-ab07ba3d-0958-408b-a3c9-274e5533eb5e b46c8bd3b61f49aab8e1ff72814f7a8e a5ede13b2a6c4bc3aca5c051f7595657 - - default default] TaaS: Handle Delete Port: 5b0a00ba-f63b-42bb-8508-b1795f059165 2026-05-26 02:53:03.390 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ab07ba3d-0958-408b-a3c9-274e5533eb5e b46c8bd3b61f49aab8e1ff72814f7a8e a5ede13b2a6c4bc3aca5c051f7595657 - - default default] Tap Mirror: Handle Delete Port: 5b0a00ba-f63b-42bb-8508-b1795f059165 [pid: 8|app: 0|req: 1655/3235] 10.0.0.73 () {34 vars in 788 bytes} [Tue May 26 02:53:02 2026] PUT /v2.0/routers/3e64bdc1-62d6-419b-9ac8-0c5c94e75418/remove_router_interface => generated 309 bytes in 1071 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:53:04.175 7 INFO neutron.api.v2.resource [None req-43664d2f-620a-4623-8448-41b2d6ce43f1 b46c8bd3b61f49aab8e1ff72814f7a8e a5ede13b2a6c4bc3aca5c051f7595657 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1581/3236] 10.0.0.73 () {34 vars in 788 bytes} [Tue May 26 02:53:04 2026] PUT /v2.0/routers/3e64bdc1-62d6-419b-9ac8-0c5c94e75418/remove_router_interface => generated 198 bytes in 166 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 02:53:04.627 8 INFO neutron_taas.services.taas.taas_plugin [None req-b8396717-8aab-4419-b47d-aefb271342d4 b46c8bd3b61f49aab8e1ff72814f7a8e a5ede13b2a6c4bc3aca5c051f7595657 - - default default] TaaS: Handle Delete Port: 95a2a68f-0d0b-4ccd-9192-4df94b9c70d6 2026-05-26 02:53:04.631 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b8396717-8aab-4419-b47d-aefb271342d4 b46c8bd3b61f49aab8e1ff72814f7a8e a5ede13b2a6c4bc3aca5c051f7595657 - - default default] Tap Mirror: Handle Delete Port: 95a2a68f-0d0b-4ccd-9192-4df94b9c70d6 [pid: 8|app: 0|req: 1656/3237] 10.0.0.73 () {34 vars in 788 bytes} [Tue May 26 02:53:04 2026] PUT /v2.0/routers/3e64bdc1-62d6-419b-9ac8-0c5c94e75418/remove_router_interface => generated 309 bytes in 1045 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:53:05.419 7 INFO neutron.api.v2.resource [None req-3b8ac776-a86b-46c5-ba0e-4e22060ab01e b46c8bd3b61f49aab8e1ff72814f7a8e a5ede13b2a6c4bc3aca5c051f7595657 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1582/3238] 10.0.0.73 () {34 vars in 788 bytes} [Tue May 26 02:53:05 2026] PUT /v2.0/routers/3e64bdc1-62d6-419b-9ac8-0c5c94e75418/remove_router_interface => generated 198 bytes in 188 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 02:53:05.846 8 INFO neutron_taas.services.taas.taas_plugin [None req-b1cc9146-0490-4d7e-9f19-e9accc5e79dc b46c8bd3b61f49aab8e1ff72814f7a8e a5ede13b2a6c4bc3aca5c051f7595657 - - default default] TaaS: Handle Delete Port: 8e87d5a2-a3fb-47ef-ac48-3149a1d5b146 2026-05-26 02:53:05.850 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b1cc9146-0490-4d7e-9f19-e9accc5e79dc b46c8bd3b61f49aab8e1ff72814f7a8e a5ede13b2a6c4bc3aca5c051f7595657 - - default default] Tap Mirror: Handle Delete Port: 8e87d5a2-a3fb-47ef-ac48-3149a1d5b146 [pid: 8|app: 0|req: 1657/3239] 10.0.0.73 () {34 vars in 788 bytes} [Tue May 26 02:53:05 2026] PUT /v2.0/routers/3e64bdc1-62d6-419b-9ac8-0c5c94e75418/remove_router_interface => generated 309 bytes in 1047 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-26 02:53:06.649 7 INFO neutron.api.v2.resource [None req-2dee13c8-086a-4a6c-9a58-0e261f4a09b1 b46c8bd3b61f49aab8e1ff72814f7a8e a5ede13b2a6c4bc3aca5c051f7595657 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1583/3240] 10.0.0.73 () {34 vars in 788 bytes} [Tue May 26 02:53:06 2026] PUT /v2.0/routers/3e64bdc1-62d6-419b-9ac8-0c5c94e75418/remove_router_interface => generated 198 bytes in 172 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 02:53:06.897 8 INFO neutron_taas.services.taas.taas_plugin [None req-ed63483a-cb98-4cc5-84cb-5970dfe9de7b b46c8bd3b61f49aab8e1ff72814f7a8e a5ede13b2a6c4bc3aca5c051f7595657 - - default default] TaaS: Handle Delete Port: 499c23d1-e475-4362-b2b5-d334e95ee531 2026-05-26 02:53:06.899 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ed63483a-cb98-4cc5-84cb-5970dfe9de7b b46c8bd3b61f49aab8e1ff72814f7a8e a5ede13b2a6c4bc3aca5c051f7595657 - - default default] Tap Mirror: Handle Delete Port: 499c23d1-e475-4362-b2b5-d334e95ee531 2026-05-26 02:53:07.181 8 INFO neutron_taas.services.taas.taas_plugin [None req-ed63483a-cb98-4cc5-84cb-5970dfe9de7b b46c8bd3b61f49aab8e1ff72814f7a8e a5ede13b2a6c4bc3aca5c051f7595657 - - default default] TaaS: Handle Delete Port: 944b7605-c79e-49b8-8e3b-5e9afbaae09b 2026-05-26 02:53:07.184 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ed63483a-cb98-4cc5-84cb-5970dfe9de7b b46c8bd3b61f49aab8e1ff72814f7a8e a5ede13b2a6c4bc3aca5c051f7595657 - - default default] Tap Mirror: Handle Delete Port: 944b7605-c79e-49b8-8e3b-5e9afbaae09b 2026-05-26 02:53:07.596 8 INFO neutron.services.segments.plugin [-] Segment 7a4292be-755a-4e0d-a585-4459f49b8e3e resource provider aggregate not found 2026-05-26 02:53:07.600 8 INFO neutron.services.segments.plugin [-] Segment 7a4292be-755a-4e0d-a585-4459f49b8e3e resource provider aggregate not found 2026-05-26 02:53:07.617 8 INFO neutron.services.segments.plugin [-] Segment 7a4292be-755a-4e0d-a585-4459f49b8e3e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a4292be-755a-4e0d-a585-4459f49b8e3e found for delete ", "request_id": "req-71cebeb6-1828-4974-abc9-1628a35bb455"}]} 2026-05-26 02:53:07.620 8 INFO neutron.services.segments.plugin [-] Segment 7a4292be-755a-4e0d-a585-4459f49b8e3e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a4292be-755a-4e0d-a585-4459f49b8e3e found for delete ", "request_id": "req-f4e286ed-24b2-4ef0-8681-4dddc60f30d5"}]} 2026-05-26 02:53:07.624 8 INFO neutron.db.l3_hamode_db [None req-ed63483a-cb98-4cc5-84cb-5970dfe9de7b b46c8bd3b61f49aab8e1ff72814f7a8e a5ede13b2a6c4bc3aca5c051f7595657 - - default default] HA network dabe6481-9fc2-4369-8679-1e75188770c0 was deleted as no HA routers are present in tenant a5ede13b2a6c4bc3aca5c051f7595657. [pid: 8|app: 0|req: 1658/3243] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:53:06 2026] DELETE /v2.0/routers/3e64bdc1-62d6-419b-9ac8-0c5c94e75418 => generated 0 bytes in 977 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-26 02:53:07.654 7 INFO neutron.api.v2.resource [None req-017d7c1b-b9c5-4f8f-b5ac-83f5d63e4d3f b46c8bd3b61f49aab8e1ff72814f7a8e a5ede13b2a6c4bc3aca5c051f7595657 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1586/3244] 10.0.0.73 () {32 vars in 720 bytes} [Tue May 26 02:53:07 2026] GET /v2.0/routers/3e64bdc1-62d6-419b-9ac8-0c5c94e75418 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1659/3245] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:53:07 2026] DELETE /v2.0/subnets/0cc20955-04a9-412f-9e71-fd91ab55e5cd => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:53:07.876 7 INFO neutron.pecan_wsgi.hooks.translation [None req-16d812e6-0459-46ca-b687-1d5a23ee6f19 b46c8bd3b61f49aab8e1ff72814f7a8e a5ede13b2a6c4bc3aca5c051f7595657 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1587/3246] 10.0.0.73 () {32 vars in 720 bytes} [Tue May 26 02:53:07 2026] GET /v2.0/subnets/0cc20955-04a9-412f-9e71-fd91ab55e5cd => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1660/3247] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:53:07 2026] DELETE /v2.0/subnets/4dd2f298-4ffe-4ddf-b49b-06367efe16d7 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:53:08.077 7 INFO neutron.pecan_wsgi.hooks.translation [None req-632e37c9-abaf-4ea0-851b-010aa2a636b0 b46c8bd3b61f49aab8e1ff72814f7a8e a5ede13b2a6c4bc3aca5c051f7595657 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1588/3248] 10.0.0.73 () {32 vars in 720 bytes} [Tue May 26 02:53:08 2026] GET /v2.0/subnets/4dd2f298-4ffe-4ddf-b49b-06367efe16d7 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 02:53:08.190 8 INFO neutron_taas.services.taas.taas_plugin [None req-96cc53b8-8397-413c-b930-8d34d1f21b97 b46c8bd3b61f49aab8e1ff72814f7a8e a5ede13b2a6c4bc3aca5c051f7595657 - - default default] TaaS: Handle Delete Port: 897884f8-64e8-4f02-a30c-e1ad8936f328 2026-05-26 02:53:08.193 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-96cc53b8-8397-413c-b930-8d34d1f21b97 b46c8bd3b61f49aab8e1ff72814f7a8e a5ede13b2a6c4bc3aca5c051f7595657 - - default default] Tap Mirror: Handle Delete Port: 897884f8-64e8-4f02-a30c-e1ad8936f328 [pid: 8|app: 0|req: 1661/3249] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:53:08 2026] DELETE /v2.0/networks/6b70ae29-0a20-4640-bc7e-3913da8b80ba => generated 0 bytes in 323 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:53:08.435 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ff3f4af8-d065-4c68-b7e2-0a3fcec270ec b46c8bd3b61f49aab8e1ff72814f7a8e a5ede13b2a6c4bc3aca5c051f7595657 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1589/3250] 10.0.0.73 () {32 vars in 722 bytes} [Tue May 26 02:53:08 2026] GET /v2.0/networks/6b70ae29-0a20-4640-bc7e-3913da8b80ba => generated 138 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1662/3251] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:53:08 2026] DELETE /v2.0/subnets/7b327cf5-4417-4c59-ad0f-8807abc2175c => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:53:08.684 7 INFO neutron.pecan_wsgi.hooks.translation [None req-385bf7ed-4947-4245-a40f-e5af77107c31 b46c8bd3b61f49aab8e1ff72814f7a8e a5ede13b2a6c4bc3aca5c051f7595657 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1590/3252] 10.0.0.73 () {32 vars in 720 bytes} [Tue May 26 02:53:08 2026] GET /v2.0/subnets/7b327cf5-4417-4c59-ad0f-8807abc2175c => generated 136 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1663/3253] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:53:08 2026] DELETE /v2.0/subnets/749f59cf-aed9-4aa3-a653-3915d4588ac9 => generated 0 bytes in 233 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:53:08.948 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d03fd06f-0b19-44ab-b087-ca8b1b39b812 b46c8bd3b61f49aab8e1ff72814f7a8e a5ede13b2a6c4bc3aca5c051f7595657 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1591/3254] 10.0.0.73 () {32 vars in 720 bytes} [Tue May 26 02:53:08 2026] GET /v2.0/subnets/749f59cf-aed9-4aa3-a653-3915d4588ac9 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 02:53:09.051 8 INFO neutron_taas.services.taas.taas_plugin [None req-c101c7d5-7a3c-4068-9c78-3aab9ec0c8ee b46c8bd3b61f49aab8e1ff72814f7a8e a5ede13b2a6c4bc3aca5c051f7595657 - - default default] TaaS: Handle Delete Port: 4d3e0706-edfb-4be6-884c-686fa5c861e0 2026-05-26 02:53:09.054 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c101c7d5-7a3c-4068-9c78-3aab9ec0c8ee b46c8bd3b61f49aab8e1ff72814f7a8e a5ede13b2a6c4bc3aca5c051f7595657 - - default default] Tap Mirror: Handle Delete Port: 4d3e0706-edfb-4be6-884c-686fa5c861e0 [pid: 8|app: 0|req: 1664/3255] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:53:08 2026] DELETE /v2.0/networks/ef993ddb-62bd-4883-bcb3-e513a2882387 => generated 0 bytes in 301 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:53:09.273 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2ca8efca-b1d1-4d09-bcb6-78a24ae81ff2 b46c8bd3b61f49aab8e1ff72814f7a8e a5ede13b2a6c4bc3aca5c051f7595657 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1592/3256] 10.0.0.73 () {32 vars in 722 bytes} [Tue May 26 02:53:09 2026] GET /v2.0/networks/ef993ddb-62bd-4883-bcb3-e513a2882387 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1665/3257] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:53:09 2026] DELETE /v2.0/subnets/8d489c04-451f-4b68-a9bc-1387c2a93e4d => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:53:09.477 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cd56752a-e754-4182-92fb-b648c995b606 b46c8bd3b61f49aab8e1ff72814f7a8e a5ede13b2a6c4bc3aca5c051f7595657 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1593/3258] 10.0.0.73 () {32 vars in 720 bytes} [Tue May 26 02:53:09 2026] GET /v2.0/subnets/8d489c04-451f-4b68-a9bc-1387c2a93e4d => generated 136 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 02:53:09.645 8 INFO neutron.services.segments.plugin [-] Segment d2eec2ff-97f8-452a-85d0-238e9a7be319 resource provider aggregate not found 2026-05-26 02:53:09.651 8 INFO neutron.services.segments.plugin [-] Segment d2eec2ff-97f8-452a-85d0-238e9a7be319 resource provider aggregate not found 2026-05-26 02:53:09.667 8 INFO neutron.services.segments.plugin [-] Segment d2eec2ff-97f8-452a-85d0-238e9a7be319 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d2eec2ff-97f8-452a-85d0-238e9a7be319 found for delete ", "request_id": "req-4bd82b26-eeed-49a0-8370-3deac527795c"}]} 2026-05-26 02:53:09.675 8 INFO neutron.services.segments.plugin [-] Segment d2eec2ff-97f8-452a-85d0-238e9a7be319 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d2eec2ff-97f8-452a-85d0-238e9a7be319 found for delete ", "request_id": "req-fd7a5f7b-12e2-4c8a-bb0e-f6cf7abd5971"}]} [pid: 8|app: 0|req: 1666/3259] 10.0.0.73 () {32 vars in 723 bytes} [Tue May 26 02:53:09 2026] DELETE /v2.0/subnets/42704ae3-8d73-4c9e-8555-8995caa0521d => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:53:09.689 8 INFO neutron.services.segments.plugin [-] Segment 7fb1b223-0e54-4da4-8461-4eb854ec20a1 resource provider aggregate not found 2026-05-26 02:53:09.695 8 INFO neutron.services.segments.plugin [-] Segment 7fb1b223-0e54-4da4-8461-4eb854ec20a1 resource provider aggregate not found 2026-05-26 02:53:09.706 8 INFO neutron.services.segments.plugin [-] Segment 7fb1b223-0e54-4da4-8461-4eb854ec20a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7fb1b223-0e54-4da4-8461-4eb854ec20a1 found for delete ", "request_id": "req-a9a52378-f0da-4961-a453-20438a793520"}]} 2026-05-26 02:53:09.709 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8d28ecb1-24d2-4ae0-9495-43fe4f91e173 b46c8bd3b61f49aab8e1ff72814f7a8e a5ede13b2a6c4bc3aca5c051f7595657 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1594/3260] 10.0.0.73 () {32 vars in 720 bytes} [Tue May 26 02:53:09 2026] GET /v2.0/subnets/42704ae3-8d73-4c9e-8555-8995caa0521d => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 02:53:09.711 8 INFO neutron.services.segments.plugin [-] Segment 7fb1b223-0e54-4da4-8461-4eb854ec20a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7fb1b223-0e54-4da4-8461-4eb854ec20a1 found for delete ", "request_id": "req-160fcef9-ee1f-4341-9a75-42dbf935fb87"}]} 2026-05-26 02:53:09.820 8 INFO neutron_taas.services.taas.taas_plugin [None req-7627b47f-a05e-447f-b508-d03b2ebcfcd7 b46c8bd3b61f49aab8e1ff72814f7a8e a5ede13b2a6c4bc3aca5c051f7595657 - - default default] TaaS: Handle Delete Port: b5000bde-eb2f-4f10-8c3f-445efc0265fb 2026-05-26 02:53:09.822 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7627b47f-a05e-447f-b508-d03b2ebcfcd7 b46c8bd3b61f49aab8e1ff72814f7a8e a5ede13b2a6c4bc3aca5c051f7595657 - - default default] Tap Mirror: Handle Delete Port: b5000bde-eb2f-4f10-8c3f-445efc0265fb [pid: 8|app: 0|req: 1667/3261] 10.0.0.73 () {32 vars in 725 bytes} [Tue May 26 02:53:09 2026] DELETE /v2.0/networks/6b730c3f-13df-4064-af85-2ae782f9b909 => generated 0 bytes in 310 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-26 02:53:10.049 7 INFO neutron.pecan_wsgi.hooks.translation [None req-12feada3-011b-4a77-b343-5d3d264c2916 b46c8bd3b61f49aab8e1ff72814f7a8e a5ede13b2a6c4bc3aca5c051f7595657 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1595/3262] 10.0.0.73 () {32 vars in 722 bytes} [Tue May 26 02:53:10 2026] GET /v2.0/networks/6b730c3f-13df-4064-af85-2ae782f9b909 => generated 138 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-26 02:53:11.728 8 INFO neutron.services.segments.plugin [-] Segment 08e489b4-bc6d-4018-969d-af1cb6e4752f resource provider aggregate not found 2026-05-26 02:53:11.732 8 INFO neutron.services.segments.plugin [-] Segment 08e489b4-bc6d-4018-969d-af1cb6e4752f resource provider aggregate not found 2026-05-26 02:53:11.745 8 INFO neutron.services.segments.plugin [-] Segment 08e489b4-bc6d-4018-969d-af1cb6e4752f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 08e489b4-bc6d-4018-969d-af1cb6e4752f found for delete ", "request_id": "req-881ce35e-227a-4231-8392-cfc9ba07d7a9"}]} 2026-05-26 02:53:11.750 8 INFO neutron.services.segments.plugin [-] Segment 08e489b4-bc6d-4018-969d-af1cb6e4752f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 08e489b4-bc6d-4018-969d-af1cb6e4752f found for delete ", "request_id": "req-37203d5d-fcaa-480d-b875-bc85eeeae951"}]} [pid: 8|app: 0|req: 1668/3263] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:53:12 2026] GET /v2.0/security-groups?tenant_id=b0019907f0394cfda397be80641c2800&name=default => generated 2929 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1596/3264] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:53:12 2026] DELETE /v2.0/security-groups/c2d86417-f0fd-467c-b541-58e5e0b5dfb3 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1669/3265] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:53:12 2026] GET /v2.0/security-groups?tenant_id=ef884e8aa2ff4a1aba6b711558be12cb&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: 1597/3266] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:53:12 2026] DELETE /v2.0/security-groups/6a746ea5-8f1c-4419-9269-6ef1eb3011a1 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1670/3267] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:53:13 2026] GET /v2.0/security-groups?tenant_id=97a34f26a88445c793445539a9c674b7&name=default => generated 2929 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3268] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:53:13 2026] DELETE /v2.0/security-groups/b519b0a9-b2dc-4107-aaa9-a34ac301b977 => 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: 1671/3269] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:53:13 2026] GET /v2.0/security-groups?tenant_id=ebf02ea42a304c44bb64d81919e82c84&name=default => generated 2929 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1599/3270] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:53:13 2026] DELETE /v2.0/security-groups/860e56e6-2942-4ad5-aabc-990a457f90b1 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1672/3271] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:53:13 2026] GET /v2.0/security-groups?tenant_id=748274422fc248d4a1651826774b6242&name=default => generated 2929 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/3272] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:53:14 2026] DELETE /v2.0/security-groups/53ab3957-831d-4c92-9838-542a47becc5e => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1673/3273] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:53:14 2026] GET /v2.0/security-groups?tenant_id=658e3eb127a74e2dbabc5d3e547f6fec&name=default => generated 2929 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3274] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:53:14 2026] DELETE /v2.0/security-groups/6ccd378f-f613-43b2-8e9f-b0ad4dfd0038 => 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: 1674/3275] 10.0.0.73 () {32 vars in 773 bytes} [Tue May 26 02:53:14 2026] GET /v2.0/security-groups?tenant_id=a5ede13b2a6c4bc3aca5c051f7595657&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: 1602/3276] 10.0.0.73 () {32 vars in 739 bytes} [Tue May 26 02:53:14 2026] DELETE /v2.0/security-groups/5bdeab26-4406-420b-aef7-e1143245be45 => 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: 1675/3277] 10.0.0.73 () {32 vars in 648 bytes} [Tue May 26 02:53:17 2026] GET /v2.0/networks => generated 2168 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1603/3278] 10.0.0.73 () {32 vars in 654 bytes} [Tue May 26 02:53:18 2026] GET /v2.0/floatingips => 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: 1676/3279] 10.0.0.73 () {32 vars in 646 bytes} [Tue May 26 02:53:18 2026] GET /v2.0/routers => generated 15 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1604/3280] 10.0.0.73 () {32 vars in 642 bytes} [Tue May 26 02:53:18 2026] GET /v2.0/ports => generated 4721 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1677/3281] 10.0.0.73 () {32 vars in 646 bytes} [Tue May 26 02:53:18 2026] GET /v2.0/subnets => generated 1308 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1605/3282] 10.0.0.73 () {32 vars in 648 bytes} [Tue May 26 02:53:18 2026] GET /v2.0/networks => generated 2168 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1678/3283] 10.0.0.73 () {32 vars in 662 bytes} [Tue May 26 02:53:19 2026] GET /v2.0/security-groups => generated 17397 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1606/3284] 10.0.0.73 () {32 vars in 654 bytes} [Tue May 26 02:53:19 2026] GET /v2.0/subnetpools => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)