+ 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 Mar 3 03:27:05 2026] *** compiled with version: 13.3.0 on 27 February 2026 14:41:32 os: Linux-5.15.0-171-generic #181-Ubuntu SMP Fri Feb 6 22:44:50 UTC 2026 nodename: neutron-server-76d769dc64-r27r5 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, Jan 22 2026, 20:57:42) [GCC 13.3.0] Python main interpreter initialized at 0x7f96079fb668 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: 6, cores: 1) spawned uWSGI worker 2 (pid: 7, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... 2026-03-03 03:27:09.995 6 INFO neutron.common.config [-] Logging enabled! 2026-03-03 03:27:09.996 6 INFO neutron.common.config [-] uwsgi version 27.0.2.dev36 2026-03-03 03:27:10.055 7 INFO neutron.common.config [-] Logging enabled! 2026-03-03 03:27:10.055 7 INFO neutron.common.config [-] uwsgi version 27.0.2.dev36 2026-03-03 03:27:10.369 6 INFO neutron.manager [-] Loading core plugin: ml2 2026-03-03 03:27:10.444 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-03-03 03:27:11.833 6 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-03-03 03:27:11.836 6 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-03-03 03:27:11.839 6 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-03-03 03:27:11.840 6 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-03-03 03:27:11.840 6 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-03-03 03:27:11.841 6 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-03-03 03:27:11.841 6 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-03 03:27:11.848 6 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-03 03:27:11.848 6 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-03 03:27:11.848 6 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-03-03 03:27:11.870 6 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-03-03 03:27:11.871 6 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-03-03 03:27:11.871 6 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-03-03 03:27:11.896 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-03-03 03:27:11.897 6 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-03-03 03:27:11.897 6 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-03-03 03:27:11.897 6 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-03-03 03:27:11.897 6 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-03-03 03:27:11.899 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-03-03 03:27:11.903 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-03-03 03:27:11.903 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-03-03 03:27:11.904 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-03-03 03:27:11.904 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-03-03 03:27:11.904 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-03 03:27:11.912 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-03 03:27:11.912 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-03 03:27:11.912 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-03-03 03:27:11.933 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-03-03 03:27:11.935 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-03-03 03:27:11.935 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-03-03 03:27:11.960 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-03-03 03:27:11.960 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-03-03 03:27:11.960 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-03-03 03:27:11.961 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-03-03 03:27:12.176 6 INFO neutron.plugins.ml2.managers [None req-942ab789-430a-4493-996f-7d3d31d85c7d - - - - - -] Initializing driver for type 'vlan' 2026-03-03 03:27:12.244 7 INFO neutron.plugins.ml2.managers [None req-b22784fa-4176-4750-a074-1c8baa9a9240 - - - - - -] Initializing driver for type 'vlan' 2026-03-03 03:27:12.437 6 INFO neutron.plugins.ml2.drivers.type_vlan [None req-942ab789-430a-4493-996f-7d3d31d85c7d - - - - - -] VlanTypeDriver initialization complete 2026-03-03 03:27:12.437 6 INFO neutron.plugins.ml2.managers [None req-942ab789-430a-4493-996f-7d3d31d85c7d - - - - - -] Initializing driver for type 'vxlan' 2026-03-03 03:27:12.438 6 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-942ab789-430a-4493-996f-7d3d31d85c7d - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-03-03 03:27:12.449 6 INFO neutron.plugins.ml2.managers [None req-942ab789-430a-4493-996f-7d3d31d85c7d - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-03-03 03:27:12.449 6 INFO neutron.plugins.ml2.extensions.dns_integration [None req-942ab789-430a-4493-996f-7d3d31d85c7d - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-03-03 03:27:12.449 6 INFO neutron.plugins.ml2.managers [None req-942ab789-430a-4493-996f-7d3d31d85c7d - - - - - -] Initializing extension driver 'port_security' 2026-03-03 03:27:12.449 6 INFO neutron.plugins.ml2.extensions.port_security [None req-942ab789-430a-4493-996f-7d3d31d85c7d - - - - - -] PortSecurityExtensionDriver initialization complete 2026-03-03 03:27:12.449 6 INFO neutron.plugins.ml2.managers [None req-942ab789-430a-4493-996f-7d3d31d85c7d - - - - - -] Initializing extension driver 'qos' 2026-03-03 03:27:12.449 6 INFO neutron.plugins.ml2.managers [None req-942ab789-430a-4493-996f-7d3d31d85c7d - - - - - -] Initializing mechanism driver 'openvswitch' 2026-03-03 03:27:12.449 6 INFO neutron.plugins.ml2.managers [None req-942ab789-430a-4493-996f-7d3d31d85c7d - - - - - -] Initializing mechanism driver 'l2population' 2026-03-03 03:27:12.464 6 INFO neutron.quota [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded quota_driver: . 2026-03-03 03:27:12.464 6 INFO neutron.plugins.ml2.plugin [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Modular L2 Plugin initialization complete 2026-03-03 03:27:12.464 6 INFO neutron.plugins.ml2.managers [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-03-03 03:27:12.464 6 INFO neutron.plugins.ml2.managers [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-03-03 03:27:12.465 6 INFO neutron.plugins.ml2.managers [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Got port-security extension from driver 'port_security' 2026-03-03 03:27:12.465 6 INFO neutron.manager [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loading Plugin: qos 2026-03-03 03:27:12.477 6 INFO neutron.manager [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loading Plugin: router 2026-03-03 03:27:12.509 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-b22784fa-4176-4750-a074-1c8baa9a9240 - - - - - -] VlanTypeDriver initialization complete 2026-03-03 03:27:12.509 7 INFO neutron.plugins.ml2.managers [None req-b22784fa-4176-4750-a074-1c8baa9a9240 - - - - - -] Initializing driver for type 'vxlan' 2026-03-03 03:27:12.510 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-b22784fa-4176-4750-a074-1c8baa9a9240 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-03-03 03:27:12.518 6 INFO neutron.services.service_base [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-03-03 03:27:12.519 6 INFO neutron.manager [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loading Plugin: segments 2026-03-03 03:27:12.522 7 INFO neutron.plugins.ml2.managers [None req-b22784fa-4176-4750-a074-1c8baa9a9240 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-03-03 03:27:12.522 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-b22784fa-4176-4750-a074-1c8baa9a9240 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-03-03 03:27:12.522 7 INFO neutron.plugins.ml2.managers [None req-b22784fa-4176-4750-a074-1c8baa9a9240 - - - - - -] Initializing extension driver 'port_security' 2026-03-03 03:27:12.522 7 INFO neutron.plugins.ml2.extensions.port_security [None req-b22784fa-4176-4750-a074-1c8baa9a9240 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-03-03 03:27:12.522 7 INFO neutron.plugins.ml2.managers [None req-b22784fa-4176-4750-a074-1c8baa9a9240 - - - - - -] Initializing extension driver 'qos' 2026-03-03 03:27:12.523 7 INFO neutron.plugins.ml2.managers [None req-b22784fa-4176-4750-a074-1c8baa9a9240 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-03-03 03:27:12.523 7 INFO neutron.plugins.ml2.managers [None req-b22784fa-4176-4750-a074-1c8baa9a9240 - - - - - -] Initializing mechanism driver 'l2population' 2026-03-03 03:27:12.537 7 INFO neutron.quota [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded quota_driver: . 2026-03-03 03:27:12.537 7 INFO neutron.plugins.ml2.plugin [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Modular L2 Plugin initialization complete 2026-03-03 03:27:12.537 7 INFO neutron.plugins.ml2.managers [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-03-03 03:27:12.538 7 INFO neutron.plugins.ml2.managers [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-03-03 03:27:12.538 7 INFO neutron.plugins.ml2.managers [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Got port-security extension from driver 'port_security' 2026-03-03 03:27:12.538 7 INFO neutron.manager [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loading Plugin: qos 2026-03-03 03:27:12.551 7 INFO neutron.manager [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loading Plugin: router 2026-03-03 03:27:12.591 7 INFO neutron.services.service_base [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-03-03 03:27:12.591 7 INFO neutron.manager [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loading Plugin: segments 2026-03-03 03:27:12.613 6 INFO neutron.manager [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loading Plugin: trunk 2026-03-03 03:27:12.627 6 INFO neutron.manager [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loading Plugin: vpnaas 2026-03-03 03:27:12.665 6 WARNING stevedore.named [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-03 03:27:12.686 7 INFO neutron.manager [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loading Plugin: trunk 2026-03-03 03:27:12.700 7 INFO neutron.manager [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loading Plugin: vpnaas 2026-03-03 03:27:12.736 6 INFO neutron_vpnaas.services.vpn.plugin [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-03-03 03:27:12.736 6 INFO neutron.common.utils [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-03-03 03:27:12.736 6 INFO neutron.manager [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loading Plugin: taas 2026-03-03 03:27:12.736 7 WARNING stevedore.named [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-03 03:27:12.763 6 WARNING stevedore.named [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-03 03:27:12.763 6 WARNING stevedore.named [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-03-03 03:27:12.783 6 INFO neutron_taas.services.taas.taas_plugin [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-03-03 03:27:12.784 6 INFO neutron.manager [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loading Plugin: tapmirror 2026-03-03 03:27:12.796 6 WARNING stevedore.named [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-03 03:27:12.796 6 WARNING stevedore.named [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-03-03 03:27:12.797 7 INFO neutron_vpnaas.services.vpn.plugin [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-03-03 03:27:12.797 7 INFO neutron.common.utils [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-03-03 03:27:12.797 7 INFO neutron.manager [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loading Plugin: taas 2026-03-03 03:27:12.812 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-03-03 03:27:12.812 6 INFO neutron.manager [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loading Plugin: auto_allocate 2026-03-03 03:27:12.819 6 INFO neutron.manager [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loading Plugin: tag 2026-03-03 03:27:12.822 7 WARNING stevedore.named [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-03 03:27:12.822 7 WARNING stevedore.named [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-03-03 03:27:12.830 6 INFO neutron.manager [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loading Plugin: timestamp 2026-03-03 03:27:12.833 6 INFO neutron.manager [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loading Plugin: network_ip_availability 2026-03-03 03:27:12.836 6 INFO neutron.manager [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loading Plugin: flavors 2026-03-03 03:27:12.840 6 INFO neutron.manager [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loading Plugin: revisions 2026-03-03 03:27:12.841 7 INFO neutron_taas.services.taas.taas_plugin [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-03-03 03:27:12.841 7 INFO neutron.manager [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loading Plugin: tapmirror 2026-03-03 03:27:12.844 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Initializing extension manager. 2026-03-03 03:27:12.845 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: address-group 2026-03-03 03:27:12.846 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: address-scope 2026-03-03 03:27:12.846 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-03-03 03:27:12.847 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: agent 2026-03-03 03:27:12.848 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: agent-resources-synced 2026-03-03 03:27:12.849 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: allowed-address-pairs 2026-03-03 03:27:12.850 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: auto-allocated-topology 2026-03-03 03:27:12.850 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: availability_zone 2026-03-03 03:27:12.851 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: availability_zone_filter 2026-03-03 03:27:12.851 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-03-03 03:27:12.852 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: default-subnetpools 2026-03-03 03:27:12.853 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-03-03 03:27:12.854 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: dns-integration 2026-03-03 03:27:12.854 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: dns-domain-ports 2026-03-03 03:27:12.855 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-03-03 03:27:12.855 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: dvr 2026-03-03 03:27:12.856 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-03-03 03:27:12.856 7 WARNING stevedore.named [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-03 03:27:12.856 7 WARNING stevedore.named [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-03-03 03:27:12.856 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: empty-string-filtering 2026-03-03 03:27:12.857 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-03-03 03:27:12.858 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-03-03 03:27:12.858 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: external-net 2026-03-03 03:27:12.859 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: extra_dhcp_opt 2026-03-03 03:27:12.859 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: extraroute 2026-03-03 03:27:12.860 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: extraroute-atomic 2026-03-03 03:27:12.860 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-03-03 03:27:12.861 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-03-03 03:27:12.862 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-03-03 03:27:12.862 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-03-03 03:27:12.863 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: fip-port-details 2026-03-03 03:27:12.864 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: flavors 2026-03-03 03:27:12.865 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-03-03 03:27:12.866 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: floatingip-pools 2026-03-03 03:27:12.866 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: ip_allocation 2026-03-03 03:27:12.868 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: ip-substring-filtering 2026-03-03 03:27:12.869 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: l2_adjacency 2026-03-03 03:27:12.870 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: router 2026-03-03 03:27:12.870 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-03-03 03:27:12.871 7 INFO neutron.manager [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loading Plugin: auto_allocate 2026-03-03 03:27:12.871 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-03-03 03:27:12.872 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-03-03 03:27:12.873 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-03-03 03:27:12.873 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: ext-gw-mode 2026-03-03 03:27:12.874 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: l3-ha 2026-03-03 03:27:12.874 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-03-03 03:27:12.875 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-03-03 03:27:12.875 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: l3-flavors 2026-03-03 03:27:12.876 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-03-03 03:27:12.877 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-03-03 03:27:12.879 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: l3_agent_scheduler 2026-03-03 03:27:12.880 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-03-03 03:27:12.881 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Extension logging not supported by any of loaded plugins 2026-03-03 03:27:12.882 7 INFO neutron.manager [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loading Plugin: tag 2026-03-03 03:27:12.882 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Extension metering not supported by any of loaded plugins 2026-03-03 03:27:12.882 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-03-03 03:27:12.883 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: multi-provider 2026-03-03 03:27:12.883 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: net-mtu 2026-03-03 03:27:12.884 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: net-mtu-writable 2026-03-03 03:27:12.885 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: network_availability_zone 2026-03-03 03:27:12.885 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: network_ha 2026-03-03 03:27:12.886 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: network-ip-availability 2026-03-03 03:27:12.887 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-03-03 03:27:12.888 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: pagination 2026-03-03 03:27:12.888 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: port-device-profile 2026-03-03 03:27:12.889 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-03-03 03:27:12.890 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-03-03 03:27:12.891 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-03-03 03:27:12.891 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: port-mac-override 2026-03-03 03:27:12.892 7 INFO neutron.manager [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loading Plugin: timestamp 2026-03-03 03:27:12.892 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-03-03 03:27:12.892 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-03-03 03:27:12.893 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-03-03 03:27:12.893 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: port-resource-request 2026-03-03 03:27:12.894 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: port-resource-request-groups 2026-03-03 03:27:12.894 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-03-03 03:27:12.895 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: binding 2026-03-03 03:27:12.895 7 INFO neutron.manager [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loading Plugin: network_ip_availability 2026-03-03 03:27:12.896 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: binding-extended 2026-03-03 03:27:12.896 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: port-security 2026-03-03 03:27:12.897 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: project-id 2026-03-03 03:27:12.897 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: provider 2026-03-03 03:27:12.898 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-03-03 03:27:12.898 7 INFO neutron.manager [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loading Plugin: flavors 2026-03-03 03:27:12.900 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: qos 2026-03-03 03:27:12.901 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-03-03 03:27:12.901 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-03-03 03:27:12.902 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: qos-default 2026-03-03 03:27:12.902 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: qos-fip 2026-03-03 03:27:12.902 7 INFO neutron.manager [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loading Plugin: revisions 2026-03-03 03:27:12.903 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-03-03 03:27:12.903 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: qos-gateway-ip 2026-03-03 03:27:12.903 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: qos-port-network-policy 2026-03-03 03:27:12.904 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: qos-pps-minimum 2026-03-03 03:27:12.905 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-03-03 03:27:12.905 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Initializing extension manager. 2026-03-03 03:27:12.905 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: qos-pps 2026-03-03 03:27:12.906 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: qos-rule-type-details 2026-03-03 03:27:12.906 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: qos-rule-type-filter 2026-03-03 03:27:12.906 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: address-group 2026-03-03 03:27:12.907 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: qos-rules-alias 2026-03-03 03:27:12.907 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: quota-check-limit 2026-03-03 03:27:12.908 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: address-scope 2026-03-03 03:27:12.908 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-03-03 03:27:12.908 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: quota-check-limit-default 2026-03-03 03:27:12.909 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: agent 2026-03-03 03:27:12.909 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: agent-resources-synced 2026-03-03 03:27:12.910 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: quotas 2026-03-03 03:27:12.911 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: allowed-address-pairs 2026-03-03 03:27:12.911 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: auto-allocated-topology 2026-03-03 03:27:12.911 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: quota_details 2026-03-03 03:27:12.912 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: availability_zone 2026-03-03 03:27:12.913 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: availability_zone_filter 2026-03-03 03:27:12.913 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: rbac-policies 2026-03-03 03:27:12.913 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-03-03 03:27:12.913 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: rbac-address-group 2026-03-03 03:27:12.913 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: default-subnetpools 2026-03-03 03:27:12.914 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: rbac-address-scope 2026-03-03 03:27:12.914 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: rbac-security-groups 2026-03-03 03:27:12.915 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: rbac-subnetpool 2026-03-03 03:27:12.915 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-03-03 03:27:12.915 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: revision-if-match 2026-03-03 03:27:12.915 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: dns-integration 2026-03-03 03:27:12.916 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: dns-domain-ports 2026-03-03 03:27:12.916 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: standard-attr-revisions 2026-03-03 03:27:12.916 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-03-03 03:27:12.917 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: router_availability_zone 2026-03-03 03:27:12.917 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: dvr 2026-03-03 03:27:12.917 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-03-03 03:27:12.917 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-03-03 03:27:12.918 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: empty-string-filtering 2026-03-03 03:27:12.919 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: security-groups-default-rules 2026-03-03 03:27:12.919 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-03-03 03:27:12.919 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-03-03 03:27:12.919 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-03-03 03:27:12.920 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: port-security-groups-filtering 2026-03-03 03:27:12.920 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: external-net 2026-03-03 03:27:12.920 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-03-03 03:27:12.920 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: extra_dhcp_opt 2026-03-03 03:27:12.921 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-03-03 03:27:12.921 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: extraroute 2026-03-03 03:27:12.921 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-03-03 03:27:12.921 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: extraroute-atomic 2026-03-03 03:27:12.922 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-03-03 03:27:12.923 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-03-03 03:27:12.923 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-03-03 03:27:12.923 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-03-03 03:27:12.924 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: fip-port-details 2026-03-03 03:27:12.925 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: flavors 2026-03-03 03:27:12.925 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: security-group 2026-03-03 03:27:12.926 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-03-03 03:27:12.927 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: segment 2026-03-03 03:27:12.927 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: floatingip-pools 2026-03-03 03:27:12.927 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-03-03 03:27:12.927 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: ip_allocation 2026-03-03 03:27:12.928 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: ip-substring-filtering 2026-03-03 03:27:12.929 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: service-type 2026-03-03 03:27:12.929 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: l2_adjacency 2026-03-03 03:27:12.929 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: sorting 2026-03-03 03:27:12.930 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: standard-attr-segment 2026-03-03 03:27:12.930 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: standard-attr-description 2026-03-03 03:27:12.931 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: stateful-security-group 2026-03-03 03:27:12.931 6 WARNING neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-03-03 03:27:12.932 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-03-03 03:27:12.932 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: router 2026-03-03 03:27:12.932 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: subnet-external-network 2026-03-03 03:27:12.933 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: subnet_onboard 2026-03-03 03:27:12.933 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-03-03 03:27:12.934 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-03-03 03:27:12.934 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: subnet-service-types 2026-03-03 03:27:12.934 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-03-03 03:27:12.935 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: subnet_allocation 2026-03-03 03:27:12.935 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-03-03 03:27:12.935 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-03-03 03:27:12.935 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: ext-gw-mode 2026-03-03 03:27:12.936 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: tag-creation 2026-03-03 03:27:12.936 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: l3-ha 2026-03-03 03:27:12.936 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-03-03 03:27:12.936 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-03-03 03:27:12.937 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-03-03 03:27:12.937 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: l3-flavors 2026-03-03 03:27:12.938 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-03-03 03:27:12.939 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-03-03 03:27:12.940 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: standard-attr-tag 2026-03-03 03:27:12.941 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: standard-attr-timestamp 2026-03-03 03:27:12.941 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: l3_agent_scheduler 2026-03-03 03:27:12.941 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: trunk 2026-03-03 03:27:12.942 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: trunk-details 2026-03-03 03:27:12.942 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-03-03 03:27:12.942 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-03-03 03:27:12.943 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-03-03 03:27:12.943 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Extension logging not supported by any of loaded plugins 2026-03-03 03:27:12.943 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-03-03 03:27:12.944 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: vpn-aes-ctr 2026-03-03 03:27:12.944 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Extension metering not supported by any of loaded plugins 2026-03-03 03:27:12.945 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-03-03 03:27:12.945 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: multi-provider 2026-03-03 03:27:12.946 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: net-mtu 2026-03-03 03:27:12.946 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-03-03 03:27:12.946 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: net-mtu-writable 2026-03-03 03:27:12.947 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-03-03 03:27:12.947 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: network_availability_zone 2026-03-03 03:27:12.947 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: vpn-flavors 2026-03-03 03:27:12.947 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: network_ha 2026-03-03 03:27:12.948 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: network-ip-availability 2026-03-03 03:27:12.949 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: vpnaas 2026-03-03 03:27:12.949 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-03-03 03:27:12.949 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: pagination 2026-03-03 03:27:12.950 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: port-device-profile 2026-03-03 03:27:12.950 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: taas 2026-03-03 03:27:12.950 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-03-03 03:27:12.951 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-03-03 03:27:12.951 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: tap-mirror 2026-03-03 03:27:12.952 6 INFO neutron.api.extensions [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Loaded extension: taas-vlan-filter 2026-03-03 03:27:12.952 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-03-03 03:27:12.953 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: port-mac-override 2026-03-03 03:27:12.953 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-03-03 03:27:12.954 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-03-03 03:27:12.954 6 INFO neutron.quota.resource_registry [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Creating instance of TrackedResource for resource:network 2026-03-03 03:27:12.954 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-03-03 03:27:12.954 6 INFO neutron.quota.resource_registry [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-03-03 03:27:12.954 6 INFO neutron.quota.resource_registry [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-03 03:27:12.954 6 INFO neutron.quota.resource_registry [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Creating instance of TrackedResource for resource:port 2026-03-03 03:27:12.954 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: port-resource-request 2026-03-03 03:27:12.955 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: port-resource-request-groups 2026-03-03 03:27:12.956 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-03-03 03:27:12.956 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: binding 2026-03-03 03:27:12.957 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: binding-extended 2026-03-03 03:27:12.957 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: port-security 2026-03-03 03:27:12.958 6 INFO neutron.quota.resource_registry [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Creating instance of TrackedResource for resource:router 2026-03-03 03:27:12.958 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: project-id 2026-03-03 03:27:12.958 6 INFO neutron.quota.resource_registry [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-03-03 03:27:12.958 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: provider 2026-03-03 03:27:12.959 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-03-03 03:27:12.961 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: qos 2026-03-03 03:27:12.962 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-03-03 03:27:12.962 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-03-03 03:27:12.962 6 INFO neutron.quota.resource_registry [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-03-03 03:27:12.963 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: qos-default 2026-03-03 03:27:12.963 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: qos-fip 2026-03-03 03:27:12.963 6 INFO neutron.quota.resource_registry [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-03-03 03:27:12.963 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-03-03 03:27:12.963 6 INFO neutron.quota.resource_registry [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-03-03 03:27:12.964 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: qos-gateway-ip 2026-03-03 03:27:12.964 6 INFO neutron.quota.resource_registry [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-03 03:27:12.964 6 WARNING neutron.quota.resource_registry [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] subnetpool is already registered 2026-03-03 03:27:12.964 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: qos-port-network-policy 2026-03-03 03:27:12.965 6 INFO neutron.quota.resource_registry [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-03 03:27:12.965 6 WARNING neutron.quota.resource_registry [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] subnetpool is already registered 2026-03-03 03:27:12.965 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: qos-pps-minimum 2026-03-03 03:27:12.965 6 INFO neutron.quota.resource_registry [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-03-03 03:27:12.966 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-03-03 03:27:12.966 6 INFO neutron.quota.resource_registry [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-03 03:27:12.966 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: qos-pps 2026-03-03 03:27:12.966 6 INFO neutron.quota.resource_registry [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-03 03:27:12.967 6 INFO neutron.quota.resource_registry [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-03-03 03:27:12.967 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: qos-rule-type-details 2026-03-03 03:27:12.967 6 INFO neutron.quota.resource_registry [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-03-03 03:27:12.967 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: qos-rule-type-filter 2026-03-03 03:27:12.967 6 INFO neutron.quota.resource_registry [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-03-03 03:27:12.968 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: qos-rules-alias 2026-03-03 03:27:12.968 6 INFO neutron.quota.resource_registry [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-03 03:27:12.968 6 WARNING neutron.quota.resource_registry [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] ipsecpolicy is already registered 2026-03-03 03:27:12.968 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: quota-check-limit 2026-03-03 03:27:12.968 6 INFO neutron.quota.resource_registry [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-03 03:27:12.969 6 WARNING neutron.quota.resource_registry [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] ikepolicy is already registered 2026-03-03 03:27:12.969 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: quota-check-limit-default 2026-03-03 03:27:12.971 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: quotas 2026-03-03 03:27:12.972 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: quota_details 2026-03-03 03:27:12.973 6 INFO neutron.quota.resource_registry [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Creating instance of TrackedResource for resource:router 2026-03-03 03:27:12.973 6 WARNING neutron.quota.resource_registry [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] router is already registered 2026-03-03 03:27:12.973 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: rbac-policies 2026-03-03 03:27:12.974 6 INFO neutron.quota.resource_registry [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-03-03 03:27:12.974 6 WARNING neutron.quota.resource_registry [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] floatingip is already registered 2026-03-03 03:27:12.974 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: rbac-address-group 2026-03-03 03:27:12.974 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: rbac-address-scope 2026-03-03 03:27:12.975 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: rbac-security-groups 2026-03-03 03:27:12.975 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: rbac-subnetpool 2026-03-03 03:27:12.976 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: revision-if-match 2026-03-03 03:27:12.977 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: standard-attr-revisions 2026-03-03 03:27:12.977 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: router_availability_zone 2026-03-03 03:27:12.977 6 INFO neutron.quota.resource_registry [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-03-03 03:27:12.978 6 WARNING neutron.quota.resource_registry [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] rbac_policy is already registered 2026-03-03 03:27:12.978 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-03-03 03:27:12.978 6 INFO neutron.quota.resource_registry [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-03-03 03:27:12.978 6 WARNING neutron.quota.resource_registry [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] security_group is already registered 2026-03-03 03:27:12.979 6 INFO neutron.quota.resource_registry [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-03-03 03:27:12.979 6 WARNING neutron.quota.resource_registry [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] security_group_rule is already registered 2026-03-03 03:27:12.979 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: security-groups-default-rules 2026-03-03 03:27:12.980 6 INFO neutron.quota.resource_registry [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-03 03:27:12.980 6 WARNING neutron.quota.resource_registry [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] subnetpool is already registered 2026-03-03 03:27:12.980 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-03-03 03:27:12.980 6 INFO neutron.quota.resource_registry [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-03 03:27:12.980 6 WARNING neutron.quota.resource_registry [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] subnetpool is already registered 2026-03-03 03:27:12.980 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: port-security-groups-filtering 2026-03-03 03:27:12.981 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-03-03 03:27:12.981 6 INFO neutron.quota.resource_registry [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-03-03 03:27:12.981 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-03-03 03:27:12.981 6 WARNING neutron.quota.resource_registry [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] trunk is already registered 2026-03-03 03:27:12.982 6 INFO neutron.quota.resource_registry [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-03 03:27:12.982 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-03-03 03:27:12.982 6 WARNING neutron.quota.resource_registry [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] ikepolicy is already registered 2026-03-03 03:27:12.982 6 INFO neutron.quota.resource_registry [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-03 03:27:12.982 6 WARNING neutron.quota.resource_registry [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] ipsecpolicy is already registered 2026-03-03 03:27:12.983 6 INFO neutron.quota.resource_registry [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-03-03 03:27:12.983 6 WARNING neutron.quota.resource_registry [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] endpoint_group is already registered 2026-03-03 03:27:12.983 6 INFO neutron.quota.resource_registry [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-03-03 03:27:12.983 6 WARNING neutron.quota.resource_registry [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] vpnservice is already registered 2026-03-03 03:27:12.984 6 INFO neutron.quota.resource_registry [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-03-03 03:27:12.984 6 WARNING neutron.quota.resource_registry [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] ipsec_site_connection is already registered 2026-03-03 03:27:12.984 6 INFO neutron.quota.resource_registry [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-03 03:27:12.984 6 WARNING neutron.quota.resource_registry [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] ipsecpolicy is already registered 2026-03-03 03:27:12.985 6 INFO neutron.quota.resource_registry [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-03 03:27:12.985 6 WARNING neutron.quota.resource_registry [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] ikepolicy is already registered 2026-03-03 03:27:12.986 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: security-group 2026-03-03 03:27:12.987 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: segment 2026-03-03 03:27:12.988 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-03-03 03:27:12.989 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: service-type 2026-03-03 03:27:12.989 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: sorting 2026-03-03 03:27:12.990 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: standard-attr-segment 2026-03-03 03:27:12.991 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: standard-attr-description 2026-03-03 03:27:12.992 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: stateful-security-group 2026-03-03 03:27:12.992 7 WARNING neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-03-03 03:27:12.993 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-03-03 03:27:12.993 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: subnet-external-network 2026-03-03 03:27:12.994 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: subnet_onboard 2026-03-03 03:27:12.994 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-03-03 03:27:12.995 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: subnet-service-types 2026-03-03 03:27:12.996 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: subnet_allocation 2026-03-03 03:27:12.996 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-03-03 03:27:12.997 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: tag-creation 2026-03-03 03:27:12.997 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-03-03 03:27:13.001 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: standard-attr-tag 2026-03-03 03:27:13.002 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: standard-attr-timestamp 2026-03-03 03:27:13.002 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: trunk 2026-03-03 03:27:13.003 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: trunk-details 2026-03-03 03:27:13.003 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-03-03 03:27:13.004 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-03-03 03:27:13.004 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-03-03 03:27:13.005 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: vpn-aes-ctr 2026-03-03 03:27:13.007 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-03-03 03:27:13.008 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-03-03 03:27:13.008 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: vpn-flavors 2026-03-03 03:27:13.010 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: vpnaas 2026-03-03 03:27:13.011 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: taas 2026-03-03 03:27:13.012 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: tap-mirror 2026-03-03 03:27:13.013 7 INFO neutron.api.extensions [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Loaded extension: taas-vlan-filter 2026-03-03 03:27:13.015 7 INFO neutron.quota.resource_registry [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Creating instance of TrackedResource for resource:network 2026-03-03 03:27:13.015 7 INFO neutron.quota.resource_registry [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-03-03 03:27:13.015 7 INFO neutron.quota.resource_registry [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-03 03:27:13.015 7 INFO neutron.quota.resource_registry [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Creating instance of TrackedResource for resource:port 2026-03-03 03:27:13.019 7 INFO neutron.quota.resource_registry [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Creating instance of TrackedResource for resource:router 2026-03-03 03:27:13.020 7 INFO neutron.quota.resource_registry [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-03-03 03:27:13.023 6 WARNING keystonemiddleware._common.config [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-03-03 03:27:13.024 7 INFO neutron.quota.resource_registry [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-03-03 03:27:13.025 7 INFO neutron.quota.resource_registry [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-03-03 03:27:13.025 7 INFO neutron.quota.resource_registry [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-03-03 03:27:13.026 7 INFO neutron.quota.resource_registry [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-03 03:27:13.026 7 WARNING neutron.quota.resource_registry [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] subnetpool is already registered 2026-03-03 03:27:13.027 7 INFO neutron.quota.resource_registry [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-03 03:27:13.027 7 WARNING neutron.quota.resource_registry [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] subnetpool is already registered 2026-03-03 03:27:13.027 7 INFO neutron.quota.resource_registry [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-03-03 03:27:13.027 7 INFO neutron.quota.resource_registry [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-03 03:27:13.028 7 INFO neutron.quota.resource_registry [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-03 03:27:13.028 7 INFO neutron.quota.resource_registry [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-03-03 03:27:13.029 7 INFO neutron.quota.resource_registry [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-03-03 03:27:13.029 7 INFO neutron.quota.resource_registry [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-03-03 03:27:13.030 7 INFO neutron.quota.resource_registry [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-03 03:27:13.030 7 WARNING neutron.quota.resource_registry [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] ipsecpolicy is already registered 2026-03-03 03:27:13.030 6 WARNING oslo_config.cfg [None req-47c3f576-0203-42a9-920a-c6758433e974 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-03-03 03:27:13.030 7 INFO neutron.quota.resource_registry [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-03 03:27:13.030 7 WARNING neutron.quota.resource_registry [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] ikepolicy is already registered WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f96079fb668 pid: 6 (default app) 2026-03-03 03:27:13.034 7 INFO neutron.quota.resource_registry [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Creating instance of TrackedResource for resource:router 2026-03-03 03:27:13.035 7 WARNING neutron.quota.resource_registry [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] router is already registered 2026-03-03 03:27:13.035 7 INFO neutron.quota.resource_registry [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-03-03 03:27:13.035 7 WARNING neutron.quota.resource_registry [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] floatingip is already registered 2026-03-03 03:27:13.039 7 INFO neutron.quota.resource_registry [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-03-03 03:27:13.039 7 WARNING neutron.quota.resource_registry [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] rbac_policy is already registered 2026-03-03 03:27:13.039 7 INFO neutron.quota.resource_registry [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-03-03 03:27:13.040 7 WARNING neutron.quota.resource_registry [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] security_group is already registered 2026-03-03 03:27:13.040 7 INFO neutron.quota.resource_registry [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-03-03 03:27:13.040 7 WARNING neutron.quota.resource_registry [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] security_group_rule is already registered 2026-03-03 03:27:13.041 7 INFO neutron.quota.resource_registry [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-03 03:27:13.041 7 WARNING neutron.quota.resource_registry [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] subnetpool is already registered 2026-03-03 03:27:13.041 7 INFO neutron.quota.resource_registry [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-03 03:27:13.042 7 WARNING neutron.quota.resource_registry [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] subnetpool is already registered 2026-03-03 03:27:13.042 7 INFO neutron.quota.resource_registry [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-03-03 03:27:13.043 7 WARNING neutron.quota.resource_registry [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] trunk is already registered 2026-03-03 03:27:13.043 7 INFO neutron.quota.resource_registry [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-03 03:27:13.043 7 WARNING neutron.quota.resource_registry [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] ikepolicy is already registered 2026-03-03 03:27:13.043 7 INFO neutron.quota.resource_registry [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-03 03:27:13.044 7 WARNING neutron.quota.resource_registry [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] ipsecpolicy is already registered 2026-03-03 03:27:13.044 7 INFO neutron.quota.resource_registry [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-03-03 03:27:13.044 7 WARNING neutron.quota.resource_registry [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] endpoint_group is already registered 2026-03-03 03:27:13.044 7 INFO neutron.quota.resource_registry [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-03-03 03:27:13.045 7 WARNING neutron.quota.resource_registry [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] vpnservice is already registered 2026-03-03 03:27:13.045 7 INFO neutron.quota.resource_registry [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-03-03 03:27:13.045 7 WARNING neutron.quota.resource_registry [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] ipsec_site_connection is already registered 2026-03-03 03:27:13.045 7 INFO neutron.quota.resource_registry [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-03 03:27:13.046 7 WARNING neutron.quota.resource_registry [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] ipsecpolicy is already registered 2026-03-03 03:27:13.046 7 INFO neutron.quota.resource_registry [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-03 03:27:13.046 7 WARNING neutron.quota.resource_registry [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] ikepolicy is already registered 2026-03-03 03:27:13.083 7 WARNING keystonemiddleware._common.config [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-03-03 03:27:13.089 7 WARNING oslo_config.cfg [None req-dc6a59e3-ec7e-4b23-99b1-faf976a1a0b5 - - - - - -] 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 0x7f96079fb668 pid: 7 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-03 03:27:18.431 6 INFO neutron.pecan_wsgi.hooks.translation [None req-411c11ca-f927-4814-99a9-af656d04d280 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] GET failed (client error): The resource could not be found. [pid: 6|app: 0|req: 2/3] 199.204.45.233 () {44 vars in 927 bytes} [Tue Mar 3 03:27:17 2026] GET /v2.0/networks/public => generated 108 bytes in 744 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: 2/4] 199.204.45.233 () {44 vars in 949 bytes} [Tue Mar 3 03:27:18 2026] GET /v2.0/networks?name=public => generated 15 bytes in 348 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-03 03:27:19.172 6 WARNING neutron.services.revisions.revision_plugin [None req-ecc45ebb-20c4-40f1-af38-77832f48e35e fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Could not find related network for resource to bump revision. 2026-03-03 03:27:19.194 6 INFO neutron.db.segments_db [None req-ecc45ebb-20c4-40f1-af38-77832f48e35e fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Added segment a1131ac7-3792-4137-b877-80648673666a of type flat for network 93861d69-ead9-4be5-9d40-8ef9c847a523 2026-03-03 03:27:19.236 6 INFO neutron.pecan_wsgi.hooks.translation [None req-ecc45ebb-20c4-40f1-af38-77832f48e35e fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] POST failed (client error): The resource could not be found. [pid: 6|app: 0|req: 3/5] 199.204.45.233 () {48 vars in 967 bytes} [Tue Mar 3 03:27:18 2026] POST /v2.0/networks => generated 124 bytes in 461 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-03 03:27:25.385 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e1098cd2-8828-4643-9703-634cd53865c9 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/6] 199.204.45.233 () {44 vars in 927 bytes} [Tue Mar 3 03:27:25 2026] GET /v2.0/networks/public => generated 108 bytes in 371 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 4/7] 199.204.45.233 () {44 vars in 949 bytes} [Tue Mar 3 03:27:25 2026] GET /v2.0/networks?name=public => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-03 03:27:25.630 7 WARNING neutron.services.revisions.revision_plugin [None req-4f4211f7-e9f2-42f9-b00d-b90974efcf62 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Could not find related network for resource to bump revision. 2026-03-03 03:27:25.652 7 INFO neutron.db.segments_db [None req-4f4211f7-e9f2-42f9-b00d-b90974efcf62 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Added segment e9773c70-0972-4e2b-b163-adcb908ef18c of type flat for network 9f45c231-56e8-4711-8438-0a7931092227 2026-03-03 03:27:25.699 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4f4211f7-e9f2-42f9-b00d-b90974efcf62 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/8] 199.204.45.233 () {48 vars in 967 bytes} [Tue Mar 3 03:27:25 2026] POST /v2.0/networks => generated 124 bytes in 300 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-03 03:27:31.513 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8f5d810e-8228-4630-b767-8877b3a0c22d fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/10] 199.204.45.233 () {44 vars in 927 bytes} [Tue Mar 3 03:27:31 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: 6|app: 0|req: 6/11] 199.204.45.233 () {44 vars in 949 bytes} [Tue Mar 3 03:27:31 2026] GET /v2.0/networks?name=public => generated 15 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-03 03:27:31.579 7 WARNING neutron.services.revisions.revision_plugin [None req-be1178fd-d6a2-43bb-a4e8-fe44d4c482f6 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Could not find related network for resource to bump revision. 2026-03-03 03:27:31.592 7 INFO neutron.db.segments_db [None req-be1178fd-d6a2-43bb-a4e8-fe44d4c482f6 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Added segment 0eeb20a8-7b79-4247-a08a-71531e295aa7 of type flat for network 91ecbd3c-0b70-4d80-909d-739ace4fdc4e 2026-03-03 03:27:31.614 7 INFO neutron.pecan_wsgi.hooks.translation [None req-be1178fd-d6a2-43bb-a4e8-fe44d4c482f6 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/12] 199.204.45.233 () {48 vars in 967 bytes} [Tue Mar 3 03:27:31 2026] POST /v2.0/networks => generated 124 bytes in 89 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-03 03:27:37.480 6 INFO neutron.pecan_wsgi.hooks.translation [None req-fb7d9f05-8384-4d8d-8b92-e3a531bfde5f fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] GET failed (client error): The resource could not be found. [pid: 6|app: 0|req: 7/13] 199.204.45.233 () {44 vars in 927 bytes} [Tue Mar 3 03:27:37 2026] GET /v2.0/networks/public => generated 108 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 7/14] 199.204.45.233 () {44 vars in 949 bytes} [Tue Mar 3 03:27:37 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-03 03:27:37.556 6 WARNING neutron.services.revisions.revision_plugin [None req-90efea21-9ae4-4d37-86a2-c0438a91b6a4 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Could not find related network for resource to bump revision. 2026-03-03 03:27:37.575 6 INFO neutron.db.segments_db [None req-90efea21-9ae4-4d37-86a2-c0438a91b6a4 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Added segment ece01ae1-331a-444f-b063-b91e72341e7f of type flat for network a645daa2-aa56-4eb5-808f-3c27332fa7df 2026-03-03 03:27:37.600 6 INFO neutron.pecan_wsgi.hooks.translation [None req-90efea21-9ae4-4d37-86a2-c0438a91b6a4 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] POST failed (client error): The resource could not be found. [pid: 6|app: 0|req: 8/15] 199.204.45.233 () {48 vars in 967 bytes} [Tue Mar 3 03:27:37 2026] POST /v2.0/networks => generated 124 bytes in 104 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-03 03:27:43.432 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9dcd6aba-0e96-4f1e-b9cf-4605b0dba270 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/16] 199.204.45.233 () {44 vars in 927 bytes} [Tue Mar 3 03:27:43 2026] GET /v2.0/networks/public => generated 108 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 9/17] 199.204.45.233 () {44 vars in 949 bytes} [Tue Mar 3 03:27:43 2026] GET /v2.0/networks?name=public => generated 15 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-03 03:27:43.501 7 WARNING neutron.services.revisions.revision_plugin [None req-76090f66-ab26-422e-a83f-834d59f2bd27 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Could not find related network for resource to bump revision. 2026-03-03 03:27:43.536 7 INFO neutron.db.segments_db [None req-76090f66-ab26-422e-a83f-834d59f2bd27 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Added segment a24f5291-3cb6-4352-b693-f2ae289b965d of type flat for network 55b749d5-bd62-4cd9-97df-fcc27f0e5b61 2026-03-03 03:27:43.552 7 INFO neutron.pecan_wsgi.hooks.translation [None req-76090f66-ab26-422e-a83f-834d59f2bd27 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/18] 199.204.45.233 () {48 vars in 967 bytes} [Tue Mar 3 03:27:43 2026] POST /v2.0/networks => generated 124 bytes in 106 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-03 03:27:49.373 7 INFO neutron.pecan_wsgi.hooks.translation [None req-63b53a40-f7cb-402f-8d56-b64f60857f4f fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/20] 199.204.45.233 () {44 vars in 927 bytes} [Tue Mar 3 03:27:49 2026] GET /v2.0/networks/public => generated 108 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 11/21] 199.204.45.233 () {44 vars in 949 bytes} [Tue Mar 3 03:27:49 2026] GET /v2.0/networks?name=public => generated 15 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-03 03:27:49.454 7 WARNING neutron.services.revisions.revision_plugin [None req-efa07a6a-178b-4bd9-af97-5c28d1d26d77 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Could not find related network for resource to bump revision. 2026-03-03 03:27:49.471 7 INFO neutron.db.segments_db [None req-efa07a6a-178b-4bd9-af97-5c28d1d26d77 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Added segment 41122dd0-bf15-4602-9381-3ede3b07c3ee of type flat for network c6ec6f09-5973-40f7-8232-440400c81c00 [pid: 7|app: 0|req: 11/22] 199.204.45.233 () {48 vars in 967 bytes} [Tue Mar 3 03:27:49 2026] POST /v2.0/networks => generated 706 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-03 03:27:50.583 6 INFO neutron.pecan_wsgi.hooks.translation [None req-dbb2d471-c552-4ce4-8e64-1e024b9694e3 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] GET failed (client error): The resource could not be found. [pid: 6|app: 0|req: 12/23] 199.204.45.233 () {44 vars in 927 bytes} [Tue Mar 3 03:27:50 2026] GET /v2.0/networks/public => generated 108 bytes in 58 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 12/24] 199.204.45.233 () {44 vars in 949 bytes} [Tue Mar 3 03:27:50 2026] GET /v2.0/networks?name=public => generated 709 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 03:27:50.655 6 INFO neutron.pecan_wsgi.hooks.translation [None req-cc5beba5-d999-441a-82ac-4640af83afee fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] GET failed (client error): The resource could not be found. [pid: 6|app: 0|req: 13/25] 199.204.45.233 () {44 vars in 1034 bytes} [Tue Mar 3 03:27:50 2026] GET /v2.0/subnets/public-subnet?network_id=c6ec6f09-5973-40f7-8232-440400c81c00 => generated 113 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/26] 199.204.45.233 () {44 vars in 1057 bytes} [Tue Mar 3 03:27:50 2026] GET /v2.0/subnets?name=public-subnet&network_id=c6ec6f09-5973-40f7-8232-440400c81c00 => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 14/27] 199.204.45.233 () {48 vars in 965 bytes} [Tue Mar 3 03:27:50 2026] POST /v2.0/subnets => generated 664 bytes in 339 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-03 03:32:34.616 6 INFO neutron.pecan_wsgi.hooks.translation [None req-2c192829-b38e-4ab8-987d-29e8c5aca37b fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] GET failed (client error): The resource could not be found. [pid: 6|app: 0|req: 33/65] 199.204.45.233 () {44 vars in 937 bytes} [Tue Mar 3 03:32:34 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 127 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 33/66] 199.204.45.233 () {44 vars in 959 bytes} [Tue Mar 3 03:32:34 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-03 03:32:34.704 6 INFO neutron.db.segments_db [None req-b32cdf92-b1cf-485a-9af5-01f3b956b3ea fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Added segment 1fede33b-b3a4-4a20-a27b-0c1d66ae0523 of type vxlan for network 63dec0fd-f286-42d4-827b-ac1189100e6a [pid: 6|app: 0|req: 34/67] 199.204.45.233 () {48 vars in 966 bytes} [Tue Mar 3 03:32:34 2026] POST /v2.0/networks => generated 707 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-03 03:32:35.721 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8451fbe1-0fc7-4bdc-bac1-07635fac765a fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 34/68] 199.204.45.233 () {44 vars in 937 bytes} [Tue Mar 3 03:32:35 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 35/69] 199.204.45.233 () {44 vars in 959 bytes} [Tue Mar 3 03:32:35 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 03:32:35.794 7 INFO neutron.pecan_wsgi.hooks.translation [None req-353205dd-0107-437c-a71e-29583f16fb09 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 35/70] 199.204.45.233 () {44 vars in 1036 bytes} [Tue Mar 3 03:32:35 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=63dec0fd-f286-42d4-827b-ac1189100e6a => generated 114 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 36/71] 199.204.45.233 () {44 vars in 1059 bytes} [Tue Mar 3 03:32:35 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=63dec0fd-f286-42d4-827b-ac1189100e6a => generated 14 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/72] 199.204.45.233 () {48 vars in 965 bytes} [Tue Mar 3 03:32:35 2026] POST /v2.0/subnets => generated 651 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-03 03:32:37.133 6 INFO neutron.api.v2.resource [None req-f4466097-b7a3-4ed0-bfe8-68d39fcc0d36 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] show failed (client error): The resource could not be found. [pid: 6|app: 0|req: 37/73] 199.204.45.233 () {44 vars in 971 bytes} [Tue Mar 3 03:32:37 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/74] 199.204.45.233 () {44 vars in 993 bytes} [Tue Mar 3 03:32:37 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 38/75] 199.204.45.233 () {48 vars in 980 bytes} [Tue Mar 3 03:32:37 2026] POST /v2.0/security-groups => generated 1616 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/76] 199.204.45.233 () {44 vars in 1001 bytes} [Tue Mar 3 03:32:38 2026] GET /v2.0/security-groups/ac4d8cf9-e981-4788-a44e-71d1cf1d661c => generated 1616 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 39/77] 199.204.45.233 () {44 vars in 1001 bytes} [Tue Mar 3 03:32:38 2026] GET /v2.0/security-groups/ac4d8cf9-e981-4788-a44e-71d1cf1d661c => generated 1616 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/78] 199.204.45.233 () {44 vars in 1001 bytes} [Tue Mar 3 03:32:38 2026] GET /v2.0/security-groups/ac4d8cf9-e981-4788-a44e-71d1cf1d661c => generated 1616 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 40/79] 199.204.45.233 () {48 vars in 991 bytes} [Tue Mar 3 03:32:38 2026] POST /v2.0/security-group-rules => generated 601 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/80] 199.204.45.233 () {44 vars in 1001 bytes} [Tue Mar 3 03:32:39 2026] GET /v2.0/security-groups/ac4d8cf9-e981-4788-a44e-71d1cf1d661c => generated 2230 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 41/81] 199.204.45.233 () {44 vars in 1001 bytes} [Tue Mar 3 03:32:39 2026] GET /v2.0/security-groups/ac4d8cf9-e981-4788-a44e-71d1cf1d661c => 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: 41/82] 199.204.45.233 () {44 vars in 1001 bytes} [Tue Mar 3 03:32:39 2026] GET /v2.0/security-groups/ac4d8cf9-e981-4788-a44e-71d1cf1d661c => generated 2230 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 42/83] 199.204.45.233 () {48 vars in 991 bytes} [Tue Mar 3 03:32:39 2026] POST /v2.0/security-group-rules => generated 603 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/84] 199.204.45.233 () {44 vars in 1001 bytes} [Tue Mar 3 03:32:40 2026] GET /v2.0/security-groups/ac4d8cf9-e981-4788-a44e-71d1cf1d661c => generated 2846 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 43/85] 199.204.45.233 () {44 vars in 1001 bytes} [Tue Mar 3 03:32:40 2026] GET /v2.0/security-groups/ac4d8cf9-e981-4788-a44e-71d1cf1d661c => generated 2846 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/86] 199.204.45.233 () {44 vars in 1001 bytes} [Tue Mar 3 03:32:40 2026] GET /v2.0/security-groups/ac4d8cf9-e981-4788-a44e-71d1cf1d661c => generated 2846 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 44/87] 199.204.45.233 () {48 vars in 991 bytes} [Tue Mar 3 03:32:40 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: 44/88] 199.204.45.233 () {44 vars in 1001 bytes} [Tue Mar 3 03:32:41 2026] GET /v2.0/security-groups/ac4d8cf9-e981-4788-a44e-71d1cf1d661c => generated 3462 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 45/89] 199.204.45.233 () {44 vars in 1001 bytes} [Tue Mar 3 03:32:41 2026] GET /v2.0/security-groups/ac4d8cf9-e981-4788-a44e-71d1cf1d661c => generated 3462 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/90] 199.204.45.233 () {44 vars in 1001 bytes} [Tue Mar 3 03:32:41 2026] GET /v2.0/security-groups/ac4d8cf9-e981-4788-a44e-71d1cf1d661c => generated 3462 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 46/91] 199.204.45.233 () {48 vars in 991 bytes} [Tue Mar 3 03:32:41 2026] POST /v2.0/security-group-rules => generated 603 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/92] 199.204.45.233 () {44 vars in 1001 bytes} [Tue Mar 3 03:32:42 2026] GET /v2.0/security-groups/ac4d8cf9-e981-4788-a44e-71d1cf1d661c => generated 4078 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 47/93] 199.204.45.233 () {44 vars in 1001 bytes} [Tue Mar 3 03:32:42 2026] GET /v2.0/security-groups/ac4d8cf9-e981-4788-a44e-71d1cf1d661c => generated 4078 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/94] 199.204.45.233 () {44 vars in 1001 bytes} [Tue Mar 3 03:32:42 2026] GET /v2.0/security-groups/ac4d8cf9-e981-4788-a44e-71d1cf1d661c => generated 4078 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 48/95] 199.204.45.233 () {48 vars in 991 bytes} [Tue Mar 3 03:32:42 2026] POST /v2.0/security-group-rules => generated 603 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/96] 199.204.45.233 () {44 vars in 987 bytes} [Tue Mar 3 03:32:43 2026] GET /v2.0/networks/63dec0fd-f286-42d4-827b-ac1189100e6a => generated 732 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 03:32:43.850 6 INFO neutron.pecan_wsgi.hooks.translation [None req-2b001870-55e3-4c79-b358-6568467b5366 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] GET failed (client error): The resource could not be found. [pid: 6|app: 0|req: 49/97] 199.204.45.233 () {44 vars in 1076 bytes} [Tue Mar 3 03:32:43 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=63dec0fd-f286-42d4-827b-ac1189100e6a => generated 132 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/98] 199.204.45.233 () {44 vars in 1099 bytes} [Tue Mar 3 03:32:43 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=63dec0fd-f286-42d4-827b-ac1189100e6a => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 50/99] 199.204.45.233 () {44 vars in 1001 bytes} [Tue Mar 3 03:32:43 2026] GET /v2.0/security-groups/ac4d8cf9-e981-4788-a44e-71d1cf1d661c => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/102] 199.204.45.233 () {48 vars in 961 bytes} [Tue Mar 3 03:32:43 2026] POST /v2.0/ports => generated 1100 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-03-03 03:32:51.325 6 INFO neutron.pecan_wsgi.hooks.translation [None req-7abf8422-6d2f-46bb-83f6-129f09c2c4d4 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] GET failed (client error): The resource could not be found. [pid: 6|app: 0|req: 53/103] 199.204.45.233 () {44 vars in 979 bytes} [Tue Mar 3 03:32:51 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 48 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: 51/104] 199.204.45.233 () {44 vars in 1001 bytes} [Tue Mar 3 03:32:51 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 54/105] 199.204.45.233 () {48 vars in 1031 bytes} [Tue Mar 3 03:32:51 2026] PUT /v2.0/ports/dfbdf1bf-edc5-4dff-87e7-5152d0bdf360 => generated 1249 bytes in 738 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/106] 199.204.45.233 () {44 vars in 920 bytes} [Tue Mar 3 03:32:53 2026] GET /v2.0/ports => generated 3730 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-03 03:32:54.727 6 INFO neutron.api.v2.resource [None req-e2af20f5-f2bf-431e-bbef-62ff6f27ff2d fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] show failed (client error): The resource could not be found. [pid: 6|app: 0|req: 55/107] 199.204.45.233 () {44 vars in 959 bytes} [Tue Mar 3 03:32:54 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/108] 199.204.45.233 () {44 vars in 981 bytes} [Tue Mar 3 03:32:54 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: 6|app: 0|req: 56/109] 199.204.45.233 () {48 vars in 980 bytes} [Tue Mar 3 03:32:54 2026] POST /v2.0/security-groups => generated 1610 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/110] 199.204.45.233 () {44 vars in 1001 bytes} [Tue Mar 3 03:32:55 2026] GET /v2.0/security-groups/733a9979-51f0-4d94-9637-72644ddbd3fa => generated 1610 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 57/111] 199.204.45.233 () {44 vars in 1001 bytes} [Tue Mar 3 03:32:55 2026] GET /v2.0/security-groups/733a9979-51f0-4d94-9637-72644ddbd3fa => generated 1610 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/112] 199.204.45.233 () {44 vars in 1001 bytes} [Tue Mar 3 03:32:55 2026] GET /v2.0/security-groups/733a9979-51f0-4d94-9637-72644ddbd3fa => generated 1610 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 58/113] 199.204.45.233 () {48 vars in 991 bytes} [Tue Mar 3 03:32:55 2026] POST /v2.0/security-group-rules => generated 623 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/114] 199.204.45.233 () {44 vars in 1001 bytes} [Tue Mar 3 03:32:56 2026] GET /v2.0/security-groups/733a9979-51f0-4d94-9637-72644ddbd3fa => generated 2246 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 59/115] 199.204.45.233 () {44 vars in 1001 bytes} [Tue Mar 3 03:32:56 2026] GET /v2.0/security-groups/733a9979-51f0-4d94-9637-72644ddbd3fa => generated 2246 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/116] 199.204.45.233 () {44 vars in 1001 bytes} [Tue Mar 3 03:32:56 2026] GET /v2.0/security-groups/733a9979-51f0-4d94-9637-72644ddbd3fa => generated 2246 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 60/117] 199.204.45.233 () {48 vars in 991 bytes} [Tue Mar 3 03:32:56 2026] POST /v2.0/security-group-rules => generated 627 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 62/126] 199.204.45.233 () {44 vars in 975 bytes} [Tue Mar 3 03:33:54 2026] GET /v2.0/quotas/34aa82d2f93f49e899ad14b801cf5d65 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 65/127] 199.204.45.233 () {48 vars in 1027 bytes} [Tue Mar 3 03:33:54 2026] PUT /v2.0/quotas/34aa82d2f93f49e899ad14b801cf5d65 => generated 291 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-03 03:36:15.050 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6a48aeb4-5c0d-43dd-bcf1-041910dbca35 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 73/148] 199.204.45.233 () {30 vars in 741 bytes} [Tue Mar 3 03:36:14 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 168 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: 6|app: 0|req: 76/149] 199.204.45.233 () {30 vars in 763 bytes} [Tue Mar 3 03:36:15 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-03 03:36:17.014 7 INFO neutron.pecan_wsgi.hooks.translation [None req-228f18a5-e303-4ed7-b9ca-6150d5f47deb fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 74/150] 199.204.45.233 () {30 vars in 741 bytes} [Tue Mar 3 03:36:16 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 83 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 77/151] 199.204.45.233 () {30 vars in 763 bytes} [Tue Mar 3 03:36:17 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-03 03:42:16.470 6 INFO neutron.api.v2.resource [None req-fbc743b8-a990-4cb0-bc28-887518c73bb8 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] show failed (client error): The resource could not be found. [pid: 6|app: 0|req: 102/200] 199.204.45.233 () {44 vars in 1074 bytes} [Tue Mar 3 03:42:16 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=54ff024e51eb4a2bba80bd0e2b259720 => generated 139 bytes in 119 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 99/201] 199.204.45.233 () {44 vars in 1097 bytes} [Tue Mar 3 03:42:16 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=54ff024e51eb4a2bba80bd0e2b259720 => generated 23 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 103/202] 199.204.45.233 () {48 vars in 981 bytes} [Tue Mar 3 03:42:16 2026] POST /v2.0/security-groups => generated 1624 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 100/203] 199.204.45.233 () {44 vars in 1088 bytes} [Tue Mar 3 03:42:17 2026] GET /v2.0/security-groups/2a65ab24-0c22-4e99-98ad-b44c82e157df?project_id=54ff024e51eb4a2bba80bd0e2b259720 => generated 1624 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 104/204] 199.204.45.233 () {44 vars in 1001 bytes} [Tue Mar 3 03:42:17 2026] GET /v2.0/security-groups/2a65ab24-0c22-4e99-98ad-b44c82e157df => generated 1624 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 101/205] 199.204.45.233 () {44 vars in 1088 bytes} [Tue Mar 3 03:42:17 2026] GET /v2.0/security-groups/2a65ab24-0c22-4e99-98ad-b44c82e157df?project_id=54ff024e51eb4a2bba80bd0e2b259720 => generated 1624 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 105/206] 199.204.45.233 () {48 vars in 991 bytes} [Tue Mar 3 03:42:17 2026] POST /v2.0/security-group-rules => generated 597 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 102/207] 199.204.45.233 () {44 vars in 1088 bytes} [Tue Mar 3 03:42:18 2026] GET /v2.0/security-groups/2a65ab24-0c22-4e99-98ad-b44c82e157df?project_id=54ff024e51eb4a2bba80bd0e2b259720 => generated 2234 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 106/208] 199.204.45.233 () {44 vars in 1001 bytes} [Tue Mar 3 03:42:18 2026] GET /v2.0/security-groups/2a65ab24-0c22-4e99-98ad-b44c82e157df => generated 2234 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 103/209] 199.204.45.233 () {44 vars in 1088 bytes} [Tue Mar 3 03:42:18 2026] GET /v2.0/security-groups/2a65ab24-0c22-4e99-98ad-b44c82e157df?project_id=54ff024e51eb4a2bba80bd0e2b259720 => generated 2234 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 107/210] 199.204.45.233 () {48 vars in 991 bytes} [Tue Mar 3 03:42:18 2026] POST /v2.0/security-group-rules => generated 599 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/211] 199.204.45.233 () {44 vars in 1088 bytes} [Tue Mar 3 03:42:19 2026] GET /v2.0/security-groups/2a65ab24-0c22-4e99-98ad-b44c82e157df?project_id=54ff024e51eb4a2bba80bd0e2b259720 => generated 2846 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 108/212] 199.204.45.233 () {44 vars in 1001 bytes} [Tue Mar 3 03:42:19 2026] GET /v2.0/security-groups/2a65ab24-0c22-4e99-98ad-b44c82e157df => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/213] 199.204.45.233 () {44 vars in 1088 bytes} [Tue Mar 3 03:42:20 2026] GET /v2.0/security-groups/2a65ab24-0c22-4e99-98ad-b44c82e157df?project_id=54ff024e51eb4a2bba80bd0e2b259720 => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 109/214] 199.204.45.233 () {48 vars in 991 bytes} [Tue Mar 3 03:42:20 2026] POST /v2.0/security-group-rules => generated 601 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/215] 199.204.45.233 () {44 vars in 1088 bytes} [Tue Mar 3 03:42:21 2026] GET /v2.0/security-groups/2a65ab24-0c22-4e99-98ad-b44c82e157df?project_id=54ff024e51eb4a2bba80bd0e2b259720 => generated 3460 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 110/216] 199.204.45.233 () {44 vars in 1001 bytes} [Tue Mar 3 03:42:21 2026] GET /v2.0/security-groups/2a65ab24-0c22-4e99-98ad-b44c82e157df => generated 3460 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/217] 199.204.45.233 () {44 vars in 1088 bytes} [Tue Mar 3 03:42:21 2026] GET /v2.0/security-groups/2a65ab24-0c22-4e99-98ad-b44c82e157df?project_id=54ff024e51eb4a2bba80bd0e2b259720 => generated 3460 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 111/218] 199.204.45.233 () {48 vars in 991 bytes} [Tue Mar 3 03:42:21 2026] POST /v2.0/security-group-rules => generated 602 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 117/237] 199.204.45.233 () {30 vars in 740 bytes} [Tue Mar 3 03:44:36 2026] GET /v2.0/networks?tenant_id=54ff024e51eb4a2bba80bd0e2b259720&shared=False => generated 15 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-03 03:44:36.852 6 INFO neutron.db.segments_db [None req-635a9416-b935-4162-9861-a84490e1c26a 0ff2ed37c0ca48338e677aca7347281d 54ff024e51eb4a2bba80bd0e2b259720 - - 59ebe4af762d4812a14f9d130c3e4e35 59ebe4af762d4812a14f9d130c3e4e35] Added segment 139c1f21-84ee-489a-a624-b2ab7ae21ea9 of type vxlan for network fc62b658-094a-48d6-97eb-f91800a5319b [pid: 6|app: 0|req: 121/238] 199.204.45.233 () {34 vars in 682 bytes} [Tue Mar 3 03:44:36 2026] POST /v2.0/networks => generated 718 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 118/239] 199.204.45.233 () {30 vars in 722 bytes} [Tue Mar 3 03:44:36 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 122/240] 199.204.45.233 () {30 vars in 633 bytes} [Tue Mar 3 03:44:37 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 119/241] 199.204.45.233 () {34 vars in 677 bytes} [Tue Mar 3 03:44:37 2026] POST /v2.0/ports => generated 999 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 123/242] 199.204.45.233 () {30 vars in 703 bytes} [Tue Mar 3 03:44:37 2026] GET /v2.0/networks/fc62b658-094a-48d6-97eb-f91800a5319b => 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: 120/243] 199.204.45.233 () {30 vars in 722 bytes} [Tue Mar 3 03:44:39 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 124/244] 199.204.45.233 () {30 vars in 703 bytes} [Tue Mar 3 03:44:39 2026] GET /v2.0/networks/fc62b658-094a-48d6-97eb-f91800a5319b => generated 705 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 126/247] 199.204.45.233 () {44 vars in 975 bytes} [Tue Mar 3 03:44:52 2026] GET /v2.0/quotas/54ff024e51eb4a2bba80bd0e2b259720 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/248] 199.204.45.233 () {48 vars in 1027 bytes} [Tue Mar 3 03:44:52 2026] PUT /v2.0/quotas/54ff024e51eb4a2bba80bd0e2b259720 => generated 291 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 131/257] 10.0.0.233 () {28 vars in 619 bytes} [Tue Mar 3 03:45:52 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 127/258] 10.0.0.233 () {28 vars in 585 bytes} [Tue Mar 3 03:45:52 2026] GET /v2.0/networks => generated 2168 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 132/259] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 03:45:52 2026] GET /v2.0/routers => generated 15 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 128/260] 10.0.0.233 () {28 vars in 624 bytes} [Tue Mar 3 03:45:52 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 133/261] 10.0.0.233 () {28 vars in 581 bytes} [Tue Mar 3 03:45:52 2026] GET /v2.0/agents => generated 3385 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 129/262] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 03:45:52 2026] GET /v2.0/subnets => generated 1308 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 134/263] 10.0.0.233 () {28 vars in 579 bytes} [Tue Mar 3 03:45:53 2026] GET /v2.0/ports => generated 4725 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 130/264] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 03:45:53 2026] GET /v2.0/subnets => generated 1308 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 135/265] 10.0.0.233 () {28 vars in 591 bytes} [Tue Mar 3 03:45:53 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 131/266] 10.0.0.233 () {28 vars in 591 bytes} [Tue Mar 3 03:45:53 2026] GET /v2.0/floatingips => generated 19 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 136/267] 10.0.0.233 () {28 vars in 599 bytes} [Tue Mar 3 03:45:53 2026] GET /v2.0/security-groups => generated 17401 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 6|app: 0|req: 141/276] 10.0.0.233 () {28 vars in 619 bytes} [Tue Mar 3 03:46:52 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 136/277] 10.0.0.233 () {28 vars in 591 bytes} [Tue Mar 3 03:46:52 2026] GET /v2.0/floatingips => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 142/278] 10.0.0.233 () {28 vars in 581 bytes} [Tue Mar 3 03:46:52 2026] GET /v2.0/agents => generated 3385 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 137/279] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 03:46:52 2026] GET /v2.0/routers => generated 15 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 143/280] 10.0.0.233 () {28 vars in 624 bytes} [Tue Mar 3 03:46:52 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 138/281] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 03:46:52 2026] GET /v2.0/subnets => generated 1308 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 144/282] 10.0.0.233 () {28 vars in 591 bytes} [Tue Mar 3 03:46:52 2026] GET /v2.0/subnetpools => generated 19 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 139/283] 10.0.0.233 () {28 vars in 599 bytes} [Tue Mar 3 03:46:52 2026] GET /v2.0/security-groups => generated 17401 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 6|app: 0|req: 145/284] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 03:46:52 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: 140/285] 10.0.0.233 () {28 vars in 579 bytes} [Tue Mar 3 03:46:52 2026] GET /v2.0/ports => generated 4725 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 146/286] 10.0.0.233 () {28 vars in 585 bytes} [Tue Mar 3 03:46:53 2026] GET /v2.0/networks => generated 2168 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 145/295] 10.0.0.233 () {28 vars in 579 bytes} [Tue Mar 3 03:47:52 2026] GET /v2.0/ports => generated 4725 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 151/296] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 03:47:52 2026] GET /v2.0/routers => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 146/297] 10.0.0.233 () {28 vars in 624 bytes} [Tue Mar 3 03:47:52 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 152/298] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 03:47:52 2026] GET /v2.0/subnets => generated 1308 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 147/299] 10.0.0.233 () {28 vars in 591 bytes} [Tue Mar 3 03:47:52 2026] GET /v2.0/subnetpools => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 153/300] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 03:47:52 2026] GET /v2.0/subnets => generated 1308 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 148/301] 10.0.0.233 () {28 vars in 591 bytes} [Tue Mar 3 03:47:52 2026] GET /v2.0/floatingips => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 154/302] 10.0.0.233 () {28 vars in 585 bytes} [Tue Mar 3 03:47:52 2026] GET /v2.0/networks => generated 2168 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 149/303] 10.0.0.233 () {28 vars in 599 bytes} [Tue Mar 3 03:47:52 2026] GET /v2.0/security-groups => generated 17401 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 6|app: 0|req: 155/304] 10.0.0.233 () {28 vars in 581 bytes} [Tue Mar 3 03:47:52 2026] GET /v2.0/agents => generated 3385 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 150/305] 10.0.0.233 () {28 vars in 619 bytes} [Tue Mar 3 03:47:52 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 160/314] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 03:48:52 2026] GET /v2.0/subnets => generated 1308 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 155/315] 10.0.0.233 () {28 vars in 591 bytes} [Tue Mar 3 03:48:52 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) [pid: 6|app: 0|req: 161/316] 10.0.0.233 () {28 vars in 579 bytes} [Tue Mar 3 03:48:52 2026] GET /v2.0/ports => generated 4725 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 156/317] 10.0.0.233 () {28 vars in 619 bytes} [Tue Mar 3 03:48:52 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 162/318] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 03:48:52 2026] GET /v2.0/routers => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 157/319] 10.0.0.233 () {28 vars in 624 bytes} [Tue Mar 3 03:48:52 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 163/320] 10.0.0.233 () {28 vars in 581 bytes} [Tue Mar 3 03:48:52 2026] GET /v2.0/agents => generated 3385 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 158/321] 10.0.0.233 () {28 vars in 591 bytes} [Tue Mar 3 03:48:52 2026] GET /v2.0/floatingips => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 164/322] 10.0.0.233 () {28 vars in 585 bytes} [Tue Mar 3 03:48:52 2026] GET /v2.0/networks => generated 2168 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 159/323] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 03:48:52 2026] GET /v2.0/subnets => generated 1308 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 165/324] 10.0.0.233 () {28 vars in 599 bytes} [Tue Mar 3 03:48:52 2026] GET /v2.0/security-groups => generated 17401 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 164/333] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 03:49:52 2026] GET /v2.0/subnets => generated 1308 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 170/334] 10.0.0.233 () {28 vars in 581 bytes} [Tue Mar 3 03:49:52 2026] GET /v2.0/agents => generated 3385 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 165/335] 10.0.0.233 () {28 vars in 591 bytes} [Tue Mar 3 03:49:52 2026] GET /v2.0/floatingips => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 171/336] 10.0.0.233 () {28 vars in 599 bytes} [Tue Mar 3 03:49:52 2026] GET /v2.0/security-groups => generated 17401 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 166/337] 10.0.0.233 () {28 vars in 579 bytes} [Tue Mar 3 03:49:52 2026] GET /v2.0/ports => generated 4725 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 172/338] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 03:49:52 2026] GET /v2.0/routers => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 167/339] 10.0.0.233 () {28 vars in 624 bytes} [Tue Mar 3 03:49:52 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 173/340] 10.0.0.233 () {28 vars in 619 bytes} [Tue Mar 3 03:49:52 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 168/341] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 03:49:52 2026] GET /v2.0/subnets => generated 1308 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 174/342] 10.0.0.233 () {28 vars in 591 bytes} [Tue Mar 3 03:49:52 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) [pid: 7|app: 0|req: 169/343] 10.0.0.233 () {28 vars in 585 bytes} [Tue Mar 3 03:49:52 2026] GET /v2.0/networks => generated 2168 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 179/352] 10.0.0.233 () {28 vars in 579 bytes} [Tue Mar 3 03:50:52 2026] GET /v2.0/ports => generated 4725 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 174/353] 10.0.0.233 () {28 vars in 619 bytes} [Tue Mar 3 03:50:52 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 180/354] 10.0.0.233 () {28 vars in 585 bytes} [Tue Mar 3 03:50:52 2026] GET /v2.0/networks => generated 2168 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 175/355] 10.0.0.233 () {28 vars in 581 bytes} [Tue Mar 3 03:50:52 2026] GET /v2.0/agents => generated 3385 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 181/356] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 03:50:52 2026] GET /v2.0/routers => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 176/357] 10.0.0.233 () {28 vars in 624 bytes} [Tue Mar 3 03:50:52 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 182/358] 10.0.0.233 () {28 vars in 591 bytes} [Tue Mar 3 03:50:52 2026] GET /v2.0/floatingips => generated 19 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 177/359] 10.0.0.233 () {28 vars in 599 bytes} [Tue Mar 3 03:50:52 2026] GET /v2.0/security-groups => generated 17401 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 6|app: 0|req: 183/360] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 03:50:53 2026] GET /v2.0/subnets => generated 1308 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 178/361] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 03:50:53 2026] GET /v2.0/subnets => generated 1308 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 184/362] 10.0.0.233 () {28 vars in 591 bytes} [Tue Mar 3 03:50:53 2026] GET /v2.0/subnetpools => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/371] 10.0.0.233 () {28 vars in 591 bytes} [Tue Mar 3 03:51:52 2026] GET /v2.0/floatingips => generated 19 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 189/372] 10.0.0.233 () {28 vars in 579 bytes} [Tue Mar 3 03:51:52 2026] GET /v2.0/ports => generated 4725 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/373] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 03:51:52 2026] GET /v2.0/routers => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 190/374] 10.0.0.233 () {28 vars in 624 bytes} [Tue Mar 3 03:51:52 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/375] 10.0.0.233 () {28 vars in 581 bytes} [Tue Mar 3 03:51:52 2026] GET /v2.0/agents => generated 3385 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 191/376] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 03:51:52 2026] GET /v2.0/subnets => generated 1308 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/377] 10.0.0.233 () {28 vars in 591 bytes} [Tue Mar 3 03:51:52 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 192/378] 10.0.0.233 () {28 vars in 619 bytes} [Tue Mar 3 03:51:52 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/379] 10.0.0.233 () {28 vars in 585 bytes} [Tue Mar 3 03:51:52 2026] GET /v2.0/networks => generated 2168 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 193/380] 10.0.0.233 () {28 vars in 599 bytes} [Tue Mar 3 03:51:52 2026] GET /v2.0/security-groups => generated 17401 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/381] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 03:51:52 2026] GET /v2.0/subnets => generated 1308 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/390] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 03:52:52 2026] GET /v2.0/subnets => generated 1308 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 198/391] 10.0.0.233 () {28 vars in 591 bytes} [Tue Mar 3 03:52:52 2026] GET /v2.0/subnetpools => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/392] 10.0.0.233 () {28 vars in 581 bytes} [Tue Mar 3 03:52:52 2026] GET /v2.0/agents => generated 3385 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 199/393] 10.0.0.233 () {28 vars in 585 bytes} [Tue Mar 3 03:52:52 2026] GET /v2.0/networks => generated 2168 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/394] 10.0.0.233 () {28 vars in 579 bytes} [Tue Mar 3 03:52:52 2026] GET /v2.0/ports => generated 4725 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 200/395] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 03:52:52 2026] GET /v2.0/routers => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/396] 10.0.0.233 () {28 vars in 624 bytes} [Tue Mar 3 03:52:52 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 201/397] 10.0.0.233 () {28 vars in 619 bytes} [Tue Mar 3 03:52:52 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/398] 10.0.0.233 () {28 vars in 591 bytes} [Tue Mar 3 03:52:52 2026] GET /v2.0/floatingips => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 202/399] 10.0.0.233 () {28 vars in 599 bytes} [Tue Mar 3 03:52:52 2026] GET /v2.0/security-groups => generated 17401 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/400] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 03:52:52 2026] GET /v2.0/subnets => generated 1308 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 207/409] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 03:53:52 2026] GET /v2.0/routers => generated 15 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/410] 10.0.0.233 () {28 vars in 624 bytes} [Tue Mar 3 03:53:52 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 208/411] 10.0.0.233 () {28 vars in 619 bytes} [Tue Mar 3 03:53:52 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/412] 10.0.0.233 () {28 vars in 591 bytes} [Tue Mar 3 03:53:52 2026] GET /v2.0/floatingips => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 209/413] 10.0.0.233 () {28 vars in 585 bytes} [Tue Mar 3 03:53:52 2026] GET /v2.0/networks => generated 2168 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/414] 10.0.0.233 () {28 vars in 579 bytes} [Tue Mar 3 03:53:52 2026] GET /v2.0/ports => generated 4725 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 210/415] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 03:53:52 2026] GET /v2.0/subnets => generated 1308 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/416] 10.0.0.233 () {28 vars in 591 bytes} [Tue Mar 3 03:53:52 2026] GET /v2.0/subnetpools => generated 19 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 211/417] 10.0.0.233 () {28 vars in 581 bytes} [Tue Mar 3 03:53:53 2026] GET /v2.0/agents => generated 3385 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/418] 10.0.0.233 () {28 vars in 599 bytes} [Tue Mar 3 03:53:53 2026] GET /v2.0/security-groups => generated 17401 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 6|app: 0|req: 212/419] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 03:53:53 2026] GET /v2.0/subnets => generated 1308 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/428] 10.0.0.233 () {28 vars in 619 bytes} [Tue Mar 3 03:54:52 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 217/429] 10.0.0.233 () {28 vars in 579 bytes} [Tue Mar 3 03:54:52 2026] GET /v2.0/ports => generated 4725 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/430] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 03:54:52 2026] GET /v2.0/subnets => generated 1308 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 218/431] 10.0.0.233 () {28 vars in 591 bytes} [Tue Mar 3 03:54:52 2026] GET /v2.0/subnetpools => generated 19 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/432] 10.0.0.233 () {28 vars in 591 bytes} [Tue Mar 3 03:54:52 2026] GET /v2.0/floatingips => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 219/433] 10.0.0.233 () {28 vars in 599 bytes} [Tue Mar 3 03:54:52 2026] GET /v2.0/security-groups => generated 17401 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/434] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 03:54:52 2026] GET /v2.0/subnets => generated 1308 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 220/435] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 03:54:52 2026] GET /v2.0/routers => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/436] 10.0.0.233 () {28 vars in 624 bytes} [Tue Mar 3 03:54:52 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 221/437] 10.0.0.233 () {28 vars in 581 bytes} [Tue Mar 3 03:54:52 2026] GET /v2.0/agents => generated 3385 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/438] 10.0.0.233 () {28 vars in 585 bytes} [Tue Mar 3 03:54:52 2026] GET /v2.0/networks => generated 2168 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-03 03:55:22.342 6 INFO neutron.pecan_wsgi.hooks.translation [None req-1ab085a9-6539-4ff2-99f7-9ff108e67252 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] GET failed (client error): The resource could not be found. [pid: 6|app: 0|req: 224/443] 199.204.45.233 () {44 vars in 927 bytes} [Tue Mar 3 03:55:22 2026] GET /v2.0/networks/public => generated 108 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/444] 199.204.45.233 () {44 vars in 949 bytes} [Tue Mar 3 03:55:22 2026] GET /v2.0/networks?name=public => generated 753 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 03:55:23.500 6 INFO neutron.pecan_wsgi.hooks.translation [None req-32e58116-4e76-44a0-a181-9209e707ad93 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] GET failed (client error): The resource could not be found. [pid: 6|app: 0|req: 225/445] 199.204.45.233 () {44 vars in 927 bytes} [Tue Mar 3 03:55:23 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: 7|app: 0|req: 221/446] 199.204.45.233 () {44 vars in 949 bytes} [Tue Mar 3 03:55:23 2026] GET /v2.0/networks?name=public => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 03:55:23.570 6 INFO neutron.pecan_wsgi.hooks.translation [None req-56af492c-d364-4d17-8771-cf953a24987d fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] GET failed (client error): The resource could not be found. [pid: 6|app: 0|req: 226/447] 199.204.45.233 () {44 vars in 1034 bytes} [Tue Mar 3 03:55:23 2026] GET /v2.0/subnets/public-subnet?network_id=c6ec6f09-5973-40f7-8232-440400c81c00 => generated 113 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/448] 199.204.45.233 () {44 vars in 1057 bytes} [Tue Mar 3 03:55:23 2026] GET /v2.0/subnets?name=public-subnet&network_id=c6ec6f09-5973-40f7-8232-440400c81c00 => generated 667 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 03:55:48.866 6 INFO neutron.pecan_wsgi.hooks.translation [None req-633ad789-e7e7-4004-804d-17973e233918 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] GET failed (client error): The resource could not be found. [pid: 6|app: 0|req: 229/453] 199.204.45.233 () {44 vars in 937 bytes} [Tue Mar 3 03:55:48 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/454] 199.204.45.233 () {44 vars in 959 bytes} [Tue Mar 3 03:55:48 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 03:55:49.838 6 INFO neutron.pecan_wsgi.hooks.translation [None req-0403da82-af80-4577-90ee-ec77edd4f38e fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] GET failed (client error): The resource could not be found. [pid: 6|app: 0|req: 230/455] 199.204.45.233 () {44 vars in 937 bytes} [Tue Mar 3 03:55:49 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/456] 199.204.45.233 () {44 vars in 959 bytes} [Tue Mar 3 03:55: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-03-03 03:55:49.911 6 INFO neutron.pecan_wsgi.hooks.translation [None req-179c1898-71b3-409a-b7f3-c0ef9e12561a fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] GET failed (client error): The resource could not be found. [pid: 6|app: 0|req: 231/457] 199.204.45.233 () {44 vars in 1036 bytes} [Tue Mar 3 03:55:49 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=63dec0fd-f286-42d4-827b-ac1189100e6a => 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: 227/458] 199.204.45.233 () {44 vars in 1059 bytes} [Tue Mar 3 03:55:49 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=63dec0fd-f286-42d4-827b-ac1189100e6a => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 03:55:50.954 6 INFO neutron.api.v2.resource [None req-d9aa5c0e-7f0c-4c03-8521-3b7304f96ae0 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] show failed (client error): The resource could not be found. [pid: 6|app: 0|req: 232/459] 199.204.45.233 () {44 vars in 971 bytes} [Tue Mar 3 03:55:50 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/460] 199.204.45.233 () {44 vars in 993 bytes} [Tue Mar 3 03:55:50 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 233/461] 199.204.45.233 () {44 vars in 1001 bytes} [Tue Mar 3 03:55:52 2026] GET /v2.0/security-groups/ac4d8cf9-e981-4788-a44e-71d1cf1d661c => generated 4694 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/462] 199.204.45.233 () {44 vars in 1001 bytes} [Tue Mar 3 03:55:52 2026] GET /v2.0/security-groups/ac4d8cf9-e981-4788-a44e-71d1cf1d661c => generated 4694 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 234/463] 199.204.45.233 () {44 vars in 1011 bytes} [Tue Mar 3 03:55:52 2026] GET /v2.0/security-group-rules/cbe0d7cb-d952-4fd9-8e06-9a99b7559719 => 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: 230/464] 10.0.0.233 () {28 vars in 581 bytes} [Tue Mar 3 03:55:52 2026] GET /v2.0/agents => generated 3385 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 235/465] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 03:55:52 2026] GET /v2.0/subnets => generated 1308 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/466] 10.0.0.233 () {28 vars in 591 bytes} [Tue Mar 3 03:55:52 2026] GET /v2.0/subnetpools => generated 19 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 236/467] 10.0.0.233 () {28 vars in 591 bytes} [Tue Mar 3 03:55:52 2026] GET /v2.0/floatingips => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/468] 10.0.0.233 () {28 vars in 599 bytes} [Tue Mar 3 03:55:52 2026] GET /v2.0/security-groups => generated 17401 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 6|app: 0|req: 237/469] 10.0.0.233 () {28 vars in 579 bytes} [Tue Mar 3 03:55:52 2026] GET /v2.0/ports => generated 4725 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/470] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 03:55:52 2026] GET /v2.0/routers => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 238/471] 10.0.0.233 () {28 vars in 624 bytes} [Tue Mar 3 03:55:52 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/472] 10.0.0.233 () {28 vars in 585 bytes} [Tue Mar 3 03:55:52 2026] GET /v2.0/networks => generated 2168 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 239/473] 10.0.0.233 () {28 vars in 619 bytes} [Tue Mar 3 03:55:52 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/474] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 03:55:52 2026] GET /v2.0/subnets => generated 1308 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 240/475] 199.204.45.233 () {44 vars in 1001 bytes} [Tue Mar 3 03:55:52 2026] GET /v2.0/security-groups/ac4d8cf9-e981-4788-a44e-71d1cf1d661c => generated 4694 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/476] 199.204.45.233 () {44 vars in 1001 bytes} [Tue Mar 3 03:55:53 2026] GET /v2.0/security-groups/ac4d8cf9-e981-4788-a44e-71d1cf1d661c => generated 4694 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 241/477] 199.204.45.233 () {44 vars in 1011 bytes} [Tue Mar 3 03:55:53 2026] GET /v2.0/security-group-rules/5415306b-f59c-4150-b489-700eb46bceea => generated 603 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/478] 199.204.45.233 () {44 vars in 1001 bytes} [Tue Mar 3 03:55:53 2026] GET /v2.0/security-groups/ac4d8cf9-e981-4788-a44e-71d1cf1d661c => generated 4694 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 242/479] 199.204.45.233 () {44 vars in 1001 bytes} [Tue Mar 3 03:55:53 2026] GET /v2.0/security-groups/ac4d8cf9-e981-4788-a44e-71d1cf1d661c => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/480] 199.204.45.233 () {44 vars in 1011 bytes} [Tue Mar 3 03:55:53 2026] GET /v2.0/security-group-rules/da728b24-100e-4524-b5ed-4fcaf5498910 => generated 603 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 243/481] 199.204.45.233 () {44 vars in 1001 bytes} [Tue Mar 3 03:55:54 2026] GET /v2.0/security-groups/ac4d8cf9-e981-4788-a44e-71d1cf1d661c => generated 4694 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/482] 199.204.45.233 () {44 vars in 1001 bytes} [Tue Mar 3 03:55:54 2026] GET /v2.0/security-groups/ac4d8cf9-e981-4788-a44e-71d1cf1d661c => generated 4694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 244/483] 199.204.45.233 () {44 vars in 1011 bytes} [Tue Mar 3 03:55:54 2026] GET /v2.0/security-group-rules/d17f33c4-d5b6-4d1f-baba-62086870c3af => 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: 240/484] 199.204.45.233 () {44 vars in 1001 bytes} [Tue Mar 3 03:55:55 2026] GET /v2.0/security-groups/ac4d8cf9-e981-4788-a44e-71d1cf1d661c => generated 4694 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 245/485] 199.204.45.233 () {44 vars in 1001 bytes} [Tue Mar 3 03:55:55 2026] GET /v2.0/security-groups/ac4d8cf9-e981-4788-a44e-71d1cf1d661c => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/486] 199.204.45.233 () {44 vars in 1011 bytes} [Tue Mar 3 03:55:55 2026] GET /v2.0/security-group-rules/7ac077c4-7433-4dae-b0b8-0b7dffb82c2c => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 246/487] 199.204.45.233 () {44 vars in 987 bytes} [Tue Mar 3 03:55:56 2026] GET /v2.0/networks/63dec0fd-f286-42d4-827b-ac1189100e6a => generated 732 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 03:55:57.025 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a5afb4b3-1bd9-4232-b6d6-df2593f75439 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 242/488] 199.204.45.233 () {44 vars in 1076 bytes} [Tue Mar 3 03:55:57 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=63dec0fd-f286-42d4-827b-ac1189100e6a => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 247/489] 199.204.45.233 () {44 vars in 1099 bytes} [Tue Mar 3 03:55:57 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=63dec0fd-f286-42d4-827b-ac1189100e6a => generated 1254 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/490] 199.204.45.233 () {44 vars in 1001 bytes} [Tue Mar 3 03:55:57 2026] GET /v2.0/security-groups/ac4d8cf9-e981-4788-a44e-71d1cf1d661c => generated 4694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-03 03:56:04.500 6 INFO neutron.pecan_wsgi.hooks.translation [None req-bb12a81f-874f-4412-96c0-809ce959e254 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] GET failed (client error): The resource could not be found. [pid: 6|app: 0|req: 249/493] 199.204.45.233 () {44 vars in 979 bytes} [Tue Mar 3 03:56:04 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/494] 199.204.45.233 () {44 vars in 1001 bytes} [Tue Mar 3 03:56:04 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 250/495] 199.204.45.233 () {44 vars in 920 bytes} [Tue Mar 3 03:56:06 2026] GET /v2.0/ports => generated 4725 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-03 03:56:07.181 7 INFO neutron.api.v2.resource [None req-44c86939-e7cd-4a47-a9e5-517469046cd6 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 246/496] 199.204.45.233 () {44 vars in 959 bytes} [Tue Mar 3 03:56:07 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 251/497] 199.204.45.233 () {44 vars in 981 bytes} [Tue Mar 3 03:56:07 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/498] 199.204.45.233 () {44 vars in 1001 bytes} [Tue Mar 3 03:56:08 2026] GET /v2.0/security-groups/733a9979-51f0-4d94-9637-72644ddbd3fa => generated 2886 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 252/499] 199.204.45.233 () {44 vars in 1001 bytes} [Tue Mar 3 03:56:08 2026] GET /v2.0/security-groups/733a9979-51f0-4d94-9637-72644ddbd3fa => generated 2886 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/500] 199.204.45.233 () {44 vars in 1011 bytes} [Tue Mar 3 03:56:08 2026] GET /v2.0/security-group-rules/bcbc7d42-c5ee-4aa8-b2e3-56372cb6f737 => generated 623 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 253/501] 199.204.45.233 () {44 vars in 1001 bytes} [Tue Mar 3 03:56:09 2026] GET /v2.0/security-groups/733a9979-51f0-4d94-9637-72644ddbd3fa => generated 2886 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/502] 199.204.45.233 () {44 vars in 1001 bytes} [Tue Mar 3 03:56:09 2026] GET /v2.0/security-groups/733a9979-51f0-4d94-9637-72644ddbd3fa => generated 2886 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 254/503] 199.204.45.233 () {44 vars in 1011 bytes} [Tue Mar 3 03:56:09 2026] GET /v2.0/security-group-rules/25d771ee-c8ca-47dc-af7a-7e9b6021d671 => generated 627 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/506] 199.204.45.233 () {44 vars in 975 bytes} [Tue Mar 3 03:56:19 2026] GET /v2.0/quotas/34aa82d2f93f49e899ad14b801cf5d65 => generated 291 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 258/511] 10.0.0.233 () {28 vars in 591 bytes} [Tue Mar 3 03:56:52 2026] GET /v2.0/floatingips => 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: 254/512] 10.0.0.233 () {28 vars in 585 bytes} [Tue Mar 3 03:56:52 2026] GET /v2.0/networks => generated 2168 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 259/513] 10.0.0.233 () {28 vars in 599 bytes} [Tue Mar 3 03:56:52 2026] GET /v2.0/security-groups => generated 17401 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/514] 10.0.0.233 () {28 vars in 581 bytes} [Tue Mar 3 03:56:52 2026] GET /v2.0/agents => generated 3385 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 260/515] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 03:56:52 2026] GET /v2.0/subnets => generated 1308 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/516] 10.0.0.233 () {28 vars in 579 bytes} [Tue Mar 3 03:56:52 2026] GET /v2.0/ports => generated 4725 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 261/517] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 03:56:52 2026] GET /v2.0/routers => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/518] 10.0.0.233 () {28 vars in 624 bytes} [Tue Mar 3 03:56:52 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 262/519] 10.0.0.233 () {28 vars in 619 bytes} [Tue Mar 3 03:56:52 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/520] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 03:56:52 2026] GET /v2.0/subnets => generated 1308 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 263/521] 10.0.0.233 () {28 vars in 591 bytes} [Tue Mar 3 03:56:52 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-03 03:57:10.175 7 INFO neutron.api.v2.resource [None req-054f967b-6214-4e2e-ae07-fd9ad4edab32 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 260/524] 199.204.45.233 () {44 vars in 1074 bytes} [Tue Mar 3 03:57:10 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=54ff024e51eb4a2bba80bd0e2b259720 => generated 139 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 265/525] 199.204.45.233 () {44 vars in 1097 bytes} [Tue Mar 3 03:57:10 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=54ff024e51eb4a2bba80bd0e2b259720 => generated 4072 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/526] 199.204.45.233 () {44 vars in 1088 bytes} [Tue Mar 3 03:57:11 2026] GET /v2.0/security-groups/2a65ab24-0c22-4e99-98ad-b44c82e157df?project_id=54ff024e51eb4a2bba80bd0e2b259720 => generated 4075 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 266/527] 199.204.45.233 () {44 vars in 1001 bytes} [Tue Mar 3 03:57:11 2026] GET /v2.0/security-groups/2a65ab24-0c22-4e99-98ad-b44c82e157df => generated 4075 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/528] 199.204.45.233 () {44 vars in 1011 bytes} [Tue Mar 3 03:57:11 2026] GET /v2.0/security-group-rules/b1e4e3c6-d9ae-44ee-a2e5-dfbcfc753b78 => generated 597 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 267/529] 199.204.45.233 () {44 vars in 1088 bytes} [Tue Mar 3 03:57:12 2026] GET /v2.0/security-groups/2a65ab24-0c22-4e99-98ad-b44c82e157df?project_id=54ff024e51eb4a2bba80bd0e2b259720 => generated 4075 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/530] 199.204.45.233 () {44 vars in 1001 bytes} [Tue Mar 3 03:57:12 2026] GET /v2.0/security-groups/2a65ab24-0c22-4e99-98ad-b44c82e157df => generated 4075 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 268/531] 199.204.45.233 () {44 vars in 1011 bytes} [Tue Mar 3 03:57:12 2026] GET /v2.0/security-group-rules/51d0d1a9-79a9-4337-b2cc-32b9ccffcaad => generated 599 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/532] 199.204.45.233 () {44 vars in 1088 bytes} [Tue Mar 3 03:57:13 2026] GET /v2.0/security-groups/2a65ab24-0c22-4e99-98ad-b44c82e157df?project_id=54ff024e51eb4a2bba80bd0e2b259720 => generated 4075 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 269/533] 199.204.45.233 () {44 vars in 1001 bytes} [Tue Mar 3 03:57:13 2026] GET /v2.0/security-groups/2a65ab24-0c22-4e99-98ad-b44c82e157df => generated 4075 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/534] 199.204.45.233 () {44 vars in 1011 bytes} [Tue Mar 3 03:57:13 2026] GET /v2.0/security-group-rules/f4afbd0a-774c-40ee-a1d3-38fb959a3889 => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/537] 199.204.45.233 () {44 vars in 1088 bytes} [Tue Mar 3 03:57:14 2026] GET /v2.0/security-groups/2a65ab24-0c22-4e99-98ad-b44c82e157df?project_id=54ff024e51eb4a2bba80bd0e2b259720 => generated 4075 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 271/538] 199.204.45.233 () {44 vars in 1001 bytes} [Tue Mar 3 03:57:14 2026] GET /v2.0/security-groups/2a65ab24-0c22-4e99-98ad-b44c82e157df => generated 4075 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/539] 199.204.45.233 () {44 vars in 1011 bytes} [Tue Mar 3 03:57:14 2026] GET /v2.0/security-group-rules/11cddc0f-07fb-4682-9277-021413bba98a => generated 602 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 272/540] 199.204.45.233 () {44 vars in 975 bytes} [Tue Mar 3 03:57:21 2026] GET /v2.0/quotas/54ff024e51eb4a2bba80bd0e2b259720 => generated 291 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/545] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 03:57:52 2026] GET /v2.0/subnets => generated 1308 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 275/546] 10.0.0.233 () {28 vars in 591 bytes} [Tue Mar 3 03:57:52 2026] GET /v2.0/floatingips => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/547] 10.0.0.233 () {28 vars in 581 bytes} [Tue Mar 3 03:57:52 2026] GET /v2.0/agents => generated 3385 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 276/548] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 03:57:52 2026] GET /v2.0/subnets => generated 1308 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/549] 10.0.0.233 () {28 vars in 591 bytes} [Tue Mar 3 03:57:52 2026] GET /v2.0/subnetpools => generated 19 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 277/550] 10.0.0.233 () {28 vars in 585 bytes} [Tue Mar 3 03:57:52 2026] GET /v2.0/networks => generated 2168 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/551] 10.0.0.233 () {28 vars in 619 bytes} [Tue Mar 3 03:57:52 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 278/552] 10.0.0.233 () {28 vars in 599 bytes} [Tue Mar 3 03:57:52 2026] GET /v2.0/security-groups => generated 17401 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/553] 10.0.0.233 () {28 vars in 579 bytes} [Tue Mar 3 03:57:52 2026] GET /v2.0/ports => generated 4725 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 279/554] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 03:57:52 2026] GET /v2.0/routers => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/555] 10.0.0.233 () {28 vars in 624 bytes} [Tue Mar 3 03:57:52 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 281/558] 199.204.45.233 () {44 vars in 949 bytes} [Tue Mar 3 03:58:04 2026] GET /v2.0/networks?name=public => generated 753 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 284/563] 10.0.0.55 () {32 vars in 648 bytes} [Tue Mar 3 03:58:42 2026] GET /v2.0/networks => generated 2168 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/566] 10.0.0.55 () {32 vars in 654 bytes} [Tue Mar 3 03:58:44 2026] GET /v2.0/floatingips => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 286/567] 10.0.0.55 () {32 vars in 646 bytes} [Tue Mar 3 03:58:44 2026] GET /v2.0/routers => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/568] 10.0.0.55 () {32 vars in 642 bytes} [Tue Mar 3 03:58:44 2026] GET /v2.0/ports => generated 4725 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 287/569] 10.0.0.55 () {32 vars in 646 bytes} [Tue Mar 3 03:58:44 2026] GET /v2.0/subnets => generated 1308 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/570] 10.0.0.55 () {32 vars in 648 bytes} [Tue Mar 3 03:58:44 2026] GET /v2.0/networks => generated 2168 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 288/571] 10.0.0.55 () {32 vars in 662 bytes} [Tue Mar 3 03:58:44 2026] GET /v2.0/security-groups => generated 17401 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/572] 10.0.0.55 () {32 vars in 654 bytes} [Tue Mar 3 03:58:44 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 289/573] 10.0.0.233 () {28 vars in 581 bytes} [Tue Mar 3 03:58:52 2026] GET /v2.0/agents => generated 3385 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/574] 10.0.0.233 () {28 vars in 579 bytes} [Tue Mar 3 03:58:52 2026] GET /v2.0/ports => generated 4725 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 290/575] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 03:58:52 2026] GET /v2.0/subnets => generated 1308 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/576] 10.0.0.233 () {28 vars in 591 bytes} [Tue Mar 3 03:58:52 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 291/577] 10.0.0.233 () {28 vars in 619 bytes} [Tue Mar 3 03:58:52 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/578] 10.0.0.233 () {28 vars in 585 bytes} [Tue Mar 3 03:58:52 2026] GET /v2.0/networks => generated 2168 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 292/579] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 03:58:52 2026] GET /v2.0/routers => generated 15 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/580] 10.0.0.233 () {28 vars in 624 bytes} [Tue Mar 3 03:58:52 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 293/581] 10.0.0.233 () {28 vars in 591 bytes} [Tue Mar 3 03:58:52 2026] GET /v2.0/floatingips => 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: 289/582] 10.0.0.233 () {28 vars in 599 bytes} [Tue Mar 3 03:58:52 2026] GET /v2.0/security-groups => generated 17401 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 6|app: 0|req: 294/583] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 03:58:53 2026] GET /v2.0/subnets => generated 1308 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-03 03:58:54.890 7 INFO neutron.db.segments_db [None req-ee821477-9787-4fa8-9f2a-788a9f68465a fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Added segment 71578e33-9850-4898-89d5-cac0f45a3116 of type vxlan for network be2a7b0a-8363-444a-a385-1217a95830af 2026-03-03 03:58:54.951 6 INFO neutron.db.segments_db [None req-04de84fa-4ac9-45ed-a7f2-3531d4589c5e fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Added segment 7904a829-0a71-466f-92be-6c5174b6bd42 of type vxlan for network 7cc0a35c-5d0d-49b1-bbf2-ec25b2c72a0c [pid: 7|app: 0|req: 290/584] 10.0.0.55 () {34 vars in 670 bytes} [Tue Mar 3 03:58:54 2026] POST /v2.0/networks => generated 752 bytes in 434 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 295/585] 10.0.0.55 () {34 vars in 670 bytes} [Tue Mar 3 03:58:54 2026] POST /v2.0/networks => generated 749 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-03 03:58:55.239 7 INFO neutron.db.segments_db [None req-3389e1b0-30a6-4eaa-9e95-4d498ceeeb81 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Added segment 27b02c16-6265-41f8-962c-b4ad3fdda9ce of type vxlan for network 0a14aa1e-b3e0-4f28-957b-cde63c01106a [pid: 6|app: 0|req: 296/586] 10.0.0.55 () {34 vars in 668 bytes} [Tue Mar 3 03:58:55 2026] POST /v2.0/subnets => generated 699 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/587] 10.0.0.55 () {34 vars in 670 bytes} [Tue Mar 3 03:58:54 2026] POST /v2.0/networks => generated 745 bytes in 341 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-03 03:58:55.339 7 INFO neutron.db.segments_db [None req-93be5cbc-a79d-4e28-9703-cec32cd215d5 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Added segment 83599d2d-8273-4b18-b203-8bdb45cde158 of type vxlan for network a1c4a9be-9eb9-4186-9861-d1c5d5427408 [pid: 6|app: 0|req: 297/588] 10.0.0.55 () {34 vars in 668 bytes} [Tue Mar 3 03:58:55 2026] POST /v2.0/subnets => generated 696 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-03 03:58:55.524 7 INFO neutron.db.l3_hamode_db [None req-93be5cbc-a79d-4e28-9703-cec32cd215d5 fdf1439b2bc84fd6a18e362a1a5510b8 bba3801aed6e4036b956b0401962df9c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 6|app: 0|req: 298/589] 10.0.0.55 () {34 vars in 668 bytes} [Tue Mar 3 03:58:55 2026] POST /v2.0/subnets => generated 692 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 299/590] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 03:58:55 2026] GET /v2.0/security-groups?tenant_id=615b8152a8a1462498fdec3cc7cf59c0&name=default => generated 2921 bytes in 247 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-03 03:58:55.957 6 INFO neutron.db.segments_db [None req-fcc3f2a5-8879-4e67-83ad-4dad522b9c6a fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Added segment f16576a5-5f7b-457a-aee3-70d2de0a0974 of type vxlan for network ccb1211a-be73-4316-ad7f-2cef71305613 2026-03-03 03:58:56.205 6 INFO neutron.db.l3_hamode_db [None req-fcc3f2a5-8879-4e67-83ad-4dad522b9c6a fdf1439b2bc84fd6a18e362a1a5510b8 d7240fc025fe428eb8bfa84e93fcb6a6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-03 03:58:56.431 7 INFO neutron.db.l3_hamode_db [None req-93be5cbc-a79d-4e28-9703-cec32cd215d5 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-03 03:58:57.308 6 INFO neutron.db.l3_hamode_db [None req-fcc3f2a5-8879-4e67-83ad-4dad522b9c6a fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 292/591] 10.0.0.55 () {34 vars in 668 bytes} [Tue Mar 3 03:58:55 2026] POST /v2.0/routers => generated 739 bytes in 2134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-03 03:58:57.477 7 INFO neutron.db.segments_db [None req-45b6841c-f731-4100-9351-53f54863a30a fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Added segment f3b5323f-6e59-46ba-941c-c6b2c3c333a0 of type vxlan for network a3a005d1-2383-4450-9644-102c702e0b20 2026-03-03 03:58:57.681 7 INFO neutron.db.l3_hamode_db [None req-45b6841c-f731-4100-9351-53f54863a30a fdf1439b2bc84fd6a18e362a1a5510b8 c3a4d793c9a24d9781531230e119ce39 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 6|app: 0|req: 300/592] 10.0.0.55 () {34 vars in 668 bytes} [Tue Mar 3 03:58:55 2026] POST /v2.0/routers => generated 736 bytes in 2306 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 301/593] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 03:58:58 2026] DELETE /v2.0/security-groups/deb652ba-be79-471d-9e2a-604f0cfd6068 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-03 03:58:58.337 7 INFO neutron.db.l3_hamode_db [None req-45b6841c-f731-4100-9351-53f54863a30a fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 293/594] 10.0.0.55 () {34 vars in 668 bytes} [Tue Mar 3 03:58:57 2026] POST /v2.0/routers => generated 732 bytes in 1748 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 302/595] 10.0.0.55 () {34 vars in 782 bytes} [Tue Mar 3 03:58:58 2026] PUT /v2.0/routers/53ba751a-ce1b-48b8-bf22-a9a8e42e1593/add_router_interface => generated 309 bytes in 897 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 305/598] 10.0.0.55 () {34 vars in 782 bytes} [Tue Mar 3 03:58:59 2026] PUT /v2.0/routers/90c3a677-70ce-4c42-9aff-1b2aaab71269/add_router_interface => generated 309 bytes in 745 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 306/599] 10.0.0.55 () {34 vars in 684 bytes} [Tue Mar 3 03:58:59 2026] POST /v2.0/security-groups => generated 1659 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-03-03 03:59:00.280 6 INFO neutron.db.segments_db [None req-7c04f7f6-66da-4d39-b788-65389d6a58d1 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Added segment 58cd83ab-1eb0-4de9-83e1-5c0eb49414c7 of type vxlan for network 7f9430dc-2ae8-4dc7-8746-8560132e266f [pid: 6|app: 0|req: 307/600] 10.0.0.55 () {34 vars in 670 bytes} [Tue Mar 3 03:59:00 2026] POST /v2.0/networks => generated 748 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 308/601] 10.0.0.55 () {34 vars in 694 bytes} [Tue Mar 3 03:59:00 2026] POST /v2.0/security-group-rules => generated 597 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/602] 10.0.0.55 () {34 vars in 782 bytes} [Tue Mar 3 03:58:59 2026] PUT /v2.0/routers/b094f685-0447-468a-a060-a64908911959/add_router_interface => generated 309 bytes in 1450 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 309/603] 10.0.0.55 () {34 vars in 668 bytes} [Tue Mar 3 03:59:00 2026] POST /v2.0/subnets => generated 695 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/604] 10.0.0.55 () {34 vars in 694 bytes} [Tue Mar 3 03:59:00 2026] POST /v2.0/security-group-rules => generated 602 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-03 03:59:00.761 6 INFO neutron.db.segments_db [None req-910bede3-80af-4ce8-990a-a43f9b7fa913 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Added segment ef3d5df4-b9cd-4ac3-a511-3c3780b62d92 of type vxlan for network 39268898-8e8e-488c-b78d-cf1918934811 [pid: 7|app: 0|req: 296/605] 10.0.0.33 () {38 vars in 970 bytes} [Tue Mar 3 03:59:00 2026] POST /v2.0/security-groups => generated 1681 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-03-03 03:59:01.001 6 INFO neutron.db.l3_hamode_db [None req-910bede3-80af-4ce8-990a-a43f9b7fa913 fdf1439b2bc84fd6a18e362a1a5510b8 2c411f5b782f459883b93a9a6c068987 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 297/606] 10.0.0.55 () {34 vars in 675 bytes} [Tue Mar 3 03:59:00 2026] POST /v2.0/floatingips => generated 552 bytes in 459 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/607] 10.0.0.33 () {38 vars in 970 bytes} [Tue Mar 3 03:59:01 2026] POST /v2.0/security-groups => generated 1685 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/608] 10.0.0.33 () {38 vars in 970 bytes} [Tue Mar 3 03:59:01 2026] POST /v2.0/security-groups => generated 1682 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/609] 10.0.0.33 () {34 vars in 990 bytes} [Tue Mar 3 03:59:01 2026] GET /v2.0/security-groups/071cb81f-d838-4e04-9008-56e621f270b0 => generated 1685 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-03 03:59:01.724 6 INFO neutron.db.l3_hamode_db [None req-910bede3-80af-4ce8-990a-a43f9b7fa913 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 301/610] 10.0.0.33 () {38 vars in 970 bytes} [Tue Mar 3 03:59:01 2026] POST /v2.0/security-groups => generated 1682 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/611] 10.0.0.33 () {38 vars in 980 bytes} [Tue Mar 3 03:59:01 2026] POST /v2.0/security-group-rules => generated 614 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/612] 10.0.0.33 () {34 vars in 1097 bytes} [Tue Mar 3 03:59:01 2026] GET /v2.0/security-groups?name=tempest-securitygroup--510874115&fields=id&tenant_id=bba3801aed6e4036b956b0401962df9c => generated 69 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/613] 10.0.0.33 () {34 vars in 1001 bytes} [Tue Mar 3 03:59:01 2026] GET /v2.0/security-groups?tenant_id=c3a4d793c9a24d9781531230e119ce39 => generated 7906 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/614] 10.0.0.33 () {34 vars in 981 bytes} [Tue Mar 3 03:59:02 2026] GET /v2.0/networks?id=be2a7b0a-8363-444a-a385-1217a95830af => generated 684 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/615] 10.0.0.33 () {34 vars in 990 bytes} [Tue Mar 3 03:59:02 2026] GET /v2.0/security-groups/5e822b54-556b-4b75-b2f1-9b78ddf35c53 => generated 2918 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/616] 10.0.0.33 () {34 vars in 964 bytes} [Tue Mar 3 03:59:02 2026] GET /v2.0/quotas/bba3801aed6e4036b956b0401962df9c => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/617] 10.0.0.33 () {34 vars in 990 bytes} [Tue Mar 3 03:59:02 2026] GET /v2.0/security-groups/5e822b54-556b-4b75-b2f1-9b78ddf35c53 => generated 2918 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/618] 10.0.0.33 () {34 vars in 1001 bytes} [Tue Mar 3 03:59:02 2026] GET /v2.0/ports?tenant_id=bba3801aed6e4036b956b0401962df9c&fields=id => generated 103 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/619] 10.0.0.33 () {38 vars in 970 bytes} [Tue Mar 3 03:59:02 2026] POST /v2.0/security-groups => generated 1685 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/620] 10.0.0.33 () {34 vars in 990 bytes} [Tue Mar 3 03:59:02 2026] GET /v2.0/security-groups/a20ceb74-c743-4963-a3e6-b0d083c9a428 => generated 1681 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/621] 10.0.0.33 () {36 vars in 1012 bytes} [Tue Mar 3 03:59:02 2026] DELETE /v2.0/security-groups/a20ceb74-c743-4963-a3e6-b0d083c9a428 => 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: 313/622] 10.0.0.33 () {34 vars in 990 bytes} [Tue Mar 3 03:59:02 2026] GET /v2.0/security-groups/617630af-a998-4185-aef0-8ed3608a8af4 => generated 1685 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/623] 10.0.0.33 () {38 vars in 980 bytes} [Tue Mar 3 03:59:02 2026] POST /v2.0/security-group-rules => generated 614 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/624] 10.0.0.33 () {34 vars in 906 bytes} [Tue Mar 3 03:59:02 2026] GET /v2.0/extensions => generated 21537 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-03-03 03:59:02.706 7 INFO neutron.api.v2.resource [req-bb62acdc-c23b-4c1b-8a14-52a6679a9c7d req-b1ff88cd-025d-404b-bd5c-5857a66c90d0 84dd8a1d5047477393a380fa7dc05a69 c3a4d793c9a24d9781531230e119ce39 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 316/625] 10.0.0.33 () {34 vars in 990 bytes} [Tue Mar 3 03:59:02 2026] GET /v2.0/security-groups/a20ceb74-c743-4963-a3e6-b0d083c9a428 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/626] 10.0.0.33 () {34 vars in 1007 bytes} [Tue Mar 3 03:59:02 2026] GET /v2.0/networks/be2a7b0a-8363-444a-a385-1217a95830af?fields=segments => 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: 318/627] 10.0.0.33 () {34 vars in 990 bytes} [Tue Mar 3 03:59:02 2026] GET /v2.0/security-groups/617630af-a998-4185-aef0-8ed3608a8af4 => generated 2310 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/628] 10.0.0.33 () {34 vars in 1107 bytes} [Tue Mar 3 03:59:02 2026] GET /v2.0/networks/be2a7b0a-8363-444a-a385-1217a95830af?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 310/629] 10.0.0.55 () {34 vars in 668 bytes} [Tue Mar 3 03:59:00 2026] POST /v2.0/routers => generated 735 bytes in 2092 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/630] 10.0.0.33 () {38 vars in 980 bytes} [Tue Mar 3 03:59:02 2026] POST /v2.0/security-group-rules => generated 619 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/631] 10.0.0.33 () {34 vars in 990 bytes} [Tue Mar 3 03:59:02 2026] GET /v2.0/security-groups/55e3248c-56d1-4cdd-9abd-b270e5d61e66 => generated 1682 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/632] 10.0.0.33 () {34 vars in 990 bytes} [Tue Mar 3 03:59:02 2026] GET /v2.0/security-groups/617630af-a998-4185-aef0-8ed3608a8af4 => generated 2940 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/633] 10.0.0.33 () {36 vars in 1012 bytes} [Tue Mar 3 03:59:02 2026] DELETE /v2.0/security-groups/55e3248c-56d1-4cdd-9abd-b270e5d61e66 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/634] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:03 2026] GET /v2.0/ports?device_id=17fb91f6-303e-4b31-98b3-09f1b1b2575b => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/635] 10.0.0.33 () {34 vars in 1000 bytes} [Tue Mar 3 03:59:03 2026] GET /v2.0/security-group-rules/6c052e5e-19a2-4aae-be3e-4a36c920b89e => generated 616 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 03:59:03.090 7 INFO neutron.api.v2.resource [req-c6898e5f-09a1-4455-9130-2116f997b4f0 req-0d2178f1-fa27-4081-b8df-35d8a88b8360 84dd8a1d5047477393a380fa7dc05a69 c3a4d793c9a24d9781531230e119ce39 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 326/636] 10.0.0.33 () {34 vars in 990 bytes} [Tue Mar 3 03:59:03 2026] GET /v2.0/security-groups/55e3248c-56d1-4cdd-9abd-b270e5d61e66 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/637] 10.0.0.33 () {34 vars in 990 bytes} [Tue Mar 3 03:59:03 2026] GET /v2.0/security-groups/617630af-a998-4185-aef0-8ed3608a8af4 => generated 2940 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/638] 10.0.0.33 () {34 vars in 990 bytes} [Tue Mar 3 03:59:03 2026] GET /v2.0/security-groups/cd5bf979-7177-411a-a003-92b3a5b14850 => generated 1682 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/639] 10.0.0.33 () {36 vars in 1022 bytes} [Tue Mar 3 03:59:03 2026] DELETE /v2.0/security-group-rules/6c052e5e-19a2-4aae-be3e-4a36c920b89e => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/640] 10.0.0.33 () {36 vars in 1012 bytes} [Tue Mar 3 03:59:03 2026] DELETE /v2.0/security-groups/cd5bf979-7177-411a-a003-92b3a5b14850 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/641] 10.0.0.33 () {34 vars in 990 bytes} [Tue Mar 3 03:59:03 2026] GET /v2.0/security-groups/617630af-a998-4185-aef0-8ed3608a8af4 => generated 2310 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-03 03:59:03.340 7 INFO neutron.api.v2.resource [req-233763bd-77be-4542-a776-d830fbddb5b6 req-7a6a6acd-c14e-4fdc-b663-cdac297a9242 84dd8a1d5047477393a380fa7dc05a69 c3a4d793c9a24d9781531230e119ce39 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 332/642] 10.0.0.33 () {34 vars in 990 bytes} [Tue Mar 3 03:59:03 2026] GET /v2.0/security-groups/cd5bf979-7177-411a-a003-92b3a5b14850 => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/643] 10.0.0.33 () {36 vars in 1012 bytes} [Tue Mar 3 03:59:03 2026] DELETE /v2.0/security-groups/617630af-a998-4185-aef0-8ed3608a8af4 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/644] 10.0.0.33 () {34 vars in 1001 bytes} [Tue Mar 3 03:59:03 2026] GET /v2.0/security-groups?tenant_id=c3a4d793c9a24d9781531230e119ce39 => generated 2921 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/645] 10.0.0.33 () {34 vars in 990 bytes} [Tue Mar 3 03:59:03 2026] GET /v2.0/security-groups/071cb81f-d838-4e04-9008-56e621f270b0 => generated 2310 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/646] 10.0.0.33 () {34 vars in 990 bytes} [Tue Mar 3 03:59:03 2026] GET /v2.0/security-groups/5e822b54-556b-4b75-b2f1-9b78ddf35c53 => generated 2918 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/647] 10.0.0.33 () {36 vars in 1012 bytes} [Tue Mar 3 03:59:03 2026] DELETE /v2.0/security-groups/071cb81f-d838-4e04-9008-56e621f270b0 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/648] 10.0.0.33 () {34 vars in 990 bytes} [Tue Mar 3 03:59:03 2026] GET /v2.0/security-groups/5e822b54-556b-4b75-b2f1-9b78ddf35c53 => generated 2918 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-03 03:59:04.069 7 INFO neutron_taas.services.taas.taas_plugin [None req-3f703fe1-cf14-45c6-9895-eb3f04f1b8ee fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] TaaS: Handle Delete Port: df5aefc9-3e45-4821-83f7-ddbcdf98740c 2026-03-03 03:59:04.078 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3f703fe1-cf14-45c6-9895-eb3f04f1b8ee fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Tap Mirror: Handle Delete Port: df5aefc9-3e45-4821-83f7-ddbcdf98740c [pid: 6|app: 0|req: 311/649] 10.0.0.55 () {34 vars in 782 bytes} [Tue Mar 3 03:59:02 2026] PUT /v2.0/routers/0cd7704c-99dd-4e86-a190-de13b3fdf550/add_router_interface => generated 309 bytes in 1335 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 03:59:04.158 6 INFO neutron.api.v2.resource [req-f022d5ac-0393-490a-853d-2afcbe8d146f req-3c04dd18-36ac-40a4-93c6-fb86f02800c1 84dd8a1d5047477393a380fa7dc05a69 c3a4d793c9a24d9781531230e119ce39 - - default default] show failed (client error): The resource could not be found. [pid: 6|app: 0|req: 312/650] 10.0.0.33 () {34 vars in 990 bytes} [Tue Mar 3 03:59:04 2026] GET /v2.0/security-groups/cd5bf979-7177-411a-a003-92b3a5b14850 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 313/651] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:04 2026] GET /v2.0/ports?device_id=17fb91f6-303e-4b31-98b3-09f1b1b2575b => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-03 03:59:04.218 6 INFO neutron.api.v2.resource [req-aa90d7f8-cdf2-4ec3-a5ce-44950266f10c req-70967f53-1cf2-411f-8b0f-6645a4a5f5d6 84dd8a1d5047477393a380fa7dc05a69 c3a4d793c9a24d9781531230e119ce39 - - default default] show failed (client error): The resource could not be found. [pid: 6|app: 0|req: 314/652] 10.0.0.33 () {34 vars in 990 bytes} [Tue Mar 3 03:59:04 2026] GET /v2.0/security-groups/55e3248c-56d1-4cdd-9abd-b270e5d61e66 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-03 03:59:04.255 6 INFO neutron.api.v2.resource [req-68ed07a3-813c-4dd9-b8f2-5e204d18b766 req-51a669c9-d3d5-4e98-aaac-27ad8be16b99 84dd8a1d5047477393a380fa7dc05a69 c3a4d793c9a24d9781531230e119ce39 - - default default] show failed (client error): The resource could not be found. [pid: 6|app: 0|req: 315/653] 10.0.0.33 () {34 vars in 990 bytes} [Tue Mar 3 03:59:04 2026] GET /v2.0/security-groups/a20ceb74-c743-4963-a3e6-b0d083c9a428 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-03 03:59:04.727 6 INFO neutron_taas.services.taas.taas_plugin [None req-6c32f222-ad74-4221-b725-c905465d5579 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] TaaS: Handle Delete Port: db51d4ad-7740-4cf5-8adb-f2fd3e838580 2026-03-03 03:59:04.736 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c32f222-ad74-4221-b725-c905465d5579 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Tap Mirror: Handle Delete Port: db51d4ad-7740-4cf5-8adb-f2fd3e838580 [pid: 7|app: 0|req: 339/654] 10.0.0.55 () {34 vars in 788 bytes} [Tue Mar 3 03:59:03 2026] PUT /v2.0/routers/b094f685-0447-468a-a060-a64908911959/remove_router_interface => generated 309 bytes in 1105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/655] 10.0.0.55 () {34 vars in 684 bytes} [Tue Mar 3 03:59:04 2026] POST /v2.0/security-groups => generated 1659 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-03-03 03:59:05.086 7 INFO neutron_taas.services.taas.taas_plugin [None req-0b667934-e723-4475-aa2b-d9a3f63b6c74 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] TaaS: Handle Delete Port: da922112-c199-48d4-ae72-d4859b5ba4f7 2026-03-03 03:59:05.091 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0b667934-e723-4475-aa2b-d9a3f63b6c74 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Tap Mirror: Handle Delete Port: da922112-c199-48d4-ae72-d4859b5ba4f7 [pid: 6|app: 0|req: 316/656] 10.0.0.55 () {34 vars in 788 bytes} [Tue Mar 3 03:59:04 2026] PUT /v2.0/routers/90c3a677-70ce-4c42-9aff-1b2aaab71269/remove_router_interface => generated 309 bytes in 984 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 03:59:05.344 7 INFO neutron_taas.services.taas.taas_plugin [None req-0b667934-e723-4475-aa2b-d9a3f63b6c74 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] TaaS: Handle Delete Port: 22d0a8ad-3332-4dbe-85ea-b71a7ba37dc0 2026-03-03 03:59:05.347 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0b667934-e723-4475-aa2b-d9a3f63b6c74 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Tap Mirror: Handle Delete Port: 22d0a8ad-3332-4dbe-85ea-b71a7ba37dc0 [pid: 6|app: 0|req: 317/657] 10.0.0.55 () {34 vars in 694 bytes} [Tue Mar 3 03:59:05 2026] POST /v2.0/security-group-rules => generated 597 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-03 03:59:05.455 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-0b667934-e723-4475-aa2b-d9a3f63b6c74 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - 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-03-03 03:59:05.586 6 INFO neutron_taas.services.taas.taas_plugin [None req-dbf46389-a5dc-4466-a352-938cf07cbbee fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] TaaS: Handle Delete Port: 80aa7ebe-0bf5-4fc2-97ed-905b8187402d 2026-03-03 03:59:05.590 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dbf46389-a5dc-4466-a352-938cf07cbbee fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Tap Mirror: Handle Delete Port: 80aa7ebe-0bf5-4fc2-97ed-905b8187402d 2026-03-03 03:59:05.840 6 INFO neutron_taas.services.taas.taas_plugin [None req-dbf46389-a5dc-4466-a352-938cf07cbbee fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] TaaS: Handle Delete Port: 4b0f9723-e30c-4696-912b-ba37bfc6463e 2026-03-03 03:59:05.843 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dbf46389-a5dc-4466-a352-938cf07cbbee fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Tap Mirror: Handle Delete Port: 4b0f9723-e30c-4696-912b-ba37bfc6463e 2026-03-03 03:59:05.865 7 INFO neutron.db.l3_hamode_db [None req-0b667934-e723-4475-aa2b-d9a3f63b6c74 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] HA network ccb1211a-be73-4316-ad7f-2cef71305613 was deleted as no HA routers are present in tenant d7240fc025fe428eb8bfa84e93fcb6a6. [pid: 7|app: 0|req: 341/658] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 03:59:04 2026] DELETE /v2.0/routers/b094f685-0447-468a-a060-a64908911959 => generated 0 bytes in 993 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/659] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:05 2026] GET /v2.0/ports?device_id=17fb91f6-303e-4b31-98b3-09f1b1b2575b => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-03 03:59:05.916 6 WARNING neutron.plugins.ml2.ovo_rpc [None req-dbf46389-a5dc-4466-a352-938cf07cbbee fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 7|app: 0|req: 343/660] 10.0.0.55 () {34 vars in 694 bytes} [Tue Mar 3 03:59:05 2026] POST /v2.0/security-group-rules => generated 602 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-03 03:59:06.173 7 INFO neutron.services.segments.plugin [-] Segment f16576a5-5f7b-457a-aee3-70d2de0a0974 resource provider aggregate not found 2026-03-03 03:59:06.197 7 INFO neutron.services.segments.plugin [-] Segment f16576a5-5f7b-457a-aee3-70d2de0a0974 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f16576a5-5f7b-457a-aee3-70d2de0a0974 found for delete ", "request_id": "req-79504cef-e5e9-4825-8406-b6894bec9622"}]} 2026-03-03 03:59:06.211 7 INFO neutron.services.segments.plugin [-] Segment f16576a5-5f7b-457a-aee3-70d2de0a0974 resource provider aggregate not found 2026-03-03 03:59:06.236 7 INFO neutron.services.segments.plugin [-] Segment f16576a5-5f7b-457a-aee3-70d2de0a0974 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f16576a5-5f7b-457a-aee3-70d2de0a0974 found for delete ", "request_id": "req-76e9701a-70b6-48fa-a9c1-b81ae8062e87"}]} [pid: 7|app: 0|req: 344/661] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 03:59:06 2026] DELETE /v2.0/subnets/928b4b6a-fa30-417b-a728-85261e748408 => generated 0 bytes in 227 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 03:59:06.271 6 INFO neutron.db.l3_hamode_db [None req-dbf46389-a5dc-4466-a352-938cf07cbbee fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] HA network a3a005d1-2383-4450-9644-102c702e0b20 was deleted as no HA routers are present in tenant c3a4d793c9a24d9781531230e119ce39. [pid: 6|app: 0|req: 318/662] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 03:59:05 2026] DELETE /v2.0/routers/90c3a677-70ce-4c42-9aff-1b2aaab71269 => generated 0 bytes in 922 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-03 03:59:06.385 6 INFO neutron_taas.services.taas.taas_plugin [None req-ce642f87-0cc2-4b71-befb-8f4178b7fff4 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] TaaS: Handle Delete Port: d2780aad-1664-4a93-8f83-c2f6380e1426 2026-03-03 03:59:06.388 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ce642f87-0cc2-4b71-befb-8f4178b7fff4 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Tap Mirror: Handle Delete Port: d2780aad-1664-4a93-8f83-c2f6380e1426 [pid: 6|app: 0|req: 319/663] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 03:59:06 2026] DELETE /v2.0/networks/7cc0a35c-5d0d-49b1-bbf2-ec25b2c72a0c => generated 0 bytes in 314 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 03:59:06.608 6 INFO neutron.services.segments.plugin [-] Segment f3b5323f-6e59-46ba-941c-c6b2c3c333a0 resource provider aggregate not found 2026-03-03 03:59:06.735 6 INFO neutron.services.segments.plugin [-] Segment f3b5323f-6e59-46ba-941c-c6b2c3c333a0 resource provider aggregate not found 2026-03-03 03:59:06.739 6 INFO neutron.services.segments.plugin [-] Segment f3b5323f-6e59-46ba-941c-c6b2c3c333a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3b5323f-6e59-46ba-941c-c6b2c3c333a0 found for delete ", "request_id": "req-ea0b4bbd-1b74-475f-a953-caaa5963f7a1"}]} [pid: 6|app: 0|req: 320/664] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 03:59:06 2026] DELETE /v2.0/subnets/96d67ccd-f280-419b-af49-990b02340baa => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 03:59:06.753 6 INFO neutron.services.segments.plugin [-] Segment f3b5323f-6e59-46ba-941c-c6b2c3c333a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3b5323f-6e59-46ba-941c-c6b2c3c333a0 found for delete ", "request_id": "req-4c882aed-398e-447b-909d-3a0ed30c4f0d"}]} [pid: 6|app: 0|req: 321/665] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 03:59:06 2026] DELETE /v2.0/networks/0a14aa1e-b3e0-4f28-957b-cde63c01106a => generated 0 bytes in 103 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 322/666] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 03:59:06 2026] GET /v2.0/security-groups?tenant_id=d7240fc025fe428eb8bfa84e93fcb6a6&name=default => generated 2921 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/667] 10.0.0.55 () {34 vars in 675 bytes} [Tue Mar 3 03:59:06 2026] POST /v2.0/floatingips => generated 552 bytes in 667 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 323/668] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 03:59:06 2026] DELETE /v2.0/security-groups/d2439dde-a0ba-4c09-8daf-3cc6ee0829e8 => 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: 346/669] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:07 2026] GET /v2.0/ports?device_id=17fb91f6-303e-4b31-98b3-09f1b1b2575b => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 324/670] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 03:59:07 2026] GET /v2.0/security-groups?tenant_id=c3a4d793c9a24d9781531230e119ce39&name=default => generated 2921 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/671] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 03:59:07 2026] DELETE /v2.0/security-groups/5e822b54-556b-4b75-b2f1-9b78ddf35c53 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 325/672] 199.204.45.233 () {34 vars in 986 bytes} [Tue Mar 3 03:59:07 2026] GET /v2.0/networks?id=be2a7b0a-8363-444a-a385-1217a95830af => generated 684 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/673] 199.204.45.233 () {34 vars in 911 bytes} [Tue Mar 3 03:59:08 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 6|app: 0|req: 326/674] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:08 2026] GET /v2.0/ports?device_id=17fb91f6-303e-4b31-98b3-09f1b1b2575b => 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: 349/675] 199.204.45.233 () {34 vars in 1050 bytes} [Tue Mar 3 03:59:08 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=bba3801aed6e4036b956b0401962df9c => generated 180 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 327/676] 199.204.45.233 () {38 vars in 955 bytes} [Tue Mar 3 03:59:08 2026] POST /v2.0/ports => generated 958 bytes in 495 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-03 03:59:08.761 6 INFO neutron.services.segments.plugin [-] Segment 7904a829-0a71-466f-92be-6c5174b6bd42 resource provider aggregate not found 2026-03-03 03:59:08.780 6 INFO neutron.services.segments.plugin [-] Segment 7904a829-0a71-466f-92be-6c5174b6bd42 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7904a829-0a71-466f-92be-6c5174b6bd42 found for delete ", "request_id": "req-f9617d99-d895-4d7a-af50-55569563c0a0"}]} 2026-03-03 03:59:08.786 6 INFO neutron.services.segments.plugin [-] Segment 7904a829-0a71-466f-92be-6c5174b6bd42 resource provider aggregate not found 2026-03-03 03:59:08.796 6 INFO neutron.services.segments.plugin [-] Segment 27b02c16-6265-41f8-962c-b4ad3fdda9ce resource provider aggregate not found 2026-03-03 03:59:08.809 6 INFO neutron.services.segments.plugin [-] Segment 7904a829-0a71-466f-92be-6c5174b6bd42 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7904a829-0a71-466f-92be-6c5174b6bd42 found for delete ", "request_id": "req-de99434c-d11a-498c-bcc6-b58b089c4371"}]} 2026-03-03 03:59:08.813 6 INFO neutron.services.segments.plugin [-] Segment 27b02c16-6265-41f8-962c-b4ad3fdda9ce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 27b02c16-6265-41f8-962c-b4ad3fdda9ce found for delete ", "request_id": "req-648dc98c-9eaa-4fbd-be12-bffa5e6ddb38"}]} 2026-03-03 03:59:08.827 6 INFO neutron.services.segments.plugin [-] Segment 27b02c16-6265-41f8-962c-b4ad3fdda9ce resource provider aggregate not found 2026-03-03 03:59:08.854 6 INFO neutron.services.segments.plugin [-] Segment 27b02c16-6265-41f8-962c-b4ad3fdda9ce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 27b02c16-6265-41f8-962c-b4ad3fdda9ce found for delete ", "request_id": "req-ee92aee1-6746-47d5-afe8-a238aaa9b230"}]} /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-03-03 03:59:09.378 6 INFO neutron.db.segments_db [None req-3dddd43f-83be-436b-9971-9f6fa6332192 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Added segment 893e590b-39bb-4596-bda6-de34ad675cd7 of type vxlan for network ff27603a-916a-4c2d-8a7f-d0b8f9342b10 [pid: 6|app: 0|req: 328/677] 10.0.0.55 () {34 vars in 670 bytes} [Tue Mar 3 03:59:09 2026] POST /v2.0/networks => generated 737 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 329/678] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:09 2026] GET /v2.0/ports?device_id=17fb91f6-303e-4b31-98b3-09f1b1b2575b => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 330/679] 10.0.0.55 () {34 vars in 668 bytes} [Tue Mar 3 03:59:09 2026] POST /v2.0/subnets => generated 684 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 331/680] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 03:59:09 2026] GET /v2.0/security-groups?id=597ec387-ddf4-45f5-a908-03d20f4443c5&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/681] 199.204.45.233 () {38 vars in 1028 bytes} [Tue Mar 3 03:59:09 2026] PUT /v2.0/ports/d030008a-5d48-4864-9773-b0ffdaf90dd4 => generated 1239 bytes in 628 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-03 03:59:09.753 6 INFO neutron.db.segments_db [None req-6028aef3-a501-4380-a009-f948d92cfa6f fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Added segment c1fe4a5f-058c-4e3b-9cde-501453fa5ed5 of type vxlan for network 01665d5a-a5ad-4a5b-bda4-b628d975b676 2026-03-03 03:59:10.084 6 INFO neutron.db.l3_hamode_db [None req-6028aef3-a501-4380-a009-f948d92cfa6f fdf1439b2bc84fd6a18e362a1a5510b8 27301d840fb2457d8122caaceb4ce089 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-03 03:59:10.259 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d532b08b-3118-4d95-98ac-b90680ac6687'] response: {'name': 'network-changed', 'server_uuid': '17fb91f6-303e-4b31-98b3-09f1b1b2575b', 'tag': 'd030008a-5d48-4864-9773-b0ffdaf90dd4', '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: 351/682] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Mar 3 03:59:10 2026] GET /v2.0/ports?tenant_id=bba3801aed6e4036b956b0401962df9c&device_id=17fb91f6-303e-4b31-98b3-09f1b1b2575b => generated 1242 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-03 03:59:10.861 6 INFO neutron.db.l3_hamode_db [None req-6028aef3-a501-4380-a009-f948d92cfa6f fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 352/683] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:10 2026] GET /v2.0/ports?device_id=17fb91f6-303e-4b31-98b3-09f1b1b2575b => generated 973 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/684] 199.204.45.233 () {34 vars in 1060 bytes} [Tue Mar 3 03:59:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=d030008a-5d48-4864-9773-b0ffdaf90dd4 => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/685] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 03:59:10 2026] GET /v2.0/security-groups?id=597ec387-ddf4-45f5-a908-03d20f4443c5&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: 7|app: 0|req: 355/686] 199.204.45.233 () {34 vars in 984 bytes} [Tue Mar 3 03:59:10 2026] GET /v2.0/subnets?id=40524cdd-17e8-426d-ba54-d1226611d82f => generated 702 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/687] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Mar 3 03:59:10 2026] GET /v2.0/ports?network_id=be2a7b0a-8363-444a-a385-1217a95830af&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: 357/688] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Mar 3 03:59:11 2026] GET /v2.0/networks/be2a7b0a-8363-444a-a385-1217a95830af?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: 358/689] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Mar 3 03:59:11 2026] GET /v2.0/networks/be2a7b0a-8363-444a-a385-1217a95830af?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: 6|app: 0|req: 332/690] 10.0.0.55 () {34 vars in 668 bytes} [Tue Mar 3 03:59:09 2026] POST /v2.0/routers => generated 724 bytes in 2038 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/691] 10.0.0.33 () {34 vars in 1097 bytes} [Tue Mar 3 03:59:11 2026] GET /v2.0/security-groups?name=tempest-securitygroup--583397526&fields=id&tenant_id=2c411f5b782f459883b93a9a6c068987 => generated 69 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/692] 10.0.0.33 () {34 vars in 981 bytes} [Tue Mar 3 03:59:11 2026] GET /v2.0/networks?id=7f9430dc-2ae8-4dc7-8746-8560132e266f => generated 680 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/693] 10.0.0.33 () {34 vars in 964 bytes} [Tue Mar 3 03:59:11 2026] GET /v2.0/quotas/2c411f5b782f459883b93a9a6c068987 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/694] 10.0.0.33 () {34 vars in 1001 bytes} [Tue Mar 3 03:59:11 2026] GET /v2.0/ports?tenant_id=2c411f5b782f459883b93a9a6c068987&fields=id => generated 57 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/695] 10.0.0.33 () {34 vars in 1007 bytes} [Tue Mar 3 03:59:11 2026] GET /v2.0/networks/7f9430dc-2ae8-4dc7-8746-8560132e266f?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: 364/696] 10.0.0.33 () {34 vars in 1107 bytes} [Tue Mar 3 03:59:12 2026] GET /v2.0/networks/7f9430dc-2ae8-4dc7-8746-8560132e266f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/697] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:12 2026] GET /v2.0/ports?device_id=17fb91f6-303e-4b31-98b3-09f1b1b2575b => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/698] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 03:59:12 2026] GET /v2.0/security-groups?id=597ec387-ddf4-45f5-a908-03d20f4443c5&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/699] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Mar 3 03:59:12 2026] GET /v2.0/ports?tenant_id=bba3801aed6e4036b956b0401962df9c&device_id=17fb91f6-303e-4b31-98b3-09f1b1b2575b => generated 1242 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/700] 199.204.45.233 () {34 vars in 986 bytes} [Tue Mar 3 03:59:12 2026] GET /v2.0/networks?id=be2a7b0a-8363-444a-a385-1217a95830af => generated 780 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/701] 199.204.45.233 () {34 vars in 1060 bytes} [Tue Mar 3 03:59:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=d030008a-5d48-4864-9773-b0ffdaf90dd4 => 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: 370/702] 199.204.45.233 () {34 vars in 984 bytes} [Tue Mar 3 03:59:12 2026] GET /v2.0/subnets?id=40524cdd-17e8-426d-ba54-d1226611d82f => generated 702 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/703] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:12 2026] GET /v2.0/ports?device_id=3b490b3d-cc26-43ad-800b-ff5925a41f5f => 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: 372/704] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Mar 3 03:59:12 2026] GET /v2.0/ports?network_id=be2a7b0a-8363-444a-a385-1217a95830af&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/705] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Mar 3 03:59:12 2026] GET /v2.0/networks/be2a7b0a-8363-444a-a385-1217a95830af?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: 374/706] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Mar 3 03:59:12 2026] GET /v2.0/networks/be2a7b0a-8363-444a-a385-1217a95830af?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 333/707] 10.0.0.55 () {34 vars in 782 bytes} [Tue Mar 3 03:59:11 2026] PUT /v2.0/routers/d9d057da-da0c-4d61-a52a-29f75325740d/add_router_interface => generated 309 bytes in 1538 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/708] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 03:59:12 2026] GET /v2.0/security-groups?tenant_id=6f819eacfc2c4e88942f7434d7c91af3&name=default => generated 2925 bytes in 460 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 334/709] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:13 2026] GET /v2.0/ports?device_id=17fb91f6-303e-4b31-98b3-09f1b1b2575b => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 335/710] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 03:59:13 2026] GET /v2.0/security-groups?id=597ec387-ddf4-45f5-a908-03d20f4443c5&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/711] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 03:59:13 2026] DELETE /v2.0/security-groups/505cd38a-0cad-4fdd-8247-15a60cce436f => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 336/712] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:13 2026] GET /v2.0/ports?device_id=3b490b3d-cc26-43ad-800b-ff5925a41f5f => 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: 377/713] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 03:59:13 2026] GET /v2.0/security-groups?tenant_id=3424cfc8a122413e8088c9b6c3c43860&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 337/714] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 03:59:13 2026] DELETE /v2.0/security-groups/d815d79f-2f4e-4113-b8ac-b4408837a2e1 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/715] 10.0.0.55 () {34 vars in 684 bytes} [Tue Mar 3 03:59:13 2026] POST /v2.0/security-groups => generated 1659 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 6|app: 0|req: 338/718] 10.0.0.55 () {34 vars in 694 bytes} [Tue Mar 3 03:59:14 2026] POST /v2.0/security-group-rules => generated 597 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/719] 10.0.0.55 () {34 vars in 694 bytes} [Tue Mar 3 03:59:14 2026] POST /v2.0/security-group-rules => generated 602 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/720] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:14 2026] GET /v2.0/ports?device_id=17fb91f6-303e-4b31-98b3-09f1b1b2575b => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/721] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 03:59:14 2026] GET /v2.0/security-groups?id=597ec387-ddf4-45f5-a908-03d20f4443c5&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/722] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:14 2026] GET /v2.0/ports?device_id=3b490b3d-cc26-43ad-800b-ff5925a41f5f => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 339/723] 10.0.0.55 () {34 vars in 675 bytes} [Tue Mar 3 03:59:14 2026] POST /v2.0/floatingips => generated 552 bytes in 507 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/724] 10.0.0.33 () {34 vars in 1099 bytes} [Tue Mar 3 03:59:15 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1620866437&fields=id&tenant_id=27301d840fb2457d8122caaceb4ce089 => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 340/725] 10.0.0.33 () {34 vars in 981 bytes} [Tue Mar 3 03:59:15 2026] GET /v2.0/networks?id=ff27603a-916a-4c2d-8a7f-d0b8f9342b10 => generated 669 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/726] 10.0.0.33 () {34 vars in 964 bytes} [Tue Mar 3 03:59:15 2026] GET /v2.0/quotas/27301d840fb2457d8122caaceb4ce089 => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 341/727] 10.0.0.33 () {34 vars in 1001 bytes} [Tue Mar 3 03:59:15 2026] GET /v2.0/ports?tenant_id=27301d840fb2457d8122caaceb4ce089&fields=id => generated 57 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/728] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:15 2026] GET /v2.0/ports?device_id=17fb91f6-303e-4b31-98b3-09f1b1b2575b => generated 973 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 342/729] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 03:59:15 2026] GET /v2.0/security-groups?id=597ec387-ddf4-45f5-a908-03d20f4443c5&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: 388/730] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:15 2026] GET /v2.0/ports?device_id=3b490b3d-cc26-43ad-800b-ff5925a41f5f => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 343/731] 10.0.0.33 () {34 vars in 906 bytes} [Tue Mar 3 03:59:15 2026] GET /v2.0/extensions => generated 21537 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/732] 10.0.0.33 () {34 vars in 1007 bytes} [Tue Mar 3 03:59:15 2026] GET /v2.0/networks/ff27603a-916a-4c2d-8a7f-d0b8f9342b10?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 344/733] 10.0.0.33 () {34 vars in 1107 bytes} [Tue Mar 3 03:59:16 2026] GET /v2.0/networks/ff27603a-916a-4c2d-8a7f-d0b8f9342b10?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: 390/734] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:16 2026] GET /v2.0/ports?device_id=42159efe-49a2-4519-9eb8-21921e179b5a => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 345/735] 199.204.45.233 () {34 vars in 986 bytes} [Tue Mar 3 03:59:16 2026] GET /v2.0/networks?id=7f9430dc-2ae8-4dc7-8746-8560132e266f => generated 680 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 346/736] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:16 2026] GET /v2.0/ports?device_id=17fb91f6-303e-4b31-98b3-09f1b1b2575b => generated 973 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 347/737] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 03:59:16 2026] GET /v2.0/security-groups?id=597ec387-ddf4-45f5-a908-03d20f4443c5&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 348/738] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:16 2026] GET /v2.0/ports?device_id=3b490b3d-cc26-43ad-800b-ff5925a41f5f => 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: 391/739] 199.204.45.233 () {34 vars in 1050 bytes} [Tue Mar 3 03:59:16 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=2c411f5b782f459883b93a9a6c068987 => generated 180 bytes in 395 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/740] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:17 2026] GET /v2.0/ports?device_id=42159efe-49a2-4519-9eb8-21921e179b5a => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 349/741] 199.204.45.233 () {38 vars in 955 bytes} [Tue Mar 3 03:59:17 2026] POST /v2.0/ports => generated 954 bytes in 439 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: 6|app: 0|req: 350/742] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:17 2026] GET /v2.0/ports?device_id=17fb91f6-303e-4b31-98b3-09f1b1b2575b => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 351/743] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:17 2026] GET /v2.0/ports?device_id=3b490b3d-cc26-43ad-800b-ff5925a41f5f => generated 969 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 352/744] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 03:59:17 2026] GET /v2.0/security-groups?id=597ec387-ddf4-45f5-a908-03d20f4443c5&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: 6|app: 0|req: 353/745] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 03:59:18 2026] GET /v2.0/security-groups?id=6b35b86d-3938-41f1-95e3-465f6d69b22e&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/746] 199.204.45.233 () {38 vars in 1028 bytes} [Tue Mar 3 03:59:17 2026] PUT /v2.0/ports/55db8bf0-0b4a-4722-8f82-fe7348e1f4ed => generated 1235 bytes in 461 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-03 03:59:18.059 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-576bad35-736a-4dc2-960a-54cdbf23d662'] response: {'name': 'network-changed', 'server_uuid': '3b490b3d-cc26-43ad-800b-ff5925a41f5f', 'tag': '55db8bf0-0b4a-4722-8f82-fe7348e1f4ed', '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: 6|app: 0|req: 354/747] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 03:59:18 2026] GET /v2.0/security-groups?tenant_id=97baa0f5843d4e629d24b1b093e232d9&name=default => generated 2925 bytes in 360 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/748] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:18 2026] GET /v2.0/ports?device_id=42159efe-49a2-4519-9eb8-21921e179b5a => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 355/749] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 03:59:18 2026] DELETE /v2.0/security-groups/9ddc7fe4-8ff6-44d2-ae08-5006c53f9f70 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/750] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Mar 3 03:59:18 2026] GET /v2.0/ports?tenant_id=2c411f5b782f459883b93a9a6c068987&device_id=3b490b3d-cc26-43ad-800b-ff5925a41f5f => generated 1238 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 356/751] 199.204.45.233 () {34 vars in 1018 bytes} [Tue Mar 3 03:59:18 2026] GET /v2.0/networks?tenant_id=2c411f5b782f459883b93a9a6c068987&shared=False => generated 776 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/752] 199.204.45.233 () {34 vars in 930 bytes} [Tue Mar 3 03:59:18 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 357/753] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 03:59:18 2026] GET /v2.0/security-groups?tenant_id=37f99979086f4cf9b18d073463182b2c&name=default => generated 2925 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/754] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 03:59:18 2026] DELETE /v2.0/security-groups/7dad95f7-6088-4390-9ae7-81e957ea873a => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 358/755] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:19 2026] GET /v2.0/ports?device_id=17fb91f6-303e-4b31-98b3-09f1b1b2575b => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 359/756] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 03:59:19 2026] GET /v2.0/security-groups?id=597ec387-ddf4-45f5-a908-03d20f4443c5&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/757] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:19 2026] GET /v2.0/ports?device_id=3b490b3d-cc26-43ad-800b-ff5925a41f5f => generated 969 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 360/758] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 03:59:19 2026] GET /v2.0/security-groups?id=6b35b86d-3938-41f1-95e3-465f6d69b22e&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/759] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:19 2026] GET /v2.0/ports?device_id=17fb91f6-303e-4b31-98b3-09f1b1b2575b => generated 975 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/760] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:19 2026] GET /v2.0/ports?device_id=42159efe-49a2-4519-9eb8-21921e179b5a => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/761] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Mar 3 03:59:19 2026] GET /v2.0/ports?tenant_id=2c411f5b782f459883b93a9a6c068987&device_id=3b490b3d-cc26-43ad-800b-ff5925a41f5f => generated 1238 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/762] 199.204.45.233 () {34 vars in 1058 bytes} [Tue Mar 3 03:59:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=55db8bf0-0b4a-4722-8f82-fe7348e1f4ed => 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: 403/763] 199.204.45.233 () {34 vars in 984 bytes} [Tue Mar 3 03:59:19 2026] GET /v2.0/subnets?id=fe970f71-ef04-4f78-ba01-ad500fcba4f5 => generated 698 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/764] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Mar 3 03:59:19 2026] GET /v2.0/ports?network_id=7f9430dc-2ae8-4dc7-8746-8560132e266f&device_owner=network%3Adhcp => generated 1242 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/765] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Mar 3 03:59:19 2026] GET /v2.0/networks/7f9430dc-2ae8-4dc7-8746-8560132e266f?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-03 03:59:19.986 6 INFO neutron.db.l3_db [None req-48b59386-5e11-4a84-8ab9-cc891f4343f8 4b77579f41154c4cb9752edd5b17126e bba3801aed6e4036b956b0401962df9c - - default default] Floating IP 565632e7-e679-4a67-98c0-33d48f1f3fe7 associated. External IP: 10.96.250.208, port: d030008a-5d48-4864-9773-b0ffdaf90dd4. [pid: 7|app: 0|req: 406/766] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Mar 3 03:59:19 2026] GET /v2.0/networks/7f9430dc-2ae8-4dc7-8746-8560132e266f?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: 6|app: 0|req: 361/767] 10.0.0.55 () {34 vars in 748 bytes} [Tue Mar 3 03:59:19 2026] PUT /v2.0/floatingips/565632e7-e679-4a67-98c0-33d48f1f3fe7 => generated 856 bytes in 948 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/768] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:20 2026] GET /v2.0/ports?device_id=3b490b3d-cc26-43ad-800b-ff5925a41f5f => generated 969 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 362/769] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 03:59:20 2026] GET /v2.0/security-groups?id=6b35b86d-3938-41f1-95e3-465f6d69b22e&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/770] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:20 2026] GET /v2.0/ports?device_id=17fb91f6-303e-4b31-98b3-09f1b1b2575b => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 363/771] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 03:59:20 2026] GET /v2.0/security-groups?id=597ec387-ddf4-45f5-a908-03d20f4443c5&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: 409/772] 199.204.45.233 () {34 vars in 986 bytes} [Tue Mar 3 03:59:20 2026] GET /v2.0/networks?id=ff27603a-916a-4c2d-8a7f-d0b8f9342b10 => generated 669 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 364/773] 199.204.45.233 () {34 vars in 1050 bytes} [Tue Mar 3 03:59:20 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=27301d840fb2457d8122caaceb4ce089 => generated 181 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 365/774] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:20 2026] GET /v2.0/ports?device_id=42159efe-49a2-4519-9eb8-21921e179b5a => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-03 03:59:20.947 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-773a1205-17bb-4e4b-92df-68d52c220e78'] response: {'name': 'network-changed', 'server_uuid': '17fb91f6-303e-4b31-98b3-09f1b1b2575b', 'tag': 'd030008a-5d48-4864-9773-b0ffdaf90dd4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 410/775] 199.204.45.233 () {38 vars in 955 bytes} [Tue Mar 3 03:59:20 2026] POST /v2.0/ports => generated 954 bytes in 426 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 6|app: 0|req: 366/776] 199.204.45.233 () {38 vars in 1028 bytes} [Tue Mar 3 03:59:21 2026] PUT /v2.0/ports/3384aaae-8366-41c8-b23b-878c0d5f1611 => generated 1235 bytes in 418 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/777] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Mar 3 03:59:21 2026] GET /v2.0/ports?tenant_id=bba3801aed6e4036b956b0401962df9c&device_id=17fb91f6-303e-4b31-98b3-09f1b1b2575b => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 6|app: 0|req: 367/778] 199.204.45.233 () {34 vars in 986 bytes} [Tue Mar 3 03:59:21 2026] GET /v2.0/networks?id=be2a7b0a-8363-444a-a385-1217a95830af => generated 780 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 368/779] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:21 2026] GET /v2.0/ports?device_id=3b490b3d-cc26-43ad-800b-ff5925a41f5f => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/780] 199.204.45.233 () {34 vars in 1060 bytes} [Tue Mar 3 03:59:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=d030008a-5d48-4864-9773-b0ffdaf90dd4 => generated 859 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 369/781] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 03:59:21 2026] GET /v2.0/security-groups?id=6b35b86d-3938-41f1-95e3-465f6d69b22e&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/782] 199.204.45.233 () {34 vars in 984 bytes} [Tue Mar 3 03:59:21 2026] GET /v2.0/subnets?id=40524cdd-17e8-426d-ba54-d1226611d82f => generated 702 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 370/783] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Mar 3 03:59:21 2026] GET /v2.0/ports?network_id=be2a7b0a-8363-444a-a385-1217a95830af&device_owner=network%3Adhcp => generated 1244 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/784] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:21 2026] GET /v2.0/ports?device_id=42159efe-49a2-4519-9eb8-21921e179b5a => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 371/785] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Mar 3 03:59:21 2026] GET /v2.0/networks/be2a7b0a-8363-444a-a385-1217a95830af?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: 415/786] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 03:59:21 2026] GET /v2.0/security-groups?id=981aa0e1-b064-4f71-b09e-005be6c19ec6&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: 6|app: 0|req: 372/787] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Mar 3 03:59:21 2026] GET /v2.0/networks/be2a7b0a-8363-444a-a385-1217a95830af?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: 416/788] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Mar 3 03:59:22 2026] GET /v2.0/ports?tenant_id=27301d840fb2457d8122caaceb4ce089&device_id=42159efe-49a2-4519-9eb8-21921e179b5a => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 373/789] 199.204.45.233 () {34 vars in 1058 bytes} [Tue Mar 3 03:59:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=3384aaae-8366-41c8-b23b-878c0d5f1611 => generated 19 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/790] 199.204.45.233 () {34 vars in 984 bytes} [Tue Mar 3 03:59:22 2026] GET /v2.0/subnets?id=cd5bea12-073a-4ea9-a8d3-5b8acbfc6b1d => generated 687 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 374/791] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Mar 3 03:59:22 2026] GET /v2.0/ports?network_id=ff27603a-916a-4c2d-8a7f-d0b8f9342b10&device_owner=network%3Adhcp => generated 1242 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/792] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Mar 3 03:59:22 2026] GET /v2.0/networks/ff27603a-916a-4c2d-8a7f-d0b8f9342b10?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: 419/793] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Mar 3 03:59:22 2026] GET /v2.0/networks/ff27603a-916a-4c2d-8a7f-d0b8f9342b10?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: 6|app: 0|req: 375/794] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:22 2026] GET /v2.0/ports?device_id=3b490b3d-cc26-43ad-800b-ff5925a41f5f => generated 969 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/795] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 03:59:22 2026] GET /v2.0/security-groups?id=6b35b86d-3938-41f1-95e3-465f6d69b22e&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-03-03 03:59:22.988 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-ddbac313-fe76-4757-8a78-3baa3a5b2515'] response: {'name': 'network-changed', 'server_uuid': '42159efe-49a2-4519-9eb8-21921e179b5a', 'tag': '3384aaae-8366-41c8-b23b-878c0d5f1611', 'status': 'completed', 'code': 200} [pid: 6|app: 0|req: 376/796] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:22 2026] GET /v2.0/ports?device_id=42159efe-49a2-4519-9eb8-21921e179b5a => generated 969 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/797] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 03:59:23 2026] GET /v2.0/security-groups?id=981aa0e1-b064-4f71-b09e-005be6c19ec6&fields=id&fields=name => generated 114 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 377/798] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 03:59:23 2026] GET /v2.0/security-groups?tenant_id=4bd6502f5ad547278ae3176d4598be9a&name=default => generated 2925 bytes in 490 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/799] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 03:59:23 2026] DELETE /v2.0/security-groups/67fb35c1-58dd-4685-a481-8c3482036c3e => 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: 423/800] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Mar 3 03:59:23 2026] GET /v2.0/ports?tenant_id=27301d840fb2457d8122caaceb4ce089&device_id=42159efe-49a2-4519-9eb8-21921e179b5a => generated 1238 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/801] 199.204.45.233 () {34 vars in 986 bytes} [Tue Mar 3 03:59:23 2026] GET /v2.0/networks?id=ff27603a-916a-4c2d-8a7f-d0b8f9342b10 => generated 765 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/802] 199.204.45.233 () {34 vars in 1058 bytes} [Tue Mar 3 03:59:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=3384aaae-8366-41c8-b23b-878c0d5f1611 => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/803] 199.204.45.233 () {34 vars in 984 bytes} [Tue Mar 3 03:59:23 2026] GET /v2.0/subnets?id=cd5bea12-073a-4ea9-a8d3-5b8acbfc6b1d => generated 687 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 378/804] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 03:59:23 2026] GET /v2.0/security-groups?tenant_id=84898b2aad984090878796ef75803d2e&name=default => generated 2925 bytes in 185 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/805] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:24 2026] GET /v2.0/ports?device_id=3b490b3d-cc26-43ad-800b-ff5925a41f5f => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 379/806] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Mar 3 03:59:24 2026] GET /v2.0/ports?network_id=ff27603a-916a-4c2d-8a7f-d0b8f9342b10&device_owner=network%3Adhcp => generated 1242 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 380/807] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 03:59:24 2026] GET /v2.0/security-groups?id=6b35b86d-3938-41f1-95e3-465f6d69b22e&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 381/808] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Mar 3 03:59:24 2026] GET /v2.0/networks/ff27603a-916a-4c2d-8a7f-d0b8f9342b10?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: 428/809] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 03:59:24 2026] DELETE /v2.0/security-groups/2e2dc001-8391-4ef1-ac6e-0527a47b9f4e => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 382/810] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:24 2026] GET /v2.0/ports?device_id=42159efe-49a2-4519-9eb8-21921e179b5a => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/811] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Mar 3 03:59:24 2026] GET /v2.0/networks/ff27603a-916a-4c2d-8a7f-d0b8f9342b10?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: 6|app: 0|req: 383/812] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 03:59:24 2026] GET /v2.0/security-groups?id=981aa0e1-b064-4f71-b09e-005be6c19ec6&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: 430/813] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:25 2026] GET /v2.0/ports?device_id=3b490b3d-cc26-43ad-800b-ff5925a41f5f => generated 969 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 384/814] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 03:59:25 2026] GET /v2.0/security-groups?id=6b35b86d-3938-41f1-95e3-465f6d69b22e&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/815] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:25 2026] GET /v2.0/ports?device_id=42159efe-49a2-4519-9eb8-21921e179b5a => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 385/816] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 03:59:25 2026] GET /v2.0/security-groups?id=981aa0e1-b064-4f71-b09e-005be6c19ec6&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: 6|app: 0|req: 386/817] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:26 2026] GET /v2.0/ports?device_id=3b490b3d-cc26-43ad-800b-ff5925a41f5f => generated 969 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 03:59:26.457 7 INFO neutron.db.segments_db [None req-76583f5c-7aea-4a49-82b0-435a53b181ed f2128d6c71ca4d0b86eba7ef8b93d97c 0293d2e15e674d6485c693f92ece0c87 - - default default] Added segment d4d0230f-5a63-4981-b6f3-70c32df895dd of type vxlan for network 373895d9-e9cc-4b8d-b519-76957b198260 [pid: 6|app: 0|req: 387/818] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 03:59:26 2026] GET /v2.0/security-groups?id=6b35b86d-3938-41f1-95e3-465f6d69b22e&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: 6|app: 0|req: 388/819] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:26 2026] GET /v2.0/ports?device_id=42159efe-49a2-4519-9eb8-21921e179b5a => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/820] 10.0.0.55 () {34 vars in 669 bytes} [Tue Mar 3 03:59:26 2026] POST /v2.0/networks => generated 650 bytes in 471 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 389/821] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 03:59:26 2026] GET /v2.0/security-groups?id=981aa0e1-b064-4f71-b09e-005be6c19ec6&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/822] 10.0.0.55 () {34 vars in 668 bytes} [Tue Mar 3 03:59:26 2026] POST /v2.0/subnets => generated 627 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-03 03:59:26.846 6 INFO neutron.db.segments_db [None req-75f12199-e3fb-42b1-b30f-4c95e238840a f2128d6c71ca4d0b86eba7ef8b93d97c 0293d2e15e674d6485c693f92ece0c87 - - default default] Added segment c9b1a853-909e-4876-adb4-92565effc588 of type vxlan for network 7f6fd298-3778-4a95-b117-d1841e8205ae 2026-03-03 03:59:27.140 6 INFO neutron.db.l3_hamode_db [None req-75f12199-e3fb-42b1-b30f-4c95e238840a f2128d6c71ca4d0b86eba7ef8b93d97c 0293d2e15e674d6485c693f92ece0c87 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 434/823] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:27 2026] GET /v2.0/ports?device_id=3b490b3d-cc26-43ad-800b-ff5925a41f5f => generated 969 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/824] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:27 2026] GET /v2.0/ports?device_id=42159efe-49a2-4519-9eb8-21921e179b5a => generated 969 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/825] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 03:59:27 2026] GET /v2.0/security-groups?id=6b35b86d-3938-41f1-95e3-465f6d69b22e&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/826] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 03:59:27 2026] GET /v2.0/security-groups?id=981aa0e1-b064-4f71-b09e-005be6c19ec6&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 03:59:28.009 6 INFO neutron.db.l3_hamode_db [None req-75f12199-e3fb-42b1-b30f-4c95e238840a f2128d6c71ca4d0b86eba7ef8b93d97c 0293d2e15e674d6485c693f92ece0c87 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 438/827] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:28 2026] GET /v2.0/ports?device_id=3b490b3d-cc26-43ad-800b-ff5925a41f5f => 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: 439/828] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:28 2026] GET /v2.0/ports?device_id=42159efe-49a2-4519-9eb8-21921e179b5a => 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: 440/829] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 03:59:28 2026] GET /v2.0/security-groups?id=6b35b86d-3938-41f1-95e3-465f6d69b22e&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: 6|app: 0|req: 390/830] 10.0.0.55 () {34 vars in 668 bytes} [Tue Mar 3 03:59:26 2026] POST /v2.0/routers => generated 694 bytes in 2145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/831] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 03:59:28 2026] GET /v2.0/security-groups?id=981aa0e1-b064-4f71-b09e-005be6c19ec6&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: 444/834] 10.0.0.25 () {34 vars in 989 bytes} [Tue Mar 3 03:59:29 2026] GET /v2.0/ports?device_id=17fb91f6-303e-4b31-98b3-09f1b1b2575b => generated 1244 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/835] 10.0.0.25 () {34 vars in 1039 bytes} [Tue Mar 3 03:59:29 2026] GET /v2.0/security-groups?id=597ec387-ddf4-45f5-a908-03d20f4443c5&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/836] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:30 2026] GET /v2.0/ports?device_id=3b490b3d-cc26-43ad-800b-ff5925a41f5f => generated 971 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/837] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:30 2026] GET /v2.0/ports?device_id=42159efe-49a2-4519-9eb8-21921e179b5a => 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: 448/838] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 03:59:30 2026] GET /v2.0/security-groups?id=6b35b86d-3938-41f1-95e3-465f6d69b22e&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/839] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 03:59:30 2026] GET /v2.0/security-groups?id=981aa0e1-b064-4f71-b09e-005be6c19ec6&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/840] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:30 2026] GET /v2.0/ports?device_id=3b490b3d-cc26-43ad-800b-ff5925a41f5f => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 391/841] 10.0.0.55 () {34 vars in 782 bytes} [Tue Mar 3 03:59:28 2026] PUT /v2.0/routers/ab9e83c7-1230-4a20-8920-832d933330c3/add_router_interface => generated 309 bytes in 1714 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 03:59:30.784 7 INFO neutron.db.l3_db [None req-0926aba5-3bec-40a0-8416-28cbaba71d97 9ccd552fea9d47a59fbac6362322d319 2c411f5b782f459883b93a9a6c068987 - - default default] Floating IP ecd403c1-c07a-4038-be57-df136c60f11e associated. External IP: 10.96.250.212, port: 55db8bf0-0b4a-4722-8f82-fe7348e1f4ed. [pid: 6|app: 0|req: 392/842] 10.0.0.55 () {34 vars in 664 bytes} [Tue Mar 3 03:59:30 2026] POST /v2.0/ports => generated 958 bytes in 367 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: 451/843] 10.0.0.55 () {34 vars in 748 bytes} [Tue Mar 3 03:59:30 2026] PUT /v2.0/floatingips/ecd403c1-c07a-4038-be57-df136c60f11e => generated 855 bytes in 808 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 03:59:31.124 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1cafb43e-8c31-4897-8494-00ffb94c7e23'] response: {'name': 'network-changed', 'server_uuid': '3b490b3d-cc26-43ad-800b-ff5925a41f5f', 'tag': '55db8bf0-0b4a-4722-8f82-fe7348e1f4ed', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 452/844] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:31 2026] GET /v2.0/ports?device_id=3b490b3d-cc26-43ad-800b-ff5925a41f5f => generated 971 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/845] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 03:59:31 2026] GET /v2.0/security-groups?id=6b35b86d-3938-41f1-95e3-465f6d69b22e&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/846] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:31 2026] GET /v2.0/ports?device_id=42159efe-49a2-4519-9eb8-21921e179b5a => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 393/847] 10.0.0.55 () {34 vars in 664 bytes} [Tue Mar 3 03:59:31 2026] POST /v2.0/ports => generated 955 bytes in 335 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 455/848] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 03:59:31 2026] GET /v2.0/security-groups?id=981aa0e1-b064-4f71-b09e-005be6c19ec6&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: 456/849] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:31 2026] GET /v2.0/ports?device_id=42159efe-49a2-4519-9eb8-21921e179b5a => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 03:59:31.816 7 INFO neutron.db.l3_db [None req-8cb35ec9-1880-4511-ac44-7e2ef9ed8044 39ef22f7a1d74a6192850e0a9cdb0df1 27301d840fb2457d8122caaceb4ce089 - - default default] Floating IP 11612396-a7b2-4fd8-806c-2df0fd71e08f associated. External IP: 10.96.250.205, port: 3384aaae-8366-41c8-b23b-878c0d5f1611. [pid: 7|app: 0|req: 457/850] 10.0.0.55 () {34 vars in 748 bytes} [Tue Mar 3 03:59:31 2026] PUT /v2.0/floatingips/11612396-a7b2-4fd8-806c-2df0fd71e08f => generated 855 bytes in 610 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/851] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:32 2026] GET /v2.0/ports?device_id=3b490b3d-cc26-43ad-800b-ff5925a41f5f => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/852] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Mar 3 03:59:32 2026] GET /v2.0/ports?tenant_id=2c411f5b782f459883b93a9a6c068987&device_id=3b490b3d-cc26-43ad-800b-ff5925a41f5f => generated 1240 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-03 03:59:32.189 6 INFO neutron.db.l3_db [None req-b0fa4fd6-9579-465e-835a-95c950b7d8ca f2128d6c71ca4d0b86eba7ef8b93d97c 0293d2e15e674d6485c693f92ece0c87 - - default default] Floating IP 18671508-0ef0-400c-9cde-e718f04ffaef associated. External IP: 10.96.250.217, port: 180c933d-32df-4035-9503-dbbdf30c00d6. [pid: 7|app: 0|req: 460/853] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 03:59:32 2026] GET /v2.0/security-groups?id=6b35b86d-3938-41f1-95e3-465f6d69b22e&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/854] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:32 2026] GET /v2.0/ports?device_id=42159efe-49a2-4519-9eb8-21921e179b5a => generated 971 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/855] 199.204.45.233 () {34 vars in 986 bytes} [Tue Mar 3 03:59:32 2026] GET /v2.0/networks?id=7f9430dc-2ae8-4dc7-8746-8560132e266f => generated 776 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/856] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 03:59:32 2026] GET /v2.0/security-groups?id=981aa0e1-b064-4f71-b09e-005be6c19ec6&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: 464/857] 199.204.45.233 () {34 vars in 1058 bytes} [Tue Mar 3 03:59:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=55db8bf0-0b4a-4722-8f82-fe7348e1f4ed => generated 860 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/858] 199.204.45.233 () {34 vars in 984 bytes} [Tue Mar 3 03:59:32 2026] GET /v2.0/subnets?id=fe970f71-ef04-4f78-ba01-ad500fcba4f5 => generated 698 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/859] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Mar 3 03:59:32 2026] GET /v2.0/ports?network_id=7f9430dc-2ae8-4dc7-8746-8560132e266f&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: 467/860] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Mar 3 03:59:32 2026] GET /v2.0/networks/7f9430dc-2ae8-4dc7-8746-8560132e266f?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 394/861] 10.0.0.55 () {34 vars in 676 bytes} [Tue Mar 3 03:59:31 2026] POST /v2.0/floatingips => generated 842 bytes in 1099 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/862] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Mar 3 03:59:32 2026] GET /v2.0/networks/7f9430dc-2ae8-4dc7-8746-8560132e266f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-03 03:59:32.605 6 INFO neutron.db.l3_db [None req-b86bf6c1-6bb3-4a56-938a-d0119c58c114 f2128d6c71ca4d0b86eba7ef8b93d97c 0293d2e15e674d6485c693f92ece0c87 - - default default] Floating IP 18671508-0ef0-400c-9cde-e718f04ffaef disassociated. External IP: 10.96.250.217, port: 180c933d-32df-4035-9503-dbbdf30c00d6. [pid: 6|app: 0|req: 395/863] 10.0.0.55 () {34 vars in 748 bytes} [Tue Mar 3 03:59:32 2026] PUT /v2.0/floatingips/18671508-0ef0-400c-9cde-e718f04ffaef => generated 552 bytes in 443 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/864] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:32 2026] GET /v2.0/ports?device_id=42159efe-49a2-4519-9eb8-21921e179b5a => generated 971 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/865] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 03:59:32 2026] GET /v2.0/security-groups?id=981aa0e1-b064-4f71-b09e-005be6c19ec6&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 03:59:33.049 6 INFO neutron_taas.services.taas.taas_plugin [None req-2f433eb0-5d9f-456c-9c2a-43fc256457c6 f2128d6c71ca4d0b86eba7ef8b93d97c 0293d2e15e674d6485c693f92ece0c87 - - default default] TaaS: Handle Delete Port: 94611a2b-44b7-4838-beaf-91af33e90f12 2026-03-03 03:59:33.057 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2f433eb0-5d9f-456c-9c2a-43fc256457c6 f2128d6c71ca4d0b86eba7ef8b93d97c 0293d2e15e674d6485c693f92ece0c87 - - default default] Tap Mirror: Handle Delete Port: 94611a2b-44b7-4838-beaf-91af33e90f12 2026-03-03 03:59:33.158 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3cffe6b2-6712-4729-893a-7c0b145a020b'] response: {'name': 'network-changed', 'server_uuid': '42159efe-49a2-4519-9eb8-21921e179b5a', 'tag': '3384aaae-8366-41c8-b23b-878c0d5f1611', 'status': 'completed', 'code': 200} [pid: 6|app: 0|req: 396/866] 10.0.0.55 () {32 vars in 731 bytes} [Tue Mar 3 03:59:32 2026] DELETE /v2.0/floatingips/18671508-0ef0-400c-9cde-e718f04ffaef => generated 0 bytes in 338 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/867] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:33 2026] GET /v2.0/ports?device_id=3b490b3d-cc26-43ad-800b-ff5925a41f5f => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/868] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 03:59:33 2026] GET /v2.0/security-groups?id=6b35b86d-3938-41f1-95e3-465f6d69b22e&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/869] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Mar 3 03:59:33 2026] GET /v2.0/ports?tenant_id=27301d840fb2457d8122caaceb4ce089&device_id=42159efe-49a2-4519-9eb8-21921e179b5a => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/870] 199.204.45.233 () {34 vars in 986 bytes} [Tue Mar 3 03:59:33 2026] GET /v2.0/networks?id=ff27603a-916a-4c2d-8a7f-d0b8f9342b10 => generated 765 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/871] 199.204.45.233 () {34 vars in 1058 bytes} [Tue Mar 3 03:59:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=3384aaae-8366-41c8-b23b-878c0d5f1611 => generated 858 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/872] 199.204.45.233 () {34 vars in 984 bytes} [Tue Mar 3 03:59:33 2026] GET /v2.0/subnets?id=cd5bea12-073a-4ea9-a8d3-5b8acbfc6b1d => generated 687 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/873] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Mar 3 03:59:33 2026] GET /v2.0/ports?network_id=ff27603a-916a-4c2d-8a7f-d0b8f9342b10&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/874] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Mar 3 03:59:33 2026] GET /v2.0/networks/ff27603a-916a-4c2d-8a7f-d0b8f9342b10?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/875] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Mar 3 03:59:33 2026] GET /v2.0/networks/ff27603a-916a-4c2d-8a7f-d0b8f9342b10?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/876] 199.204.45.233 () {34 vars in 994 bytes} [Tue Mar 3 03:59:34 2026] GET /v2.0/ports?device_id=3b490b3d-cc26-43ad-800b-ff5925a41f5f => 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: 481/877] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:34 2026] GET /v2.0/ports?device_id=42159efe-49a2-4519-9eb8-21921e179b5a => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 03:59:34.196 6 INFO neutron.db.l3_db [None req-61c8f8df-a597-4c03-a606-f7cc84de2948 f2128d6c71ca4d0b86eba7ef8b93d97c 0293d2e15e674d6485c693f92ece0c87 - - default default] Floating IP f25301f4-606b-4845-83b4-da2985a23107 associated. External IP: 10.96.250.207, port: ce8203e9-8c05-47f9-b940-9ae5a05fb120. 2026-03-03 03:59:34.318 7 INFO neutron_taas.services.taas.taas_plugin [req-8aa4b52a-d789-4ffa-858d-bc7d87ddbce3 req-a9f0f572-77c3-4a8b-bdb2-0e9f5fd7c160 9ccd552fea9d47a59fbac6362322d319 2c411f5b782f459883b93a9a6c068987 - - default default] TaaS: Handle Delete Port: 55db8bf0-0b4a-4722-8f82-fe7348e1f4ed 2026-03-03 03:59:34.325 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-8aa4b52a-d789-4ffa-858d-bc7d87ddbce3 req-a9f0f572-77c3-4a8b-bdb2-0e9f5fd7c160 9ccd552fea9d47a59fbac6362322d319 2c411f5b782f459883b93a9a6c068987 - - default default] Tap Mirror: Handle Delete Port: 55db8bf0-0b4a-4722-8f82-fe7348e1f4ed 2026-03-03 03:59:34.587 7 INFO neutron.db.l3_db [req-8aa4b52a-d789-4ffa-858d-bc7d87ddbce3 req-a9f0f572-77c3-4a8b-bdb2-0e9f5fd7c160 9ccd552fea9d47a59fbac6362322d319 2c411f5b782f459883b93a9a6c068987 - - default default] Floating IP ecd403c1-c07a-4038-be57-df136c60f11e disassociated. External IP: 10.96.250.212, port: 55db8bf0-0b4a-4722-8f82-fe7348e1f4ed. [pid: 6|app: 0|req: 397/878] 10.0.0.55 () {34 vars in 676 bytes} [Tue Mar 3 03:59:33 2026] POST /v2.0/floatingips => generated 842 bytes in 1384 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 398/879] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 03:59:34 2026] GET /v2.0/security-groups?id=981aa0e1-b064-4f71-b09e-005be6c19ec6&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: 6|app: 0|req: 399/880] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:34 2026] GET /v2.0/ports?device_id=3b490b3d-cc26-43ad-800b-ff5925a41f5f => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 400/881] 10.0.0.55 () {32 vars in 728 bytes} [Tue Mar 3 03:59:34 2026] GET /v2.0/floatingips/f25301f4-606b-4845-83b4-da2985a23107 => generated 842 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 401/882] 10.0.0.55 () {32 vars in 654 bytes} [Tue Mar 3 03:59:34 2026] GET /v2.0/floatingips => generated 845 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/883] 199.204.45.233 () {36 vars in 997 bytes} [Tue Mar 3 03:59:34 2026] DELETE /v2.0/ports/55db8bf0-0b4a-4722-8f82-fe7348e1f4ed => generated 0 bytes in 1002 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 03:59:35.209 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d3daa1ca-e75c-4241-878b-44b279b8f7d9'] response: {'server_uuid': '3b490b3d-cc26-43ad-800b-ff5925a41f5f', 'name': 'network-vif-deleted', 'tag': '55db8bf0-0b4a-4722-8f82-fe7348e1f4ed', 'status': 'completed', 'code': 200} 2026-03-03 03:59:35.261 6 INFO neutron.db.l3_db [None req-e02941c0-8434-4a9b-b985-972c9c863b65 f2128d6c71ca4d0b86eba7ef8b93d97c 0293d2e15e674d6485c693f92ece0c87 - - default default] Floating IP f25301f4-606b-4845-83b4-da2985a23107 associated. External IP: 10.96.250.207, port: ce8203e9-8c05-47f9-b940-9ae5a05fb120. [pid: 7|app: 0|req: 483/884] 199.204.45.233 () {34 vars in 994 bytes} [Tue Mar 3 03:59:35 2026] GET /v2.0/ports?device_id=42159efe-49a2-4519-9eb8-21921e179b5a => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 03:59:35.537 7 INFO neutron_taas.services.taas.taas_plugin [req-fdd3c2c5-2273-41bd-b724-a990a868f5b6 req-1dd19f3f-c269-4efd-8a65-8540ab0dd930 39ef22f7a1d74a6192850e0a9cdb0df1 27301d840fb2457d8122caaceb4ce089 - - default default] TaaS: Handle Delete Port: 3384aaae-8366-41c8-b23b-878c0d5f1611 2026-03-03 03:59:35.540 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-fdd3c2c5-2273-41bd-b724-a990a868f5b6 req-1dd19f3f-c269-4efd-8a65-8540ab0dd930 39ef22f7a1d74a6192850e0a9cdb0df1 27301d840fb2457d8122caaceb4ce089 - - default default] Tap Mirror: Handle Delete Port: 3384aaae-8366-41c8-b23b-878c0d5f1611 2026-03-03 03:59:35.676 7 INFO neutron.db.l3_db [req-fdd3c2c5-2273-41bd-b724-a990a868f5b6 req-1dd19f3f-c269-4efd-8a65-8540ab0dd930 39ef22f7a1d74a6192850e0a9cdb0df1 27301d840fb2457d8122caaceb4ce089 - - default default] Floating IP 11612396-a7b2-4fd8-806c-2df0fd71e08f disassociated. External IP: 10.96.250.205, port: 3384aaae-8366-41c8-b23b-878c0d5f1611. [pid: 6|app: 0|req: 402/885] 10.0.0.55 () {34 vars in 748 bytes} [Tue Mar 3 03:59:34 2026] PUT /v2.0/floatingips/f25301f4-606b-4845-83b4-da2985a23107 => generated 842 bytes in 1141 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 403/886] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:36 2026] GET /v2.0/ports?device_id=42159efe-49a2-4519-9eb8-21921e179b5a => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 404/887] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:36 2026] GET /v2.0/ports?device_id=3b490b3d-cc26-43ad-800b-ff5925a41f5f => 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: 484/888] 199.204.45.233 () {36 vars in 997 bytes} [Tue Mar 3 03:59:35 2026] DELETE /v2.0/ports/3384aaae-8366-41c8-b23b-878c0d5f1611 => generated 0 bytes in 662 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 03:59:36.198 6 INFO neutron.db.l3_db [None req-f02ddea4-7383-481c-b55f-5df434519b43 f2128d6c71ca4d0b86eba7ef8b93d97c 0293d2e15e674d6485c693f92ece0c87 - - default default] Floating IP f25301f4-606b-4845-83b4-da2985a23107 disassociated. External IP: 10.96.250.207, port: 180c933d-32df-4035-9503-dbbdf30c00d6. [pid: 6|app: 0|req: 405/889] 10.0.0.55 () {34 vars in 748 bytes} [Tue Mar 3 03:59:36 2026] PUT /v2.0/floatingips/f25301f4-606b-4845-83b4-da2985a23107 => generated 552 bytes in 410 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 03:59:36.601 7 INFO neutron_taas.services.taas.taas_plugin [None req-df16aa59-6c14-47fd-b888-a4a0f876837c f2128d6c71ca4d0b86eba7ef8b93d97c 0293d2e15e674d6485c693f92ece0c87 - - default default] TaaS: Handle Delete Port: e18de6fa-7625-47bf-9592-c1a826e4f626 2026-03-03 03:59:36.606 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-df16aa59-6c14-47fd-b888-a4a0f876837c f2128d6c71ca4d0b86eba7ef8b93d97c 0293d2e15e674d6485c693f92ece0c87 - - default default] Tap Mirror: Handle Delete Port: e18de6fa-7625-47bf-9592-c1a826e4f626 [pid: 7|app: 0|req: 485/890] 10.0.0.55 () {32 vars in 731 bytes} [Tue Mar 3 03:59:36 2026] DELETE /v2.0/floatingips/f25301f4-606b-4845-83b4-da2985a23107 => generated 0 bytes in 351 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-03 03:59:36.848 6 INFO neutron.api.v2.resource [None req-0626194b-71a3-44dc-9cd7-d834999d6b25 f2128d6c71ca4d0b86eba7ef8b93d97c 0293d2e15e674d6485c693f92ece0c87 - - default default] delete failed (client error): The resource could not be found. [pid: 6|app: 0|req: 406/891] 10.0.0.55 () {32 vars in 731 bytes} [Tue Mar 3 03:59:36 2026] DELETE /v2.0/floatingips/f25301f4-606b-4845-83b4-da2985a23107 => generated 144 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-03 03:59:36.995 7 INFO neutron_taas.services.taas.taas_plugin [None req-32274e73-14b4-4427-a8be-5e26e9b48ef6 f2128d6c71ca4d0b86eba7ef8b93d97c 0293d2e15e674d6485c693f92ece0c87 - - default default] TaaS: Handle Delete Port: 180c933d-32df-4035-9503-dbbdf30c00d6 2026-03-03 03:59:36.998 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-32274e73-14b4-4427-a8be-5e26e9b48ef6 f2128d6c71ca4d0b86eba7ef8b93d97c 0293d2e15e674d6485c693f92ece0c87 - - default default] Tap Mirror: Handle Delete Port: 180c933d-32df-4035-9503-dbbdf30c00d6 [pid: 6|app: 0|req: 407/892] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:37 2026] GET /v2.0/ports?device_id=42159efe-49a2-4519-9eb8-21921e179b5a => 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: 486/893] 10.0.0.55 () {32 vars in 719 bytes} [Tue Mar 3 03:59:36 2026] DELETE /v2.0/ports/180c933d-32df-4035-9503-dbbdf30c00d6 => 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: 487/894] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:37 2026] GET /v2.0/ports?device_id=3b490b3d-cc26-43ad-800b-ff5925a41f5f => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-03 03:59:37.257 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9e6911c2-79b9-4a5f-ac3d-c3c56f6e68df'] response: {'server_uuid': '42159efe-49a2-4519-9eb8-21921e179b5a', 'name': 'network-vif-deleted', 'tag': '3384aaae-8366-41c8-b23b-878c0d5f1611', 'status': 'completed', 'code': 200} 2026-03-03 03:59:37.306 6 INFO neutron_taas.services.taas.taas_plugin [None req-ae63416b-8625-4a7f-a001-deea2e26b472 f2128d6c71ca4d0b86eba7ef8b93d97c 0293d2e15e674d6485c693f92ece0c87 - - default default] TaaS: Handle Delete Port: ce8203e9-8c05-47f9-b940-9ae5a05fb120 2026-03-03 03:59:37.310 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ae63416b-8625-4a7f-a001-deea2e26b472 f2128d6c71ca4d0b86eba7ef8b93d97c 0293d2e15e674d6485c693f92ece0c87 - - default default] Tap Mirror: Handle Delete Port: ce8203e9-8c05-47f9-b940-9ae5a05fb120 [pid: 6|app: 0|req: 408/895] 10.0.0.55 () {32 vars in 719 bytes} [Tue Mar 3 03:59:37 2026] DELETE /v2.0/ports/ce8203e9-8c05-47f9-b940-9ae5a05fb120 => generated 0 bytes in 311 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/896] 10.0.0.55 () {32 vars in 735 bytes} [Tue Mar 3 03:59:37 2026] GET /v2.0/ports?device_id=ab9e83c7-1230-4a20-8920-832d933330c3 => generated 958 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 03:59:37.825 6 INFO neutron_taas.services.taas.taas_plugin [None req-e36ce6f2-34ce-404a-a32f-546a67675326 f2128d6c71ca4d0b86eba7ef8b93d97c 0293d2e15e674d6485c693f92ece0c87 - - default default] TaaS: Handle Delete Port: 44b087f8-72cd-49bc-9029-df9c47409e2e 2026-03-03 03:59:37.827 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e36ce6f2-34ce-404a-a32f-546a67675326 f2128d6c71ca4d0b86eba7ef8b93d97c 0293d2e15e674d6485c693f92ece0c87 - - default default] Tap Mirror: Handle Delete Port: 44b087f8-72cd-49bc-9029-df9c47409e2e [pid: 7|app: 0|req: 489/897] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:38 2026] GET /v2.0/ports?device_id=42159efe-49a2-4519-9eb8-21921e179b5a => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/898] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:38 2026] GET /v2.0/ports?device_id=3b490b3d-cc26-43ad-800b-ff5925a41f5f => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 409/899] 10.0.0.55 () {34 vars in 788 bytes} [Tue Mar 3 03:59:37 2026] PUT /v2.0/routers/ab9e83c7-1230-4a20-8920-832d933330c3/remove_router_interface => generated 309 bytes in 819 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 03:59:38.607 7 INFO neutron_taas.services.taas.taas_plugin [None req-294cf6f5-baac-4ebc-bd35-273cb2bc8a5b f2128d6c71ca4d0b86eba7ef8b93d97c 0293d2e15e674d6485c693f92ece0c87 - - default default] TaaS: Handle Delete Port: 689524e9-3b4d-48ff-8b81-23465a9a35b5 2026-03-03 03:59:38.610 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-294cf6f5-baac-4ebc-bd35-273cb2bc8a5b f2128d6c71ca4d0b86eba7ef8b93d97c 0293d2e15e674d6485c693f92ece0c87 - - default default] Tap Mirror: Handle Delete Port: 689524e9-3b4d-48ff-8b81-23465a9a35b5 2026-03-03 03:59:38.849 7 INFO neutron_taas.services.taas.taas_plugin [None req-294cf6f5-baac-4ebc-bd35-273cb2bc8a5b f2128d6c71ca4d0b86eba7ef8b93d97c 0293d2e15e674d6485c693f92ece0c87 - - default default] TaaS: Handle Delete Port: ccac4cd5-0106-4162-bbc3-ec7bac534716 2026-03-03 03:59:38.852 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-294cf6f5-baac-4ebc-bd35-273cb2bc8a5b f2128d6c71ca4d0b86eba7ef8b93d97c 0293d2e15e674d6485c693f92ece0c87 - - default default] Tap Mirror: Handle Delete Port: ccac4cd5-0106-4162-bbc3-ec7bac534716 2026-03-03 03:59:39.168 7 INFO neutron.services.segments.plugin [-] Segment c9b1a853-909e-4876-adb4-92565effc588 resource provider aggregate not found 2026-03-03 03:59:39.171 7 INFO neutron.services.segments.plugin [-] Segment c9b1a853-909e-4876-adb4-92565effc588 resource provider aggregate not found 2026-03-03 03:59:39.186 7 INFO neutron.services.segments.plugin [-] Segment c9b1a853-909e-4876-adb4-92565effc588 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9b1a853-909e-4876-adb4-92565effc588 found for delete ", "request_id": "req-6eec5208-d480-4fb7-8b87-4a2c27544602"}]} 2026-03-03 03:59:39.188 7 INFO neutron.services.segments.plugin [-] Segment c9b1a853-909e-4876-adb4-92565effc588 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9b1a853-909e-4876-adb4-92565effc588 found for delete ", "request_id": "req-13869dec-f887-4c7e-8689-cdd42f20a7c9"}]} 2026-03-03 03:59:39.191 7 INFO neutron.db.l3_hamode_db [None req-294cf6f5-baac-4ebc-bd35-273cb2bc8a5b f2128d6c71ca4d0b86eba7ef8b93d97c 0293d2e15e674d6485c693f92ece0c87 - - default default] HA network 7f6fd298-3778-4a95-b117-d1841e8205ae was deleted as no HA routers are present in tenant 0293d2e15e674d6485c693f92ece0c87. [pid: 7|app: 0|req: 491/900] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 03:59:38 2026] DELETE /v2.0/routers/ab9e83c7-1230-4a20-8920-832d933330c3 => generated 0 bytes in 844 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 410/901] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 03:59:39 2026] DELETE /v2.0/subnets/8f570d68-fc87-4ff4-94a7-fd3fa8828672 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 411/902] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:39 2026] GET /v2.0/ports?device_id=42159efe-49a2-4519-9eb8-21921e179b5a => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 412/903] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 03:59:39 2026] DELETE /v2.0/security-groups/6b35b86d-3938-41f1-95e3-465f6d69b22e => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/904] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 03:59:39 2026] DELETE /v2.0/networks/373895d9-e9cc-4b8d-b519-76957b198260 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 03:59:39.502 6 INFO neutron.api.v2.resource [None req-b51b81c9-1dab-4f24-a84c-1db48bb70cf9 9ccd552fea9d47a59fbac6362322d319 2c411f5b782f459883b93a9a6c068987 - - default default] show failed (client error): The resource could not be found. [pid: 6|app: 0|req: 413/905] 10.0.0.55 () {32 vars in 736 bytes} [Tue Mar 3 03:59:39 2026] GET /v2.0/security-groups/6b35b86d-3938-41f1-95e3-465f6d69b22e => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-03 03:59:39.631 7 INFO neutron_taas.services.taas.taas_plugin [None req-2b089738-83fe-4f0e-857a-88f19c462615 9ccd552fea9d47a59fbac6362322d319 2c411f5b782f459883b93a9a6c068987 - - default default] TaaS: Handle Delete Port: 45e640bb-c8fa-4451-8ff9-009dc5e92737 2026-03-03 03:59:39.637 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2b089738-83fe-4f0e-857a-88f19c462615 9ccd552fea9d47a59fbac6362322d319 2c411f5b782f459883b93a9a6c068987 - - default default] Tap Mirror: Handle Delete Port: 45e640bb-c8fa-4451-8ff9-009dc5e92737 [pid: 7|app: 0|req: 493/906] 10.0.0.55 () {32 vars in 731 bytes} [Tue Mar 3 03:59:39 2026] DELETE /v2.0/floatingips/ecd403c1-c07a-4038-be57-df136c60f11e => generated 0 bytes in 308 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/907] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 03:59:39 2026] GET /v2.0/security-groups?tenant_id=0293d2e15e674d6485c693f92ece0c87&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-03 03:59:40.192 6 INFO neutron_taas.services.taas.taas_plugin [None req-0762fa0b-2923-4208-9f03-5f8255734fc8 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] TaaS: Handle Delete Port: 7e78b375-4ceb-40d1-864a-705e03da0b88 2026-03-03 03:59:40.195 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0762fa0b-2923-4208-9f03-5f8255734fc8 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Tap Mirror: Handle Delete Port: 7e78b375-4ceb-40d1-864a-705e03da0b88 [pid: 7|app: 0|req: 495/908] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 03:59:40 2026] DELETE /v2.0/security-groups/8d408146-d40e-4f22-9537-00dab21952ff => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/909] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 03:59:40 2026] DELETE /v2.0/security-groups/981aa0e1-b064-4f71-b09e-005be6c19ec6 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-03 03:59:40.566 7 INFO neutron.api.v2.resource [None req-256dcee8-3741-4090-b66f-0fa308d830c2 39ef22f7a1d74a6192850e0a9cdb0df1 27301d840fb2457d8122caaceb4ce089 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 497/910] 10.0.0.55 () {32 vars in 736 bytes} [Tue Mar 3 03:59:40 2026] GET /v2.0/security-groups/981aa0e1-b064-4f71-b09e-005be6c19ec6 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-03 03:59:40.689 7 INFO neutron_taas.services.taas.taas_plugin [None req-3310fd65-67e3-495a-aea4-59c8b3c394b6 39ef22f7a1d74a6192850e0a9cdb0df1 27301d840fb2457d8122caaceb4ce089 - - default default] TaaS: Handle Delete Port: 7f2eacc6-5fbc-42d7-9994-ff661c66559d 2026-03-03 03:59:40.692 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3310fd65-67e3-495a-aea4-59c8b3c394b6 39ef22f7a1d74a6192850e0a9cdb0df1 27301d840fb2457d8122caaceb4ce089 - - default default] Tap Mirror: Handle Delete Port: 7f2eacc6-5fbc-42d7-9994-ff661c66559d [pid: 6|app: 0|req: 414/911] 10.0.0.55 () {34 vars in 788 bytes} [Tue Mar 3 03:59:39 2026] PUT /v2.0/routers/0cd7704c-99dd-4e86-a190-de13b3fdf550/remove_router_interface => generated 309 bytes in 946 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/912] 10.0.0.55 () {32 vars in 731 bytes} [Tue Mar 3 03:59:40 2026] DELETE /v2.0/floatingips/11612396-a7b2-4fd8-806c-2df0fd71e08f => generated 0 bytes in 292 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-03 03:59:40.993 6 INFO neutron_taas.services.taas.taas_plugin [None req-2da6c44f-df59-41b8-ba3b-bef03e3d3cd8 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] TaaS: Handle Delete Port: 43565f76-1d24-40e6-96ee-2fa424979978 2026-03-03 03:59:40.996 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2da6c44f-df59-41b8-ba3b-bef03e3d3cd8 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Tap Mirror: Handle Delete Port: 43565f76-1d24-40e6-96ee-2fa424979978 2026-03-03 03:59:41.256 6 INFO neutron_taas.services.taas.taas_plugin [None req-2da6c44f-df59-41b8-ba3b-bef03e3d3cd8 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] TaaS: Handle Delete Port: d618d74a-d32d-4188-b1e7-5cae808c7f30 2026-03-03 03:59:41.258 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2da6c44f-df59-41b8-ba3b-bef03e3d3cd8 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Tap Mirror: Handle Delete Port: d618d74a-d32d-4188-b1e7-5cae808c7f30 2026-03-03 03:59:41.383 7 INFO neutron.services.segments.plugin [-] Segment d4d0230f-5a63-4981-b6f3-70c32df895dd resource provider aggregate not found 2026-03-03 03:59:41.389 7 INFO neutron.services.segments.plugin [-] Segment d4d0230f-5a63-4981-b6f3-70c32df895dd resource provider aggregate not found 2026-03-03 03:59:41.410 7 INFO neutron.services.segments.plugin [-] Segment d4d0230f-5a63-4981-b6f3-70c32df895dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d4d0230f-5a63-4981-b6f3-70c32df895dd found for delete ", "request_id": "req-936aba1a-cfee-418d-93d9-5ee9bfd32194"}]} 2026-03-03 03:59:41.413 7 INFO neutron.services.segments.plugin [-] Segment d4d0230f-5a63-4981-b6f3-70c32df895dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d4d0230f-5a63-4981-b6f3-70c32df895dd found for delete ", "request_id": "req-05903168-4ce3-4818-a1c7-a15e5510085b"}]} 2026-03-03 03:59:41.572 7 INFO neutron_taas.services.taas.taas_plugin [None req-5d4ac7b9-c1c0-4e87-a3ed-9fd59ff5ce0a fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] TaaS: Handle Delete Port: 789aed41-d76f-490f-b133-45da382a6b7d 2026-03-03 03:59:41.575 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5d4ac7b9-c1c0-4e87-a3ed-9fd59ff5ce0a fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Tap Mirror: Handle Delete Port: 789aed41-d76f-490f-b133-45da382a6b7d 2026-03-03 03:59:41.609 6 INFO neutron.services.segments.plugin [-] Segment ef3d5df4-b9cd-4ac3-a511-3c3780b62d92 resource provider aggregate not found 2026-03-03 03:59:41.620 6 INFO neutron.services.segments.plugin [-] Segment ef3d5df4-b9cd-4ac3-a511-3c3780b62d92 resource provider aggregate not found 2026-03-03 03:59:41.637 6 INFO neutron.services.segments.plugin [-] Segment ef3d5df4-b9cd-4ac3-a511-3c3780b62d92 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef3d5df4-b9cd-4ac3-a511-3c3780b62d92 found for delete ", "request_id": "req-1cff645d-5d62-4f7b-9812-12ed54d969bc"}]} 2026-03-03 03:59:41.638 6 INFO neutron.services.segments.plugin [-] Segment ef3d5df4-b9cd-4ac3-a511-3c3780b62d92 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef3d5df4-b9cd-4ac3-a511-3c3780b62d92 found for delete ", "request_id": "req-6e459a6d-a7ed-41b1-94dc-ba20d952a297"}]} 2026-03-03 03:59:41.647 6 INFO neutron.db.l3_hamode_db [None req-2da6c44f-df59-41b8-ba3b-bef03e3d3cd8 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] HA network 39268898-8e8e-488c-b78d-cf1918934811 was deleted as no HA routers are present in tenant 2c411f5b782f459883b93a9a6c068987. [pid: 6|app: 0|req: 415/913] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 03:59:40 2026] DELETE /v2.0/routers/0cd7704c-99dd-4e86-a190-de13b3fdf550 => generated 0 bytes in 878 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 416/914] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 03:59:41 2026] DELETE /v2.0/subnets/fe970f71-ef04-4f78-ba01-ad500fcba4f5 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 03:59:41.907 6 INFO neutron_taas.services.taas.taas_plugin [None req-e4cdbe0d-fd50-42a9-b253-00507ecc49a8 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] TaaS: Handle Delete Port: c8b5c875-7e7a-47f7-8964-366f57206bd1 2026-03-03 03:59:41.910 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e4cdbe0d-fd50-42a9-b253-00507ecc49a8 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Tap Mirror: Handle Delete Port: c8b5c875-7e7a-47f7-8964-366f57206bd1 [pid: 7|app: 0|req: 499/915] 10.0.0.55 () {34 vars in 788 bytes} [Tue Mar 3 03:59:40 2026] PUT /v2.0/routers/d9d057da-da0c-4d61-a52a-29f75325740d/remove_router_interface => generated 309 bytes in 1168 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 417/916] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 03:59:41 2026] DELETE /v2.0/networks/7f9430dc-2ae8-4dc7-8746-8560132e266f => generated 0 bytes in 253 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 03:59:42.273 6 INFO neutron_taas.services.taas.taas_plugin [None req-814c2cdd-e25e-4abd-baa6-362841d7e62a fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] TaaS: Handle Delete Port: 508baa45-8bf6-4ff7-b997-83440da6c450 2026-03-03 03:59:42.276 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-814c2cdd-e25e-4abd-baa6-362841d7e62a fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Tap Mirror: Handle Delete Port: 508baa45-8bf6-4ff7-b997-83440da6c450 2026-03-03 03:59:42.399 7 INFO neutron.db.segments_db [None req-86dcfeeb-05ea-4621-8856-198da141d038 d2b18a3c33b54ab0a1bf5ba217a592af ee413235a17f4c03ab24f11a30af6d5f - - default default] Added segment b1f9985c-d9d4-4328-801b-9260de0685a7 of type vxlan for network faaa0d25-1375-4c82-be43-27f7fb45c0f5 2026-03-03 03:59:42.458 7 INFO neutron.db.segments_db [None req-86dcfeeb-05ea-4621-8856-198da141d038 d2b18a3c33b54ab0a1bf5ba217a592af ee413235a17f4c03ab24f11a30af6d5f - - default default] Added segment 03a3561b-ec35-4faa-b308-8369895892d2 of type vxlan for network 94df44e6-859b-4061-9bfe-adb3971e1222 2026-03-03 03:59:42.493 6 INFO neutron_taas.services.taas.taas_plugin [None req-814c2cdd-e25e-4abd-baa6-362841d7e62a fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] TaaS: Handle Delete Port: 18d7578f-3aa3-4798-98eb-b1fcb51fc161 2026-03-03 03:59:42.495 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-814c2cdd-e25e-4abd-baa6-362841d7e62a fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Tap Mirror: Handle Delete Port: 18d7578f-3aa3-4798-98eb-b1fcb51fc161 [pid: 7|app: 0|req: 500/917] 10.0.0.55 () {34 vars in 669 bytes} [Tue Mar 3 03:59:42 2026] POST /v2.0/networks => generated 1244 bytes in 523 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/918] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 03:59:42 2026] GET /v2.0/security-groups?tenant_id=2c411f5b782f459883b93a9a6c068987&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/919] 10.0.0.55 () {32 vars in 648 bytes} [Tue Mar 3 03:59:42 2026] GET /v2.0/networks => generated 1843 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/920] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 03:59:42 2026] DELETE /v2.0/security-groups/3d291340-9c8c-4cd5-981d-554f5a3e43ac => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-03 03:59:42.842 6 INFO neutron.db.l3_hamode_db [None req-814c2cdd-e25e-4abd-baa6-362841d7e62a fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] HA network 01665d5a-a5ad-4a5b-bda4-b628d975b676 was deleted as no HA routers are present in tenant 27301d840fb2457d8122caaceb4ce089. [pid: 6|app: 0|req: 418/921] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 03:59:42 2026] DELETE /v2.0/routers/d9d057da-da0c-4d61-a52a-29f75325740d => generated 0 bytes in 776 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/922] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 03:59:42 2026] DELETE /v2.0/networks/faaa0d25-1375-4c82-be43-27f7fb45c0f5 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/923] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 03:59:42 2026] DELETE /v2.0/networks/94df44e6-859b-4061-9bfe-adb3971e1222 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 419/924] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 03:59:42 2026] DELETE /v2.0/subnets/cd5bea12-073a-4ea9-a8d3-5b8acbfc6b1d => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/925] 10.0.0.55 () {32 vars in 648 bytes} [Tue Mar 3 03:59:42 2026] GET /v2.0/networks => generated 651 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 03:59:43.063 7 INFO neutron.db.segments_db [None req-d9fb1073-5508-47b9-85c5-cbb497286459 d2b18a3c33b54ab0a1bf5ba217a592af ee413235a17f4c03ab24f11a30af6d5f - - default default] Added segment 0c8c8ee6-1ae6-48ef-b39e-633539d35f00 of type vxlan for network 16a2e93b-d649-4abd-86f2-7b207ef1ef28 2026-03-03 03:59:43.107 6 INFO neutron_taas.services.taas.taas_plugin [None req-65d5f3a1-f591-4694-95f8-19d94c10aaba fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] TaaS: Handle Delete Port: 14cea47a-879d-4493-a27b-50dd52efe91f 2026-03-03 03:59:43.110 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-65d5f3a1-f591-4694-95f8-19d94c10aaba fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Tap Mirror: Handle Delete Port: 14cea47a-879d-4493-a27b-50dd52efe91f [pid: 7|app: 0|req: 507/926] 10.0.0.55 () {34 vars in 669 bytes} [Tue Mar 3 03:59:43 2026] POST /v2.0/networks => generated 650 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-03 03:59:43.202 7 INFO neutron.db.segments_db [None req-5f64e557-f329-4024-bd1b-6a45673c14c4 d2b18a3c33b54ab0a1bf5ba217a592af ee413235a17f4c03ab24f11a30af6d5f - - default default] Added segment 727322d2-85c3-40c1-983e-8e421659784e of type vxlan for network 20d0459a-97ce-4792-8e98-dcf3be9b25f0 [pid: 7|app: 0|req: 508/927] 10.0.0.55 () {34 vars in 669 bytes} [Tue Mar 3 03:59:43 2026] POST /v2.0/networks => generated 650 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 420/928] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 03:59:43 2026] DELETE /v2.0/networks/ff27603a-916a-4c2d-8a7f-d0b8f9342b10 => generated 0 bytes in 290 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 421/929] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 03:59:43 2026] GET /v2.0/security-groups?tenant_id=27301d840fb2457d8122caaceb4ce089&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-03 03:59:43.438 7 INFO neutron.services.segments.plugin [-] Segment b1f9985c-d9d4-4328-801b-9260de0685a7 resource provider aggregate not found 2026-03-03 03:59:43.444 7 INFO neutron.services.segments.plugin [-] Segment b1f9985c-d9d4-4328-801b-9260de0685a7 resource provider aggregate not found 2026-03-03 03:59:43.451 7 INFO neutron.services.segments.plugin [-] Segment b1f9985c-d9d4-4328-801b-9260de0685a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1f9985c-d9d4-4328-801b-9260de0685a7 found for delete ", "request_id": "req-22cb0080-bb92-4212-83c8-5c45056f6a74"}]} 2026-03-03 03:59:43.458 7 INFO neutron.services.segments.plugin [-] Segment b1f9985c-d9d4-4328-801b-9260de0685a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1f9985c-d9d4-4328-801b-9260de0685a7 found for delete ", "request_id": "req-8ac51f6f-e7b6-4dec-a79f-82caccb12ad2"}]} 2026-03-03 03:59:43.469 7 INFO neutron.services.segments.plugin [-] Segment 03a3561b-ec35-4faa-b308-8369895892d2 resource provider aggregate not found 2026-03-03 03:59:43.475 7 INFO neutron.services.segments.plugin [-] Segment 03a3561b-ec35-4faa-b308-8369895892d2 resource provider aggregate not found 2026-03-03 03:59:43.487 7 INFO neutron.services.segments.plugin [-] Segment 03a3561b-ec35-4faa-b308-8369895892d2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03a3561b-ec35-4faa-b308-8369895892d2 found for delete ", "request_id": "req-e09ff0df-2333-4c00-9e0e-31b75d5a2c72"}]} 2026-03-03 03:59:43.493 7 INFO neutron.services.segments.plugin [-] Segment 03a3561b-ec35-4faa-b308-8369895892d2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03a3561b-ec35-4faa-b308-8369895892d2 found for delete ", "request_id": "req-889cb1c8-88d1-49c7-a5c4-8f25df4f4385"}]} [pid: 6|app: 0|req: 422/930] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 03:59:43 2026] DELETE /v2.0/security-groups/1197d5f5-a855-4cf6-9ef2-21c33d8fe7d2 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-03 03:59:43.657 6 INFO neutron.services.segments.plugin [-] Segment 58cd83ab-1eb0-4de9-83e1-5c0eb49414c7 resource provider aggregate not found 2026-03-03 03:59:43.670 6 INFO neutron.services.segments.plugin [-] Segment 58cd83ab-1eb0-4de9-83e1-5c0eb49414c7 resource provider aggregate not found 2026-03-03 03:59:43.676 6 INFO neutron.services.segments.plugin [-] Segment 58cd83ab-1eb0-4de9-83e1-5c0eb49414c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58cd83ab-1eb0-4de9-83e1-5c0eb49414c7 found for delete ", "request_id": "req-5cbcd7d6-02f5-472d-888c-0db2751828cf"}]} 2026-03-03 03:59:43.694 6 INFO neutron.services.segments.plugin [-] Segment 58cd83ab-1eb0-4de9-83e1-5c0eb49414c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58cd83ab-1eb0-4de9-83e1-5c0eb49414c7 found for delete ", "request_id": "req-630666f4-ed44-4770-8fbe-3cc164788fa9"}]} 2026-03-03 03:59:43.703 6 INFO neutron.services.segments.plugin [-] Segment c1fe4a5f-058c-4e3b-9cde-501453fa5ed5 resource provider aggregate not found 2026-03-03 03:59:43.712 6 INFO neutron.services.segments.plugin [-] Segment c1fe4a5f-058c-4e3b-9cde-501453fa5ed5 resource provider aggregate not found 2026-03-03 03:59:43.724 6 INFO neutron.services.segments.plugin [-] Segment c1fe4a5f-058c-4e3b-9cde-501453fa5ed5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c1fe4a5f-058c-4e3b-9cde-501453fa5ed5 found for delete ", "request_id": "req-6439686e-d20e-4625-aa4d-d10efcc4f0c5"}]} 2026-03-03 03:59:43.731 6 INFO neutron.services.segments.plugin [-] Segment c1fe4a5f-058c-4e3b-9cde-501453fa5ed5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c1fe4a5f-058c-4e3b-9cde-501453fa5ed5 found for delete ", "request_id": "req-d6fed16e-e3bb-424f-873c-24d7510697e6"}]} 2026-03-03 03:59:43.747 6 INFO neutron.services.segments.plugin [-] Segment 893e590b-39bb-4596-bda6-de34ad675cd7 resource provider aggregate not found 2026-03-03 03:59:43.752 6 INFO neutron.services.segments.plugin [-] Segment 893e590b-39bb-4596-bda6-de34ad675cd7 resource provider aggregate not found 2026-03-03 03:59:43.767 6 INFO neutron.services.segments.plugin [-] Segment 893e590b-39bb-4596-bda6-de34ad675cd7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 893e590b-39bb-4596-bda6-de34ad675cd7 found for delete ", "request_id": "req-a0704083-80b0-491e-a614-37fd03d614d0"}]} 2026-03-03 03:59:43.772 6 INFO neutron.services.segments.plugin [-] Segment 893e590b-39bb-4596-bda6-de34ad675cd7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 893e590b-39bb-4596-bda6-de34ad675cd7 found for delete ", "request_id": "req-c8af0d88-8055-4eeb-9446-a62c06ece54c"}]} [pid: 7|app: 0|req: 509/931] 10.0.0.55 () {34 vars in 664 bytes} [Tue Mar 3 03:59:43 2026] POST /v2.0/ports => generated 1505 bytes in 650 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 6|app: 0|req: 423/932] 10.0.0.55 () {32 vars in 642 bytes} [Tue Mar 3 03:59:43 2026] GET /v2.0/ports => generated 1505 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-03 03:59:44.216 6 INFO neutron_taas.services.taas.taas_plugin [None req-256bd0a5-a481-45c3-b530-fb76ffa9bd83 d2b18a3c33b54ab0a1bf5ba217a592af ee413235a17f4c03ab24f11a30af6d5f - - default default] TaaS: Handle Delete Port: 53fa00bb-9b69-43db-9a23-49798f94e12c 2026-03-03 03:59:44.220 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-256bd0a5-a481-45c3-b530-fb76ffa9bd83 d2b18a3c33b54ab0a1bf5ba217a592af ee413235a17f4c03ab24f11a30af6d5f - - default default] Tap Mirror: Handle Delete Port: 53fa00bb-9b69-43db-9a23-49798f94e12c [pid: 6|app: 0|req: 425/935] 10.0.0.55 () {32 vars in 719 bytes} [Tue Mar 3 03:59:44 2026] DELETE /v2.0/ports/53fa00bb-9b69-43db-9a23-49798f94e12c => generated 0 bytes in 256 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-03-03 03:59:44.479 7 INFO neutron_taas.services.taas.taas_plugin [None req-73ae7bd1-af45-47e2-8122-823f38343d5f d2b18a3c33b54ab0a1bf5ba217a592af ee413235a17f4c03ab24f11a30af6d5f - - default default] TaaS: Handle Delete Port: f7546086-569b-434e-9497-8685fcf582e0 2026-03-03 03:59:44.481 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-73ae7bd1-af45-47e2-8122-823f38343d5f d2b18a3c33b54ab0a1bf5ba217a592af ee413235a17f4c03ab24f11a30af6d5f - - default default] Tap Mirror: Handle Delete Port: f7546086-569b-434e-9497-8685fcf582e0 [pid: 7|app: 0|req: 511/936] 10.0.0.55 () {32 vars in 719 bytes} [Tue Mar 3 03:59:44 2026] DELETE /v2.0/ports/f7546086-569b-434e-9497-8685fcf582e0 => generated 0 bytes in 240 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 426/937] 10.0.0.55 () {32 vars in 642 bytes} [Tue Mar 3 03:59:44 2026] GET /v2.0/ports => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-03 03:59:44.694 7 INFO neutron.db.segments_db [None req-d5074a96-22af-4cec-8275-6bb480aab780 d2b18a3c33b54ab0a1bf5ba217a592af ee413235a17f4c03ab24f11a30af6d5f - - default default] Added segment 14ca5c64-11bc-4232-a9e3-7a866708f31c of type vxlan for network 3311b0cb-f8c8-4e2d-90ee-1b334d14d15c [pid: 7|app: 0|req: 512/938] 10.0.0.55 () {34 vars in 669 bytes} [Tue Mar 3 03:59:44 2026] POST /v2.0/networks => generated 650 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-03 03:59:44.904 7 INFO neutron.db.segments_db [None req-9b68e8ae-1bbd-43de-98a7-6273e014a7f7 d2b18a3c33b54ab0a1bf5ba217a592af ee413235a17f4c03ab24f11a30af6d5f - - default default] Added segment 5803039c-c314-45c8-841b-dc3bd977b83c of type vxlan for network 75cbb652-55aa-4391-91b3-4f52e9db5858 [pid: 7|app: 0|req: 513/939] 10.0.0.55 () {34 vars in 669 bytes} [Tue Mar 3 03:59:44 2026] POST /v2.0/networks => generated 650 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-03 03:59:45.072 6 INFO neutron.db.segments_db [None req-ea66c48b-938a-4846-bfaf-00778b1cea51 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Added segment a89584a4-fc7e-4ad8-afcc-7321cdcc9261 of type vxlan for network 4123bf8c-ef01-4cef-82ec-f11ca5a7dd16 [pid: 6|app: 0|req: 427/940] 10.0.0.55 () {34 vars in 670 bytes} [Tue Mar 3 03:59:44 2026] POST /v2.0/networks => generated 743 bytes in 482 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 428/941] 10.0.0.55 () {34 vars in 668 bytes} [Tue Mar 3 03:59:45 2026] POST /v2.0/subnets => generated 690 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-03 03:59:45.425 6 INFO neutron.db.segments_db [None req-059620b8-8000-455e-9e22-2b826fc4a353 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Added segment 388a2893-22fc-4b1c-b729-7bf64412f8d3 of type vxlan for network 21ea2c71-b290-44b7-b3b3-cbfe46250bf1 [pid: 7|app: 0|req: 514/942] 10.0.0.55 () {34 vars in 668 bytes} [Tue Mar 3 03:59:45 2026] POST /v2.0/subnets => generated 1274 bytes in 410 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-03-03 03:59:45.676 6 INFO neutron.db.l3_hamode_db [None req-059620b8-8000-455e-9e22-2b826fc4a353 fdf1439b2bc84fd6a18e362a1a5510b8 55b7cfb6541347009ac12b8dcabbbfda - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-03 03:59:45.713 7 INFO neutron.db.segments_db [None req-27c52ace-941b-4af1-bcdc-462d9d21b008 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Added segment 600a9062-efd0-4e13-a1df-30e95297ad2a of type vxlan for network 60f90862-841c-491f-ae69-282244062d3d [pid: 7|app: 0|req: 515/943] 10.0.0.55 () {34 vars in 670 bytes} [Tue Mar 3 03:59:45 2026] POST /v2.0/networks => generated 746 bytes in 349 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/944] 10.0.0.55 () {32 vars in 646 bytes} [Tue Mar 3 03:59:45 2026] GET /v2.0/subnets => generated 1910 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/945] 10.0.0.55 () {34 vars in 668 bytes} [Tue Mar 3 03:59:45 2026] POST /v2.0/subnets => generated 693 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/946] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 03:59:46 2026] DELETE /v2.0/subnets/c44cc99a-84d8-4b21-b86a-f4eca12f781a => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 03:59:46.161 7 INFO neutron.db.segments_db [None req-3900d9c2-347a-4a5d-a9f9-6aeb4d495a3e fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Added segment d5903811-52e9-467d-a23f-449bab57b3b4 of type vxlan for network 71a4eafa-7f07-462a-8313-ba4fc17da7a3 2026-03-03 03:59:46.320 6 INFO neutron.db.l3_hamode_db [None req-059620b8-8000-455e-9e22-2b826fc4a353 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-03 03:59:46.333 7 INFO neutron.db.l3_hamode_db [None req-3900d9c2-347a-4a5d-a9f9-6aeb4d495a3e fdf1439b2bc84fd6a18e362a1a5510b8 e295d9765e7c4344bb4e3a73646c4053 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-03 03:59:47.042 7 INFO neutron.db.l3_hamode_db [None req-3900d9c2-347a-4a5d-a9f9-6aeb4d495a3e fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 6|app: 0|req: 429/947] 10.0.0.55 () {34 vars in 668 bytes} [Tue Mar 3 03:59:45 2026] POST /v2.0/routers => generated 730 bytes in 1754 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 430/948] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 03:59:47 2026] DELETE /v2.0/subnets/62485417-4a15-4590-99de-73851f7e62f7 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/949] 10.0.0.55 () {34 vars in 668 bytes} [Tue Mar 3 03:59:46 2026] POST /v2.0/routers => generated 733 bytes in 1775 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/950] 10.0.0.55 () {32 vars in 646 bytes} [Tue Mar 3 03:59:47 2026] GET /v2.0/subnets => generated 649 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 431/951] 10.0.0.55 () {34 vars in 782 bytes} [Tue Mar 3 03:59:47 2026] PUT /v2.0/routers/3975ad4a-a339-414a-898e-f69047801c13/add_router_interface => generated 309 bytes in 1477 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 03:59:48.825 6 INFO neutron.services.segments.plugin [-] Segment 5803039c-c314-45c8-841b-dc3bd977b83c resource provider aggregate not found 2026-03-03 03:59:48.835 6 INFO neutron.services.segments.plugin [-] Segment 5803039c-c314-45c8-841b-dc3bd977b83c resource provider aggregate not found 2026-03-03 03:59:48.845 6 INFO neutron.services.segments.plugin [-] Segment 5803039c-c314-45c8-841b-dc3bd977b83c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5803039c-c314-45c8-841b-dc3bd977b83c found for delete ", "request_id": "req-3ea527b7-7fb6-4d59-b740-97720c8bb142"}]} [pid: 6|app: 0|req: 432/952] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 03:59:48 2026] DELETE /v2.0/networks/75cbb652-55aa-4391-91b3-4f52e9db5858 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 03:59:48.881 6 INFO neutron.services.segments.plugin [-] Segment 5803039c-c314-45c8-841b-dc3bd977b83c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5803039c-c314-45c8-841b-dc3bd977b83c found for delete ", "request_id": "req-e72b663a-61d8-4110-9e1a-fe6aebf8434b"}]} [pid: 7|app: 0|req: 521/953] 10.0.0.55 () {34 vars in 782 bytes} [Tue Mar 3 03:59:47 2026] PUT /v2.0/routers/95a92023-3527-4850-984a-3947f418ee43/add_router_interface => generated 309 bytes in 1049 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 433/954] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 03:59:48 2026] DELETE /v2.0/networks/3311b0cb-f8c8-4e2d-90ee-1b334d14d15c => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/955] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:48 2026] GET /v2.0/ports?device_id=17fb91f6-303e-4b31-98b3-09f1b1b2575b => generated 975 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/956] 10.0.0.33 () {34 vars in 970 bytes} [Tue Mar 3 03:59:49 2026] GET /v2.0/ports/d030008a-5d48-4864-9773-b0ffdaf90dd4 => generated 972 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 434/957] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 03:59:49 2026] DELETE /v2.0/networks/20d0459a-97ce-4792-8e98-dcf3be9b25f0 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 03:59:49.325 7 INFO neutron.services.segments.plugin [-] Segment 0c8c8ee6-1ae6-48ef-b39e-633539d35f00 resource provider aggregate not found 2026-03-03 03:59:49.326 7 INFO neutron.services.segments.plugin [-] Segment 0c8c8ee6-1ae6-48ef-b39e-633539d35f00 resource provider aggregate not found [pid: 7|app: 0|req: 524/958] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 03:59:49 2026] DELETE /v2.0/networks/16a2e93b-d649-4abd-86f2-7b207ef1ef28 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 03:59:49.347 7 INFO neutron.services.segments.plugin [-] Segment 0c8c8ee6-1ae6-48ef-b39e-633539d35f00 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c8c8ee6-1ae6-48ef-b39e-633539d35f00 found for delete ", "request_id": "req-19204001-9ec6-4093-b127-a18793fe8fa0"}]} 2026-03-03 03:59:49.351 7 INFO neutron.services.segments.plugin [-] Segment 0c8c8ee6-1ae6-48ef-b39e-633539d35f00 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c8c8ee6-1ae6-48ef-b39e-633539d35f00 found for delete ", "request_id": "req-fd612cea-dc0c-4e0d-a78b-b3d6caaa430c"}]} [pid: 6|app: 0|req: 435/959] 10.0.0.55 () {34 vars in 684 bytes} [Tue Mar 3 03:59:49 2026] POST /v2.0/security-groups => generated 1660 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/960] 10.0.0.55 () {34 vars in 694 bytes} [Tue Mar 3 03:59:49 2026] POST /v2.0/security-group-rules => generated 597 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 436/961] 10.0.0.55 () {34 vars in 694 bytes} [Tue Mar 3 03:59:49 2026] POST /v2.0/security-group-rules => generated 602 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 437/962] 199.204.45.233 () {34 vars in 1000 bytes} [Tue Mar 3 03:59:49 2026] GET /v2.0/subnets?network_id=be2a7b0a-8363-444a-a385-1217a95830af => generated 684 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 438/963] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 03:59:49 2026] GET /v2.0/security-groups?tenant_id=ee413235a17f4c03ab24f11a30af6d5f&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 439/964] 199.204.45.233 () {34 vars in 1146 bytes} [Tue Mar 3 03:59:49 2026] GET /v2.0/ports?device_id=17fb91f6-303e-4b31-98b3-09f1b1b2575b&device_owner=compute%3Anova&network_id=be2a7b0a-8363-444a-a385-1217a95830af => generated 975 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 440/965] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 03:59:49 2026] DELETE /v2.0/security-groups/9e614553-2587-43f9-a0b8-98b1be33d21d => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 441/966] 10.0.0.33 () {34 vars in 981 bytes} [Tue Mar 3 03:59:50 2026] GET /v2.0/networks?id=60f90862-841c-491f-ae69-282244062d3d => generated 678 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/967] 10.0.0.55 () {34 vars in 675 bytes} [Tue Mar 3 03:59:49 2026] POST /v2.0/floatingips => generated 552 bytes in 512 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/968] 10.0.0.33 () {34 vars in 964 bytes} [Tue Mar 3 03:59:50 2026] GET /v2.0/quotas/e295d9765e7c4344bb4e3a73646c4053 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/969] 10.0.0.33 () {34 vars in 1001 bytes} [Tue Mar 3 03:59:50 2026] GET /v2.0/ports?tenant_id=e295d9765e7c4344bb4e3a73646c4053&fields=id => generated 57 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/970] 10.0.0.33 () {34 vars in 1007 bytes} [Tue Mar 3 03:59:50 2026] GET /v2.0/networks/60f90862-841c-491f-ae69-282244062d3d?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/971] 10.0.0.33 () {34 vars in 1107 bytes} [Tue Mar 3 03:59:50 2026] GET /v2.0/networks/60f90862-841c-491f-ae69-282244062d3d?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: 531/972] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:50 2026] GET /v2.0/ports?device_id=7f6321aa-8886-4fa8-ae2e-466ceddc09de => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 442/973] 199.204.45.233 () {38 vars in 1028 bytes} [Tue Mar 3 03:59:50 2026] PUT /v2.0/ports/d030008a-5d48-4864-9773-b0ffdaf90dd4 => generated 1149 bytes in 578 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-03 03:59:50.696 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-fe090a30-f0e3-4cdd-8a3f-4421b5347fb9'] response: {'name': 'network-changed', 'server_uuid': '17fb91f6-303e-4b31-98b3-09f1b1b2575b', 'tag': 'd030008a-5d48-4864-9773-b0ffdaf90dd4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 532/974] 10.0.0.33 () {34 vars in 1099 bytes} [Tue Mar 3 03:59:50 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1131419049&fields=id&tenant_id=55b7cfb6541347009ac12b8dcabbbfda => generated 69 bytes in 28 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: 6|app: 0|req: 443/975] 10.0.0.33 () {34 vars in 981 bytes} [Tue Mar 3 03:59:50 2026] GET /v2.0/networks?id=4123bf8c-ef01-4cef-82ec-f11ca5a7dd16 => generated 675 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/976] 10.0.0.33 () {34 vars in 964 bytes} [Tue Mar 3 03:59:50 2026] GET /v2.0/quotas/55b7cfb6541347009ac12b8dcabbbfda => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 444/977] 10.0.0.33 () {34 vars in 1001 bytes} [Tue Mar 3 03:59:50 2026] GET /v2.0/ports?tenant_id=55b7cfb6541347009ac12b8dcabbbfda&fields=id => generated 103 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 03:59:50.874 6 INFO neutron.services.segments.plugin [-] Segment 14ca5c64-11bc-4232-a9e3-7a866708f31c resource provider aggregate not found 2026-03-03 03:59:50.892 6 INFO neutron.services.segments.plugin [-] Segment 14ca5c64-11bc-4232-a9e3-7a866708f31c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 14ca5c64-11bc-4232-a9e3-7a866708f31c found for delete ", "request_id": "req-2b4d63df-ff98-46f6-b79c-8de8588af1f7"}]} [pid: 7|app: 0|req: 534/978] 10.0.0.33 () {34 vars in 1007 bytes} [Tue Mar 3 03:59:50 2026] GET /v2.0/networks/4123bf8c-ef01-4cef-82ec-f11ca5a7dd16?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-03 03:59:50.909 6 INFO neutron.services.segments.plugin [-] Segment 14ca5c64-11bc-4232-a9e3-7a866708f31c resource provider aggregate not found 2026-03-03 03:59:50.928 6 INFO neutron.services.segments.plugin [-] Segment 727322d2-85c3-40c1-983e-8e421659784e resource provider aggregate not found 2026-03-03 03:59:50.941 6 INFO neutron.services.segments.plugin [-] Segment 14ca5c64-11bc-4232-a9e3-7a866708f31c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 14ca5c64-11bc-4232-a9e3-7a866708f31c found for delete ", "request_id": "req-3b541572-d7cc-40c4-b6fe-fb1389e47b34"}]} 2026-03-03 03:59:50.950 6 INFO neutron.services.segments.plugin [-] Segment 727322d2-85c3-40c1-983e-8e421659784e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 727322d2-85c3-40c1-983e-8e421659784e found for delete ", "request_id": "req-48454aa2-6b02-44e8-b4f2-cf60d38747da"}]} 2026-03-03 03:59:50.960 6 INFO neutron.services.segments.plugin [-] Segment 727322d2-85c3-40c1-983e-8e421659784e resource provider aggregate not found 2026-03-03 03:59:50.976 6 INFO neutron.services.segments.plugin [-] Segment 727322d2-85c3-40c1-983e-8e421659784e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 727322d2-85c3-40c1-983e-8e421659784e found for delete ", "request_id": "req-e6c933a1-bfe3-4212-80de-248972fa92e5"}]} [pid: 6|app: 0|req: 445/979] 10.0.0.33 () {34 vars in 1107 bytes} [Tue Mar 3 03:59:50 2026] GET /v2.0/networks/4123bf8c-ef01-4cef-82ec-f11ca5a7dd16?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/980] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:51 2026] GET /v2.0/ports?device_id=f4fca6e0-ac23-4d8d-af68-623b8868cd1a => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 446/981] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Mar 3 03:59:51 2026] GET /v2.0/ports?tenant_id=bba3801aed6e4036b956b0401962df9c&device_id=17fb91f6-303e-4b31-98b3-09f1b1b2575b => generated 1421 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/982] 199.204.45.233 () {34 vars in 986 bytes} [Tue Mar 3 03:59:51 2026] GET /v2.0/networks?id=be2a7b0a-8363-444a-a385-1217a95830af => generated 780 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 447/983] 199.204.45.233 () {34 vars in 1060 bytes} [Tue Mar 3 03:59:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=d030008a-5d48-4864-9773-b0ffdaf90dd4 => generated 861 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/984] 199.204.45.233 () {34 vars in 1058 bytes} [Tue Mar 3 03:59:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=d030008a-5d48-4864-9773-b0ffdaf90dd4 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 448/985] 199.204.45.233 () {34 vars in 984 bytes} [Tue Mar 3 03:59:51 2026] GET /v2.0/subnets?id=40524cdd-17e8-426d-ba54-d1226611d82f => generated 702 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/986] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Mar 3 03:59:51 2026] GET /v2.0/ports?network_id=be2a7b0a-8363-444a-a385-1217a95830af&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: 6|app: 0|req: 449/987] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Mar 3 03:59:51 2026] GET /v2.0/networks/be2a7b0a-8363-444a-a385-1217a95830af?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: 539/988] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Mar 3 03:59:51 2026] GET /v2.0/networks/be2a7b0a-8363-444a-a385-1217a95830af?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: 6|app: 0|req: 450/989] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:51 2026] GET /v2.0/ports?device_id=7f6321aa-8886-4fa8-ae2e-466ceddc09de => 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: 540/990] 10.0.0.55 () {34 vars in 683 bytes} [Tue Mar 3 03:59:51 2026] POST /v2.0/security-groups => generated 1625 bytes in 310 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 6|app: 0|req: 451/991] 10.0.0.55 () {32 vars in 662 bytes} [Tue Mar 3 03:59:52 2026] GET /v2.0/security-groups => generated 4530 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/992] 10.0.0.55 () {34 vars in 757 bytes} [Tue Mar 3 03:59:52 2026] PUT /v2.0/security-groups/764af4c9-f2e9-46e2-a2a2-740d65c73202 => generated 1663 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 452/993] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:52 2026] GET /v2.0/ports?device_id=f4fca6e0-ac23-4d8d-af68-623b8868cd1a => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/994] 10.0.0.55 () {32 vars in 736 bytes} [Tue Mar 3 03:59:52 2026] GET /v2.0/security-groups/764af4c9-f2e9-46e2-a2a2-740d65c73202 => generated 1663 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 453/995] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 03:59:52 2026] DELETE /v2.0/security-groups/764af4c9-f2e9-46e2-a2a2-740d65c73202 => 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: 543/996] 10.0.0.55 () {32 vars in 662 bytes} [Tue Mar 3 03:59:52 2026] GET /v2.0/security-groups => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-03 03:59:52.402 6 INFO neutron.api.v2.resource [None req-40559075-bc73-4068-a604-37fe495c5cd6 4be5eb4733b24778b7d3eeb825f35c3f 3300d6da7f4f4a23bf8fa518272a8b71 - - default default] delete failed (client error): The resource could not be found. [pid: 6|app: 0|req: 454/997] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 03:59:52 2026] DELETE /v2.0/security-groups/764af4c9-f2e9-46e2-a2a2-740d65c73202 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 455/998] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:52 2026] GET /v2.0/ports?device_id=17fb91f6-303e-4b31-98b3-09f1b1b2575b => generated 1152 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/999] 10.0.0.55 () {34 vars in 683 bytes} [Tue Mar 3 03:59:52 2026] POST /v2.0/security-groups => generated 1624 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 6|app: 0|req: 456/1000] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 03:59:52 2026] GET /v2.0/security-groups?id=597ec387-ddf4-45f5-a908-03d20f4443c5&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: 6|app: 0|req: 457/1001] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Mar 3 03:59:52 2026] GET /v2.0/ports?tenant_id=bba3801aed6e4036b956b0401962df9c&device_id=17fb91f6-303e-4b31-98b3-09f1b1b2575b => generated 1421 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1002] 10.0.0.55 () {34 vars in 694 bytes} [Tue Mar 3 03:59:52 2026] POST /v2.0/security-group-rules => generated 601 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1003] 10.0.0.55 () {32 vars in 746 bytes} [Tue Mar 3 03:59:52 2026] GET /v2.0/security-group-rules/c13bce5a-e119-4568-bcca-6c2d30a0907f => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 458/1004] 199.204.45.233 () {34 vars in 986 bytes} [Tue Mar 3 03:59:52 2026] GET /v2.0/networks?id=be2a7b0a-8363-444a-a385-1217a95830af => generated 780 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1005] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:52 2026] GET /v2.0/ports?device_id=7f6321aa-8886-4fa8-ae2e-466ceddc09de => 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: 548/1006] 199.204.45.233 () {34 vars in 1060 bytes} [Tue Mar 3 03:59:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=d030008a-5d48-4864-9773-b0ffdaf90dd4 => generated 861 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 459/1007] 10.0.0.55 () {32 vars in 672 bytes} [Tue Mar 3 03:59:52 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1008] 199.204.45.233 () {34 vars in 1058 bytes} [Tue Mar 3 03:59:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=d030008a-5d48-4864-9773-b0ffdaf90dd4 => 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: 550/1009] 199.204.45.233 () {34 vars in 984 bytes} [Tue Mar 3 03:59:52 2026] GET /v2.0/subnets?id=40524cdd-17e8-426d-ba54-d1226611d82f => generated 702 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 460/1010] 10.0.0.55 () {32 vars in 749 bytes} [Tue Mar 3 03:59:52 2026] DELETE /v2.0/security-group-rules/c13bce5a-e119-4568-bcca-6c2d30a0907f => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1011] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Mar 3 03:59:52 2026] GET /v2.0/ports?network_id=be2a7b0a-8363-444a-a385-1217a95830af&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1012] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Mar 3 03:59:52 2026] GET /v2.0/networks/be2a7b0a-8363-444a-a385-1217a95830af?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 461/1013] 10.0.0.55 () {32 vars in 672 bytes} [Tue Mar 3 03:59:52 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 462/1014] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Mar 3 03:59:52 2026] GET /v2.0/networks/be2a7b0a-8363-444a-a385-1217a95830af?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1015] 10.0.0.233 () {28 vars in 579 bytes} [Tue Mar 3 03:59:52 2026] GET /v2.0/ports => generated 20717 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 6|app: 0|req: 463/1016] 10.0.0.55 () {34 vars in 694 bytes} [Tue Mar 3 03:59:52 2026] POST /v2.0/security-group-rules => generated 601 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 464/1017] 10.0.0.55 () {32 vars in 746 bytes} [Tue Mar 3 03:59:53 2026] GET /v2.0/security-group-rules/6d9bf8fd-ea81-4308-86b7-40187f9c70fd => generated 601 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1018] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 03:59:53 2026] GET /v2.0/subnets => generated 5226 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1019] 10.0.0.233 () {28 vars in 591 bytes} [Tue Mar 3 03:59:53 2026] GET /v2.0/subnetpools => generated 19 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1020] 10.0.0.233 () {28 vars in 585 bytes} [Tue Mar 3 03:59:53 2026] GET /v2.0/networks => generated 6539 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 465/1021] 10.0.0.55 () {32 vars in 672 bytes} [Tue Mar 3 03:59:53 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1022] 10.0.0.33 () {34 vars in 1177 bytes} [Tue Mar 3 03:59:53 2026] GET /v2.0/ports?device_id=f4fca6e0-ac23-4d8d-af68-623b8868cd1a&device_id=7f6321aa-8886-4fa8-ae2e-466ceddc09de&device_id=17fb91f6-303e-4b31-98b3-09f1b1b2575b => generated 1421 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1023] 10.0.0.233 () {28 vars in 599 bytes} [Tue Mar 3 03:59:53 2026] GET /v2.0/security-groups => generated 36960 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 6|app: 0|req: 466/1024] 10.0.0.55 () {32 vars in 749 bytes} [Tue Mar 3 03:59:53 2026] DELETE /v2.0/security-group-rules/6d9bf8fd-ea81-4308-86b7-40187f9c70fd => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 467/1025] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:53 2026] GET /v2.0/ports?device_id=f4fca6e0-ac23-4d8d-af68-623b8868cd1a => 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: 559/1026] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 03:59:53 2026] GET /v2.0/security-groups?id=597ec387-ddf4-45f5-a908-03d20f4443c5&fields=id&fields=name => generated 113 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 468/1027] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 03:59:53 2026] GET /v2.0/routers => generated 2203 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1028] 10.0.0.55 () {32 vars in 672 bytes} [Tue Mar 3 03:59:53 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: 6|app: 0|req: 469/1029] 10.0.0.233 () {28 vars in 624 bytes} [Tue Mar 3 03:59:53 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1030] 10.0.0.55 () {34 vars in 694 bytes} [Tue Mar 3 03:59:53 2026] POST /v2.0/security-group-rules => generated 602 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 470/1031] 10.0.0.233 () {28 vars in 677 bytes} [Tue Mar 3 03:59:53 2026] GET /v2.0/routers/3975ad4a-a339-414a-898e-f69047801c13/l3-agents => generated 682 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 471/1032] 10.0.0.55 () {32 vars in 746 bytes} [Tue Mar 3 03:59:53 2026] GET /v2.0/security-group-rules/e47bb720-ddf3-4057-a55d-60f6a4c9f553 => generated 602 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1033] 199.204.45.233 () {34 vars in 1118 bytes} [Tue Mar 3 03:59:53 2026] GET /v2.0/ports?device_id=17fb91f6-303e-4b31-98b3-09f1b1b2575b&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.4 => generated 1152 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1034] 10.0.0.55 () {32 vars in 672 bytes} [Tue Mar 3 03:59:53 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 472/1035] 10.0.0.233 () {28 vars in 677 bytes} [Tue Mar 3 03:59:53 2026] GET /v2.0/routers/53ba751a-ce1b-48b8-bf22-a9a8e42e1593/l3-agents => generated 681 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 473/1036] 10.0.0.55 () {32 vars in 749 bytes} [Tue Mar 3 03:59:53 2026] DELETE /v2.0/security-group-rules/e47bb720-ddf3-4057-a55d-60f6a4c9f553 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 474/1037] 10.0.0.233 () {28 vars in 677 bytes} [Tue Mar 3 03:59:53 2026] GET /v2.0/routers/95a92023-3527-4850-984a-3947f418ee43/l3-agents => generated 682 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 475/1038] 10.0.0.55 () {32 vars in 672 bytes} [Tue Mar 3 03:59:53 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 476/1039] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:53 2026] GET /v2.0/ports?device_id=7f6321aa-8886-4fa8-ae2e-466ceddc09de => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 477/1040] 10.0.0.233 () {28 vars in 619 bytes} [Tue Mar 3 03:59:53 2026] GET /v2.0/network-ip-availabilities => generated 3837 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 478/1041] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 03:59:53 2026] DELETE /v2.0/security-groups/f5ad4d5e-0cb7-490b-a534-49908e6bca8f => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 479/1042] 10.0.0.233 () {28 vars in 591 bytes} [Tue Mar 3 03:59:53 2026] GET /v2.0/floatingips => generated 1399 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 480/1043] 10.0.0.55 () {32 vars in 662 bytes} [Tue Mar 3 03:59:54 2026] GET /v2.0/security-groups => generated 2925 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 481/1044] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 03:59:54 2026] GET /v2.0/subnets => generated 5226 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 482/1045] 10.0.0.55 () {32 vars in 662 bytes} [Tue Mar 3 03:59:54 2026] GET /v2.0/security-groups => generated 2925 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 483/1046] 10.0.0.233 () {28 vars in 581 bytes} [Tue Mar 3 03:59:54 2026] GET /v2.0/agents => generated 3386 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1047] 199.204.45.233 () {38 vars in 1028 bytes} [Tue Mar 3 03:59:53 2026] PUT /v2.0/ports/d030008a-5d48-4864-9773-b0ffdaf90dd4 => generated 972 bytes in 687 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 03:59:54.406 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5f29f750-9a93-42af-8d0f-08cc67982a40'] response: {'name': 'network-changed', 'server_uuid': '17fb91f6-303e-4b31-98b3-09f1b1b2575b', 'tag': 'd030008a-5d48-4864-9773-b0ffdaf90dd4', 'status': 'completed', 'code': 200} [pid: 6|app: 0|req: 484/1048] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:54 2026] GET /v2.0/ports?device_id=f4fca6e0-ac23-4d8d-af68-623b8868cd1a => generated 12 bytes in 20 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: 565/1049] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 03:59:54 2026] GET /v2.0/security-groups?tenant_id=3300d6da7f4f4a23bf8fa518272a8b71&name=default => generated 2925 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 485/1050] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 03:59:54 2026] DELETE /v2.0/security-groups/f443e747-e8c7-4034-ab33-2479e8e1282f => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 486/1051] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Mar 3 03:59:54 2026] GET /v2.0/ports?tenant_id=bba3801aed6e4036b956b0401962df9c&device_id=17fb91f6-303e-4b31-98b3-09f1b1b2575b => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1052] 199.204.45.233 () {34 vars in 986 bytes} [Tue Mar 3 03:59:54 2026] GET /v2.0/networks?id=60f90862-841c-491f-ae69-282244062d3d => generated 678 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 487/1053] 199.204.45.233 () {34 vars in 986 bytes} [Tue Mar 3 03:59:54 2026] GET /v2.0/networks?id=be2a7b0a-8363-444a-a385-1217a95830af => generated 780 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 488/1054] 199.204.45.233 () {34 vars in 1060 bytes} [Tue Mar 3 03:59:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=d030008a-5d48-4864-9773-b0ffdaf90dd4 => generated 861 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 489/1055] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:55 2026] GET /v2.0/ports?device_id=7f6321aa-8886-4fa8-ae2e-466ceddc09de => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 490/1056] 199.204.45.233 () {34 vars in 984 bytes} [Tue Mar 3 03:59:55 2026] GET /v2.0/subnets?id=40524cdd-17e8-426d-ba54-d1226611d82f => generated 702 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 491/1057] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Mar 3 03:59:55 2026] GET /v2.0/ports?network_id=be2a7b0a-8363-444a-a385-1217a95830af&device_owner=network%3Adhcp => generated 1244 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 492/1058] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Mar 3 03:59:55 2026] GET /v2.0/networks/be2a7b0a-8363-444a-a385-1217a95830af?fields=segments => generated 14 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 493/1059] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Mar 3 03:59:55 2026] GET /v2.0/networks/be2a7b0a-8363-444a-a385-1217a95830af?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: 7|app: 0|req: 567/1060] 199.204.45.233 () {38 vars in 955 bytes} [Tue Mar 3 03:59:54 2026] POST /v2.0/ports => generated 958 bytes in 467 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: 568/1061] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:55 2026] GET /v2.0/ports?device_id=f4fca6e0-ac23-4d8d-af68-623b8868cd1a => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 494/1062] 199.204.45.233 () {38 vars in 1028 bytes} [Tue Mar 3 03:59:55 2026] PUT /v2.0/ports/99acd175-3935-4846-ae53-57071955d565 => generated 1239 bytes in 378 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-03 03:59:55.823 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-b3c680fa-b51c-4833-9d66-33836ee716b7'] response: {'name': 'network-changed', 'server_uuid': '7f6321aa-8886-4fa8-ae2e-466ceddc09de', 'tag': '99acd175-3935-4846-ae53-57071955d565', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 569/1063] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:55 2026] GET /v2.0/ports?device_id=17fb91f6-303e-4b31-98b3-09f1b1b2575b => generated 975 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: 6|app: 0|req: 495/1064] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 03:59:55 2026] GET /v2.0/security-groups?id=597ec387-ddf4-45f5-a908-03d20f4443c5&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1065] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:56 2026] GET /v2.0/ports?device_id=7f6321aa-8886-4fa8-ae2e-466ceddc09de => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 496/1066] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 03:59:56 2026] GET /v2.0/security-groups?id=208eef5e-fe5d-4f35-8702-89b1b6e1ec54&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: 571/1067] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Mar 3 03:59:56 2026] GET /v2.0/ports?tenant_id=bba3801aed6e4036b956b0401962df9c&device_id=17fb91f6-303e-4b31-98b3-09f1b1b2575b => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 497/1068] 199.204.45.233 () {34 vars in 986 bytes} [Tue Mar 3 03:59:56 2026] GET /v2.0/networks?id=be2a7b0a-8363-444a-a385-1217a95830af => generated 780 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1069] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Mar 3 03:59:56 2026] GET /v2.0/ports?tenant_id=e295d9765e7c4344bb4e3a73646c4053&device_id=7f6321aa-8886-4fa8-ae2e-466ceddc09de => generated 1242 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 498/1070] 199.204.45.233 () {34 vars in 1060 bytes} [Tue Mar 3 03:59:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=d030008a-5d48-4864-9773-b0ffdaf90dd4 => generated 861 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 499/1071] 199.204.45.233 () {34 vars in 984 bytes} [Tue Mar 3 03:59:56 2026] GET /v2.0/subnets?id=40524cdd-17e8-426d-ba54-d1226611d82f => generated 702 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1072] 199.204.45.233 () {34 vars in 1018 bytes} [Tue Mar 3 03:59:56 2026] GET /v2.0/networks?tenant_id=e295d9765e7c4344bb4e3a73646c4053&shared=False => generated 774 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 500/1073] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Mar 3 03:59:56 2026] GET /v2.0/ports?network_id=be2a7b0a-8363-444a-a385-1217a95830af&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1074] 199.204.45.233 () {34 vars in 930 bytes} [Tue Mar 3 03:59:56 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 501/1075] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Mar 3 03:59:56 2026] GET /v2.0/networks/be2a7b0a-8363-444a-a385-1217a95830af?fields=segments => generated 14 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1076] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:56 2026] GET /v2.0/ports?device_id=f4fca6e0-ac23-4d8d-af68-623b8868cd1a => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 502/1077] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Mar 3 03:59:56 2026] GET /v2.0/networks/be2a7b0a-8363-444a-a385-1217a95830af?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: 576/1078] 10.0.0.55 () {34 vars in 676 bytes} [Tue Mar 3 03:59:56 2026] POST /v2.0/subnetpools => generated 549 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1079] 10.0.0.55 () {32 vars in 728 bytes} [Tue Mar 3 03:59:57 2026] GET /v2.0/subnetpools/44e625a3-05fe-4783-b0af-efd2c777a3c1 => generated 549 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 503/1080] 199.204.45.233 () {34 vars in 986 bytes} [Tue Mar 3 03:59:57 2026] GET /v2.0/networks?id=4123bf8c-ef01-4cef-82ec-f11ca5a7dd16 => generated 675 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1081] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:57 2026] GET /v2.0/ports?device_id=17fb91f6-303e-4b31-98b3-09f1b1b2575b => 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: 579/1082] 199.204.45.233 () {34 vars in 1050 bytes} [Tue Mar 3 03:59:57 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=55b7cfb6541347009ac12b8dcabbbfda => generated 181 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 504/1083] 10.0.0.55 () {34 vars in 748 bytes} [Tue Mar 3 03:59:57 2026] PUT /v2.0/subnetpools/44e625a3-05fe-4783-b0af-efd2c777a3c1 => generated 501 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1084] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 03:59:57 2026] GET /v2.0/security-groups?id=597ec387-ddf4-45f5-a908-03d20f4443c5&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1085] 10.0.0.55 () {32 vars in 731 bytes} [Tue Mar 3 03:59:57 2026] DELETE /v2.0/subnetpools/44e625a3-05fe-4783-b0af-efd2c777a3c1 => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-03 03:59:57.237 7 INFO neutron.api.v2.resource [None req-35acf04a-ffca-4fb4-9f52-19b0b6147bb5 f0d7403e512f457a8c21ed3fd7227f75 cbc1dc7dc38c49538783a1d34e9f5862 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 582/1086] 10.0.0.55 () {32 vars in 728 bytes} [Tue Mar 3 03:59:57 2026] GET /v2.0/subnetpools/44e625a3-05fe-4783-b0af-efd2c777a3c1 => generated 145 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-03 03:59:57.265 7 INFO neutron.api.v2.resource [None req-328e7c11-3e9e-4370-b2b5-f73dfb2f881f f0d7403e512f457a8c21ed3fd7227f75 cbc1dc7dc38c49538783a1d34e9f5862 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 583/1087] 10.0.0.55 () {32 vars in 731 bytes} [Tue Mar 3 03:59:57 2026] DELETE /v2.0/subnetpools/44e625a3-05fe-4783-b0af-efd2c777a3c1 => generated 145 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1088] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:57 2026] GET /v2.0/ports?device_id=7f6321aa-8886-4fa8-ae2e-466ceddc09de => generated 973 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1089] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 03:59:57 2026] GET /v2.0/security-groups?id=208eef5e-fe5d-4f35-8702-89b1b6e1ec54&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: 6|app: 0|req: 505/1090] 199.204.45.233 () {38 vars in 955 bytes} [Tue Mar 3 03:59:57 2026] POST /v2.0/ports => generated 954 bytes in 364 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: 6|app: 0|req: 506/1091] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Mar 3 03:59:57 2026] GET /v2.0/ports?tenant_id=e295d9765e7c4344bb4e3a73646c4053&device_id=7f6321aa-8886-4fa8-ae2e-466ceddc09de => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 507/1092] 199.204.45.233 () {34 vars in 1060 bytes} [Tue Mar 3 03:59:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=99acd175-3935-4846-ae53-57071955d565 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 508/1093] 199.204.45.233 () {34 vars in 984 bytes} [Tue Mar 3 03:59:57 2026] GET /v2.0/subnets?id=bb3c71f2-77bf-47c8-a8bb-11e61ba79189 => generated 696 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 509/1094] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Mar 3 03:59:57 2026] GET /v2.0/ports?network_id=60f90862-841c-491f-ae69-282244062d3d&device_owner=network%3Adhcp => generated 1101 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 510/1095] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:57 2026] GET /v2.0/ports?device_id=f4fca6e0-ac23-4d8d-af68-623b8868cd1a => generated 957 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 511/1096] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Mar 3 03:59:57 2026] GET /v2.0/networks/60f90862-841c-491f-ae69-282244062d3d?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 512/1097] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 03:59:57 2026] GET /v2.0/security-groups?id=7dafe99d-cf73-4cea-ac21-6ab3b586cedc&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 513/1098] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Mar 3 03:59:57 2026] GET /v2.0/networks/60f90862-841c-491f-ae69-282244062d3d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1099] 199.204.45.233 () {38 vars in 1028 bytes} [Tue Mar 3 03:59:57 2026] PUT /v2.0/ports/54f1bb31-db93-4911-940f-6b52f12b1c33 => generated 1235 bytes in 375 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: 587/1100] 199.204.45.233 () {34 vars in 994 bytes} [Tue Mar 3 03:59:57 2026] GET /v2.0/ports?device_id=17fb91f6-303e-4b31-98b3-09f1b1b2575b => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 03:59:57.957 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4627d041-657b-45d8-9ee5-2df7f0f9d9fd'] response: {'name': 'network-changed', 'server_uuid': 'f4fca6e0-ac23-4d8d-af68-623b8868cd1a', 'tag': '54f1bb31-db93-4911-940f-6b52f12b1c33', 'status': 'completed', 'code': 200} [pid: 6|app: 0|req: 514/1101] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 03:59:57 2026] GET /v2.0/security-groups?tenant_id=cbc1dc7dc38c49538783a1d34e9f5862&name=default => generated 2925 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-03 03:59:58.053 7 INFO neutron_taas.services.taas.taas_plugin [req-e30cda74-62f1-4ad0-97a2-7c91ef4cea6d req-331cc223-1919-40ec-9de4-0496f65fe244 4b77579f41154c4cb9752edd5b17126e bba3801aed6e4036b956b0401962df9c - - default default] TaaS: Handle Delete Port: d030008a-5d48-4864-9773-b0ffdaf90dd4 2026-03-03 03:59:58.056 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e30cda74-62f1-4ad0-97a2-7c91ef4cea6d req-331cc223-1919-40ec-9de4-0496f65fe244 4b77579f41154c4cb9752edd5b17126e bba3801aed6e4036b956b0401962df9c - - default default] Tap Mirror: Handle Delete Port: d030008a-5d48-4864-9773-b0ffdaf90dd4 [pid: 6|app: 0|req: 515/1102] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 03:59:58 2026] DELETE /v2.0/security-groups/8bfdc2a7-5cff-45f8-8dd1-ef4249c44c9a => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-03 03:59:58.189 7 INFO neutron.db.l3_db [req-e30cda74-62f1-4ad0-97a2-7c91ef4cea6d req-331cc223-1919-40ec-9de4-0496f65fe244 4b77579f41154c4cb9752edd5b17126e bba3801aed6e4036b956b0401962df9c - - default default] Floating IP 565632e7-e679-4a67-98c0-33d48f1f3fe7 disassociated. External IP: 10.96.250.208, port: d030008a-5d48-4864-9773-b0ffdaf90dd4. [pid: 6|app: 0|req: 516/1103] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:58 2026] GET /v2.0/ports?device_id=17fb91f6-303e-4b31-98b3-09f1b1b2575b => 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: 588/1104] 199.204.45.233 () {36 vars in 997 bytes} [Tue Mar 3 03:59:57 2026] DELETE /v2.0/ports/d030008a-5d48-4864-9773-b0ffdaf90dd4 => generated 0 bytes in 557 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 517/1105] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:58 2026] GET /v2.0/ports?device_id=7f6321aa-8886-4fa8-ae2e-466ceddc09de => generated 973 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1106] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Mar 3 03:59:58 2026] GET /v2.0/ports?tenant_id=55b7cfb6541347009ac12b8dcabbbfda&device_id=f4fca6e0-ac23-4d8d-af68-623b8868cd1a => generated 1238 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 518/1107] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 03:59:58 2026] GET /v2.0/security-groups?id=208eef5e-fe5d-4f35-8702-89b1b6e1ec54&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1108] 199.204.45.233 () {34 vars in 1018 bytes} [Tue Mar 3 03:59:58 2026] GET /v2.0/networks?tenant_id=55b7cfb6541347009ac12b8dcabbbfda&shared=False => generated 771 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 519/1109] 199.204.45.233 () {34 vars in 930 bytes} [Tue Mar 3 03:59:58 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1110] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:58 2026] GET /v2.0/ports?device_id=f4fca6e0-ac23-4d8d-af68-623b8868cd1a => generated 969 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 520/1111] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 03:59:58 2026] GET /v2.0/security-groups?id=7dafe99d-cf73-4cea-ac21-6ab3b586cedc&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 522/1114] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:59 2026] GET /v2.0/ports?device_id=17fb91f6-303e-4b31-98b3-09f1b1b2575b => 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: 593/1115] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 03:59:59 2026] GET /v2.0/ports?device_id=7f6321aa-8886-4fa8-ae2e-466ceddc09de => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 523/1116] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 03:59:59 2026] GET /v2.0/security-groups?id=208eef5e-fe5d-4f35-8702-89b1b6e1ec54&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1117] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Mar 3 03:59:59 2026] GET /v2.0/ports?tenant_id=55b7cfb6541347009ac12b8dcabbbfda&device_id=f4fca6e0-ac23-4d8d-af68-623b8868cd1a => generated 1238 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 524/1118] 199.204.45.233 () {34 vars in 1058 bytes} [Tue Mar 3 03:59:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=54f1bb31-db93-4911-940f-6b52f12b1c33 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1119] 199.204.45.233 () {34 vars in 984 bytes} [Tue Mar 3 03:59:59 2026] GET /v2.0/subnets?id=23f8f231-cea0-4c5e-860f-eff6c5b6082a => generated 693 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 525/1120] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Mar 3 03:59:59 2026] GET /v2.0/ports?network_id=4123bf8c-ef01-4cef-82ec-f11ca5a7dd16&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: 596/1121] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Mar 3 03:59:59 2026] GET /v2.0/networks/4123bf8c-ef01-4cef-82ec-f11ca5a7dd16?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 526/1122] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Mar 3 03:59:59 2026] GET /v2.0/networks/4123bf8c-ef01-4cef-82ec-f11ca5a7dd16?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-03 03:59:59.994 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d599e047-09d6-4062-98f3-a22ed4992b77'] response: {'server_uuid': '17fb91f6-303e-4b31-98b3-09f1b1b2575b', 'name': 'network-vif-deleted', 'tag': 'd030008a-5d48-4864-9773-b0ffdaf90dd4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 597/1123] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:00:00 2026] GET /v2.0/ports?device_id=f4fca6e0-ac23-4d8d-af68-623b8868cd1a => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 527/1124] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:00:00 2026] GET /v2.0/security-groups?id=7dafe99d-cf73-4cea-ac21-6ab3b586cedc&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1125] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:00:00 2026] GET /v2.0/ports?device_id=17fb91f6-303e-4b31-98b3-09f1b1b2575b => 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: 599/1126] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:00:00 2026] GET /v2.0/ports?device_id=7f6321aa-8886-4fa8-ae2e-466ceddc09de => generated 973 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1127] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:00:00 2026] GET /v2.0/security-groups?id=208eef5e-fe5d-4f35-8702-89b1b6e1ec54&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: 6|app: 0|req: 528/1128] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:00:00 2026] GET /v2.0/security-groups?tenant_id=43a1aa7d1c1d477b89ecfff366b2a4fd&name=default => generated 2925 bytes in 320 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1129] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:00:00 2026] DELETE /v2.0/security-groups/0e38886e-3939-4074-a7b9-259124434bc0 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 529/1130] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:00:01 2026] GET /v2.0/ports?device_id=f4fca6e0-ac23-4d8d-af68-623b8868cd1a => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1131] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:00:01 2026] GET /v2.0/security-groups?id=7dafe99d-cf73-4cea-ac21-6ab3b586cedc&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: 6|app: 0|req: 530/1132] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:00:01 2026] GET /v2.0/ports?device_id=17fb91f6-303e-4b31-98b3-09f1b1b2575b => 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: 603/1133] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:00:01 2026] GET /v2.0/ports?device_id=7f6321aa-8886-4fa8-ae2e-466ceddc09de => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 531/1134] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:00:02 2026] GET /v2.0/security-groups?id=208eef5e-fe5d-4f35-8702-89b1b6e1ec54&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1135] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:00:02 2026] GET /v2.0/ports?device_id=f4fca6e0-ac23-4d8d-af68-623b8868cd1a => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 532/1136] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:00:02 2026] GET /v2.0/security-groups?id=7dafe99d-cf73-4cea-ac21-6ab3b586cedc&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: 7|app: 0|req: 605/1137] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:00:02 2026] DELETE /v2.0/security-groups/597ec387-ddf4-45f5-a908-03d20f4443c5 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-03 04:00:02.836 7 INFO neutron.api.v2.resource [None req-ce7095d5-9548-4128-8428-81c3a13eb839 4b77579f41154c4cb9752edd5b17126e bba3801aed6e4036b956b0401962df9c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 606/1138] 10.0.0.55 () {32 vars in 736 bytes} [Tue Mar 3 04:00:02 2026] GET /v2.0/security-groups/597ec387-ddf4-45f5-a908-03d20f4443c5 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-03 04:00:02.951 7 INFO neutron_taas.services.taas.taas_plugin [None req-2002f7bf-5626-4fd1-8fd8-c839c776428d 4b77579f41154c4cb9752edd5b17126e bba3801aed6e4036b956b0401962df9c - - default default] TaaS: Handle Delete Port: f402f793-f0c0-41b7-ada7-2a8ad19f4caf 2026-03-03 04:00:02.953 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2002f7bf-5626-4fd1-8fd8-c839c776428d 4b77579f41154c4cb9752edd5b17126e bba3801aed6e4036b956b0401962df9c - - default default] Tap Mirror: Handle Delete Port: f402f793-f0c0-41b7-ada7-2a8ad19f4caf 2026-03-03 04:00:03.056 6 INFO neutron.db.segments_db [None req-df0e2443-bc02-49ac-819a-c01bb828d220 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Added segment 2057f2a1-9a73-41f6-bf17-2a9d38b8a426 of type vxlan for network 3ef00c98-cfb9-4a2d-9168-4c6c10750bf3 [pid: 7|app: 0|req: 607/1139] 10.0.0.55 () {32 vars in 731 bytes} [Tue Mar 3 04:00:02 2026] DELETE /v2.0/floatingips/565632e7-e679-4a67-98c0-33d48f1f3fe7 => generated 0 bytes in 276 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 533/1140] 10.0.0.55 () {34 vars in 670 bytes} [Tue Mar 3 04:00:02 2026] POST /v2.0/networks => generated 741 bytes in 354 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1141] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:00:03 2026] GET /v2.0/ports?device_id=7f6321aa-8886-4fa8-ae2e-466ceddc09de => 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: 609/1142] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:00:03 2026] GET /v2.0/security-groups?id=208eef5e-fe5d-4f35-8702-89b1b6e1ec54&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: 6|app: 0|req: 534/1143] 10.0.0.55 () {34 vars in 668 bytes} [Tue Mar 3 04:00:03 2026] POST /v2.0/subnets => generated 688 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-03 04:00:03.370 6 INFO neutron.db.segments_db [None req-bc150db5-f63d-40c4-8318-0cb13b82d128 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Added segment aef91838-46fe-4d39-8607-d860231a3608 of type vxlan for network 897c23c9-4f70-4b4d-ae81-edd2253a6dd2 2026-03-03 04:00:03.614 6 INFO neutron.db.l3_hamode_db [None req-bc150db5-f63d-40c4-8318-0cb13b82d128 fdf1439b2bc84fd6a18e362a1a5510b8 5f073a4d5e724e80a7eec342b73e5aa5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-03 04:00:03.630 7 INFO neutron_taas.services.taas.taas_plugin [None req-df885261-ad3a-4751-ae8e-2e733c002337 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] TaaS: Handle Delete Port: 501e97a3-fd83-4eee-b577-60aca2fab048 2026-03-03 04:00:03.638 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-df885261-ad3a-4751-ae8e-2e733c002337 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Tap Mirror: Handle Delete Port: 501e97a3-fd83-4eee-b577-60aca2fab048 [pid: 7|app: 0|req: 610/1144] 10.0.0.55 () {34 vars in 788 bytes} [Tue Mar 3 04:00:03 2026] PUT /v2.0/routers/53ba751a-ce1b-48b8-bf22-a9a8e42e1593/remove_router_interface => generated 309 bytes in 1080 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 04:00:04.357 6 INFO neutron.db.l3_hamode_db [None req-bc150db5-f63d-40c4-8318-0cb13b82d128 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 611/1145] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:00:04 2026] GET /v2.0/ports?device_id=f4fca6e0-ac23-4d8d-af68-623b8868cd1a => 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: 612/1146] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:00:04 2026] GET /v2.0/ports?device_id=7f6321aa-8886-4fa8-ae2e-466ceddc09de => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 04:00:04.643 7 INFO neutron_taas.services.taas.taas_plugin [None req-52f764e4-722f-41b4-b9a3-9c06dd2318fd fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] TaaS: Handle Delete Port: ad56e6cb-c032-4be0-9108-490f638da082 2026-03-03 04:00:04.645 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-52f764e4-722f-41b4-b9a3-9c06dd2318fd fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Tap Mirror: Handle Delete Port: ad56e6cb-c032-4be0-9108-490f638da082 2026-03-03 04:00:05.004 7 INFO neutron_taas.services.taas.taas_plugin [None req-52f764e4-722f-41b4-b9a3-9c06dd2318fd fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] TaaS: Handle Delete Port: 0088e799-34f2-4ae8-bd8b-ed02469f3e7a 2026-03-03 04:00:05.006 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-52f764e4-722f-41b4-b9a3-9c06dd2318fd fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Tap Mirror: Handle Delete Port: 0088e799-34f2-4ae8-bd8b-ed02469f3e7a [pid: 6|app: 0|req: 535/1147] 10.0.0.55 () {34 vars in 668 bytes} [Tue Mar 3 04:00:03 2026] POST /v2.0/routers => generated 728 bytes in 2001 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-03 04:00:05.357 7 INFO neutron.services.segments.plugin [-] Segment 83599d2d-8273-4b18-b203-8bdb45cde158 resource provider aggregate not found 2026-03-03 04:00:05.358 7 INFO neutron.services.segments.plugin [-] Segment 83599d2d-8273-4b18-b203-8bdb45cde158 resource provider aggregate not found 2026-03-03 04:00:05.377 7 INFO neutron.services.segments.plugin [-] Segment 83599d2d-8273-4b18-b203-8bdb45cde158 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83599d2d-8273-4b18-b203-8bdb45cde158 found for delete ", "request_id": "req-fa468a11-d505-4921-bea7-02ff87e7af94"}]} 2026-03-03 04:00:05.380 7 INFO neutron.db.l3_hamode_db [None req-52f764e4-722f-41b4-b9a3-9c06dd2318fd fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] HA network a1c4a9be-9eb9-4186-9861-d1c5d5427408 was deleted as no HA routers are present in tenant bba3801aed6e4036b956b0401962df9c. [pid: 6|app: 0|req: 536/1148] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:00:05 2026] GET /v2.0/security-groups?id=7dafe99d-cf73-4cea-ac21-6ab3b586cedc&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-03-03 04:00:05.383 7 INFO neutron.services.segments.plugin [-] Segment 83599d2d-8273-4b18-b203-8bdb45cde158 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83599d2d-8273-4b18-b203-8bdb45cde158 found for delete ", "request_id": "req-fb5a6ae7-4a45-4a0d-9840-1cffdcf3dc63"}]} [pid: 7|app: 0|req: 613/1149] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:00:04 2026] DELETE /v2.0/routers/53ba751a-ce1b-48b8-bf22-a9a8e42e1593 => generated 0 bytes in 950 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 537/1150] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:00:05 2026] GET /v2.0/security-groups?id=208eef5e-fe5d-4f35-8702-89b1b6e1ec54&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: 6|app: 0|req: 538/1151] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:00:05 2026] DELETE /v2.0/subnets/40524cdd-17e8-426d-ba54-d1226611d82f => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 04:00:05.738 6 INFO neutron_taas.services.taas.taas_plugin [None req-9d3118c5-bd6f-4a9c-a1dd-e1a08c8aeee5 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] TaaS: Handle Delete Port: b544791d-a4ed-4962-9444-2312bc986c4b 2026-03-03 04:00:05.741 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9d3118c5-bd6f-4a9c-a1dd-e1a08c8aeee5 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Tap Mirror: Handle Delete Port: b544791d-a4ed-4962-9444-2312bc986c4b 2026-03-03 04:00:05.956 6 INFO neutron.services.segments.plugin [-] Segment 71578e33-9850-4898-89d5-cac0f45a3116 resource provider aggregate not found 2026-03-03 04:00:05.964 6 INFO neutron.services.segments.plugin [-] Segment 71578e33-9850-4898-89d5-cac0f45a3116 resource provider aggregate not found 2026-03-03 04:00:05.973 6 INFO neutron.services.segments.plugin [-] Segment 71578e33-9850-4898-89d5-cac0f45a3116 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71578e33-9850-4898-89d5-cac0f45a3116 found for delete ", "request_id": "req-3502633b-ccf2-4cf6-b0b1-3450e8712e83"}]} 2026-03-03 04:00:05.981 6 INFO neutron.services.segments.plugin [-] Segment 71578e33-9850-4898-89d5-cac0f45a3116 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71578e33-9850-4898-89d5-cac0f45a3116 found for delete ", "request_id": "req-ad112e8e-6057-43d6-ae35-a8810e54185b"}]} [pid: 6|app: 0|req: 539/1152] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 04:00:05 2026] DELETE /v2.0/networks/be2a7b0a-8363-444a-a385-1217a95830af => generated 0 bytes in 383 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 540/1153] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:00:05 2026] GET /v2.0/ports?device_id=7f6321aa-8886-4fa8-ae2e-466ceddc09de => generated 975 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 541/1154] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:00:06 2026] GET /v2.0/security-groups?id=208eef5e-fe5d-4f35-8702-89b1b6e1ec54&fields=id&fields=name => generated 88 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 542/1155] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:00:06 2026] GET /v2.0/security-groups?tenant_id=bba3801aed6e4036b956b0401962df9c&name=default => generated 2921 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 543/1156] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:00:06 2026] DELETE /v2.0/security-groups/ea2fb5a6-c7a0-4142-8f81-c0675aa2caca => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 544/1157] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:00:06 2026] GET /v2.0/ports?device_id=f4fca6e0-ac23-4d8d-af68-623b8868cd1a => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 545/1158] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:00:06 2026] GET /v2.0/security-groups?id=7dafe99d-cf73-4cea-ac21-6ab3b586cedc&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: 614/1159] 10.0.0.55 () {34 vars in 782 bytes} [Tue Mar 3 04:00:05 2026] PUT /v2.0/routers/1fcfcbb8-6c88-4a3a-a522-69ed75d35ee0/add_router_interface => generated 309 bytes in 1333 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 546/1160] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:00:07 2026] GET /v2.0/ports?device_id=7f6321aa-8886-4fa8-ae2e-466ceddc09de => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1161] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:00:07 2026] GET /v2.0/security-groups?id=208eef5e-fe5d-4f35-8702-89b1b6e1ec54&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 547/1162] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:00:07 2026] GET /v2.0/ports?device_id=f4fca6e0-ac23-4d8d-af68-623b8868cd1a => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1163] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:00:07 2026] GET /v2.0/security-groups?id=7dafe99d-cf73-4cea-ac21-6ab3b586cedc&fields=id&fields=name => generated 114 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1164] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:00:08 2026] GET /v2.0/ports?device_id=f4fca6e0-ac23-4d8d-af68-623b8868cd1a => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 04:00:08.152 6 INFO neutron.db.segments_db [None req-fef0c38a-7ee4-4a08-ad8a-bce53ee6020c fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Added segment 542d6931-611e-43be-84b4-1000c475e9c0 of type vxlan for network 167c6235-1675-4f7b-936e-3372474652ca [pid: 6|app: 0|req: 548/1165] 10.0.0.55 () {34 vars in 670 bytes} [Tue Mar 3 04:00:08 2026] POST /v2.0/networks => generated 741 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 549/1166] 199.204.45.233 () {34 vars in 994 bytes} [Tue Mar 3 04:00:08 2026] GET /v2.0/ports?device_id=7f6321aa-8886-4fa8-ae2e-466ceddc09de => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 04:00:08.390 7 INFO neutron.db.l3_db [None req-80661c26-d94d-4635-ac6a-e3444090a8b8 8bbcc44bb4344860b98cbf87a21f1843 55b7cfb6541347009ac12b8dcabbbfda - - default default] Floating IP d43a1fce-df03-45d0-b507-b24c674c395e associated. External IP: 10.96.250.216, port: 54f1bb31-db93-4911-940f-6b52f12b1c33. [pid: 6|app: 0|req: 550/1167] 10.0.0.55 () {34 vars in 668 bytes} [Tue Mar 3 04:00:08 2026] POST /v2.0/subnets => generated 688 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-03 04:00:08.598 6 INFO neutron_taas.services.taas.taas_plugin [req-f717ed9d-df18-44d2-87e1-6c8f3ee24ad2 req-6cc70074-7d37-4b86-b56f-0dfa6c1d9b0d 03417cbb7e164b679e5e5376a29bb542 e295d9765e7c4344bb4e3a73646c4053 - - default default] TaaS: Handle Delete Port: 99acd175-3935-4846-ae53-57071955d565 2026-03-03 04:00:08.603 6 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f717ed9d-df18-44d2-87e1-6c8f3ee24ad2 req-6cc70074-7d37-4b86-b56f-0dfa6c1d9b0d 03417cbb7e164b679e5e5376a29bb542 e295d9765e7c4344bb4e3a73646c4053 - - default default] Tap Mirror: Handle Delete Port: 99acd175-3935-4846-ae53-57071955d565 [pid: 6|app: 0|req: 551/1168] 199.204.45.233 () {36 vars in 997 bytes} [Tue Mar 3 04:00:08 2026] DELETE /v2.0/ports/99acd175-3935-4846-ae53-57071955d565 => generated 0 bytes in 388 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1169] 10.0.0.55 () {34 vars in 748 bytes} [Tue Mar 3 04:00:08 2026] PUT /v2.0/floatingips/d43a1fce-df03-45d0-b507-b24c674c395e => generated 855 bytes in 800 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 552/1170] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:00:08 2026] GET /v2.0/ports?device_id=7f6321aa-8886-4fa8-ae2e-466ceddc09de => generated 12 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-03 04:00:08.913 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-bd7a70c0-4b25-4004-8af2-a7db009bc6a9'] response: {'server_uuid': '7f6321aa-8886-4fa8-ae2e-466ceddc09de', 'name': 'network-vif-deleted', 'tag': '99acd175-3935-4846-ae53-57071955d565', 'status': 'completed', 'code': 200} 2026-03-03 04:00:08.938 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-eb6df2ce-23a2-4453-a2be-56544c4efcaa'] response: {'name': 'network-changed', 'server_uuid': 'f4fca6e0-ac23-4d8d-af68-623b8868cd1a', 'tag': '54f1bb31-db93-4911-940f-6b52f12b1c33', 'status': 'completed', 'code': 200} 2026-03-03 04:00:08.944 7 INFO neutron.db.segments_db [None req-111ce285-6d70-435b-a83b-413dd2dfcf01 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Added segment abe5df18-def0-4bc7-b016-e52035a9b3a3 of type vxlan for network 3a7af4d9-9eeb-42cb-9e23-0efd7867e2e8 2026-03-03 04:00:09.162 7 INFO neutron.db.l3_hamode_db [None req-111ce285-6d70-435b-a83b-413dd2dfcf01 fdf1439b2bc84fd6a18e362a1a5510b8 d8ae438d43544c05ad8c40f810062a6e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-03 04:00:09.290 6 INFO neutron.db.segments_db [None req-0d37db56-aba2-4298-83cf-834760f0fad3 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Added segment 5c3d2ba0-e300-4dc0-8518-41479ef0bb68 of type vxlan for network 0b4bb581-4d35-4190-a44f-e19a06a01f22 [pid: 6|app: 0|req: 553/1171] 10.0.0.55 () {34 vars in 670 bytes} [Tue Mar 3 04:00:08 2026] POST /v2.0/networks => generated 744 bytes in 507 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 554/1172] 10.0.0.55 () {34 vars in 668 bytes} [Tue Mar 3 04:00:09 2026] POST /v2.0/subnets => generated 691 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 555/1173] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Mar 3 04:00:09 2026] GET /v2.0/ports?tenant_id=55b7cfb6541347009ac12b8dcabbbfda&device_id=f4fca6e0-ac23-4d8d-af68-623b8868cd1a => generated 1240 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-03 04:00:09.772 6 INFO neutron.db.segments_db [None req-319d6691-36d7-4f8e-84a0-468c81589995 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Added segment 2762f771-dfe9-4153-93d5-f986ce7d25d7 of type vxlan for network 6002acd1-79fc-4676-9d6b-8172d4ebabb5 2026-03-03 04:00:10.071 7 INFO neutron.db.l3_hamode_db [None req-111ce285-6d70-435b-a83b-413dd2dfcf01 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-03 04:00:10.100 6 INFO neutron.db.l3_hamode_db [None req-319d6691-36d7-4f8e-84a0-468c81589995 fdf1439b2bc84fd6a18e362a1a5510b8 32d349984bb84dc69669516d50c854ed - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-03 04:00:10.777 6 INFO neutron.db.l3_hamode_db [None req-319d6691-36d7-4f8e-84a0-468c81589995 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 619/1174] 10.0.0.55 () {34 vars in 668 bytes} [Tue Mar 3 04:00:08 2026] POST /v2.0/routers => generated 728 bytes in 2089 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1175] 199.204.45.233 () {34 vars in 986 bytes} [Tue Mar 3 04:00:10 2026] GET /v2.0/networks?id=4123bf8c-ef01-4cef-82ec-f11ca5a7dd16 => generated 771 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1176] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:00:11 2026] GET /v2.0/ports?device_id=7f6321aa-8886-4fa8-ae2e-466ceddc09de => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 556/1177] 10.0.0.55 () {34 vars in 668 bytes} [Tue Mar 3 04:00:09 2026] POST /v2.0/routers => generated 731 bytes in 1920 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 557/1178] 199.204.45.233 () {34 vars in 1058 bytes} [Tue Mar 3 04:00:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=54f1bb31-db93-4911-940f-6b52f12b1c33 => generated 860 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1179] 10.0.0.55 () {34 vars in 782 bytes} [Tue Mar 3 04:00:11 2026] PUT /v2.0/routers/ea7eb8a7-3699-46ff-9084-36bdfadb1aa3/add_router_interface => generated 309 bytes in 1221 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1180] 199.204.45.233 () {34 vars in 984 bytes} [Tue Mar 3 04:00:12 2026] GET /v2.0/subnets?id=23f8f231-cea0-4c5e-860f-eff6c5b6082a => generated 693 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1181] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:00:12 2026] GET /v2.0/ports?device_id=7f6321aa-8886-4fa8-ae2e-466ceddc09de => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1182] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Mar 3 04:00:12 2026] GET /v2.0/ports?network_id=4123bf8c-ef01-4cef-82ec-f11ca5a7dd16&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: 626/1183] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Mar 3 04:00:12 2026] GET /v2.0/networks/4123bf8c-ef01-4cef-82ec-f11ca5a7dd16?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1184] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Mar 3 04:00:12 2026] GET /v2.0/networks/4123bf8c-ef01-4cef-82ec-f11ca5a7dd16?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: 6|app: 0|req: 558/1185] 10.0.0.55 () {34 vars in 782 bytes} [Tue Mar 3 04:00:11 2026] PUT /v2.0/routers/c9f27853-3f1b-4bfc-9fb4-ee30713c150b/add_router_interface => generated 309 bytes in 1358 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1186] 10.0.0.55 () {34 vars in 684 bytes} [Tue Mar 3 04:00:12 2026] POST /v2.0/security-groups => generated 1675 bytes in 515 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1187] 10.0.0.55 () {34 vars in 694 bytes} [Tue Mar 3 04:00:13 2026] POST /v2.0/security-group-rules => generated 597 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1188] 10.0.0.55 () {34 vars in 694 bytes} [Tue Mar 3 04:00:13 2026] POST /v2.0/security-group-rules => generated 596 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1189] 10.0.0.55 () {34 vars in 694 bytes} [Tue Mar 3 04:00:13 2026] POST /v2.0/security-group-rules => generated 602 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-03 04:00:13.738 6 INFO neutron_taas.services.taas.taas_plugin [None req-3f2710b8-0295-4abb-b61d-d2a34e5ae5ba fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] TaaS: Handle Delete Port: fad97cbf-ebe0-4883-bbfb-6afdf03a0889 2026-03-03 04:00:13.741 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3f2710b8-0295-4abb-b61d-d2a34e5ae5ba fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Tap Mirror: Handle Delete Port: fad97cbf-ebe0-4883-bbfb-6afdf03a0889 [pid: 7|app: 0|req: 632/1190] 10.0.0.55 () {34 vars in 694 bytes} [Tue Mar 3 04:00:13 2026] POST /v2.0/security-group-rules => generated 601 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-03 04:00:13.789 7 INFO neutron.db.securitygroups_db [None req-da72d605-ef83-456d-bd42-a7ca3c05289e 42fd01d431224e3493d5bd5f4d230935 5f073a4d5e724e80a7eec342b73e5aa5 - - default default] Project 5f073a4d5e724e80a7eec342b73e5aa5 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: 633/1191] 10.0.0.55 () {34 vars in 694 bytes} [Tue Mar 3 04:00:13 2026] POST /v2.0/security-group-rules => generated 607 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-03 04:00:13.897 7 INFO neutron.db.securitygroups_db [None req-646b87c2-097c-415a-84ea-3e49a6cd2fd7 42fd01d431224e3493d5bd5f4d230935 5f073a4d5e724e80a7eec342b73e5aa5 - - default default] Project 5f073a4d5e724e80a7eec342b73e5aa5 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: 634/1192] 10.0.0.55 () {34 vars in 694 bytes} [Tue Mar 3 04:00:13 2026] POST /v2.0/security-group-rules => generated 606 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1193] 10.0.0.55 () {34 vars in 684 bytes} [Tue Mar 3 04:00:14 2026] POST /v2.0/security-groups => generated 1660 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 6|app: 0|req: 559/1196] 10.0.0.55 () {34 vars in 788 bytes} [Tue Mar 3 04:00:13 2026] PUT /v2.0/routers/95a92023-3527-4850-984a-3947f418ee43/remove_router_interface => generated 309 bytes in 878 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1197] 10.0.0.55 () {34 vars in 694 bytes} [Tue Mar 3 04:00:14 2026] POST /v2.0/security-group-rules => generated 597 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-03 04:00:14.392 6 INFO neutron_taas.services.taas.taas_plugin [None req-e91c62a4-fd33-40ce-a197-50094c6928b8 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] TaaS: Handle Delete Port: 5c75425f-66f7-4a4c-8550-c6507d536102 2026-03-03 04:00:14.394 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e91c62a4-fd33-40ce-a197-50094c6928b8 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Tap Mirror: Handle Delete Port: 5c75425f-66f7-4a4c-8550-c6507d536102 [pid: 7|app: 0|req: 639/1198] 10.0.0.55 () {34 vars in 694 bytes} [Tue Mar 3 04:00:14 2026] POST /v2.0/security-group-rules => generated 602 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1199] 10.0.0.55 () {34 vars in 684 bytes} [Tue Mar 3 04:00:14 2026] POST /v2.0/security-groups => generated 1659 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-03-03 04:00:14.683 6 INFO neutron_taas.services.taas.taas_plugin [None req-e91c62a4-fd33-40ce-a197-50094c6928b8 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] TaaS: Handle Delete Port: 932f3acc-f495-4147-868e-56a75e198d5a 2026-03-03 04:00:14.686 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e91c62a4-fd33-40ce-a197-50094c6928b8 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Tap Mirror: Handle Delete Port: 932f3acc-f495-4147-868e-56a75e198d5a 2026-03-03 04:00:14.992 6 INFO neutron.services.segments.plugin [-] Segment d5903811-52e9-467d-a23f-449bab57b3b4 resource provider aggregate not found 2026-03-03 04:00:15.001 6 INFO neutron.services.segments.plugin [-] Segment d5903811-52e9-467d-a23f-449bab57b3b4 resource provider aggregate not found 2026-03-03 04:00:15.020 6 INFO neutron.services.segments.plugin [-] Segment d5903811-52e9-467d-a23f-449bab57b3b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d5903811-52e9-467d-a23f-449bab57b3b4 found for delete ", "request_id": "req-010e39a2-f2c6-4e1c-8c4d-6f226fcca683"}]} 2026-03-03 04:00:15.021 6 INFO neutron.services.segments.plugin [-] Segment d5903811-52e9-467d-a23f-449bab57b3b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d5903811-52e9-467d-a23f-449bab57b3b4 found for delete ", "request_id": "req-a9e37b7b-b541-4a8f-880c-6ae3a6031529"}]} 2026-03-03 04:00:15.030 6 INFO neutron.db.l3_hamode_db [None req-e91c62a4-fd33-40ce-a197-50094c6928b8 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] HA network 71a4eafa-7f07-462a-8313-ba4fc17da7a3 was deleted as no HA routers are present in tenant e295d9765e7c4344bb4e3a73646c4053. [pid: 6|app: 0|req: 560/1200] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:00:14 2026] DELETE /v2.0/routers/95a92023-3527-4850-984a-3947f418ee43 => generated 0 bytes in 817 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1201] 10.0.0.55 () {34 vars in 675 bytes} [Tue Mar 3 04:00:14 2026] POST /v2.0/floatingips => generated 552 bytes in 520 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 561/1202] 10.0.0.55 () {34 vars in 694 bytes} [Tue Mar 3 04:00:15 2026] POST /v2.0/security-group-rules => generated 597 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1203] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:00:15 2026] DELETE /v2.0/subnets/bb3c71f2-77bf-47c8-a8bb-11e61ba79189 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 562/1204] 10.0.0.55 () {34 vars in 694 bytes} [Tue Mar 3 04:00:15 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-03-03 04:00:15.354 7 INFO neutron_taas.services.taas.taas_plugin [None req-921d0338-a8fc-417d-ac5b-6262f5678350 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] TaaS: Handle Delete Port: cf375676-ce9d-4e3b-8b19-307f57a0c7f5 2026-03-03 04:00:15.358 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-921d0338-a8fc-417d-ac5b-6262f5678350 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Tap Mirror: Handle Delete Port: cf375676-ce9d-4e3b-8b19-307f57a0c7f5 2026-03-03 04:00:15.587 7 INFO neutron.services.segments.plugin [-] Segment 600a9062-efd0-4e13-a1df-30e95297ad2a resource provider aggregate not found 2026-03-03 04:00:15.592 7 INFO neutron.services.segments.plugin [-] Segment 600a9062-efd0-4e13-a1df-30e95297ad2a resource provider aggregate not found 2026-03-03 04:00:15.618 7 INFO neutron.services.segments.plugin [-] Segment 600a9062-efd0-4e13-a1df-30e95297ad2a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 600a9062-efd0-4e13-a1df-30e95297ad2a found for delete ", "request_id": "req-c52ea805-6f7d-4b97-a322-18d98f217a9c"}]} 2026-03-03 04:00:15.620 7 INFO neutron.services.segments.plugin [-] Segment 600a9062-efd0-4e13-a1df-30e95297ad2a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 600a9062-efd0-4e13-a1df-30e95297ad2a found for delete ", "request_id": "req-2b820b67-b2fa-4c56-99d3-2e6079b3da40"}]} [pid: 7|app: 0|req: 643/1205] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 04:00:15 2026] DELETE /v2.0/networks/60f90862-841c-491f-ae69-282244062d3d => generated 0 bytes in 401 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1206] 10.0.0.33 () {34 vars in 1099 bytes} [Tue Mar 3 04:00:15 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1204524679&fields=id&tenant_id=32d349984bb84dc69669516d50c854ed => generated 69 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1207] 10.0.0.33 () {34 vars in 981 bytes} [Tue Mar 3 04:00:15 2026] GET /v2.0/networks?id=0b4bb581-4d35-4190-a44f-e19a06a01f22 => generated 676 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1208] 10.0.0.33 () {34 vars in 964 bytes} [Tue Mar 3 04:00:15 2026] GET /v2.0/quotas/32d349984bb84dc69669516d50c854ed => generated 292 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1209] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:00:15 2026] GET /v2.0/security-groups?tenant_id=e295d9765e7c4344bb4e3a73646c4053&name=default => generated 2925 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1210] 10.0.0.33 () {34 vars in 1001 bytes} [Tue Mar 3 04:00:15 2026] GET /v2.0/ports?tenant_id=32d349984bb84dc69669516d50c854ed&fields=id => generated 103 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 563/1211] 10.0.0.55 () {34 vars in 675 bytes} [Tue Mar 3 04:00:15 2026] POST /v2.0/floatingips => generated 552 bytes in 595 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 564/1212] 10.0.0.33 () {34 vars in 1007 bytes} [Tue Mar 3 04:00:15 2026] GET /v2.0/networks/0b4bb581-4d35-4190-a44f-e19a06a01f22?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1213] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:00:15 2026] DELETE /v2.0/security-groups/208eef5e-fe5d-4f35-8702-89b1b6e1ec54 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 565/1214] 10.0.0.33 () {34 vars in 1107 bytes} [Tue Mar 3 04:00:15 2026] GET /v2.0/networks/0b4bb581-4d35-4190-a44f-e19a06a01f22?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: 650/1215] 10.0.0.33 () {34 vars in 1097 bytes} [Tue Mar 3 04:00:15 2026] GET /v2.0/security-groups?name=tempest-securitygroup--564665578&fields=id&tenant_id=5f073a4d5e724e80a7eec342b73e5aa5 => generated 69 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 566/1216] 10.0.0.33 () {34 vars in 1099 bytes} [Tue Mar 3 04:00:16 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1521221664&fields=id&tenant_id=5f073a4d5e724e80a7eec342b73e5aa5 => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1217] 10.0.0.33 () {34 vars in 981 bytes} [Tue Mar 3 04:00:16 2026] GET /v2.0/networks?id=3ef00c98-cfb9-4a2d-9168-4c6c10750bf3 => generated 673 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 567/1218] 10.0.0.33 () {34 vars in 964 bytes} [Tue Mar 3 04:00:16 2026] GET /v2.0/quotas/5f073a4d5e724e80a7eec342b73e5aa5 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1219] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:00:16 2026] GET /v2.0/ports?device_id=94fe66be-232e-424f-bfbc-1a860c877024 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 568/1220] 10.0.0.33 () {34 vars in 1001 bytes} [Tue Mar 3 04:00:16 2026] GET /v2.0/ports?tenant_id=5f073a4d5e724e80a7eec342b73e5aa5&fields=id => generated 103 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1221] 10.0.0.33 () {34 vars in 1007 bytes} [Tue Mar 3 04:00:16 2026] GET /v2.0/networks/3ef00c98-cfb9-4a2d-9168-4c6c10750bf3?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 569/1222] 10.0.0.33 () {34 vars in 1107 bytes} [Tue Mar 3 04:00:16 2026] GET /v2.0/networks/3ef00c98-cfb9-4a2d-9168-4c6c10750bf3?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: 654/1223] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:00:16 2026] GET /v2.0/ports?device_id=4501a862-5c5c-4212-84bb-1967d84a3d17 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 570/1224] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:00:17 2026] GET /v2.0/ports?device_id=94fe66be-232e-424f-bfbc-1a860c877024 => 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: 655/1225] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:00:17 2026] GET /v2.0/ports?device_id=4501a862-5c5c-4212-84bb-1967d84a3d17 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 571/1226] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:00:18 2026] GET /v2.0/ports?device_id=94fe66be-232e-424f-bfbc-1a860c877024 => 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: 656/1227] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:00:18 2026] GET /v2.0/ports?device_id=4501a862-5c5c-4212-84bb-1967d84a3d17 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 572/1228] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:00:18 2026] GET /v2.0/security-groups?tenant_id=bcc403b5a52e4f57b40c2a88e30cc66a&name=default => generated 2925 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1229] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:00:19 2026] DELETE /v2.0/security-groups/d556c113-0300-4b12-83ed-acd16102b9ca => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 573/1230] 10.0.0.25 () {34 vars in 989 bytes} [Tue Mar 3 04:00:19 2026] GET /v2.0/ports?device_id=f4fca6e0-ac23-4d8d-af68-623b8868cd1a => generated 1240 bytes in 188 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1231] 10.0.0.25 () {34 vars in 1039 bytes} [Tue Mar 3 04:00:19 2026] GET /v2.0/security-groups?id=7dafe99d-cf73-4cea-ac21-6ab3b586cedc&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: 6|app: 0|req: 574/1232] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:00:19 2026] GET /v2.0/ports?device_id=94fe66be-232e-424f-bfbc-1a860c877024 => 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: 659/1233] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:00:19 2026] GET /v2.0/ports?device_id=4501a862-5c5c-4212-84bb-1967d84a3d17 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 575/1234] 199.204.45.233 () {34 vars in 986 bytes} [Tue Mar 3 04:00:20 2026] GET /v2.0/networks?id=0b4bb581-4d35-4190-a44f-e19a06a01f22 => generated 676 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1235] 199.204.45.233 () {34 vars in 1050 bytes} [Tue Mar 3 04:00:20 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=32d349984bb84dc69669516d50c854ed => generated 181 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 576/1236] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:00:20 2026] GET /v2.0/ports?device_id=94fe66be-232e-424f-bfbc-1a860c877024 => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 577/1237] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:00:20 2026] GET /v2.0/ports?device_id=4501a862-5c5c-4212-84bb-1967d84a3d17 => 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: 661/1238] 199.204.45.233 () {38 vars in 955 bytes} [Tue Mar 3 04:00:20 2026] POST /v2.0/ports => generated 954 bytes in 478 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 578/1239] 199.204.45.233 () {38 vars in 1028 bytes} [Tue Mar 3 04:00:21 2026] PUT /v2.0/ports/2aeb1f0b-8fe3-4fc3-b781-549c399ab717 => generated 1235 bytes in 425 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-03 04:00:21.497 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-d35e7e78-689c-46f4-960d-f9e948c40ae6'] response: {'name': 'network-changed', 'server_uuid': '94fe66be-232e-424f-bfbc-1a860c877024', 'tag': '2aeb1f0b-8fe3-4fc3-b781-549c399ab717', '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: 662/1240] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:00:21 2026] GET /v2.0/ports?device_id=94fe66be-232e-424f-bfbc-1a860c877024 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 6|app: 0|req: 579/1241] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:00:21 2026] GET /v2.0/security-groups?id=975b751c-cd32-4005-93e8-bd47304bbce7&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: 663/1242] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Mar 3 04:00:22 2026] GET /v2.0/ports?tenant_id=32d349984bb84dc69669516d50c854ed&device_id=94fe66be-232e-424f-bfbc-1a860c877024 => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 580/1243] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:00:22 2026] GET /v2.0/ports?device_id=4501a862-5c5c-4212-84bb-1967d84a3d17 => 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: 664/1244] 199.204.45.233 () {34 vars in 1018 bytes} [Tue Mar 3 04:00:22 2026] GET /v2.0/networks?tenant_id=32d349984bb84dc69669516d50c854ed&shared=False => generated 772 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 581/1245] 199.204.45.233 () {34 vars in 930 bytes} [Tue Mar 3 04:00:22 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1246] 199.204.45.233 () {34 vars in 986 bytes} [Tue Mar 3 04:00:22 2026] GET /v2.0/networks?id=3ef00c98-cfb9-4a2d-9168-4c6c10750bf3 => generated 673 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 582/1247] 199.204.45.233 () {34 vars in 1050 bytes} [Tue Mar 3 04:00:22 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=5f073a4d5e724e80a7eec342b73e5aa5 => generated 273 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 583/1248] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:00:22 2026] GET /v2.0/ports?device_id=94fe66be-232e-424f-bfbc-1a860c877024 => generated 969 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 584/1249] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:00:22 2026] GET /v2.0/security-groups?id=975b751c-cd32-4005-93e8-bd47304bbce7&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: 666/1250] 199.204.45.233 () {38 vars in 955 bytes} [Tue Mar 3 04:00:22 2026] POST /v2.0/ports => generated 993 bytes in 369 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: 667/1251] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:00:23 2026] GET /v2.0/ports?device_id=4501a862-5c5c-4212-84bb-1967d84a3d17 => generated 996 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1252] 10.0.0.33 () {34 vars in 1119 bytes} [Tue Mar 3 04:00:23 2026] GET /v2.0/security-groups?id=a281078f-74e5-451e-ba6c-83379f6b7bee&id=f9612c2e-e439-43d9-a510-9cfa166f9516&fields=id&fields=name => generated 206 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1253] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Mar 3 04:00:23 2026] GET /v2.0/ports?tenant_id=32d349984bb84dc69669516d50c854ed&device_id=94fe66be-232e-424f-bfbc-1a860c877024 => generated 1238 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1254] 199.204.45.233 () {34 vars in 1058 bytes} [Tue Mar 3 04:00:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=2aeb1f0b-8fe3-4fc3-b781-549c399ab717 => 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: 671/1255] 199.204.45.233 () {34 vars in 984 bytes} [Tue Mar 3 04:00:23 2026] GET /v2.0/subnets?id=b92c7de6-186c-4200-bfe4-451df8a220ae => generated 694 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1256] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Mar 3 04:00:23 2026] GET /v2.0/ports?network_id=0b4bb581-4d35-4190-a44f-e19a06a01f22&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1257] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Mar 3 04:00:23 2026] GET /v2.0/networks/0b4bb581-4d35-4190-a44f-e19a06a01f22?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: 674/1258] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Mar 3 04:00:23 2026] GET /v2.0/networks/0b4bb581-4d35-4190-a44f-e19a06a01f22?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: 6|app: 0|req: 585/1259] 199.204.45.233 () {38 vars in 1028 bytes} [Tue Mar 3 04:00:23 2026] PUT /v2.0/ports/59c5cbc7-f39c-48e1-bd4f-9882fc9ba964 => generated 1274 bytes in 372 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-03 04:00:23.542 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-386ed67b-0bcd-40f3-964f-1d2d5c5af892'] response: {'name': 'network-changed', 'server_uuid': '4501a862-5c5c-4212-84bb-1967d84a3d17', 'tag': '59c5cbc7-f39c-48e1-bd4f-9882fc9ba964', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 675/1260] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:00:23 2026] GET /v2.0/security-groups?tenant_id=99155f3db5d94802adf417296e40e455&name=default => generated 2925 bytes in 280 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: 676/1261] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:00:23 2026] GET /v2.0/ports?device_id=94fe66be-232e-424f-bfbc-1a860c877024 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 586/1262] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:00:23 2026] DELETE /v2.0/security-groups/72ee04bc-f520-471a-b93e-2db1d544d3fb => 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: 677/1263] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:00:24 2026] GET /v2.0/security-groups?id=975b751c-cd32-4005-93e8-bd47304bbce7&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: 6|app: 0|req: 587/1264] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Mar 3 04:00:24 2026] GET /v2.0/ports?tenant_id=5f073a4d5e724e80a7eec342b73e5aa5&device_id=4501a862-5c5c-4212-84bb-1967d84a3d17 => generated 1277 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1265] 199.204.45.233 () {34 vars in 1018 bytes} [Tue Mar 3 04:00:24 2026] GET /v2.0/networks?tenant_id=5f073a4d5e724e80a7eec342b73e5aa5&shared=False => generated 769 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1266] 199.204.45.233 () {34 vars in 930 bytes} [Tue Mar 3 04:00:24 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 588/1267] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:00:24 2026] GET /v2.0/security-groups?tenant_id=c262f43a5bc743a0b88036147968dbe2&name=default => generated 2925 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1268] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:00:24 2026] GET /v2.0/ports?device_id=4501a862-5c5c-4212-84bb-1967d84a3d17 => generated 1008 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1269] 10.0.0.33 () {34 vars in 1119 bytes} [Tue Mar 3 04:00:24 2026] GET /v2.0/security-groups?id=a281078f-74e5-451e-ba6c-83379f6b7bee&id=f9612c2e-e439-43d9-a510-9cfa166f9516&fields=id&fields=name => generated 206 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 589/1270] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:00:24 2026] DELETE /v2.0/security-groups/8cedeea6-b2b0-4198-abc3-cb9fdf27fe0a => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1271] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:00:25 2026] GET /v2.0/ports?device_id=94fe66be-232e-424f-bfbc-1a860c877024 => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 590/1272] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:00:25 2026] GET /v2.0/security-groups?id=975b751c-cd32-4005-93e8-bd47304bbce7&fields=id&fields=name => generated 114 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1273] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Mar 3 04:00:25 2026] GET /v2.0/ports?tenant_id=5f073a4d5e724e80a7eec342b73e5aa5&device_id=4501a862-5c5c-4212-84bb-1967d84a3d17 => generated 1277 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 591/1274] 199.204.45.233 () {34 vars in 1058 bytes} [Tue Mar 3 04:00:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=59c5cbc7-f39c-48e1-bd4f-9882fc9ba964 => 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: 684/1275] 199.204.45.233 () {34 vars in 984 bytes} [Tue Mar 3 04:00:25 2026] GET /v2.0/subnets?id=9a7ab503-8ecf-4a93-9d92-8cb5f8463c31 => generated 691 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 592/1276] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Mar 3 04:00:25 2026] GET /v2.0/ports?network_id=3ef00c98-cfb9-4a2d-9168-4c6c10750bf3&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: 685/1277] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Mar 3 04:00:25 2026] GET /v2.0/networks/3ef00c98-cfb9-4a2d-9168-4c6c10750bf3?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 593/1278] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:00:25 2026] GET /v2.0/ports?device_id=4501a862-5c5c-4212-84bb-1967d84a3d17 => generated 1008 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 594/1279] 10.0.0.33 () {34 vars in 1119 bytes} [Tue Mar 3 04:00:25 2026] GET /v2.0/security-groups?id=a281078f-74e5-451e-ba6c-83379f6b7bee&id=f9612c2e-e439-43d9-a510-9cfa166f9516&fields=id&fields=name => generated 206 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1280] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Mar 3 04:00:25 2026] GET /v2.0/networks/3ef00c98-cfb9-4a2d-9168-4c6c10750bf3?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: 6|app: 0|req: 595/1281] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:00:26 2026] GET /v2.0/ports?device_id=94fe66be-232e-424f-bfbc-1a860c877024 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1282] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:00:26 2026] GET /v2.0/security-groups?id=975b751c-cd32-4005-93e8-bd47304bbce7&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: 6|app: 0|req: 596/1283] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:00:26 2026] GET /v2.0/ports?device_id=4501a862-5c5c-4212-84bb-1967d84a3d17 => generated 1008 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1284] 10.0.0.33 () {34 vars in 1119 bytes} [Tue Mar 3 04:00:26 2026] GET /v2.0/security-groups?id=a281078f-74e5-451e-ba6c-83379f6b7bee&id=f9612c2e-e439-43d9-a510-9cfa166f9516&fields=id&fields=name => generated 206 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 597/1285] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:00:27 2026] GET /v2.0/ports?device_id=94fe66be-232e-424f-bfbc-1a860c877024 => generated 971 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1286] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:00:27 2026] GET /v2.0/security-groups?id=975b751c-cd32-4005-93e8-bd47304bbce7&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: 6|app: 0|req: 598/1287] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:00:27 2026] GET /v2.0/ports?device_id=4501a862-5c5c-4212-84bb-1967d84a3d17 => generated 1008 bytes in 409 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1288] 10.0.0.33 () {34 vars in 1119 bytes} [Tue Mar 3 04:00:28 2026] GET /v2.0/security-groups?id=a281078f-74e5-451e-ba6c-83379f6b7bee&id=f9612c2e-e439-43d9-a510-9cfa166f9516&fields=id&fields=name => generated 206 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 599/1289] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:00:28 2026] GET /v2.0/ports?device_id=94fe66be-232e-424f-bfbc-1a860c877024 => generated 971 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1290] 199.204.45.233 () {34 vars in 994 bytes} [Tue Mar 3 04:00:28 2026] GET /v2.0/ports?device_id=4501a862-5c5c-4212-84bb-1967d84a3d17 => generated 1277 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 600/1291] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:00:28 2026] GET /v2.0/security-groups?id=975b751c-cd32-4005-93e8-bd47304bbce7&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: 692/1292] 199.204.45.233 () {34 vars in 1124 bytes} [Tue Mar 3 04:00:28 2026] GET /v2.0/security-groups?id=f9612c2e-e439-43d9-a510-9cfa166f9516&id=a281078f-74e5-451e-ba6c-83379f6b7bee&fields=id&fields=name => generated 206 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 601/1293] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:00:28 2026] GET /v2.0/ports?device_id=94fe66be-232e-424f-bfbc-1a860c877024 => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 04:00:29.132 7 INFO neutron.db.l3_db [None req-32c90dcb-fd33-476a-ba97-4b1fa56b8d15 5fc9b67a710943418944d7b2d579ab46 32d349984bb84dc69669516d50c854ed - - default default] Floating IP 7c1dc8f8-5fd7-4037-8c3f-fa26ff5066c6 associated. External IP: 10.96.250.213, port: 2aeb1f0b-8fe3-4fc3-b781-549c399ab717. [pid: 6|app: 0|req: 604/1296] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:00:29 2026] GET /v2.0/ports?device_id=4501a862-5c5c-4212-84bb-1967d84a3d17 => generated 1008 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 605/1297] 10.0.0.33 () {34 vars in 1119 bytes} [Tue Mar 3 04:00:29 2026] GET /v2.0/security-groups?id=a281078f-74e5-451e-ba6c-83379f6b7bee&id=f9612c2e-e439-43d9-a510-9cfa166f9516&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1298] 10.0.0.55 () {34 vars in 748 bytes} [Tue Mar 3 04:00:28 2026] PUT /v2.0/floatingips/7c1dc8f8-5fd7-4037-8c3f-fa26ff5066c6 => generated 855 bytes in 598 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 04:00:29.486 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a8e2db50-a679-4be2-b486-de3442b18206'] response: {'name': 'network-changed', 'server_uuid': '94fe66be-232e-424f-bfbc-1a860c877024', 'tag': '2aeb1f0b-8fe3-4fc3-b781-549c399ab717', 'status': 'completed', 'code': 200} [pid: 6|app: 0|req: 606/1299] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:00:29 2026] GET /v2.0/ports?device_id=94fe66be-232e-424f-bfbc-1a860c877024 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1300] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:00:29 2026] GET /v2.0/security-groups?id=975b751c-cd32-4005-93e8-bd47304bbce7&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: 6|app: 0|req: 607/1301] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:00:29 2026] GET /v2.0/ports?device_id=f4fca6e0-ac23-4d8d-af68-623b8868cd1a => generated 971 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1302] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:00:29 2026] GET /v2.0/security-groups?id=7dafe99d-cf73-4cea-ac21-6ab3b586cedc&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: 6|app: 0|req: 608/1303] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:00:29 2026] GET /v2.0/ports?device_id=f4fca6e0-ac23-4d8d-af68-623b8868cd1a => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 609/1304] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:00:29 2026] GET /v2.0/security-groups?id=7dafe99d-cf73-4cea-ac21-6ab3b586cedc&fields=id&fields=name => generated 114 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1305] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:00:29 2026] GET /v2.0/ports?device_id=94fe66be-232e-424f-bfbc-1a860c877024 => generated 971 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 610/1306] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:00:29 2026] GET /v2.0/security-groups?id=975b751c-cd32-4005-93e8-bd47304bbce7&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: 697/1307] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Mar 3 04:00:29 2026] GET /v2.0/ports?tenant_id=32d349984bb84dc69669516d50c854ed&device_id=94fe66be-232e-424f-bfbc-1a860c877024 => generated 1240 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 611/1308] 199.204.45.233 () {34 vars in 986 bytes} [Tue Mar 3 04:00:30 2026] GET /v2.0/networks?id=0b4bb581-4d35-4190-a44f-e19a06a01f22 => generated 772 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1309] 199.204.45.233 () {34 vars in 1058 bytes} [Tue Mar 3 04:00:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=2aeb1f0b-8fe3-4fc3-b781-549c399ab717 => generated 858 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 612/1310] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:00:30 2026] GET /v2.0/ports?device_id=f4fca6e0-ac23-4d8d-af68-623b8868cd1a => 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: 699/1311] 199.204.45.233 () {34 vars in 984 bytes} [Tue Mar 3 04:00:30 2026] GET /v2.0/subnets?id=b92c7de6-186c-4200-bfe4-451df8a220ae => generated 694 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 613/1312] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:00:30 2026] GET /v2.0/security-groups?id=7dafe99d-cf73-4cea-ac21-6ab3b586cedc&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: 700/1313] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Mar 3 04:00:30 2026] GET /v2.0/ports?network_id=0b4bb581-4d35-4190-a44f-e19a06a01f22&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: 6|app: 0|req: 614/1314] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Mar 3 04:00:30 2026] GET /v2.0/networks/0b4bb581-4d35-4190-a44f-e19a06a01f22?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: 701/1315] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Mar 3 04:00:30 2026] GET /v2.0/networks/0b4bb581-4d35-4190-a44f-e19a06a01f22?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: 6|app: 0|req: 615/1316] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:00:30 2026] GET /v2.0/ports?device_id=4501a862-5c5c-4212-84bb-1967d84a3d17 => generated 1010 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1317] 10.0.0.33 () {34 vars in 1119 bytes} [Tue Mar 3 04:00:30 2026] GET /v2.0/security-groups?id=a281078f-74e5-451e-ba6c-83379f6b7bee&id=f9612c2e-e439-43d9-a510-9cfa166f9516&fields=id&fields=name => generated 206 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 616/1318] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:00:30 2026] GET /v2.0/ports?device_id=94fe66be-232e-424f-bfbc-1a860c877024 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1319] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:00:31 2026] GET /v2.0/security-groups?id=975b751c-cd32-4005-93e8-bd47304bbce7&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1320] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:00:31 2026] GET /v2.0/ports?device_id=f4fca6e0-ac23-4d8d-af68-623b8868cd1a => 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: 705/1321] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:00:31 2026] GET /v2.0/security-groups?id=7dafe99d-cf73-4cea-ac21-6ab3b586cedc&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: 6|app: 0|req: 617/1322] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:00:31 2026] GET /v2.0/security-groups?tenant_id=751b89e7e9ce400b968264ba8fd45e5a&name=default => generated 2925 bytes in 339 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1323] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:00:31 2026] GET /v2.0/ports?device_id=4501a862-5c5c-4212-84bb-1967d84a3d17 => generated 1010 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1324] 10.0.0.33 () {34 vars in 1119 bytes} [Tue Mar 3 04:00:31 2026] GET /v2.0/security-groups?id=a281078f-74e5-451e-ba6c-83379f6b7bee&id=f9612c2e-e439-43d9-a510-9cfa166f9516&fields=id&fields=name => generated 206 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 618/1325] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:00:31 2026] DELETE /v2.0/security-groups/2cc74f6c-0b3a-499b-ba4f-5e93a881601e => 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: 708/1326] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Mar 3 04:00:31 2026] GET /v2.0/ports?tenant_id=55b7cfb6541347009ac12b8dcabbbfda&device_id=f4fca6e0-ac23-4d8d-af68-623b8868cd1a => generated 1240 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1327] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:00:31 2026] GET /v2.0/ports?device_id=4501a862-5c5c-4212-84bb-1967d84a3d17 => generated 1010 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 619/1328] 199.204.45.233 () {34 vars in 986 bytes} [Tue Mar 3 04:00:31 2026] GET /v2.0/networks?id=4123bf8c-ef01-4cef-82ec-f11ca5a7dd16 => generated 771 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1329] 199.204.45.233 () {34 vars in 1058 bytes} [Tue Mar 3 04:00:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=54f1bb31-db93-4911-940f-6b52f12b1c33 => generated 860 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1330] 199.204.45.233 () {34 vars in 984 bytes} [Tue Mar 3 04:00:31 2026] GET /v2.0/subnets?id=23f8f231-cea0-4c5e-860f-eff6c5b6082a => generated 693 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1331] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Mar 3 04:00:31 2026] GET /v2.0/ports?network_id=4123bf8c-ef01-4cef-82ec-f11ca5a7dd16&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1332] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:00:31 2026] GET /v2.0/security-groups?tenant_id=35d588920b724dfebde00259fefc56f3&name=default => generated 2925 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1333] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Mar 3 04:00:32 2026] GET /v2.0/networks/4123bf8c-ef01-4cef-82ec-f11ca5a7dd16?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-03 04:00:32.139 6 INFO neutron.db.l3_db [None req-b780c8eb-d975-4706-8581-4658bb00eed5 42fd01d431224e3493d5bd5f4d230935 5f073a4d5e724e80a7eec342b73e5aa5 - - default default] Floating IP 484106dc-494f-4323-a3bf-82765ce7b1a0 associated. External IP: 10.96.250.208, port: 59c5cbc7-f39c-48e1-bd4f-9882fc9ba964. [pid: 7|app: 0|req: 715/1334] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:00:32 2026] DELETE /v2.0/security-groups/ac30b76f-bf80-42cc-b5c3-115e053e7cc5 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1335] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Mar 3 04:00:32 2026] GET /v2.0/networks/4123bf8c-ef01-4cef-82ec-f11ca5a7dd16?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1336] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:00:32 2026] GET /v2.0/ports?device_id=94fe66be-232e-424f-bfbc-1a860c877024 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1337] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:00:32 2026] GET /v2.0/security-groups?id=975b751c-cd32-4005-93e8-bd47304bbce7&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: 719/1338] 199.204.45.233 () {34 vars in 994 bytes} [Tue Mar 3 04:00:32 2026] GET /v2.0/ports?device_id=94fe66be-232e-424f-bfbc-1a860c877024 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 04:00:32.397 7 INFO neutron_taas.services.taas.taas_plugin [req-c320be4e-3505-45f0-9b00-829f06d27af9 req-594cb5ec-14de-4f4e-8cda-ba51ac339828 5fc9b67a710943418944d7b2d579ab46 32d349984bb84dc69669516d50c854ed - - default default] TaaS: Handle Delete Port: 2aeb1f0b-8fe3-4fc3-b781-549c399ab717 2026-03-03 04:00:32.400 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c320be4e-3505-45f0-9b00-829f06d27af9 req-594cb5ec-14de-4f4e-8cda-ba51ac339828 5fc9b67a710943418944d7b2d579ab46 32d349984bb84dc69669516d50c854ed - - default default] Tap Mirror: Handle Delete Port: 2aeb1f0b-8fe3-4fc3-b781-549c399ab717 [pid: 6|app: 0|req: 620/1339] 10.0.0.55 () {34 vars in 748 bytes} [Tue Mar 3 04:00:31 2026] PUT /v2.0/floatingips/484106dc-494f-4323-a3bf-82765ce7b1a0 => generated 855 bytes in 667 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 04:00:32.531 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-1b218be0-755f-4486-9a69-367371fe07de'] response: {'name': 'network-changed', 'server_uuid': '4501a862-5c5c-4212-84bb-1967d84a3d17', 'tag': '59c5cbc7-f39c-48e1-bd4f-9882fc9ba964', 'status': 'completed', 'code': 200} 2026-03-03 04:00:32.533 7 INFO neutron.db.l3_db [req-c320be4e-3505-45f0-9b00-829f06d27af9 req-594cb5ec-14de-4f4e-8cda-ba51ac339828 5fc9b67a710943418944d7b2d579ab46 32d349984bb84dc69669516d50c854ed - - default default] Floating IP 7c1dc8f8-5fd7-4037-8c3f-fa26ff5066c6 disassociated. External IP: 10.96.250.213, port: 2aeb1f0b-8fe3-4fc3-b781-549c399ab717. [pid: 6|app: 0|req: 621/1340] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:00:32 2026] GET /v2.0/ports?device_id=f4fca6e0-ac23-4d8d-af68-623b8868cd1a => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 622/1341] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:00:32 2026] GET /v2.0/security-groups?id=7dafe99d-cf73-4cea-ac21-6ab3b586cedc&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: 720/1342] 199.204.45.233 () {36 vars in 997 bytes} [Tue Mar 3 04:00:32 2026] DELETE /v2.0/ports/2aeb1f0b-8fe3-4fc3-b781-549c399ab717 => generated 0 bytes in 612 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 04:00:32.953 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-538a3b9f-e1fe-4634-87bd-9acecc6b1614'] response: {'server_uuid': '94fe66be-232e-424f-bfbc-1a860c877024', 'name': 'network-vif-deleted', 'tag': '2aeb1f0b-8fe3-4fc3-b781-549c399ab717', 'status': 'completed', 'code': 200} [pid: 6|app: 0|req: 623/1343] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Mar 3 04:00:33 2026] GET /v2.0/ports?tenant_id=5f073a4d5e724e80a7eec342b73e5aa5&device_id=4501a862-5c5c-4212-84bb-1967d84a3d17 => generated 1279 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1344] 199.204.45.233 () {34 vars in 986 bytes} [Tue Mar 3 04:00:33 2026] GET /v2.0/networks?id=3ef00c98-cfb9-4a2d-9168-4c6c10750bf3 => generated 769 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 624/1345] 199.204.45.233 () {34 vars in 1058 bytes} [Tue Mar 3 04:00:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=59c5cbc7-f39c-48e1-bd4f-9882fc9ba964 => generated 858 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1346] 199.204.45.233 () {34 vars in 984 bytes} [Tue Mar 3 04:00:33 2026] GET /v2.0/subnets?id=9a7ab503-8ecf-4a93-9d92-8cb5f8463c31 => generated 691 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 625/1347] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Mar 3 04:00:33 2026] GET /v2.0/ports?network_id=3ef00c98-cfb9-4a2d-9168-4c6c10750bf3&device_owner=network%3Adhcp => generated 1244 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 626/1348] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:00:33 2026] GET /v2.0/ports?device_id=94fe66be-232e-424f-bfbc-1a860c877024 => 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: 723/1349] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Mar 3 04:00:33 2026] GET /v2.0/networks/3ef00c98-cfb9-4a2d-9168-4c6c10750bf3?fields=segments => generated 14 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 627/1350] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Mar 3 04:00:33 2026] GET /v2.0/networks/3ef00c98-cfb9-4a2d-9168-4c6c10750bf3?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: 724/1351] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:00:33 2026] GET /v2.0/ports?device_id=f4fca6e0-ac23-4d8d-af68-623b8868cd1a => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 628/1352] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:00:33 2026] GET /v2.0/security-groups?id=7dafe99d-cf73-4cea-ac21-6ab3b586cedc&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1353] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:00:34 2026] GET /v2.0/ports?device_id=94fe66be-232e-424f-bfbc-1a860c877024 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 629/1354] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:00:34 2026] GET /v2.0/ports?device_id=f4fca6e0-ac23-4d8d-af68-623b8868cd1a => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1355] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:00:34 2026] GET /v2.0/security-groups?id=7dafe99d-cf73-4cea-ac21-6ab3b586cedc&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 630/1356] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:00:35 2026] GET /v2.0/ports?device_id=94fe66be-232e-424f-bfbc-1a860c877024 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 631/1357] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:00:35 2026] GET /v2.0/ports?device_id=f4fca6e0-ac23-4d8d-af68-623b8868cd1a => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 632/1358] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:00:35 2026] GET /v2.0/security-groups?id=7dafe99d-cf73-4cea-ac21-6ab3b586cedc&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: 727/1359] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:00:35 2026] GET /v2.0/security-groups?tenant_id=5eab1de939b54cc2a30b58145766fa20&name=default => generated 2925 bytes in 297 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 633/1360] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:00:36 2026] DELETE /v2.0/security-groups/b3c44f60-bd62-4a69-823e-88f6af6141c8 => 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: 728/1361] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:00:36 2026] GET /v2.0/security-groups?tenant_id=84b20e3f2a3e455698dccdfac93cc567&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 634/1362] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:00:36 2026] DELETE /v2.0/security-groups/3eb847c9-8158-45df-99f1-417ac6ce1f26 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1363] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:00:36 2026] DELETE /v2.0/security-groups/975b751c-cd32-4005-93e8-bd47304bbce7 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-03 04:00:36.739 6 INFO neutron.api.v2.resource [None req-4152ce05-091c-4f1d-8108-7dd57b03a8f0 5fc9b67a710943418944d7b2d579ab46 32d349984bb84dc69669516d50c854ed - - default default] show failed (client error): The resource could not be found. [pid: 6|app: 0|req: 635/1364] 10.0.0.55 () {32 vars in 736 bytes} [Tue Mar 3 04:00:36 2026] GET /v2.0/security-groups/975b751c-cd32-4005-93e8-bd47304bbce7 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-03 04:00:36.823 7 INFO neutron_taas.services.taas.taas_plugin [None req-00ea0d6f-2b34-4200-b39d-1047a035007a 5fc9b67a710943418944d7b2d579ab46 32d349984bb84dc69669516d50c854ed - - default default] TaaS: Handle Delete Port: 0b931f8b-2db0-4fa7-bb3c-871deda50262 2026-03-03 04:00:36.825 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-00ea0d6f-2b34-4200-b39d-1047a035007a 5fc9b67a710943418944d7b2d579ab46 32d349984bb84dc69669516d50c854ed - - default default] Tap Mirror: Handle Delete Port: 0b931f8b-2db0-4fa7-bb3c-871deda50262 [pid: 7|app: 0|req: 730/1365] 10.0.0.55 () {32 vars in 731 bytes} [Tue Mar 3 04:00:36 2026] DELETE /v2.0/floatingips/7c1dc8f8-5fd7-4037-8c3f-fa26ff5066c6 => generated 0 bytes in 228 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1366] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:00:37 2026] GET /v2.0/ports?device_id=f4fca6e0-ac23-4d8d-af68-623b8868cd1a => generated 971 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1367] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:00:37 2026] GET /v2.0/security-groups?id=7dafe99d-cf73-4cea-ac21-6ab3b586cedc&fields=id&fields=name => generated 114 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 04:00:37.346 6 INFO neutron_taas.services.taas.taas_plugin [None req-55f5ec5a-6b2e-4225-b938-01e07912c79b fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] TaaS: Handle Delete Port: 4e651e87-6eb3-4323-9cc3-9c4c00c47756 2026-03-03 04:00:37.350 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-55f5ec5a-6b2e-4225-b938-01e07912c79b fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Tap Mirror: Handle Delete Port: 4e651e87-6eb3-4323-9cc3-9c4c00c47756 [pid: 6|app: 0|req: 636/1368] 10.0.0.55 () {34 vars in 788 bytes} [Tue Mar 3 04:00:36 2026] PUT /v2.0/routers/c9f27853-3f1b-4bfc-9fb4-ee30713c150b/remove_router_interface => generated 309 bytes in 964 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 04:00:38.208 7 INFO neutron_taas.services.taas.taas_plugin [None req-55c240f4-23b7-4469-89d1-ebbbd9af97d4 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] TaaS: Handle Delete Port: 3abedb3f-145d-4c16-86ab-b24e6d5ea9c2 2026-03-03 04:00:38.211 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-55c240f4-23b7-4469-89d1-ebbbd9af97d4 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Tap Mirror: Handle Delete Port: 3abedb3f-145d-4c16-86ab-b24e6d5ea9c2 [pid: 6|app: 0|req: 637/1369] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:00:38 2026] GET /v2.0/ports?device_id=f4fca6e0-ac23-4d8d-af68-623b8868cd1a => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 638/1370] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:00:38 2026] GET /v2.0/security-groups?id=7dafe99d-cf73-4cea-ac21-6ab3b586cedc&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-03-03 04:00:38.555 7 INFO neutron_taas.services.taas.taas_plugin [None req-55c240f4-23b7-4469-89d1-ebbbd9af97d4 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] TaaS: Handle Delete Port: 0557db11-c9da-46f2-b75f-161b97f554be 2026-03-03 04:00:38.565 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-55c240f4-23b7-4469-89d1-ebbbd9af97d4 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Tap Mirror: Handle Delete Port: 0557db11-c9da-46f2-b75f-161b97f554be 2026-03-03 04:00:38.965 7 INFO neutron.services.segments.plugin [-] Segment 2762f771-dfe9-4153-93d5-f986ce7d25d7 resource provider aggregate not found 2026-03-03 04:00:38.971 7 INFO neutron.services.segments.plugin [-] Segment 2762f771-dfe9-4153-93d5-f986ce7d25d7 resource provider aggregate not found 2026-03-03 04:00:38.986 7 INFO neutron.services.segments.plugin [-] Segment 2762f771-dfe9-4153-93d5-f986ce7d25d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2762f771-dfe9-4153-93d5-f986ce7d25d7 found for delete ", "request_id": "req-230f7899-0e00-4a39-8adf-4121a98b9603"}]} 2026-03-03 04:00:38.987 7 INFO neutron.db.l3_hamode_db [None req-55c240f4-23b7-4469-89d1-ebbbd9af97d4 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] HA network 6002acd1-79fc-4676-9d6b-8172d4ebabb5 was deleted as no HA routers are present in tenant 32d349984bb84dc69669516d50c854ed. 2026-03-03 04:00:38.993 7 INFO neutron.services.segments.plugin [-] Segment 2762f771-dfe9-4153-93d5-f986ce7d25d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2762f771-dfe9-4153-93d5-f986ce7d25d7 found for delete ", "request_id": "req-90f0b23e-19a6-4d18-84cf-0360ed1ed6df"}]} [pid: 7|app: 0|req: 733/1371] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:00:37 2026] DELETE /v2.0/routers/c9f27853-3f1b-4bfc-9fb4-ee30713c150b => generated 0 bytes in 1048 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 639/1372] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:00:38 2026] DELETE /v2.0/subnets/b92c7de6-186c-4200-bfe4-451df8a220ae => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 04:00:39.219 7 INFO neutron_taas.services.taas.taas_plugin [None req-2cb2c138-6efb-4c07-9464-d145dcabb3a3 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] TaaS: Handle Delete Port: d2c2cd1c-0213-43cf-bfd6-4e5d2378716a 2026-03-03 04:00:39.222 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2cb2c138-6efb-4c07-9464-d145dcabb3a3 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Tap Mirror: Handle Delete Port: d2c2cd1c-0213-43cf-bfd6-4e5d2378716a [pid: 6|app: 0|req: 640/1373] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:00:39 2026] GET /v2.0/ports?device_id=f4fca6e0-ac23-4d8d-af68-623b8868cd1a => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1374] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 04:00:39 2026] DELETE /v2.0/networks/0b4bb581-4d35-4190-a44f-e19a06a01f22 => generated 0 bytes in 278 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 641/1375] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:00:39 2026] GET /v2.0/security-groups?id=7dafe99d-cf73-4cea-ac21-6ab3b586cedc&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: 735/1376] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:00:39 2026] GET /v2.0/security-groups?tenant_id=32d349984bb84dc69669516d50c854ed&name=default => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 642/1377] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:00:39 2026] DELETE /v2.0/security-groups/322a448a-9ff8-411f-900e-5f78fedb62c4 => 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: 736/1378] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:00:40 2026] GET /v2.0/ports?device_id=f4fca6e0-ac23-4d8d-af68-623b8868cd1a => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 643/1379] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:00:40 2026] GET /v2.0/security-groups?id=7dafe99d-cf73-4cea-ac21-6ab3b586cedc&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-03-03 04:00:41.012 7 INFO neutron.services.segments.plugin [-] Segment 5c3d2ba0-e300-4dc0-8518-41479ef0bb68 resource provider aggregate not found 2026-03-03 04:00:41.018 7 INFO neutron.services.segments.plugin [-] Segment 5c3d2ba0-e300-4dc0-8518-41479ef0bb68 resource provider aggregate not found 2026-03-03 04:00:41.034 7 INFO neutron.services.segments.plugin [-] Segment 5c3d2ba0-e300-4dc0-8518-41479ef0bb68 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c3d2ba0-e300-4dc0-8518-41479ef0bb68 found for delete ", "request_id": "req-9e7b664b-1a05-4746-a636-f1358bc4593d"}]} 2026-03-03 04:00:41.035 7 INFO neutron.services.segments.plugin [-] Segment 5c3d2ba0-e300-4dc0-8518-41479ef0bb68 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c3d2ba0-e300-4dc0-8518-41479ef0bb68 found for delete ", "request_id": "req-ee606a5d-d198-4dcc-8ff9-ca811dec83db"}]} [pid: 7|app: 0|req: 737/1380] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:00:41 2026] GET /v2.0/ports?device_id=4501a862-5c5c-4212-84bb-1967d84a3d17 => generated 1010 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 644/1381] 10.0.0.33 () {34 vars in 1119 bytes} [Tue Mar 3 04:00:41 2026] GET /v2.0/security-groups?id=a281078f-74e5-451e-ba6c-83379f6b7bee&id=f9612c2e-e439-43d9-a510-9cfa166f9516&fields=id&fields=name => generated 206 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1382] 10.0.0.55 () {32 vars in 735 bytes} [Tue Mar 3 04:00:41 2026] GET /v2.0/ports?device_id=4501a862-5c5c-4212-84bb-1967d84a3d17 => generated 1279 bytes in 274 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 645/1383] 10.0.0.55 () {32 vars in 857 bytes} [Tue Mar 3 04:00:41 2026] GET /v2.0/floatingips?floating_network_id=c6ec6f09-5973-40f7-8232-440400c81c00&port_id=59c5cbc7-f39c-48e1-bd4f-9882fc9ba964 => generated 860 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1384] 10.0.0.25 () {34 vars in 989 bytes} [Tue Mar 3 04:00:42 2026] GET /v2.0/ports?device_id=4501a862-5c5c-4212-84bb-1967d84a3d17 => generated 1279 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1385] 10.0.0.25 () {34 vars in 1119 bytes} [Tue Mar 3 04:00:42 2026] GET /v2.0/security-groups?id=f9612c2e-e439-43d9-a510-9cfa166f9516&id=a281078f-74e5-451e-ba6c-83379f6b7bee&fields=id&fields=name => generated 206 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 646/1386] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:00:42 2026] GET /v2.0/security-groups?tenant_id=7377295c8b504f96ac7bb1e1166e4e9e&name=default => generated 2925 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1387] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:00:42 2026] DELETE /v2.0/security-groups/8f55d7a2-eff7-47aa-a1e5-cc45ed1f06e6 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 647/1388] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:00:42 2026] GET /v2.0/security-groups?tenant_id=3dc2619ba8ec41e9aac105de7b6624e7&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1389] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:00:42 2026] DELETE /v2.0/security-groups/f986b5c0-2af1-4b81-beda-d8feb3caf5b1 => 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: 744/1392] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:00:44 2026] GET /v2.0/ports?device_id=4501a862-5c5c-4212-84bb-1967d84a3d17 => generated 1010 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1393] 10.0.0.33 () {34 vars in 1119 bytes} [Tue Mar 3 04:00:44 2026] GET /v2.0/security-groups?id=a281078f-74e5-451e-ba6c-83379f6b7bee&id=f9612c2e-e439-43d9-a510-9cfa166f9516&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 04:00:45.119 6 INFO neutron.db.segments_db [None req-1d6c45d2-a74b-49a8-a294-00003fc89a3d a00425d22e7840728b45956011298467 be637ba156f74c9ba233869093f0dba6 - - default default] Added segment cb80b867-c808-4b01-a1a4-7d442966ce0c of type vxlan for network 8f895ae8-48b4-4bbb-bc50-c39c9925bc91 [pid: 6|app: 0|req: 649/1394] 10.0.0.55 () {34 vars in 669 bytes} [Tue Mar 3 04:00:44 2026] POST /v2.0/networks => generated 643 bytes in 483 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1395] 10.0.0.55 () {34 vars in 668 bytes} [Tue Mar 3 04:00:45 2026] POST /v2.0/subnets => generated 641 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-03 04:00:45.535 6 INFO neutron.db.segments_db [None req-5af1520a-8c7f-4bd8-b6be-19e8172ceb3e a00425d22e7840728b45956011298467 be637ba156f74c9ba233869093f0dba6 - - default default] Added segment ca6a5c57-943b-4ebe-92d0-dcaad92f7314 of type vxlan for network 9002adea-c77c-43bd-b92d-a0565309e293 [pid: 6|app: 0|req: 650/1396] 10.0.0.55 () {34 vars in 669 bytes} [Tue Mar 3 04:00:45 2026] POST /v2.0/networks => generated 644 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1397] 10.0.0.55 () {34 vars in 742 bytes} [Tue Mar 3 04:00:45 2026] PUT /v2.0/networks/9002adea-c77c-43bd-b92d-a0565309e293 => generated 592 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 651/1398] 10.0.0.55 () {34 vars in 668 bytes} [Tue Mar 3 04:00:45 2026] POST /v2.0/subnets => generated 626 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 652/1399] 10.0.0.55 () {34 vars in 740 bytes} [Tue Mar 3 04:00:45 2026] PUT /v2.0/subnets/76a99202-f123-4c14-b540-fa2e0a1c9b97 => generated 636 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 653/1400] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:00:46 2026] GET /v2.0/ports?device_id=4501a862-5c5c-4212-84bb-1967d84a3d17 => generated 1010 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1401] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:00:45 2026] GET /v2.0/security-groups?tenant_id=473c73c625b943d8b04ca1dc8db2e2a4&name=default => generated 2925 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1402] 10.0.0.33 () {34 vars in 1119 bytes} [Tue Mar 3 04:00:46 2026] GET /v2.0/security-groups?id=a281078f-74e5-451e-ba6c-83379f6b7bee&id=f9612c2e-e439-43d9-a510-9cfa166f9516&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1403] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:00:46 2026] DELETE /v2.0/security-groups/d9e61e78-dbb9-4ea0-a570-b8db8ece8faa => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-03 04:00:46.264 6 INFO neutron.services.segments.plugin [-] Segment ca6a5c57-943b-4ebe-92d0-dcaad92f7314 resource provider aggregate not found 2026-03-03 04:00:46.269 6 INFO neutron.services.segments.plugin [-] Segment ca6a5c57-943b-4ebe-92d0-dcaad92f7314 resource provider aggregate not found 2026-03-03 04:00:46.287 6 INFO neutron.services.segments.plugin [-] Segment ca6a5c57-943b-4ebe-92d0-dcaad92f7314 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca6a5c57-943b-4ebe-92d0-dcaad92f7314 found for delete ", "request_id": "req-6fb70b03-8c26-4ecf-abaa-3b049e5e6735"}]} 2026-03-03 04:00:46.287 6 INFO neutron.services.segments.plugin [-] Segment ca6a5c57-943b-4ebe-92d0-dcaad92f7314 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca6a5c57-943b-4ebe-92d0-dcaad92f7314 found for delete ", "request_id": "req-16c7bbba-3ec7-43c4-9131-f1ab8f091738"}]} [pid: 6|app: 0|req: 654/1404] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 04:00:46 2026] DELETE /v2.0/networks/9002adea-c77c-43bd-b92d-a0565309e293 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 04:00:46.315 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1cbfde62-ac44-4097-8362-da6bd6a5aa03 a00425d22e7840728b45956011298467 be637ba156f74c9ba233869093f0dba6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 751/1405] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 04:00:46 2026] DELETE /v2.0/networks/9002adea-c77c-43bd-b92d-a0565309e293 => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 655/1406] 10.0.0.55 () {32 vars in 693 bytes} [Tue Mar 3 04:00:46 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: 6|app: 0|req: 656/1407] 10.0.0.55 () {32 vars in 741 bytes} [Tue Mar 3 04:00:46 2026] GET /v2.0/subnets?network_id=c6ec6f09-5973-40f7-8232-440400c81c00 => generated 649 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 657/1408] 10.0.0.55 () {32 vars in 652 bytes} [Tue Mar 3 04:00:46 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1409] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:00:46 2026] GET /v2.0/security-groups?tenant_id=c05d254d3c964c9790a9dd32f363e0b4&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 658/1410] 10.0.0.55 () {32 vars in 648 bytes} [Tue Mar 3 04:00:46 2026] GET /v2.0/networks => generated 1308 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 659/1411] 10.0.0.55 () {32 vars in 646 bytes} [Tue Mar 3 04:00:46 2026] GET /v2.0/subnets => generated 1280 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1412] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:00:46 2026] DELETE /v2.0/security-groups/bf32bc6e-c23b-4c2f-8def-e2eacbd9a1e9 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 660/1413] 10.0.0.55 () {32 vars in 722 bytes} [Tue Mar 3 04:00:46 2026] GET /v2.0/networks/8f895ae8-48b4-4bbb-bc50-c39c9925bc91 => generated 668 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1414] 10.0.0.55 () {32 vars in 720 bytes} [Tue Mar 3 04:00:46 2026] GET /v2.0/subnets/df3554d2-872f-47a8-9ffe-fe13e207b7ea => generated 641 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 04:00:46.654 6 INFO neutron.pecan_wsgi.hooks.translation [None req-5a9fed98-9249-427f-8d8a-076ba4e14a93 a00425d22e7840728b45956011298467 be637ba156f74c9ba233869093f0dba6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 6|app: 0|req: 661/1415] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:00:46 2026] DELETE /v2.0/subnets/76a99202-f123-4c14-b540-fa2e0a1c9b97 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-03 04:00:46.681 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3cf034cd-2cfa-4e94-8186-e684771061e9 a00425d22e7840728b45956011298467 be637ba156f74c9ba233869093f0dba6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 755/1416] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 04:00:46 2026] DELETE /v2.0/networks/9002adea-c77c-43bd-b92d-a0565309e293 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 662/1417] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:00:46 2026] DELETE /v2.0/subnets/df3554d2-872f-47a8-9ffe-fe13e207b7ea => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 04:00:46.943 7 INFO neutron_taas.services.taas.taas_plugin [None req-f80e4025-b40a-463e-8e82-2903d489942e a00425d22e7840728b45956011298467 be637ba156f74c9ba233869093f0dba6 - - default default] TaaS: Handle Delete Port: 3a881f8c-21ce-41db-94be-f005447ae46c 2026-03-03 04:00:46.946 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f80e4025-b40a-463e-8e82-2903d489942e a00425d22e7840728b45956011298467 be637ba156f74c9ba233869093f0dba6 - - default default] Tap Mirror: Handle Delete Port: 3a881f8c-21ce-41db-94be-f005447ae46c 2026-03-03 04:00:47.097 7 INFO neutron.services.segments.plugin [-] Segment cb80b867-c808-4b01-a1a4-7d442966ce0c resource provider aggregate not found 2026-03-03 04:00:47.104 7 INFO neutron.services.segments.plugin [-] Segment cb80b867-c808-4b01-a1a4-7d442966ce0c resource provider aggregate not found 2026-03-03 04:00:47.122 7 INFO neutron.services.segments.plugin [-] Segment cb80b867-c808-4b01-a1a4-7d442966ce0c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb80b867-c808-4b01-a1a4-7d442966ce0c found for delete ", "request_id": "req-4c18cf03-8b43-4c0a-9c79-f657cf7c1d76"}]} 2026-03-03 04:00:47.123 7 INFO neutron.services.segments.plugin [-] Segment cb80b867-c808-4b01-a1a4-7d442966ce0c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb80b867-c808-4b01-a1a4-7d442966ce0c found for delete ", "request_id": "req-be7f74e6-daa6-49f1-acf4-323faf6cc6a3"}]} [pid: 7|app: 0|req: 756/1418] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 04:00:46 2026] DELETE /v2.0/networks/8f895ae8-48b4-4bbb-bc50-c39c9925bc91 => generated 0 bytes in 258 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 663/1419] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:00:47 2026] GET /v2.0/ports?device_id=4501a862-5c5c-4212-84bb-1967d84a3d17 => generated 1010 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1420] 10.0.0.33 () {34 vars in 1119 bytes} [Tue Mar 3 04:00:47 2026] GET /v2.0/security-groups?id=a281078f-74e5-451e-ba6c-83379f6b7bee&id=f9612c2e-e439-43d9-a510-9cfa166f9516&fields=id&fields=name => generated 206 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 664/1421] 199.204.45.233 () {34 vars in 994 bytes} [Tue Mar 3 04:00:47 2026] GET /v2.0/ports?device_id=4501a862-5c5c-4212-84bb-1967d84a3d17 => generated 1010 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-03 04:00:47.528 7 INFO neutron_taas.services.taas.taas_plugin [req-add415bf-5d09-409d-a8bf-ef9e1e205521 req-fa37116d-b95e-41bc-a5f6-8bf3105776cd 42fd01d431224e3493d5bd5f4d230935 5f073a4d5e724e80a7eec342b73e5aa5 - - default default] TaaS: Handle Delete Port: 59c5cbc7-f39c-48e1-bd4f-9882fc9ba964 2026-03-03 04:00:47.531 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-add415bf-5d09-409d-a8bf-ef9e1e205521 req-fa37116d-b95e-41bc-a5f6-8bf3105776cd 42fd01d431224e3493d5bd5f4d230935 5f073a4d5e724e80a7eec342b73e5aa5 - - default default] Tap Mirror: Handle Delete Port: 59c5cbc7-f39c-48e1-bd4f-9882fc9ba964 2026-03-03 04:00:47.667 7 INFO neutron.db.l3_db [req-add415bf-5d09-409d-a8bf-ef9e1e205521 req-fa37116d-b95e-41bc-a5f6-8bf3105776cd 42fd01d431224e3493d5bd5f4d230935 5f073a4d5e724e80a7eec342b73e5aa5 - - default default] Floating IP 484106dc-494f-4323-a3bf-82765ce7b1a0 disassociated. External IP: 10.96.250.208, port: 59c5cbc7-f39c-48e1-bd4f-9882fc9ba964. [pid: 6|app: 0|req: 665/1422] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:00:47 2026] GET /v2.0/security-groups?tenant_id=be637ba156f74c9ba233869093f0dba6&name=default => generated 2925 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 666/1423] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:00:47 2026] DELETE /v2.0/security-groups/c8647685-333a-47e6-bb60-b2e192d03dc6 => 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: 758/1424] 199.204.45.233 () {36 vars in 997 bytes} [Tue Mar 3 04:00:47 2026] DELETE /v2.0/ports/59c5cbc7-f39c-48e1-bd4f-9882fc9ba964 => generated 0 bytes in 665 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 04:00:48.070 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0d672508-919e-4d5c-8814-421ed3b62424'] response: {'server_uuid': '4501a862-5c5c-4212-84bb-1967d84a3d17', 'name': 'network-vif-deleted', 'tag': '59c5cbc7-f39c-48e1-bd4f-9882fc9ba964', 'status': 'completed', 'code': 200} [pid: 6|app: 0|req: 667/1425] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:00:48 2026] GET /v2.0/ports?device_id=4501a862-5c5c-4212-84bb-1967d84a3d17 => 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: 759/1426] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:00:48 2026] GET /v2.0/security-groups?tenant_id=434ed77183ec4436aa2a854d0cd852d4&name=default => generated 2925 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 668/1427] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:00:49 2026] DELETE /v2.0/security-groups/9c9f43b6-c6a6-4990-aa51-9230d2125eaa => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1428] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:00:49 2026] GET /v2.0/ports?device_id=4501a862-5c5c-4212-84bb-1967d84a3d17 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-03 04:00:49.827 6 INFO neutron.db.segments_db [None req-9cf59bbd-1493-4fc2-948a-9ac523e6c51f b8cdda4030b44e899fb81a9c25fe0c5a b4546a6d799048db8d00e7adf0e34a24 - - default default] Added segment 42888298-c64b-47ee-9aef-b94640cabcbe of type vxlan for network ae25fd72-7d6e-4545-b2da-2f601bcfe0e1 [pid: 6|app: 0|req: 669/1429] 10.0.0.55 () {34 vars in 669 bytes} [Tue Mar 3 04:00:49 2026] POST /v2.0/networks => generated 633 bytes in 393 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-03 04:00:49.991 7 INFO neutron.db.segments_db [None req-a93afd63-a7d0-4f45-ab46-20c43de83448 b8cdda4030b44e899fb81a9c25fe0c5a b4546a6d799048db8d00e7adf0e34a24 - - default default] Added segment 9da7de72-1a32-44c4-8b99-70447889dff0 of type vxlan for network 4329ce5f-ce2f-4297-96c3-1416891feac2 [pid: 7|app: 0|req: 761/1430] 10.0.0.55 () {34 vars in 669 bytes} [Tue Mar 3 04:00:49 2026] POST /v2.0/networks => generated 634 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 670/1431] 10.0.0.55 () {34 vars in 668 bytes} [Tue Mar 3 04:00:50 2026] POST /v2.0/subnets => generated 646 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1432] 10.0.0.55 () {34 vars in 668 bytes} [Tue Mar 3 04:00:50 2026] POST /v2.0/subnets => generated 655 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1433] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:00:50 2026] GET /v2.0/ports?device_id=4501a862-5c5c-4212-84bb-1967d84a3d17 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-03 04:00:50.608 6 INFO neutron.db.segments_db [None req-7e2698c1-cdf0-4915-8af6-5378a608d047 b8cdda4030b44e899fb81a9c25fe0c5a b4546a6d799048db8d00e7adf0e34a24 - - default default] Added segment 9137a826-60a8-49e5-92b5-5470ada2396c of type vxlan for network dd82217d-9371-4c23-bef8-cc0d56bb668b [pid: 7|app: 0|req: 764/1434] 10.0.0.25 () {34 vars in 989 bytes} [Tue Mar 3 04:00:50 2026] GET /v2.0/ports?device_id=f4fca6e0-ac23-4d8d-af68-623b8868cd1a => generated 1240 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1435] 10.0.0.25 () {34 vars in 1039 bytes} [Tue Mar 3 04:00:50 2026] GET /v2.0/security-groups?id=7dafe99d-cf73-4cea-ac21-6ab3b586cedc&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-03-03 04:00:50.883 6 INFO neutron.db.l3_hamode_db [None req-7e2698c1-cdf0-4915-8af6-5378a608d047 b8cdda4030b44e899fb81a9c25fe0c5a b4546a6d799048db8d00e7adf0e34a24 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-03 04:00:51.004 6 INFO neutron.db.l3_hamode_db [None req-7e2698c1-cdf0-4915-8af6-5378a608d047 b8cdda4030b44e899fb81a9c25fe0c5a b4546a6d799048db8d00e7adf0e34a24 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-03 04:00:51.183 7 INFO neutron.db.segments_db [None req-5e69f5f2-5922-4533-b9c9-028506d0b3e8 6c1375ff20db4766ad17a80503955e65 adb2f43106ed4b11ba0822f176e14284 - - default default] Added segment 43ec56c8-e212-4221-829e-4a8e6b92613e of type vxlan for network 4f0a7c99-b68c-416e-99a0-fa7a967002c8 2026-03-03 04:00:51.249 7 INFO neutron.db.segments_db [None req-5e69f5f2-5922-4533-b9c9-028506d0b3e8 6c1375ff20db4766ad17a80503955e65 adb2f43106ed4b11ba0822f176e14284 - - default default] Added segment c2dc66c2-55b5-434c-8c59-2538d13f2574 of type vxlan for network 49268e3c-7cf3-40d3-8cc2-bf7c813257aa [pid: 7|app: 0|req: 766/1436] 10.0.0.55 () {34 vars in 669 bytes} [Tue Mar 3 04:00:50 2026] POST /v2.0/networks => generated 1245 bytes in 417 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1437] 10.0.0.55 () {32 vars in 648 bytes} [Tue Mar 3 04:00:51 2026] GET /v2.0/networks => generated 1844 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-03 04:00:51.525 7 INFO neutron.services.segments.plugin [-] Segment 43ec56c8-e212-4221-829e-4a8e6b92613e resource provider aggregate not found 2026-03-03 04:00:51.528 7 INFO neutron.services.segments.plugin [-] Segment 43ec56c8-e212-4221-829e-4a8e6b92613e resource provider aggregate not found 2026-03-03 04:00:51.543 7 INFO neutron.services.segments.plugin [-] Segment 43ec56c8-e212-4221-829e-4a8e6b92613e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 43ec56c8-e212-4221-829e-4a8e6b92613e found for delete ", "request_id": "req-570be85f-f29a-42ea-a56b-e1e3fb77d99c"}]} 2026-03-03 04:00:51.546 7 INFO neutron.services.segments.plugin [-] Segment 43ec56c8-e212-4221-829e-4a8e6b92613e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 43ec56c8-e212-4221-829e-4a8e6b92613e found for delete ", "request_id": "req-e71ab43e-a7ed-451b-b2fd-83e00d3a0551"}]} [pid: 7|app: 0|req: 768/1438] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 04:00:51 2026] DELETE /v2.0/networks/4f0a7c99-b68c-416e-99a0-fa7a967002c8 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 671/1439] 10.0.0.55 () {34 vars in 668 bytes} [Tue Mar 3 04:00:50 2026] POST /v2.0/routers => generated 510 bytes in 1031 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1440] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 04:00:51 2026] DELETE /v2.0/networks/49268e3c-7cf3-40d3-8cc2-bf7c813257aa => generated 0 bytes in 95 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1441] 10.0.0.55 () {32 vars in 648 bytes} [Tue Mar 3 04:00:51 2026] GET /v2.0/networks => generated 651 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 04:00:51.744 7 INFO neutron.db.segments_db [None req-1daedcc8-3745-4166-a877-6acb262d718e 6c1375ff20db4766ad17a80503955e65 adb2f43106ed4b11ba0822f176e14284 - - default default] Added segment aa3174f3-f3e8-46b7-9666-19cf0816f506 of type vxlan for network bc4eb862-38c2-4f0d-b0fa-11414ac99544 [pid: 7|app: 0|req: 771/1442] 10.0.0.55 () {34 vars in 669 bytes} [Tue Mar 3 04:00:51 2026] POST /v2.0/networks => generated 653 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1443] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:00:51 2026] DELETE /v2.0/security-groups/a281078f-74e5-451e-ba6c-83379f6b7bee => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-03 04:00:51.988 7 INFO neutron.db.segments_db [None req-b0e6ece2-c157-4676-8e89-95332fdb4cbe 6c1375ff20db4766ad17a80503955e65 adb2f43106ed4b11ba0822f176e14284 - - default default] Added segment bef0df19-e464-4806-b18d-18d4eef01559 of type vxlan for network ea0e3b7d-8d02-4c1f-abb5-f13cd91e71cd [pid: 7|app: 0|req: 773/1444] 10.0.0.55 () {34 vars in 669 bytes} [Tue Mar 3 04:00:51 2026] POST /v2.0/networks => generated 654 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-03 04:00:52.074 7 INFO neutron.api.v2.resource [None req-26e57fec-2eb8-4f47-91e1-a3d3b36cf687 42fd01d431224e3493d5bd5f4d230935 5f073a4d5e724e80a7eec342b73e5aa5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 774/1445] 10.0.0.55 () {32 vars in 736 bytes} [Tue Mar 3 04:00:52 2026] GET /v2.0/security-groups/a281078f-74e5-451e-ba6c-83379f6b7bee => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 672/1446] 10.0.0.55 () {34 vars in 782 bytes} [Tue Mar 3 04:00:51 2026] PUT /v2.0/routers/e4832914-1edf-4f92-ad6a-658ee7a6a3f9/add_router_interface => generated 309 bytes in 936 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1447] 10.0.0.55 () {34 vars in 664 bytes} [Tue Mar 3 04:00:52 2026] POST /v2.0/ports => generated 1506 bytes in 486 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-03 04:00:52.613 6 INFO neutron_taas.services.taas.taas_plugin [None req-b8c966f3-20cc-46b9-a778-f254156adf9d 42fd01d431224e3493d5bd5f4d230935 5f073a4d5e724e80a7eec342b73e5aa5 - - default default] TaaS: Handle Delete Port: 9a254e3a-2615-47fa-b417-d1106c8e384d [pid: 7|app: 0|req: 776/1448] 10.0.0.55 () {32 vars in 716 bytes} [Tue Mar 3 04:00:52 2026] GET /v2.0/ports/56f1ef6f-e8da-488a-a72a-cdb2b6dc2d5d => generated 959 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 04:00:52.616 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b8c966f3-20cc-46b9-a778-f254156adf9d 42fd01d431224e3493d5bd5f4d230935 5f073a4d5e724e80a7eec342b73e5aa5 - - default default] Tap Mirror: Handle Delete Port: 9a254e3a-2615-47fa-b417-d1106c8e384d [pid: 7|app: 0|req: 777/1449] 10.0.0.55 () {32 vars in 642 bytes} [Tue Mar 3 04:00:52 2026] GET /v2.0/ports => generated 1506 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 673/1450] 10.0.0.55 () {32 vars in 731 bytes} [Tue Mar 3 04:00:52 2026] DELETE /v2.0/floatingips/484106dc-494f-4323-a3bf-82765ce7b1a0 => generated 0 bytes in 261 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-03 04:00:52.901 6 INFO neutron_taas.services.taas.taas_plugin [None req-f1cb396d-5a26-4a20-84ef-2e095345f0ef 6c1375ff20db4766ad17a80503955e65 adb2f43106ed4b11ba0822f176e14284 - - default default] TaaS: Handle Delete Port: d57bdb4e-8e0f-49f0-a98a-98580c7ec58c 2026-03-03 04:00:52.904 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f1cb396d-5a26-4a20-84ef-2e095345f0ef 6c1375ff20db4766ad17a80503955e65 adb2f43106ed4b11ba0822f176e14284 - - default default] Tap Mirror: Handle Delete Port: d57bdb4e-8e0f-49f0-a98a-98580c7ec58c [pid: 6|app: 0|req: 674/1451] 10.0.0.55 () {32 vars in 719 bytes} [Tue Mar 3 04:00:52 2026] DELETE /v2.0/ports/d57bdb4e-8e0f-49f0-a98a-98580c7ec58c => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 675/1452] 10.0.0.233 () {28 vars in 619 bytes} [Tue Mar 3 04:00:52 2026] GET /v2.0/network-ip-availabilities => generated 5718 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 676/1453] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:00:53 2026] DELETE /v2.0/security-groups/f9612c2e-e439-43d9-a510-9cfa166f9516 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-03 04:00:53.324 6 INFO neutron_taas.services.taas.taas_plugin [None req-30899567-64c2-40a6-9e83-405b13b8b46e 6c1375ff20db4766ad17a80503955e65 adb2f43106ed4b11ba0822f176e14284 - - default default] TaaS: Handle Delete Port: fe032e95-9e21-426f-ad62-d6f1b8bbf581 2026-03-03 04:00:53.328 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-30899567-64c2-40a6-9e83-405b13b8b46e 6c1375ff20db4766ad17a80503955e65 adb2f43106ed4b11ba0822f176e14284 - - default default] Tap Mirror: Handle Delete Port: fe032e95-9e21-426f-ad62-d6f1b8bbf581 [pid: 6|app: 0|req: 677/1454] 10.0.0.55 () {32 vars in 719 bytes} [Tue Mar 3 04:00:53 2026] DELETE /v2.0/ports/fe032e95-9e21-426f-ad62-d6f1b8bbf581 => generated 0 bytes in 217 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 678/1455] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:00:53 2026] GET /v2.0/ports?device_id=f4fca6e0-ac23-4d8d-af68-623b8868cd1a => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 679/1456] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 04:00:53 2026] GET /v2.0/subnets => generated 7149 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-03 04:00:53.565 7 INFO neutron.services.segments.plugin [-] Segment c2dc66c2-55b5-434c-8c59-2538d13f2574 resource provider aggregate not found 2026-03-03 04:00:53.570 7 INFO neutron.services.segments.plugin [-] Segment c2dc66c2-55b5-434c-8c59-2538d13f2574 resource provider aggregate not found 2026-03-03 04:00:53.586 7 INFO neutron.services.segments.plugin [-] Segment c2dc66c2-55b5-434c-8c59-2538d13f2574 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c2dc66c2-55b5-434c-8c59-2538d13f2574 found for delete ", "request_id": "req-5020c139-d937-412c-adc7-99e3b4b0045d"}]} 2026-03-03 04:00:53.588 7 INFO neutron.services.segments.plugin [-] Segment c2dc66c2-55b5-434c-8c59-2538d13f2574 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c2dc66c2-55b5-434c-8c59-2538d13f2574 found for delete ", "request_id": "req-d2d1231a-940a-4514-bc0a-48c6d87e0711"}]} [pid: 7|app: 0|req: 778/1457] 10.0.0.55 () {34 vars in 782 bytes} [Tue Mar 3 04:00:52 2026] PUT /v2.0/routers/e4832914-1edf-4f92-ad6a-658ee7a6a3f9/add_router_interface => generated 309 bytes in 1006 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1458] 10.0.0.55 () {32 vars in 642 bytes} [Tue Mar 3 04:00:53 2026] GET /v2.0/ports => 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: 780/1459] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:00:53 2026] GET /v2.0/security-groups?id=7dafe99d-cf73-4cea-ac21-6ab3b586cedc&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1460] 10.0.0.233 () {28 vars in 591 bytes} [Tue Mar 3 04:00:53 2026] GET /v2.0/floatingips => generated 860 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1461] 10.0.0.55 () {32 vars in 716 bytes} [Tue Mar 3 04:00:53 2026] GET /v2.0/ports/ca259cbf-0f3f-4af0-a4af-d7c350826f55 => generated 967 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 04:00:53.849 7 INFO neutron.db.segments_db [None req-3afb441c-dd17-4ca4-b75b-644637af2a2f 6c1375ff20db4766ad17a80503955e65 adb2f43106ed4b11ba0822f176e14284 - - default default] Added segment 8ea50618-2f90-48b1-8187-594878c268b6 of type vxlan for network 63989265-2eca-4e26-a936-80934cedea9b 2026-03-03 04:00:53.888 6 INFO neutron_taas.services.taas.taas_plugin [None req-528daf40-a325-407a-a934-6513d8da1550 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] TaaS: Handle Delete Port: 0f68a08a-6edc-45fc-a644-5fa00b52b59d 2026-03-03 04:00:53.891 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-528daf40-a325-407a-a934-6513d8da1550 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Tap Mirror: Handle Delete Port: 0f68a08a-6edc-45fc-a644-5fa00b52b59d [pid: 7|app: 0|req: 783/1462] 10.0.0.55 () {34 vars in 669 bytes} [Tue Mar 3 04:00:53 2026] POST /v2.0/networks => generated 653 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1463] 10.0.0.233 () {28 vars in 581 bytes} [Tue Mar 3 04:00:53 2026] GET /v2.0/agents => generated 3387 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-03 04:00:54.176 7 INFO neutron_taas.services.taas.taas_plugin [None req-3f130a40-0d86-4e97-a53a-7eebf8154a47 b8cdda4030b44e899fb81a9c25fe0c5a b4546a6d799048db8d00e7adf0e34a24 - - default default] TaaS: Handle Delete Port: ca259cbf-0f3f-4af0-a4af-d7c350826f55 2026-03-03 04:00:54.178 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3f130a40-0d86-4e97-a53a-7eebf8154a47 b8cdda4030b44e899fb81a9c25fe0c5a b4546a6d799048db8d00e7adf0e34a24 - - default default] Tap Mirror: Handle Delete Port: ca259cbf-0f3f-4af0-a4af-d7c350826f55 [pid: 6|app: 0|req: 680/1464] 10.0.0.55 () {34 vars in 788 bytes} [Tue Mar 3 04:00:53 2026] PUT /v2.0/routers/1fcfcbb8-6c88-4a3a-a522-69ed75d35ee0/remove_router_interface => generated 309 bytes in 915 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1465] 10.0.0.55 () {34 vars in 788 bytes} [Tue Mar 3 04:00:53 2026] PUT /v2.0/routers/e4832914-1edf-4f92-ad6a-658ee7a6a3f9/remove_router_interface => generated 309 bytes in 512 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 04:00:54.498 6 INFO neutron.db.segments_db [None req-fb380629-4364-4faf-a146-f512c209e530 6c1375ff20db4766ad17a80503955e65 adb2f43106ed4b11ba0822f176e14284 - - default default] Added segment 0bf1b133-ca2a-4049-9fe7-af403c6d724b of type vxlan for network 5ea4a47b-b836-4531-9200-02a7c3f9c216 [pid: 7|app: 0|req: 786/1466] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 04:00:54 2026] GET /v2.0/routers => generated 2727 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 681/1467] 10.0.0.55 () {34 vars in 669 bytes} [Tue Mar 3 04:00:54 2026] POST /v2.0/networks => generated 654 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-03 04:00:54.673 7 INFO neutron_taas.services.taas.taas_plugin [None req-b9b8d552-add4-4525-a9c1-91f48fc0a1d6 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] TaaS: Handle Delete Port: b8700f65-c8de-4f9c-b105-d003de5264fe 2026-03-03 04:00:54.675 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b9b8d552-add4-4525-a9c1-91f48fc0a1d6 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Tap Mirror: Handle Delete Port: b8700f65-c8de-4f9c-b105-d003de5264fe 2026-03-03 04:00:54.835 6 INFO neutron_taas.services.taas.taas_plugin [None req-ea31e304-8472-4780-acf4-0e76b2cb5ff9 b8cdda4030b44e899fb81a9c25fe0c5a b4546a6d799048db8d00e7adf0e34a24 - - default default] TaaS: Handle Delete Port: 56f1ef6f-e8da-488a-a72a-cdb2b6dc2d5d 2026-03-03 04:00:54.837 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea31e304-8472-4780-acf4-0e76b2cb5ff9 b8cdda4030b44e899fb81a9c25fe0c5a b4546a6d799048db8d00e7adf0e34a24 - - default default] Tap Mirror: Handle Delete Port: 56f1ef6f-e8da-488a-a72a-cdb2b6dc2d5d 2026-03-03 04:00:54.868 7 INFO neutron_taas.services.taas.taas_plugin [None req-b9b8d552-add4-4525-a9c1-91f48fc0a1d6 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] TaaS: Handle Delete Port: 0d5451d1-7fcd-46c9-ad49-1e995c8beab6 2026-03-03 04:00:54.870 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b9b8d552-add4-4525-a9c1-91f48fc0a1d6 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Tap Mirror: Handle Delete Port: 0d5451d1-7fcd-46c9-ad49-1e995c8beab6 [pid: 6|app: 0|req: 682/1468] 10.0.0.55 () {34 vars in 788 bytes} [Tue Mar 3 04:00:54 2026] PUT /v2.0/routers/e4832914-1edf-4f92-ad6a-658ee7a6a3f9/remove_router_interface => generated 309 bytes in 665 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 683/1469] 10.0.0.233 () {28 vars in 624 bytes} [Tue Mar 3 04:00:55 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-03 04:00:55.246 7 INFO neutron.db.l3_hamode_db [None req-b9b8d552-add4-4525-a9c1-91f48fc0a1d6 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] HA network 897c23c9-4f70-4b4d-ae81-edd2253a6dd2 was deleted as no HA routers are present in tenant 5f073a4d5e724e80a7eec342b73e5aa5. [pid: 7|app: 0|req: 787/1470] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:00:54 2026] DELETE /v2.0/routers/1fcfcbb8-6c88-4a3a-a522-69ed75d35ee0 => generated 0 bytes in 737 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1471] 10.0.0.55 () {32 vars in 735 bytes} [Tue Mar 3 04:00:55 2026] GET /v2.0/ports?device_id=e4832914-1edf-4f92-ad6a-658ee7a6a3f9 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-03 04:00:55.279 7 INFO neutron.api.v2.resource [None req-cba58a22-9a2c-42a0-9a51-932cedf3cc9b fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] index failed (client error): The resource could not be found. [pid: 7|app: 0|req: 789/1472] 10.0.0.233 () {28 vars in 677 bytes} [Tue Mar 3 04:00:55 2026] GET /v2.0/routers/1fcfcbb8-6c88-4a3a-a522-69ed75d35ee0/l3-agents => generated 135 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1473] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:00:55 2026] DELETE /v2.0/subnets/9a7ab503-8ecf-4a93-9d92-8cb5f8463c31 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 04:00:55.606 7 INFO neutron.services.segments.plugin [-] Segment aef91838-46fe-4d39-8607-d860231a3608 resource provider aggregate not found 2026-03-03 04:00:55.616 7 INFO neutron.services.segments.plugin [-] Segment aef91838-46fe-4d39-8607-d860231a3608 resource provider aggregate not found 2026-03-03 04:00:55.636 7 INFO neutron.services.segments.plugin [-] Segment aef91838-46fe-4d39-8607-d860231a3608 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aef91838-46fe-4d39-8607-d860231a3608 found for delete ", "request_id": "req-28d32858-d3b7-40fe-a251-e45dec94b778"}]} 2026-03-03 04:00:55.636 7 INFO neutron.services.segments.plugin [-] Segment aef91838-46fe-4d39-8607-d860231a3608 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aef91838-46fe-4d39-8607-d860231a3608 found for delete ", "request_id": "req-d767ed3f-0fb1-41f8-8313-f2931cd0ec76"}]} 2026-03-03 04:00:55.682 7 INFO neutron_taas.services.taas.taas_plugin [None req-3ad46be8-1d82-43c3-a4a9-35402172195f b8cdda4030b44e899fb81a9c25fe0c5a b4546a6d799048db8d00e7adf0e34a24 - - default default] TaaS: Handle Delete Port: 2b2d369e-b854-4e7e-ba34-9da58f8f907a 2026-03-03 04:00:55.685 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3ad46be8-1d82-43c3-a4a9-35402172195f b8cdda4030b44e899fb81a9c25fe0c5a b4546a6d799048db8d00e7adf0e34a24 - - default default] Tap Mirror: Handle Delete Port: 2b2d369e-b854-4e7e-ba34-9da58f8f907a [pid: 6|app: 0|req: 684/1474] 10.0.0.55 () {34 vars in 668 bytes} [Tue Mar 3 04:00:55 2026] POST /v2.0/subnets => generated 1324 bytes in 459 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 6|app: 0|req: 685/1475] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 04:00:55 2026] GET /v2.0/subnets => generated 7196 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-03 04:00:55.826 6 INFO neutron_taas.services.taas.taas_plugin [None req-7b854104-9e9a-4d45-803b-2af9377eb044 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] TaaS: Handle Delete Port: c0b4cbb7-6c27-430e-98c6-8d562c30ddc9 2026-03-03 04:00:55.828 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7b854104-9e9a-4d45-803b-2af9377eb044 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Tap Mirror: Handle Delete Port: c0b4cbb7-6c27-430e-98c6-8d562c30ddc9 2026-03-03 04:00:56.013 6 INFO neutron.services.segments.plugin [-] Segment 2057f2a1-9a73-41f6-bf17-2a9d38b8a426 resource provider aggregate not found 2026-03-03 04:00:56.018 6 INFO neutron.services.segments.plugin [-] Segment 2057f2a1-9a73-41f6-bf17-2a9d38b8a426 resource provider aggregate not found 2026-03-03 04:00:56.038 6 INFO neutron.services.segments.plugin [-] Segment 2057f2a1-9a73-41f6-bf17-2a9d38b8a426 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2057f2a1-9a73-41f6-bf17-2a9d38b8a426 found for delete ", "request_id": "req-ce662310-7607-4694-baa4-b2de8d03263d"}]} 2026-03-03 04:00:56.041 6 INFO neutron.services.segments.plugin [-] Segment 2057f2a1-9a73-41f6-bf17-2a9d38b8a426 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2057f2a1-9a73-41f6-bf17-2a9d38b8a426 found for delete ", "request_id": "req-d4604863-861a-4811-9897-67c12e3a4963"}]} [pid: 6|app: 0|req: 686/1476] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 04:00:55 2026] DELETE /v2.0/networks/3ef00c98-cfb9-4a2d-9168-4c6c10750bf3 => generated 0 bytes in 298 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 04:00:56.071 7 INFO neutron.db.l3_hamode_db [None req-3ad46be8-1d82-43c3-a4a9-35402172195f b8cdda4030b44e899fb81a9c25fe0c5a b4546a6d799048db8d00e7adf0e34a24 - - default default] HA network dd82217d-9371-4c23-bef8-cc0d56bb668b was deleted as no HA routers are present in tenant b4546a6d799048db8d00e7adf0e34a24. [pid: 7|app: 0|req: 791/1477] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:00:55 2026] DELETE /v2.0/routers/e4832914-1edf-4f92-ad6a-658ee7a6a3f9 => generated 0 bytes in 635 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1478] 10.0.0.233 () {28 vars in 591 bytes} [Tue Mar 3 04:00:56 2026] GET /v2.0/subnetpools => generated 19 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 687/1479] 10.0.0.55 () {32 vars in 646 bytes} [Tue Mar 3 04:00:56 2026] GET /v2.0/subnets => generated 1960 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 688/1480] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:00:56 2026] DELETE /v2.0/subnets/00845fa1-6a36-41c7-839e-a326eab8b985 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 689/1481] 10.0.0.233 () {28 vars in 585 bytes} [Tue Mar 3 04:00:56 2026] GET /v2.0/networks => generated 9498 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 690/1482] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:00:56 2026] DELETE /v2.0/subnets/d8d9a5f7-c0ca-4fa5-9eb5-a1e0566c56c2 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 04:00:56.475 7 INFO neutron_taas.services.taas.taas_plugin [None req-09963632-f58c-41a5-beaa-febf6195cbd1 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] TaaS: Handle Delete Port: 4b834db7-4ed1-434c-8c22-89be249ca104 2026-03-03 04:00:56.478 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-09963632-f58c-41a5-beaa-febf6195cbd1 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Tap Mirror: Handle Delete Port: 4b834db7-4ed1-434c-8c22-89be249ca104 [pid: 6|app: 0|req: 691/1483] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:00:56 2026] DELETE /v2.0/subnets/d91cdb44-df56-49af-8689-fd0fab3e78c8 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 692/1484] 10.0.0.233 () {28 vars in 599 bytes} [Tue Mar 3 04:00:56 2026] GET /v2.0/security-groups => generated 34786 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 6|app: 0|req: 693/1485] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:00:56 2026] DELETE /v2.0/subnets/738f4595-ed12-4ca1-85bf-62dc3f0155f2 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 694/1486] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 04:00:56 2026] DELETE /v2.0/networks/4329ce5f-ce2f-4297-96c3-1416891feac2 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1487] 10.0.0.55 () {34 vars in 788 bytes} [Tue Mar 3 04:00:56 2026] PUT /v2.0/routers/ea7eb8a7-3699-46ff-9084-36bdfadb1aa3/remove_router_interface => generated 309 bytes in 913 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1488] 10.0.0.55 () {32 vars in 646 bytes} [Tue Mar 3 04:00:57 2026] GET /v2.0/subnets => generated 649 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 695/1489] 10.0.0.233 () {28 vars in 579 bytes} [Tue Mar 3 04:00:56 2026] GET /v2.0/ports => generated 16406 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-03-03 04:00:57.143 7 INFO neutron_taas.services.taas.taas_plugin [None req-d149df3c-51e0-47a0-a518-fecdc86be450 b8cdda4030b44e899fb81a9c25fe0c5a b4546a6d799048db8d00e7adf0e34a24 - - default default] TaaS: Handle Delete Port: 0b5cb4af-ebd8-4bdb-b931-92a66bf585a9 2026-03-03 04:00:57.147 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d149df3c-51e0-47a0-a518-fecdc86be450 b8cdda4030b44e899fb81a9c25fe0c5a b4546a6d799048db8d00e7adf0e34a24 - - default default] Tap Mirror: Handle Delete Port: 0b5cb4af-ebd8-4bdb-b931-92a66bf585a9 2026-03-03 04:00:57.229 6 INFO neutron_taas.services.taas.taas_plugin [None req-a8c3e289-6d83-499d-a455-3ad6676aab84 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] TaaS: Handle Delete Port: 9b5b9f3f-2d34-4ddc-9280-56277a0ebcf4 2026-03-03 04:00:57.232 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a8c3e289-6d83-499d-a455-3ad6676aab84 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Tap Mirror: Handle Delete Port: 9b5b9f3f-2d34-4ddc-9280-56277a0ebcf4 [pid: 7|app: 0|req: 795/1490] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 04:00:57 2026] DELETE /v2.0/networks/ae25fd72-7d6e-4545-b2da-2f601bcfe0e1 => generated 0 bytes in 340 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 04:00:57.459 6 INFO neutron_taas.services.taas.taas_plugin [None req-a8c3e289-6d83-499d-a455-3ad6676aab84 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] TaaS: Handle Delete Port: 2978f8bc-a85c-496d-bbd7-11400d9e3f5a 2026-03-03 04:00:57.462 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a8c3e289-6d83-499d-a455-3ad6676aab84 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Tap Mirror: Handle Delete Port: 2978f8bc-a85c-496d-bbd7-11400d9e3f5a [pid: 7|app: 0|req: 796/1491] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 04:00:57 2026] DELETE /v2.0/networks/5ea4a47b-b836-4531-9200-02a7c3f9c216 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 04:00:57.541 7 INFO neutron.db.segments_db [None req-80350163-ff54-4217-8409-85b08c7f25f5 b8cdda4030b44e899fb81a9c25fe0c5a b4546a6d799048db8d00e7adf0e34a24 - - default default] Added segment c7a35e66-3cc0-45cd-a8ca-c1a309dc0505 of type vxlan for network 2e7937f6-b58a-44aa-b78f-b499e6ad011a [pid: 7|app: 0|req: 797/1492] 10.0.0.55 () {34 vars in 669 bytes} [Tue Mar 3 04:00:57 2026] POST /v2.0/networks => generated 632 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-03 04:00:57.657 7 INFO neutron.services.segments.plugin [-] Segment 9137a826-60a8-49e5-92b5-5470ada2396c resource provider aggregate not found 2026-03-03 04:00:57.660 7 INFO neutron.services.segments.plugin [-] Segment 9137a826-60a8-49e5-92b5-5470ada2396c resource provider aggregate not found 2026-03-03 04:00:57.682 7 INFO neutron.services.segments.plugin [-] Segment 9137a826-60a8-49e5-92b5-5470ada2396c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9137a826-60a8-49e5-92b5-5470ada2396c found for delete ", "request_id": "req-2e163622-37cb-4dd7-b1c0-92fbfe4b02e9"}]} 2026-03-03 04:00:57.686 7 INFO neutron.services.segments.plugin [-] Segment 9137a826-60a8-49e5-92b5-5470ada2396c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9137a826-60a8-49e5-92b5-5470ada2396c found for delete ", "request_id": "req-8e2babd6-bb35-45dd-ae4b-51678506e6ef"}]} 2026-03-03 04:00:57.703 7 INFO neutron.services.segments.plugin [-] Segment 42888298-c64b-47ee-9aef-b94640cabcbe resource provider aggregate not found 2026-03-03 04:00:57.707 7 INFO neutron.services.segments.plugin [-] Segment 42888298-c64b-47ee-9aef-b94640cabcbe resource provider aggregate not found 2026-03-03 04:00:57.721 7 INFO neutron.services.segments.plugin [-] Segment 42888298-c64b-47ee-9aef-b94640cabcbe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42888298-c64b-47ee-9aef-b94640cabcbe found for delete ", "request_id": "req-577b48e4-9c20-41a4-bbff-b4dbef2077be"}]} 2026-03-03 04:00:57.729 7 INFO neutron.services.segments.plugin [-] Segment 42888298-c64b-47ee-9aef-b94640cabcbe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42888298-c64b-47ee-9aef-b94640cabcbe found for delete ", "request_id": "req-1cf98402-4b10-4060-8b01-1879326c8d95"}]} 2026-03-03 04:00:57.742 7 INFO neutron.services.segments.plugin [-] Segment 0bf1b133-ca2a-4049-9fe7-af403c6d724b resource provider aggregate not found 2026-03-03 04:00:57.747 7 INFO neutron.services.segments.plugin [-] Segment 0bf1b133-ca2a-4049-9fe7-af403c6d724b resource provider aggregate not found 2026-03-03 04:00:57.764 7 INFO neutron.services.segments.plugin [-] Segment 0bf1b133-ca2a-4049-9fe7-af403c6d724b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0bf1b133-ca2a-4049-9fe7-af403c6d724b found for delete ", "request_id": "req-45c8084c-d641-4f90-ba37-4f88732c7912"}]} 2026-03-03 04:00:57.765 7 INFO neutron.services.segments.plugin [-] Segment 0bf1b133-ca2a-4049-9fe7-af403c6d724b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0bf1b133-ca2a-4049-9fe7-af403c6d724b found for delete ", "request_id": "req-08223b2b-fce3-421f-8081-a461f7e8dca9"}]} 2026-03-03 04:00:57.807 6 INFO neutron.db.l3_hamode_db [None req-a8c3e289-6d83-499d-a455-3ad6676aab84 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] HA network 3a7af4d9-9eeb-42cb-9e23-0efd7867e2e8 was deleted as no HA routers are present in tenant d8ae438d43544c05ad8c40f810062a6e. [pid: 6|app: 0|req: 696/1493] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:00:57 2026] DELETE /v2.0/routers/ea7eb8a7-3699-46ff-9084-36bdfadb1aa3 => generated 0 bytes in 778 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1494] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 04:00:57 2026] DELETE /v2.0/networks/63989265-2eca-4e26-a936-80934cedea9b => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1495] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:00:57 2026] DELETE /v2.0/subnets/a5bab68e-bfe7-4d09-93dc-45f4e7ea41eb => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 697/1496] 10.0.0.55 () {34 vars in 668 bytes} [Tue Mar 3 04:00:57 2026] POST /v2.0/subnets => generated 646 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-03 04:00:58.061 6 INFO neutron.services.segments.plugin [-] Segment 9da7de72-1a32-44c4-8b99-70447889dff0 resource provider aggregate not found 2026-03-03 04:00:58.069 6 INFO neutron.services.segments.plugin [-] Segment 9da7de72-1a32-44c4-8b99-70447889dff0 resource provider aggregate not found [pid: 7|app: 0|req: 800/1497] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 04:00:57 2026] DELETE /v2.0/networks/ea0e3b7d-8d02-4c1f-abb5-f13cd91e71cd => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 04:00:58.084 6 INFO neutron.services.segments.plugin [-] Segment 9da7de72-1a32-44c4-8b99-70447889dff0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9da7de72-1a32-44c4-8b99-70447889dff0 found for delete ", "request_id": "req-4d9c3dbb-0312-44d1-afdf-5bf78fa5e8f2"}]} 2026-03-03 04:00:58.088 6 INFO neutron.services.segments.plugin [-] Segment 9da7de72-1a32-44c4-8b99-70447889dff0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9da7de72-1a32-44c4-8b99-70447889dff0 found for delete ", "request_id": "req-4c8778ba-92e0-414f-aee6-86f2e6d51b73"}]} 2026-03-03 04:00:58.106 6 INFO neutron.services.segments.plugin [-] Segment abe5df18-def0-4bc7-b016-e52035a9b3a3 resource provider aggregate not found 2026-03-03 04:00:58.111 6 INFO neutron.services.segments.plugin [-] Segment abe5df18-def0-4bc7-b016-e52035a9b3a3 resource provider aggregate not found 2026-03-03 04:00:58.120 7 INFO neutron.db.segments_db [None req-2f5ea232-ef6e-422d-846f-25f4537e56aa b8cdda4030b44e899fb81a9c25fe0c5a b4546a6d799048db8d00e7adf0e34a24 - - default default] Added segment fb601f0a-471f-4150-b750-61700823c2f8 of type vxlan for network b3808f19-b364-40fb-ad96-6e64c455f084 2026-03-03 04:00:58.122 6 INFO neutron.services.segments.plugin [-] Segment abe5df18-def0-4bc7-b016-e52035a9b3a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid abe5df18-def0-4bc7-b016-e52035a9b3a3 found for delete ", "request_id": "req-8ba011c7-723a-4487-bb97-f80b80226bfa"}]} 2026-03-03 04:00:58.131 6 INFO neutron.services.segments.plugin [-] Segment abe5df18-def0-4bc7-b016-e52035a9b3a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid abe5df18-def0-4bc7-b016-e52035a9b3a3 found for delete ", "request_id": "req-20c3d6ef-7754-476b-afcf-0d3fcd9b6061"}]} 2026-03-03 04:00:58.149 6 INFO neutron_taas.services.taas.taas_plugin [None req-c9e3c4bf-5105-4168-bd62-03d99e0fdead fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] TaaS: Handle Delete Port: 53a61287-731f-4151-b6ba-0618ec20abee 2026-03-03 04:00:58.152 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c9e3c4bf-5105-4168-bd62-03d99e0fdead fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Tap Mirror: Handle Delete Port: 53a61287-731f-4151-b6ba-0618ec20abee [pid: 6|app: 0|req: 698/1498] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 04:00:58 2026] DELETE /v2.0/networks/167c6235-1675-4f7b-936e-3372474652ca => generated 0 bytes in 312 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 04:00:58.346 7 INFO neutron.db.l3_hamode_db [None req-2f5ea232-ef6e-422d-846f-25f4537e56aa b8cdda4030b44e899fb81a9c25fe0c5a b4546a6d799048db8d00e7adf0e34a24 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 6|app: 0|req: 699/1499] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 04:00:58 2026] DELETE /v2.0/networks/bc4eb862-38c2-4f0d-b0fa-11414ac99544 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 04:00:58.471 7 INFO neutron.db.l3_hamode_db [None req-2f5ea232-ef6e-422d-846f-25f4537e56aa b8cdda4030b44e899fb81a9c25fe0c5a b4546a6d799048db8d00e7adf0e34a24 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 6|app: 0|req: 700/1500] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:00:58 2026] GET /v2.0/security-groups?tenant_id=5f073a4d5e724e80a7eec342b73e5aa5&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 701/1501] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:00:58 2026] DELETE /v2.0/security-groups/31825b86-8b6d-49d9-8f30-871dca83bdf5 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 702/1502] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:00:58 2026] GET /v2.0/security-groups?tenant_id=d8ae438d43544c05ad8c40f810062a6e&name=default => generated 2925 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 703/1503] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:00:58 2026] DELETE /v2.0/security-groups/9eb74578-6bbc-4904-ad60-2fa0fc1138c0 => 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: 801/1504] 10.0.0.55 () {34 vars in 668 bytes} [Tue Mar 3 04:00:58 2026] POST /v2.0/routers => generated 510 bytes in 993 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 704/1507] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:00:58 2026] GET /v2.0/security-groups?tenant_id=adb2f43106ed4b11ba0822f176e14284&name=default => generated 2925 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 705/1508] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:00:59 2026] DELETE /v2.0/security-groups/7209b62e-9c0b-4f4e-879c-9d1fc0031522 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1509] 10.0.0.55 () {34 vars in 664 bytes} [Tue Mar 3 04:00:59 2026] POST /v2.0/ports => generated 963 bytes in 332 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-03 04:00:59.784 7 INFO neutron.services.segments.plugin [-] Segment 8ea50618-2f90-48b1-8187-594878c268b6 resource provider aggregate not found 2026-03-03 04:00:59.787 7 INFO neutron.services.segments.plugin [-] Segment 8ea50618-2f90-48b1-8187-594878c268b6 resource provider aggregate not found 2026-03-03 04:00:59.800 7 INFO neutron.services.segments.plugin [-] Segment 8ea50618-2f90-48b1-8187-594878c268b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ea50618-2f90-48b1-8187-594878c268b6 found for delete ", "request_id": "req-2c1f6d1f-8d90-4e7f-a787-ef49529a411f"}]} 2026-03-03 04:00:59.805 7 INFO neutron.services.segments.plugin [-] Segment 8ea50618-2f90-48b1-8187-594878c268b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ea50618-2f90-48b1-8187-594878c268b6 found for delete ", "request_id": "req-2b8ff0b8-f256-458b-a503-3d7b56d69996"}]} 2026-03-03 04:00:59.818 7 INFO neutron.services.segments.plugin [-] Segment bef0df19-e464-4806-b18d-18d4eef01559 resource provider aggregate not found 2026-03-03 04:00:59.821 7 INFO neutron.services.segments.plugin [-] Segment bef0df19-e464-4806-b18d-18d4eef01559 resource provider aggregate not found 2026-03-03 04:00:59.835 7 INFO neutron.services.segments.plugin [-] Segment bef0df19-e464-4806-b18d-18d4eef01559 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bef0df19-e464-4806-b18d-18d4eef01559 found for delete ", "request_id": "req-605944e7-c85b-4be9-b881-55f9e96a8df8"}]} 2026-03-03 04:00:59.837 7 INFO neutron.services.segments.plugin [-] Segment bef0df19-e464-4806-b18d-18d4eef01559 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bef0df19-e464-4806-b18d-18d4eef01559 found for delete ", "request_id": "req-3cb6eb4b-40b3-4da5-95a2-2aa5f650f46a"}]} 2026-03-03 04:01:00.140 6 INFO neutron.services.segments.plugin [-] Segment 542d6931-611e-43be-84b4-1000c475e9c0 resource provider aggregate not found 2026-03-03 04:01:00.147 6 INFO neutron.services.segments.plugin [-] Segment 542d6931-611e-43be-84b4-1000c475e9c0 resource provider aggregate not found 2026-03-03 04:01:00.161 6 INFO neutron.services.segments.plugin [-] Segment 542d6931-611e-43be-84b4-1000c475e9c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 542d6931-611e-43be-84b4-1000c475e9c0 found for delete ", "request_id": "req-d7eb6b81-b5eb-4280-95f2-4c8efe9777dc"}]} 2026-03-03 04:01:00.165 6 INFO neutron.services.segments.plugin [-] Segment 542d6931-611e-43be-84b4-1000c475e9c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 542d6931-611e-43be-84b4-1000c475e9c0 found for delete ", "request_id": "req-a2417137-2cf1-474a-9a49-1bba4434cac0"}]} 2026-03-03 04:01:00.180 6 INFO neutron.services.segments.plugin [-] Segment aa3174f3-f3e8-46b7-9666-19cf0816f506 resource provider aggregate not found 2026-03-03 04:01:00.185 6 INFO neutron.services.segments.plugin [-] Segment aa3174f3-f3e8-46b7-9666-19cf0816f506 resource provider aggregate not found 2026-03-03 04:01:00.195 6 INFO neutron.services.segments.plugin [-] Segment aa3174f3-f3e8-46b7-9666-19cf0816f506 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa3174f3-f3e8-46b7-9666-19cf0816f506 found for delete ", "request_id": "req-0a676d8d-f85b-4e55-99ed-52515b662738"}]} 2026-03-03 04:01:00.210 6 INFO neutron.services.segments.plugin [-] Segment aa3174f3-f3e8-46b7-9666-19cf0816f506 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa3174f3-f3e8-46b7-9666-19cf0816f506 found for delete ", "request_id": "req-cc3f5b7d-3791-4737-927c-3cc925234ea6"}]} [pid: 6|app: 0|req: 706/1510] 10.0.0.55 () {34 vars in 782 bytes} [Tue Mar 3 04:00:59 2026] PUT /v2.0/routers/96546d80-b2ff-493a-9e95-55ae9e6f67e0/add_router_interface => generated 309 bytes in 1035 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: 805/1511] 10.0.0.55 () {32 vars in 716 bytes} [Tue Mar 3 04:01:00 2026] GET /v2.0/ports/7a69b9a0-be40-43e1-bdae-82780fd6c068 => generated 1037 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-03-03 04:01:00.838 6 INFO neutron_taas.services.taas.taas_plugin [None req-8e210481-3265-4069-a854-c8f526537eef b8cdda4030b44e899fb81a9c25fe0c5a b4546a6d799048db8d00e7adf0e34a24 - - default default] TaaS: Handle Delete Port: 7a69b9a0-be40-43e1-bdae-82780fd6c068 2026-03-03 04:01:00.840 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8e210481-3265-4069-a854-c8f526537eef b8cdda4030b44e899fb81a9c25fe0c5a b4546a6d799048db8d00e7adf0e34a24 - - default default] Tap Mirror: Handle Delete Port: 7a69b9a0-be40-43e1-bdae-82780fd6c068 [pid: 6|app: 0|req: 707/1512] 10.0.0.55 () {34 vars in 788 bytes} [Tue Mar 3 04:01:00 2026] PUT /v2.0/routers/96546d80-b2ff-493a-9e95-55ae9e6f67e0/remove_router_interface => generated 309 bytes in 668 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-03-03 04:01:01.262 6 INFO neutron.api.v2.resource [None req-2538d40e-e930-4267-a21f-157f2f86a598 b8cdda4030b44e899fb81a9c25fe0c5a b4546a6d799048db8d00e7adf0e34a24 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 6|app: 0|req: 708/1513] 10.0.0.55 () {34 vars in 788 bytes} [Tue Mar 3 04:01:01 2026] PUT /v2.0/routers/96546d80-b2ff-493a-9e95-55ae9e6f67e0/remove_router_interface => generated 197 bytes in 90 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-03 04:01:01.271 7 INFO neutron.db.segments_db [None req-0dc2b879-edc2-4167-abd3-0c3cf136998a 0859d7142ecf441da707a94987650224 effcb6343c244242859a27853ef47ef1 - - default default] Added segment dc68daf4-2201-4e7b-93dd-6b5b2dd10abc of type vxlan for network 6e01a190-2104-4769-bf7e-ef8f375cc2b6 [pid: 6|app: 0|req: 709/1514] 10.0.0.55 () {32 vars in 735 bytes} [Tue Mar 3 04:01:01 2026] GET /v2.0/ports?device_id=96546d80-b2ff-493a-9e95-55ae9e6f67e0 => 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: 806/1515] 10.0.0.55 () {34 vars in 669 bytes} [Tue Mar 3 04:01:00 2026] POST /v2.0/networks => generated 645 bytes in 413 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-03 04:01:01.440 6 INFO neutron_taas.services.taas.taas_plugin [None req-7079e036-4ad5-4828-a867-4ae640443c6c b8cdda4030b44e899fb81a9c25fe0c5a b4546a6d799048db8d00e7adf0e34a24 - - default default] TaaS: Handle Delete Port: 22d79ab3-6d3c-4f6b-b305-31a8295d6c1c 2026-03-03 04:01:01.443 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7079e036-4ad5-4828-a867-4ae640443c6c b8cdda4030b44e899fb81a9c25fe0c5a b4546a6d799048db8d00e7adf0e34a24 - - default default] Tap Mirror: Handle Delete Port: 22d79ab3-6d3c-4f6b-b305-31a8295d6c1c [pid: 7|app: 0|req: 807/1516] 10.0.0.55 () {34 vars in 664 bytes} [Tue Mar 3 04:01:01 2026] POST /v2.0/ports => generated 773 bytes in 277 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-03-03 04:01:01.693 7 INFO neutron.db.segments_db [None req-ed91953c-db13-4d41-958c-ce9d6f1f3678 0859d7142ecf441da707a94987650224 effcb6343c244242859a27853ef47ef1 - - default default] Added segment a141fd19-5aaa-4128-83ba-63f863732881 of type vxlan for network 9a5b9791-dcdb-496f-9266-3829f1ff6541 2026-03-03 04:01:01.766 6 INFO neutron.db.l3_hamode_db [None req-7079e036-4ad5-4828-a867-4ae640443c6c b8cdda4030b44e899fb81a9c25fe0c5a b4546a6d799048db8d00e7adf0e34a24 - - default default] HA network b3808f19-b364-40fb-ad96-6e64c455f084 was deleted as no HA routers are present in tenant b4546a6d799048db8d00e7adf0e34a24. [pid: 6|app: 0|req: 710/1517] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:01:01 2026] DELETE /v2.0/routers/96546d80-b2ff-493a-9e95-55ae9e6f67e0 => generated 0 bytes in 479 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1518] 10.0.0.55 () {34 vars in 669 bytes} [Tue Mar 3 04:01:01 2026] POST /v2.0/networks => generated 631 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 711/1519] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:01:01 2026] DELETE /v2.0/subnets/d8b665d7-deb4-4c74-a56f-b8858c11e0a9 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1520] 10.0.0.55 () {34 vars in 668 bytes} [Tue Mar 3 04:01:01 2026] POST /v2.0/subnets => generated 626 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 712/1521] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 04:01:01 2026] DELETE /v2.0/networks/2e7937f6-b58a-44aa-b78f-b499e6ad011a => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 04:01:02.093 6 INFO neutron.db.segments_db [None req-ed8c8d37-7dba-4b87-9edd-528aae8d578b b8cdda4030b44e899fb81a9c25fe0c5a b4546a6d799048db8d00e7adf0e34a24 - - default default] Added segment 31f49ba8-5e58-4199-b548-c62cbe6939c2 of type vxlan for network f9942457-fe23-451f-b05d-438b08a5c199 [pid: 6|app: 0|req: 713/1522] 10.0.0.55 () {34 vars in 669 bytes} [Tue Mar 3 04:01:02 2026] POST /v2.0/networks => generated 632 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-03 04:01:02.217 6 INFO neutron.services.segments.plugin [-] Segment fb601f0a-471f-4150-b750-61700823c2f8 resource provider aggregate not found 2026-03-03 04:01:02.235 6 INFO neutron.services.segments.plugin [-] Segment fb601f0a-471f-4150-b750-61700823c2f8 resource provider aggregate not found 2026-03-03 04:01:02.241 6 INFO neutron.services.segments.plugin [-] Segment fb601f0a-471f-4150-b750-61700823c2f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb601f0a-471f-4150-b750-61700823c2f8 found for delete ", "request_id": "req-a80a8c55-e543-4b9f-9e31-1de8043761c7"}]} 2026-03-03 04:01:02.260 6 INFO neutron.services.segments.plugin [-] Segment fb601f0a-471f-4150-b750-61700823c2f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb601f0a-471f-4150-b750-61700823c2f8 found for delete ", "request_id": "req-7b28c161-9cc7-4649-8c03-276dd17a5ef9"}]} 2026-03-03 04:01:02.267 6 INFO neutron.services.segments.plugin [-] Segment c7a35e66-3cc0-45cd-a8ca-c1a309dc0505 resource provider aggregate not found 2026-03-03 04:01:02.278 6 INFO neutron.services.segments.plugin [-] Segment c7a35e66-3cc0-45cd-a8ca-c1a309dc0505 resource provider aggregate not found 2026-03-03 04:01:02.284 6 INFO neutron.services.segments.plugin [-] Segment c7a35e66-3cc0-45cd-a8ca-c1a309dc0505 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7a35e66-3cc0-45cd-a8ca-c1a309dc0505 found for delete ", "request_id": "req-813db07a-4675-4d1d-8e1f-7aa8e0b7125d"}]} 2026-03-03 04:01:02.301 6 INFO neutron.services.segments.plugin [-] Segment c7a35e66-3cc0-45cd-a8ca-c1a309dc0505 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7a35e66-3cc0-45cd-a8ca-c1a309dc0505 found for delete ", "request_id": "req-dd1d143f-70b2-435a-91c5-02461b806c23"}]} [pid: 6|app: 0|req: 714/1523] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:01:02 2026] GET /v2.0/ports?device_id=f4fca6e0-ac23-4d8d-af68-623b8868cd1a => generated 971 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1524] 10.0.0.55 () {34 vars in 664 bytes} [Tue Mar 3 04:01:02 2026] POST /v2.0/ports => generated 950 bytes in 338 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: 811/1525] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:01:02 2026] GET /v2.0/security-groups?id=7dafe99d-cf73-4cea-ac21-6ab3b586cedc&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 04:01:02.503 7 INFO neutron_taas.services.taas.taas_plugin [None req-1850df6e-5713-448e-a0e3-f33e4309d6d7 0859d7142ecf441da707a94987650224 effcb6343c244242859a27853ef47ef1 - - default default] TaaS: Handle Delete Port: c8705b37-1eac-44ed-b5e2-92b6d703b367 2026-03-03 04:01:02.507 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1850df6e-5713-448e-a0e3-f33e4309d6d7 0859d7142ecf441da707a94987650224 effcb6343c244242859a27853ef47ef1 - - default default] Tap Mirror: Handle Delete Port: c8705b37-1eac-44ed-b5e2-92b6d703b367 [pid: 6|app: 0|req: 715/1526] 10.0.0.55 () {34 vars in 668 bytes} [Tue Mar 3 04:01:02 2026] POST /v2.0/subnets => generated 646 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 716/1527] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:01:02 2026] GET /v2.0/ports?device_id=f4fca6e0-ac23-4d8d-af68-623b8868cd1a => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 04:01:02.628 6 INFO neutron.db.segments_db [None req-5d336106-b921-4e7b-b97a-1770316cd0ec b8cdda4030b44e899fb81a9c25fe0c5a b4546a6d799048db8d00e7adf0e34a24 - - default default] Added segment 7cd14c30-f84a-4a9a-9946-717d4da13f5b of type vxlan for network 3ba91d84-33a5-49d8-88a5-9cc521791fb1 [pid: 7|app: 0|req: 812/1528] 10.0.0.55 () {32 vars in 719 bytes} [Tue Mar 3 04:01:02 2026] DELETE /v2.0/ports/c8705b37-1eac-44ed-b5e2-92b6d703b367 => generated 0 bytes in 276 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1529] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:01:02 2026] GET /v2.0/security-groups?id=7dafe99d-cf73-4cea-ac21-6ab3b586cedc&fields=id&fields=name => generated 114 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 04:01:02.700 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bb1abef1-8480-4a37-917d-c5ef9981c876 0859d7142ecf441da707a94987650224 effcb6343c244242859a27853ef47ef1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 814/1530] 10.0.0.55 () {32 vars in 719 bytes} [Tue Mar 3 04:01:02 2026] DELETE /v2.0/ports/c8705b37-1eac-44ed-b5e2-92b6d703b367 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-03 04:01:02.726 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0d0110ff-8a9e-4b98-bdf8-994de6a41b06 0859d7142ecf441da707a94987650224 effcb6343c244242859a27853ef47ef1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 815/1531] 10.0.0.55 () {32 vars in 716 bytes} [Tue Mar 3 04:01:02 2026] GET /v2.0/ports/c8705b37-1eac-44ed-b5e2-92b6d703b367 => 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: 816/1532] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:01:02 2026] DELETE /v2.0/subnets/5b14715a-fe39-4f03-8006-176a9332ca5c => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 04:01:02.874 6 INFO neutron.db.l3_hamode_db [None req-5d336106-b921-4e7b-b97a-1770316cd0ec b8cdda4030b44e899fb81a9c25fe0c5a b4546a6d799048db8d00e7adf0e34a24 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-03 04:01:02.955 7 INFO neutron.services.segments.plugin [-] Segment a141fd19-5aaa-4128-83ba-63f863732881 resource provider aggregate not found 2026-03-03 04:01:02.962 7 INFO neutron.services.segments.plugin [-] Segment a141fd19-5aaa-4128-83ba-63f863732881 resource provider aggregate not found 2026-03-03 04:01:02.977 7 INFO neutron.services.segments.plugin [-] Segment a141fd19-5aaa-4128-83ba-63f863732881 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a141fd19-5aaa-4128-83ba-63f863732881 found for delete ", "request_id": "req-b317db8f-3157-4731-8def-f750a8efec14"}]} 2026-03-03 04:01:02.980 7 INFO neutron.services.segments.plugin [-] Segment a141fd19-5aaa-4128-83ba-63f863732881 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a141fd19-5aaa-4128-83ba-63f863732881 found for delete ", "request_id": "req-59ef3210-4650-491c-871d-e2cdf7e7215f"}]} [pid: 7|app: 0|req: 817/1533] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 04:01:02 2026] DELETE /v2.0/networks/9a5b9791-dcdb-496f-9266-3829f1ff6541 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 04:01:02.991 6 INFO neutron.db.l3_hamode_db [None req-5d336106-b921-4e7b-b97a-1770316cd0ec b8cdda4030b44e899fb81a9c25fe0c5a b4546a6d799048db8d00e7adf0e34a24 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 6|app: 0|req: 717/1534] 10.0.0.55 () {34 vars in 668 bytes} [Tue Mar 3 04:01:02 2026] POST /v2.0/routers => generated 511 bytes in 948 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-03 04:01:03.586 6 INFO neutron.db.segments_db [None req-73a08a08-441f-4c79-9580-76b6b1ff075d 0859d7142ecf441da707a94987650224 effcb6343c244242859a27853ef47ef1 - - default default] Added segment 63a63333-df55-4e62-b929-5a7b69ccfcec of type vxlan for network 840be866-3463-463d-b113-c1d6ab2fbfdf [pid: 7|app: 0|req: 818/1535] 10.0.0.55 () {34 vars in 675 bytes} [Tue Mar 3 04:01:02 2026] POST /v2.0/floatingips => generated 552 bytes in 627 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 718/1536] 10.0.0.55 () {34 vars in 669 bytes} [Tue Mar 3 04:01:03 2026] POST /v2.0/networks => generated 632 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 719/1537] 10.0.0.55 () {34 vars in 675 bytes} [Tue Mar 3 04:01:03 2026] POST /v2.0/floatingips => generated 552 bytes in 470 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 720/1538] 10.0.0.55 () {34 vars in 668 bytes} [Tue Mar 3 04:01:04 2026] POST /v2.0/subnets => generated 626 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 721/1539] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:01:04 2026] GET /v2.0/ports?device_id=f4fca6e0-ac23-4d8d-af68-623b8868cd1a => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1540] 10.0.0.55 () {34 vars in 782 bytes} [Tue Mar 3 04:01:03 2026] PUT /v2.0/routers/e73d655e-8950-4993-88d7-853999f56018/add_router_interface => generated 309 bytes in 940 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 722/1541] 10.0.0.55 () {34 vars in 675 bytes} [Tue Mar 3 04:01:04 2026] POST /v2.0/floatingips => generated 552 bytes in 428 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 723/1542] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:01:04 2026] GET /v2.0/security-groups?id=7dafe99d-cf73-4cea-ac21-6ab3b586cedc&fields=id&fields=name => generated 114 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 724/1543] 10.0.0.55 () {32 vars in 716 bytes} [Tue Mar 3 04:01:04 2026] GET /v2.0/ports/f6b4951d-fce2-4b8d-9706-124ce7ea54b8 => generated 959 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1544] 10.0.0.55 () {34 vars in 664 bytes} [Tue Mar 3 04:01:04 2026] POST /v2.0/ports => generated 912 bytes in 369 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-03 04:01:05.258 7 INFO neutron_taas.services.taas.taas_plugin [None req-46240a02-9a09-4b41-a58a-befdb8a8d055 b8cdda4030b44e899fb81a9c25fe0c5a b4546a6d799048db8d00e7adf0e34a24 - - default default] TaaS: Handle Delete Port: f6b4951d-fce2-4b8d-9706-124ce7ea54b8 2026-03-03 04:01:05.261 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-46240a02-9a09-4b41-a58a-befdb8a8d055 b8cdda4030b44e899fb81a9c25fe0c5a b4546a6d799048db8d00e7adf0e34a24 - - default default] Tap Mirror: Handle Delete Port: f6b4951d-fce2-4b8d-9706-124ce7ea54b8 [pid: 6|app: 0|req: 725/1545] 10.0.0.55 () {34 vars in 675 bytes} [Tue Mar 3 04:01:04 2026] POST /v2.0/floatingips => generated 552 bytes in 451 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-03 04:01:05.396 6 INFO neutron_taas.services.taas.taas_plugin [None req-8dd00162-9174-4fe9-9ab8-088c82b530b7 0859d7142ecf441da707a94987650224 effcb6343c244242859a27853ef47ef1 - - default default] TaaS: Handle Delete Port: 3c428c0b-5249-417b-8a8e-a7f3f7e4a528 2026-03-03 04:01:05.399 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8dd00162-9174-4fe9-9ab8-088c82b530b7 0859d7142ecf441da707a94987650224 effcb6343c244242859a27853ef47ef1 - - default default] Tap Mirror: Handle Delete Port: 3c428c0b-5249-417b-8a8e-a7f3f7e4a528 [pid: 6|app: 0|req: 726/1546] 10.0.0.55 () {32 vars in 719 bytes} [Tue Mar 3 04:01:05 2026] DELETE /v2.0/ports/3c428c0b-5249-417b-8a8e-a7f3f7e4a528 => generated 0 bytes in 643 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 727/1547] 199.204.45.233 () {34 vars in 994 bytes} [Tue Mar 3 04:01:05 2026] GET /v2.0/ports?device_id=f4fca6e0-ac23-4d8d-af68-623b8868cd1a => generated 969 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1548] 10.0.0.55 () {34 vars in 788 bytes} [Tue Mar 3 04:01:04 2026] PUT /v2.0/routers/e73d655e-8950-4993-88d7-853999f56018/remove_router_interface => generated 309 bytes in 1121 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1549] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:01:06 2026] GET /v2.0/ports?device_id=f4fca6e0-ac23-4d8d-af68-623b8868cd1a => generated 969 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 04:01:06.144 7 INFO neutron.pecan_wsgi.hooks.translation [None req-21d959cc-a065-4c15-9564-b7f5c6a89e3a 0859d7142ecf441da707a94987650224 effcb6343c244242859a27853ef47ef1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 823/1550] 10.0.0.55 () {32 vars in 716 bytes} [Tue Mar 3 04:01:06 2026] GET /v2.0/ports/3c428c0b-5249-417b-8a8e-a7f3f7e4a528 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-03 04:01:06.239 7 INFO neutron_taas.services.taas.taas_plugin [req-2dd3b38b-e6d6-46b6-b980-e344d88141ce req-1b237497-93b9-4cf1-8f5a-968db3a0c869 8bbcc44bb4344860b98cbf87a21f1843 55b7cfb6541347009ac12b8dcabbbfda - - default default] TaaS: Handle Delete Port: 54f1bb31-db93-4911-940f-6b52f12b1c33 2026-03-03 04:01:06.241 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2dd3b38b-e6d6-46b6-b980-e344d88141ce req-1b237497-93b9-4cf1-8f5a-968db3a0c869 8bbcc44bb4344860b98cbf87a21f1843 55b7cfb6541347009ac12b8dcabbbfda - - default default] Tap Mirror: Handle Delete Port: 54f1bb31-db93-4911-940f-6b52f12b1c33 2026-03-03 04:01:06.357 7 INFO neutron.db.l3_db [req-2dd3b38b-e6d6-46b6-b980-e344d88141ce req-1b237497-93b9-4cf1-8f5a-968db3a0c869 8bbcc44bb4344860b98cbf87a21f1843 55b7cfb6541347009ac12b8dcabbbfda - - default default] Floating IP d43a1fce-df03-45d0-b507-b24c674c395e disassociated. External IP: 10.96.250.216, port: 54f1bb31-db93-4911-940f-6b52f12b1c33. [pid: 6|app: 0|req: 728/1551] 10.0.0.55 () {34 vars in 675 bytes} [Tue Mar 3 04:01:05 2026] POST /v2.0/floatingips => generated 552 bytes in 496 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 729/1552] 10.0.0.55 () {32 vars in 735 bytes} [Tue Mar 3 04:01:06 2026] GET /v2.0/ports?device_id=e73d655e-8950-4993-88d7-853999f56018 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 730/1553] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:01:06 2026] GET /v2.0/security-groups?id=7dafe99d-cf73-4cea-ac21-6ab3b586cedc&fields=id&fields=name => generated 114 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 731/1554] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:01:06 2026] DELETE /v2.0/subnets/354164bb-781e-4ef0-a0c8-a8ac51552dc6 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1555] 199.204.45.233 () {36 vars in 997 bytes} [Tue Mar 3 04:01:06 2026] DELETE /v2.0/ports/54f1bb31-db93-4911-940f-6b52f12b1c33 => generated 0 bytes in 549 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 732/1556] 10.0.0.55 () {34 vars in 758 bytes} [Tue Mar 3 04:01:06 2026] PUT /v2.0/floatingips/31a12dbc-dda1-477e-9c83-724f2318b5c9/tags => generated 17 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-03 04:01:06.725 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-29842a05-e4cd-4802-9170-f7321936ca8e'] response: {'server_uuid': 'f4fca6e0-ac23-4d8d-af68-623b8868cd1a', 'name': 'network-vif-deleted', 'tag': '54f1bb31-db93-4911-940f-6b52f12b1c33', 'status': 'completed', 'code': 200} 2026-03-03 04:01:06.826 6 INFO neutron.services.segments.plugin [-] Segment 63a63333-df55-4e62-b929-5a7b69ccfcec resource provider aggregate not found 2026-03-03 04:01:06.832 6 INFO neutron.services.segments.plugin [-] Segment 63a63333-df55-4e62-b929-5a7b69ccfcec resource provider aggregate not found 2026-03-03 04:01:06.846 6 INFO neutron.services.segments.plugin [-] Segment 63a63333-df55-4e62-b929-5a7b69ccfcec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 63a63333-df55-4e62-b929-5a7b69ccfcec found for delete ", "request_id": "req-7d9086ec-f915-4937-9371-de73f13a7618"}]} 2026-03-03 04:01:06.849 7 INFO neutron_taas.services.taas.taas_plugin [None req-47c7e4b7-76ee-4ae9-a3d1-8ff322ded304 b8cdda4030b44e899fb81a9c25fe0c5a b4546a6d799048db8d00e7adf0e34a24 - - default default] TaaS: Handle Delete Port: de993247-abfb-4196-821e-182758f96074 2026-03-03 04:01:06.851 6 INFO neutron.services.segments.plugin [-] Segment 63a63333-df55-4e62-b929-5a7b69ccfcec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 63a63333-df55-4e62-b929-5a7b69ccfcec found for delete ", "request_id": "req-1f43ff2d-b344-40ae-9396-d2d515d7f0cb"}]} 2026-03-03 04:01:06.852 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-47c7e4b7-76ee-4ae9-a3d1-8ff322ded304 b8cdda4030b44e899fb81a9c25fe0c5a b4546a6d799048db8d00e7adf0e34a24 - - default default] Tap Mirror: Handle Delete Port: de993247-abfb-4196-821e-182758f96074 [pid: 6|app: 0|req: 733/1557] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 04:01:06 2026] DELETE /v2.0/networks/840be866-3463-463d-b113-c1d6ab2fbfdf => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 734/1558] 10.0.0.55 () {34 vars in 758 bytes} [Tue Mar 3 04:01:06 2026] PUT /v2.0/floatingips/fea6e101-3319-43bb-bc25-66451de03dfe/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-03 04:01:07.164 7 INFO neutron.services.segments.plugin [-] Segment 7cd14c30-f84a-4a9a-9946-717d4da13f5b resource provider aggregate not found 2026-03-03 04:01:07.174 7 INFO neutron.services.segments.plugin [-] Segment 7cd14c30-f84a-4a9a-9946-717d4da13f5b resource provider aggregate not found 2026-03-03 04:01:07.185 7 INFO neutron.services.segments.plugin [-] Segment 7cd14c30-f84a-4a9a-9946-717d4da13f5b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7cd14c30-f84a-4a9a-9946-717d4da13f5b found for delete ", "request_id": "req-715966a6-2cfe-4948-9ee2-c54ed7519f15"}]} 2026-03-03 04:01:07.189 7 INFO neutron.services.segments.plugin [-] Segment 7cd14c30-f84a-4a9a-9946-717d4da13f5b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7cd14c30-f84a-4a9a-9946-717d4da13f5b found for delete ", "request_id": "req-d2f85254-2c6f-4edb-b9da-e9595eb705a3"}]} [pid: 6|app: 0|req: 735/1559] 10.0.0.55 () {34 vars in 664 bytes} [Tue Mar 3 04:01:06 2026] POST /v2.0/ports => generated 775 bytes in 269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-03 04:01:07.196 7 INFO neutron.db.l3_hamode_db [None req-47c7e4b7-76ee-4ae9-a3d1-8ff322ded304 b8cdda4030b44e899fb81a9c25fe0c5a b4546a6d799048db8d00e7adf0e34a24 - - default default] HA network 3ba91d84-33a5-49d8-88a5-9cc521791fb1 was deleted as no HA routers are present in tenant b4546a6d799048db8d00e7adf0e34a24. [pid: 7|app: 0|req: 825/1560] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:01:06 2026] DELETE /v2.0/routers/e73d655e-8950-4993-88d7-853999f56018 => generated 0 bytes in 508 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 736/1561] 10.0.0.55 () {34 vars in 758 bytes} [Tue Mar 3 04:01:07 2026] PUT /v2.0/floatingips/2359b981-8f93-456c-aa75-7cd0655a9b0d/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 737/1562] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:01:07 2026] DELETE /v2.0/subnets/3e6385fd-72fe-4765-9b46-d26ff89510c3 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1563] 10.0.0.55 () {34 vars in 736 bytes} [Tue Mar 3 04:01:07 2026] PUT /v2.0/ports/b1158eb9-3dcf-4cf0-9a2d-73c85d7707fd => generated 752 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 738/1564] 10.0.0.55 () {34 vars in 758 bytes} [Tue Mar 3 04:01:07 2026] PUT /v2.0/floatingips/0fc23fea-dc78-4da5-90ee-0f707096eec6/tags => generated 19 bytes in 40 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-03-03 04:01:07.475 6 INFO neutron_taas.services.taas.taas_plugin [None req-80a332c1-8512-4ba2-a189-be760ab61c7e 0859d7142ecf441da707a94987650224 effcb6343c244242859a27853ef47ef1 - - default default] TaaS: Handle Delete Port: b1158eb9-3dcf-4cf0-9a2d-73c85d7707fd 2026-03-03 04:01:07.478 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-80a332c1-8512-4ba2-a189-be760ab61c7e 0859d7142ecf441da707a94987650224 effcb6343c244242859a27853ef47ef1 - - default default] Tap Mirror: Handle Delete Port: b1158eb9-3dcf-4cf0-9a2d-73c85d7707fd [pid: 7|app: 0|req: 827/1565] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 04:01:07 2026] DELETE /v2.0/networks/f9942457-fe23-451f-b05d-438b08a5c199 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1566] 10.0.0.55 () {32 vars in 671 bytes} [Tue Mar 3 04:01:07 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 739/1567] 10.0.0.55 () {32 vars in 719 bytes} [Tue Mar 3 04:01:07 2026] DELETE /v2.0/ports/b1158eb9-3dcf-4cf0-9a2d-73c85d7707fd => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 04:01:07.583 7 INFO neutron.db.segments_db [None req-4dde6d29-23a8-4b75-8fe6-b4c69bd62af0 b8cdda4030b44e899fb81a9c25fe0c5a b4546a6d799048db8d00e7adf0e34a24 - - default default] Added segment e02074f6-e096-4f42-8921-11cb4f724a98 of type vxlan for network 5fa85477-9a97-4b49-a085-96acb596bb23 [pid: 6|app: 0|req: 740/1568] 10.0.0.55 () {32 vars in 685 bytes} [Tue Mar 3 04:01:07 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 741/1569] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:01:07 2026] GET /v2.0/ports?device_id=f4fca6e0-ac23-4d8d-af68-623b8868cd1a => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 742/1570] 10.0.0.55 () {32 vars in 642 bytes} [Tue Mar 3 04:01:07 2026] GET /v2.0/ports => generated 776 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 743/1571] 10.0.0.55 () {32 vars in 681 bytes} [Tue Mar 3 04:01:07 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-03 04:01:07.720 6 INFO neutron.pecan_wsgi.hooks.translation [None req-4e3b2f3b-076b-4e64-b565-a53fb6b9af38 0859d7142ecf441da707a94987650224 effcb6343c244242859a27853ef47ef1 - - default default] GET failed (client error): The resource could not be found. [pid: 6|app: 0|req: 744/1572] 10.0.0.55 () {32 vars in 716 bytes} [Tue Mar 3 04:01:07 2026] GET /v2.0/ports/b1158eb9-3dcf-4cf0-9a2d-73c85d7707fd => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 745/1573] 10.0.0.55 () {32 vars in 693 bytes} [Tue Mar 3 04:01:07 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 746/1574] 10.0.0.55 () {32 vars in 642 bytes} [Tue Mar 3 04:01:07 2026] GET /v2.0/ports => generated 776 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 04:01:07.813 7 INFO neutron.db.l3_hamode_db [None req-4dde6d29-23a8-4b75-8fe6-b4c69bd62af0 b8cdda4030b44e899fb81a9c25fe0c5a b4546a6d799048db8d00e7adf0e34a24 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 6|app: 0|req: 747/1575] 10.0.0.55 () {32 vars in 679 bytes} [Tue Mar 3 04:01:07 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 748/1576] 10.0.0.55 () {32 vars in 716 bytes} [Tue Mar 3 04:01:07 2026] GET /v2.0/ports/415f03b7-ee46-4860-9200-34ab03b4298a => generated 773 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 749/1577] 10.0.0.55 () {32 vars in 693 bytes} [Tue Mar 3 04:01:07 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-03 04:01:07.913 6 INFO neutron.pecan_wsgi.hooks.translation [None req-17d683ef-e4cf-4542-bed2-60fea9bbd619 0859d7142ecf441da707a94987650224 effcb6343c244242859a27853ef47ef1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 6|app: 0|req: 750/1578] 10.0.0.55 () {32 vars in 719 bytes} [Tue Mar 3 04:01:07 2026] DELETE /v2.0/ports/3c428c0b-5249-417b-8a8e-a7f3f7e4a528 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 751/1579] 10.0.0.55 () {32 vars in 689 bytes} [Tue Mar 3 04:01:07 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-03 04:01:07.980 6 INFO neutron.pecan_wsgi.hooks.translation [None req-3da57a40-477c-467f-a8bc-75ac52dd8c5d 0859d7142ecf441da707a94987650224 effcb6343c244242859a27853ef47ef1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 6|app: 0|req: 752/1580] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:01:07 2026] DELETE /v2.0/subnets/354164bb-781e-4ef0-a0c8-a8ac51552dc6 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 753/1581] 10.0.0.55 () {32 vars in 701 bytes} [Tue Mar 3 04:01:07 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-03 04:01:08.013 6 INFO neutron.pecan_wsgi.hooks.translation [None req-6f931f8a-e639-46ff-a915-5b4a51353c9b 0859d7142ecf441da707a94987650224 effcb6343c244242859a27853ef47ef1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 6|app: 0|req: 754/1582] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:01:08 2026] DELETE /v2.0/subnets/5b14715a-fe39-4f03-8006-176a9332ca5c => generated 136 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-03 04:01:08.095 6 INFO neutron_taas.services.taas.taas_plugin [None req-a7ce720f-fbc8-46ae-ac6c-34e030c97549 f3d9d263f6564f48982dd4b30b4a7bb4 e5169036a9c0437182d11ee9a3783997 - - default default] TaaS: Handle Delete Port: d439824a-a202-4856-969b-4a67154e014e 2026-03-03 04:01:08.098 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a7ce720f-fbc8-46ae-ac6c-34e030c97549 f3d9d263f6564f48982dd4b30b4a7bb4 e5169036a9c0437182d11ee9a3783997 - - default default] Tap Mirror: Handle Delete Port: d439824a-a202-4856-969b-4a67154e014e [pid: 6|app: 0|req: 755/1583] 10.0.0.55 () {32 vars in 731 bytes} [Tue Mar 3 04:01:08 2026] DELETE /v2.0/floatingips/31a12dbc-dda1-477e-9c83-724f2318b5c9 => generated 0 bytes in 228 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-03 04:01:08.323 6 INFO neutron_taas.services.taas.taas_plugin [None req-87e02a68-429c-4e3d-8b80-077e421b6a88 0859d7142ecf441da707a94987650224 effcb6343c244242859a27853ef47ef1 - - default default] TaaS: Handle Delete Port: 415f03b7-ee46-4860-9200-34ab03b4298a 2026-03-03 04:01:08.326 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-87e02a68-429c-4e3d-8b80-077e421b6a88 0859d7142ecf441da707a94987650224 effcb6343c244242859a27853ef47ef1 - - default default] Tap Mirror: Handle Delete Port: 415f03b7-ee46-4860-9200-34ab03b4298a [pid: 6|app: 0|req: 756/1584] 10.0.0.55 () {32 vars in 719 bytes} [Tue Mar 3 04:01:08 2026] DELETE /v2.0/ports/415f03b7-ee46-4860-9200-34ab03b4298a => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 04:01:08.510 6 INFO neutron_taas.services.taas.taas_plugin [None req-6f5ba148-0095-49b8-b70a-11d91446a1ed f3d9d263f6564f48982dd4b30b4a7bb4 e5169036a9c0437182d11ee9a3783997 - - default default] TaaS: Handle Delete Port: e54a9398-6cbe-4d3e-b041-e3f0e1d4726d 2026-03-03 04:01:08.512 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6f5ba148-0095-49b8-b70a-11d91446a1ed f3d9d263f6564f48982dd4b30b4a7bb4 e5169036a9c0437182d11ee9a3783997 - - default default] Tap Mirror: Handle Delete Port: e54a9398-6cbe-4d3e-b041-e3f0e1d4726d 2026-03-03 04:01:08.570 7 INFO neutron.db.l3_hamode_db [None req-4dde6d29-23a8-4b75-8fe6-b4c69bd62af0 b8cdda4030b44e899fb81a9c25fe0c5a b4546a6d799048db8d00e7adf0e34a24 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 6|app: 0|req: 757/1585] 10.0.0.55 () {32 vars in 731 bytes} [Tue Mar 3 04:01:08 2026] DELETE /v2.0/floatingips/fea6e101-3319-43bb-bc25-66451de03dfe => generated 0 bytes in 219 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 758/1586] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 04:01:08 2026] DELETE /v2.0/networks/6e01a190-2104-4769-bf7e-ef8f375cc2b6 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 04:01:08.808 6 INFO neutron_taas.services.taas.taas_plugin [None req-f50046eb-8418-4cca-ba77-98f0584690de f3d9d263f6564f48982dd4b30b4a7bb4 e5169036a9c0437182d11ee9a3783997 - - default default] TaaS: Handle Delete Port: cf59f7e7-db0a-4940-9d92-c00fcb297dd9 2026-03-03 04:01:08.811 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f50046eb-8418-4cca-ba77-98f0584690de f3d9d263f6564f48982dd4b30b4a7bb4 e5169036a9c0437182d11ee9a3783997 - - default default] Tap Mirror: Handle Delete Port: cf59f7e7-db0a-4940-9d92-c00fcb297dd9 2026-03-03 04:01:08.869 6 INFO neutron.services.segments.plugin [-] Segment dc68daf4-2201-4e7b-93dd-6b5b2dd10abc resource provider aggregate not found 2026-03-03 04:01:08.877 6 INFO neutron.services.segments.plugin [-] Segment dc68daf4-2201-4e7b-93dd-6b5b2dd10abc resource provider aggregate not found 2026-03-03 04:01:08.898 6 INFO neutron.services.segments.plugin [-] Segment dc68daf4-2201-4e7b-93dd-6b5b2dd10abc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc68daf4-2201-4e7b-93dd-6b5b2dd10abc found for delete ", "request_id": "req-f6fbfece-9be6-438c-925b-c4ff3dede04d"}]} 2026-03-03 04:01:08.916 6 INFO neutron.services.segments.plugin [-] Segment dc68daf4-2201-4e7b-93dd-6b5b2dd10abc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc68daf4-2201-4e7b-93dd-6b5b2dd10abc found for delete ", "request_id": "req-b0d9b547-cd39-446a-9588-af865510a34c"}]} [pid: 6|app: 0|req: 759/1587] 10.0.0.55 () {32 vars in 731 bytes} [Tue Mar 3 04:01:08 2026] DELETE /v2.0/floatingips/2359b981-8f93-456c-aa75-7cd0655a9b0d => generated 0 bytes in 286 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 760/1588] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:01:09 2026] GET /v2.0/ports?device_id=f4fca6e0-ac23-4d8d-af68-623b8868cd1a => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-03 04:01:09.110 6 INFO neutron_taas.services.taas.taas_plugin [None req-8670a739-f285-4e13-aa65-527bce30beff f3d9d263f6564f48982dd4b30b4a7bb4 e5169036a9c0437182d11ee9a3783997 - - default default] TaaS: Handle Delete Port: 6c1d901d-2a7f-4508-9b78-db5a56032184 2026-03-03 04:01:09.113 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8670a739-f285-4e13-aa65-527bce30beff f3d9d263f6564f48982dd4b30b4a7bb4 e5169036a9c0437182d11ee9a3783997 - - default default] Tap Mirror: Handle Delete Port: 6c1d901d-2a7f-4508-9b78-db5a56032184 2026-03-03 04:01:09.202 7 INFO neutron.services.segments.plugin [-] Segment 31f49ba8-5e58-4199-b548-c62cbe6939c2 resource provider aggregate not found 2026-03-03 04:01:09.210 7 INFO neutron.services.segments.plugin [-] Segment 31f49ba8-5e58-4199-b548-c62cbe6939c2 resource provider aggregate not found 2026-03-03 04:01:09.226 7 INFO neutron.services.segments.plugin [-] Segment 31f49ba8-5e58-4199-b548-c62cbe6939c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 31f49ba8-5e58-4199-b548-c62cbe6939c2 found for delete ", "request_id": "req-7b37ee0f-6ac1-4f92-8396-360dd12598d1"}]} 2026-03-03 04:01:09.229 7 INFO neutron.services.segments.plugin [-] Segment 31f49ba8-5e58-4199-b548-c62cbe6939c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 31f49ba8-5e58-4199-b548-c62cbe6939c2 found for delete ", "request_id": "req-9a37b0bf-759d-4348-ae59-c2eac5fb014c"}]} [pid: 6|app: 0|req: 761/1589] 10.0.0.55 () {32 vars in 731 bytes} [Tue Mar 3 04:01:09 2026] DELETE /v2.0/floatingips/0fc23fea-dc78-4da5-90ee-0f707096eec6 => generated 0 bytes in 235 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 762/1590] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:01:09 2026] GET /v2.0/security-groups?tenant_id=effcb6343c244242859a27853ef47ef1&name=default => generated 2925 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1591] 10.0.0.55 () {34 vars in 668 bytes} [Tue Mar 3 04:01:07 2026] POST /v2.0/routers => generated 691 bytes in 1895 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-03 04:01:09.461 6 INFO neutron_taas.services.taas.taas_plugin [None req-fd090618-d8c3-4f8d-9f68-18e5ce7e0b79 f3d9d263f6564f48982dd4b30b4a7bb4 e5169036a9c0437182d11ee9a3783997 - - default default] TaaS: Handle Delete Port: 81d28227-d222-46e5-9dc6-b6b31631aa18 2026-03-03 04:01:09.463 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fd090618-d8c3-4f8d-9f68-18e5ce7e0b79 f3d9d263f6564f48982dd4b30b4a7bb4 e5169036a9c0437182d11ee9a3783997 - - default default] Tap Mirror: Handle Delete Port: 81d28227-d222-46e5-9dc6-b6b31631aa18 [pid: 7|app: 0|req: 830/1592] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:01:09 2026] DELETE /v2.0/security-groups/460f2b2e-2f3b-4d00-9e3b-c2640c3c54e9 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1593] 10.0.0.55 () {32 vars in 720 bytes} [Tue Mar 3 04:01:09 2026] GET /v2.0/routers/499a1203-2e11-4f4a-8d73-d26b8493893e => generated 697 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 763/1594] 10.0.0.55 () {32 vars in 731 bytes} [Tue Mar 3 04:01:09 2026] DELETE /v2.0/floatingips/5c2ff3da-4958-4e23-8c8b-8be5cb93c5cc => generated 0 bytes in 241 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1595] 10.0.0.55 () {32 vars in 646 bytes} [Tue Mar 3 04:01:09 2026] GET /v2.0/routers => generated 700 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 764/1596] 10.0.0.55 () {34 vars in 740 bytes} [Tue Mar 3 04:01:09 2026] PUT /v2.0/routers/499a1203-2e11-4f4a-8d73-d26b8493893e => generated 704 bytes in 372 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 765/1597] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:01:10 2026] GET /v2.0/ports?device_id=f4fca6e0-ac23-4d8d-af68-623b8868cd1a => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1598] 10.0.0.55 () {32 vars in 720 bytes} [Tue Mar 3 04:01:10 2026] GET /v2.0/routers/499a1203-2e11-4f4a-8d73-d26b8493893e => generated 704 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 766/1599] 10.0.0.55 () {32 vars in 735 bytes} [Tue Mar 3 04:01:10 2026] GET /v2.0/ports?device_id=499a1203-2e11-4f4a-8d73-d26b8493893e => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-03 04:01:10.353 7 INFO neutron_taas.services.taas.taas_plugin [None req-1d212338-e4aa-476d-9fe1-868df3740069 b8cdda4030b44e899fb81a9c25fe0c5a b4546a6d799048db8d00e7adf0e34a24 - - default default] TaaS: Handle Delete Port: 45d1e95f-9b09-4679-b8d0-2cb11e62da34 2026-03-03 04:01:10.357 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1d212338-e4aa-476d-9fe1-868df3740069 b8cdda4030b44e899fb81a9c25fe0c5a b4546a6d799048db8d00e7adf0e34a24 - - default default] Tap Mirror: Handle Delete Port: 45d1e95f-9b09-4679-b8d0-2cb11e62da34 2026-03-03 04:01:10.607 7 INFO neutron_taas.services.taas.taas_plugin [None req-1d212338-e4aa-476d-9fe1-868df3740069 b8cdda4030b44e899fb81a9c25fe0c5a b4546a6d799048db8d00e7adf0e34a24 - - default default] TaaS: Handle Delete Port: c626545d-9b42-42d1-936b-a2cddbbb1d2a 2026-03-03 04:01:10.609 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1d212338-e4aa-476d-9fe1-868df3740069 b8cdda4030b44e899fb81a9c25fe0c5a b4546a6d799048db8d00e7adf0e34a24 - - default default] Tap Mirror: Handle Delete Port: c626545d-9b42-42d1-936b-a2cddbbb1d2a [pid: 6|app: 0|req: 767/1600] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:01:10 2026] GET /v2.0/security-groups?tenant_id=20b90ff08fb4426c90ebec034683b0c5&name=default => generated 2925 bytes in 293 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 768/1601] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:01:10 2026] DELETE /v2.0/security-groups/5cd93f90-c225-4f7c-b086-5a3152c33367 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-03 04:01:10.940 7 INFO neutron.db.l3_hamode_db [None req-1d212338-e4aa-476d-9fe1-868df3740069 b8cdda4030b44e899fb81a9c25fe0c5a b4546a6d799048db8d00e7adf0e34a24 - - default default] HA network 5fa85477-9a97-4b49-a085-96acb596bb23 was deleted as no HA routers are present in tenant b4546a6d799048db8d00e7adf0e34a24. [pid: 7|app: 0|req: 834/1602] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:01:10 2026] DELETE /v2.0/routers/499a1203-2e11-4f4a-8d73-d26b8493893e => generated 0 bytes in 783 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1603] 10.0.0.55 () {32 vars in 735 bytes} [Tue Mar 3 04:01:10 2026] GET /v2.0/ports?device_id=499a1203-2e11-4f4a-8d73-d26b8493893e => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-03 04:01:10.986 7 INFO neutron.api.v2.resource [None req-828333d3-f490-4f25-9d6a-9f18d5bb522e b8cdda4030b44e899fb81a9c25fe0c5a b4546a6d799048db8d00e7adf0e34a24 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 836/1604] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:01:10 2026] DELETE /v2.0/routers/499a1203-2e11-4f4a-8d73-d26b8493893e => generated 135 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 769/1605] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:01:10 2026] GET /v2.0/security-groups?tenant_id=e5169036a9c0437182d11ee9a3783997&name=default => generated 2925 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1606] 10.0.0.55 () {32 vars in 735 bytes} [Tue Mar 3 04:01:10 2026] GET /v2.0/ports?device_id=e73d655e-8950-4993-88d7-853999f56018 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-03 04:01:11.023 6 INFO neutron.api.v2.resource [None req-a5d130c3-d1c4-4e0c-8be4-1421497cf44c b8cdda4030b44e899fb81a9c25fe0c5a b4546a6d799048db8d00e7adf0e34a24 - - default default] delete failed (client error): The resource could not be found. [pid: 6|app: 0|req: 770/1607] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:01:11 2026] DELETE /v2.0/routers/e73d655e-8950-4993-88d7-853999f56018 => generated 135 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-03 04:01:11.038 6 INFO neutron.pecan_wsgi.hooks.translation [None req-b67bd8e6-316d-4285-abef-519263990467 b8cdda4030b44e899fb81a9c25fe0c5a b4546a6d799048db8d00e7adf0e34a24 - - default default] DELETE failed (client error): The resource could not be found. [pid: 6|app: 0|req: 771/1608] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:01:11 2026] DELETE /v2.0/subnets/3e6385fd-72fe-4765-9b46-d26ff89510c3 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 772/1609] 10.0.0.55 () {32 vars in 735 bytes} [Tue Mar 3 04:01:11 2026] GET /v2.0/ports?device_id=96546d80-b2ff-493a-9e95-55ae9e6f67e0 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-03 04:01:11.090 6 INFO neutron.api.v2.resource [None req-4d045415-80eb-44d3-8568-eaadbd485c72 b8cdda4030b44e899fb81a9c25fe0c5a b4546a6d799048db8d00e7adf0e34a24 - - default default] delete failed (client error): The resource could not be found. [pid: 6|app: 0|req: 773/1610] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:01:11 2026] DELETE /v2.0/routers/96546d80-b2ff-493a-9e95-55ae9e6f67e0 => generated 135 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-03 04:01:11.108 6 INFO neutron.pecan_wsgi.hooks.translation [None req-b9ac7a96-566c-41d9-a864-7241ee3edda5 b8cdda4030b44e899fb81a9c25fe0c5a b4546a6d799048db8d00e7adf0e34a24 - - default default] DELETE failed (client error): The resource could not be found. [pid: 6|app: 0|req: 774/1611] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:01:11 2026] DELETE /v2.0/subnets/d8b665d7-deb4-4c74-a56f-b8858c11e0a9 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 775/1612] 10.0.0.55 () {32 vars in 735 bytes} [Tue Mar 3 04:01:11 2026] GET /v2.0/ports?device_id=e4832914-1edf-4f92-ad6a-658ee7a6a3f9 => 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: 838/1613] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:01:11 2026] DELETE /v2.0/security-groups/fa3707ba-7a9b-45c4-83cc-731f7ebe17e5 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-03 04:01:11.163 6 INFO neutron.api.v2.resource [None req-ec84df66-5ff2-4fff-9218-bdea738b956b b8cdda4030b44e899fb81a9c25fe0c5a b4546a6d799048db8d00e7adf0e34a24 - - default default] delete failed (client error): The resource could not be found. [pid: 6|app: 0|req: 776/1614] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:01:11 2026] DELETE /v2.0/routers/e4832914-1edf-4f92-ad6a-658ee7a6a3f9 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-03 04:01:11.185 7 INFO neutron.pecan_wsgi.hooks.translation [None req-99aaa495-f6fb-47cf-b3ac-3aef418f4311 b8cdda4030b44e899fb81a9c25fe0c5a b4546a6d799048db8d00e7adf0e34a24 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 839/1615] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:01:11 2026] DELETE /v2.0/subnets/00845fa1-6a36-41c7-839e-a326eab8b985 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-03 04:01:11.200 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a1647025-c0a9-4fe4-9ea2-b7b467c15f50 b8cdda4030b44e899fb81a9c25fe0c5a b4546a6d799048db8d00e7adf0e34a24 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 840/1616] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:01:11 2026] DELETE /v2.0/subnets/d91cdb44-df56-49af-8689-fd0fab3e78c8 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-03 04:01:11.247 7 INFO neutron.services.segments.plugin [-] Segment e02074f6-e096-4f42-8921-11cb4f724a98 resource provider aggregate not found 2026-03-03 04:01:11.251 7 INFO neutron.services.segments.plugin [-] Segment e02074f6-e096-4f42-8921-11cb4f724a98 resource provider aggregate not found 2026-03-03 04:01:11.266 7 INFO neutron.services.segments.plugin [-] Segment e02074f6-e096-4f42-8921-11cb4f724a98 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e02074f6-e096-4f42-8921-11cb4f724a98 found for delete ", "request_id": "req-9832eb9e-807f-4f31-8958-b9a7e37c4f81"}]} 2026-03-03 04:01:11.272 7 INFO neutron.services.segments.plugin [-] Segment e02074f6-e096-4f42-8921-11cb4f724a98 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e02074f6-e096-4f42-8921-11cb4f724a98 found for delete ", "request_id": "req-28da3a74-e435-4c92-8110-6b93c9d3418a"}]} [pid: 6|app: 0|req: 777/1617] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:01:11 2026] DELETE /v2.0/security-groups/7dafe99d-cf73-4cea-ac21-6ab3b586cedc => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 778/1618] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:01:11 2026] GET /v2.0/security-groups?tenant_id=2ba893abd3264c469a9ff28a4f658bd4&name=default => generated 2925 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-03 04:01:11.434 6 INFO neutron.api.v2.resource [None req-89213359-f7b9-43ef-8671-5035ae64d449 8bbcc44bb4344860b98cbf87a21f1843 55b7cfb6541347009ac12b8dcabbbfda - - default default] show failed (client error): The resource could not be found. [pid: 6|app: 0|req: 779/1619] 10.0.0.55 () {32 vars in 736 bytes} [Tue Mar 3 04:01:11 2026] GET /v2.0/security-groups/7dafe99d-cf73-4cea-ac21-6ab3b586cedc => generated 146 bytes in 7 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 780/1620] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:01:11 2026] DELETE /v2.0/security-groups/93f28bd1-4a1a-4067-93d4-7acd8ed257ca => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-03 04:01:11.625 6 INFO neutron_taas.services.taas.taas_plugin [None req-7a199e4a-2b12-4224-ab2b-7d08ae797bdb 8bbcc44bb4344860b98cbf87a21f1843 55b7cfb6541347009ac12b8dcabbbfda - - default default] TaaS: Handle Delete Port: ad8416ac-e397-430d-8058-72b1a82005b2 2026-03-03 04:01:11.628 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a199e4a-2b12-4224-ab2b-7d08ae797bdb 8bbcc44bb4344860b98cbf87a21f1843 55b7cfb6541347009ac12b8dcabbbfda - - default default] Tap Mirror: Handle Delete Port: ad8416ac-e397-430d-8058-72b1a82005b2 [pid: 7|app: 0|req: 841/1621] 10.0.0.55 () {34 vars in 683 bytes} [Tue Mar 3 04:01:11 2026] POST /v2.0/security-groups => generated 1625 bytes in 443 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1622] 10.0.0.55 () {32 vars in 662 bytes} [Tue Mar 3 04:01:11 2026] GET /v2.0/security-groups => generated 4530 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 781/1623] 10.0.0.55 () {32 vars in 731 bytes} [Tue Mar 3 04:01:11 2026] DELETE /v2.0/floatingips/d43a1fce-df03-45d0-b507-b24c674c395e => generated 0 bytes in 253 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1624] 10.0.0.55 () {34 vars in 757 bytes} [Tue Mar 3 04:01:11 2026] PUT /v2.0/security-groups/c270de54-4dd9-4223-9024-c5f1f3a38761 => generated 1664 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 782/1625] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:01:11 2026] GET /v2.0/security-groups?tenant_id=b4546a6d799048db8d00e7adf0e34a24&name=default => generated 2925 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 783/1626] 10.0.0.55 () {32 vars in 736 bytes} [Tue Mar 3 04:01:11 2026] GET /v2.0/security-groups/c270de54-4dd9-4223-9024-c5f1f3a38761 => generated 1664 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 784/1627] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:01:11 2026] DELETE /v2.0/security-groups/6e0263c8-430e-4218-b250-2d5d782e49ad => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 785/1628] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:01:11 2026] DELETE /v2.0/security-groups/c270de54-4dd9-4223-9024-c5f1f3a38761 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 786/1629] 10.0.0.55 () {32 vars in 662 bytes} [Tue Mar 3 04:01:12 2026] GET /v2.0/security-groups => generated 2925 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-03 04:01:12.081 6 INFO neutron.api.v2.resource [None req-4c96689f-da90-4ba1-8d3a-4dfc6be585c7 0c47e721a7784f1a9bf9327c9c21c361 f852048e3b4a4f22aceda6fd5f7986a2 - - default default] delete failed (client error): The resource could not be found. [pid: 6|app: 0|req: 787/1630] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:01:12 2026] DELETE /v2.0/security-groups/c270de54-4dd9-4223-9024-c5f1f3a38761 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-03 04:01:12.140 7 INFO neutron_taas.services.taas.taas_plugin [None req-3e5c0280-fc3f-4f6e-b5a9-e6d5242e4bc6 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] TaaS: Handle Delete Port: 1bcd61f9-ca4c-4c79-9ab8-5a4f871b4153 2026-03-03 04:01:12.142 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3e5c0280-fc3f-4f6e-b5a9-e6d5242e4bc6 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Tap Mirror: Handle Delete Port: 1bcd61f9-ca4c-4c79-9ab8-5a4f871b4153 [pid: 6|app: 0|req: 788/1631] 10.0.0.55 () {34 vars in 683 bytes} [Tue Mar 3 04:01:12 2026] POST /v2.0/security-groups => generated 1625 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 6|app: 0|req: 789/1632] 10.0.0.55 () {34 vars in 694 bytes} [Tue Mar 3 04:01:12 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: 6|app: 0|req: 790/1633] 10.0.0.55 () {32 vars in 746 bytes} [Tue Mar 3 04:01:12 2026] GET /v2.0/security-group-rules/56044360-0c9c-4cde-88cf-f61c94006be5 => generated 601 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 791/1634] 10.0.0.55 () {32 vars in 672 bytes} [Tue Mar 3 04:01:12 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 792/1635] 10.0.0.55 () {32 vars in 749 bytes} [Tue Mar 3 04:01:12 2026] DELETE /v2.0/security-group-rules/56044360-0c9c-4cde-88cf-f61c94006be5 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 793/1636] 10.0.0.55 () {32 vars in 672 bytes} [Tue Mar 3 04:01:12 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 794/1637] 10.0.0.55 () {34 vars in 694 bytes} [Tue Mar 3 04:01:12 2026] POST /v2.0/security-group-rules => generated 601 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 795/1638] 10.0.0.55 () {32 vars in 746 bytes} [Tue Mar 3 04:01:12 2026] GET /v2.0/security-group-rules/c90f0f5c-1df1-4381-83c5-baf4a987a18b => generated 601 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1639] 10.0.0.55 () {34 vars in 788 bytes} [Tue Mar 3 04:01:11 2026] PUT /v2.0/routers/3975ad4a-a339-414a-898e-f69047801c13/remove_router_interface => generated 309 bytes in 903 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 796/1640] 10.0.0.55 () {32 vars in 672 bytes} [Tue Mar 3 04:01:12 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 797/1641] 10.0.0.55 () {32 vars in 749 bytes} [Tue Mar 3 04:01:12 2026] DELETE /v2.0/security-group-rules/c90f0f5c-1df1-4381-83c5-baf4a987a18b => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 798/1642] 10.0.0.55 () {32 vars in 672 bytes} [Tue Mar 3 04:01:12 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-03 04:01:12.898 6 INFO neutron.db.securitygroups_db [None req-b96b9581-0ecb-49c6-82a7-a8f948069faa 0c47e721a7784f1a9bf9327c9c21c361 f852048e3b4a4f22aceda6fd5f7986a2 - - default default] Project f852048e3b4a4f22aceda6fd5f7986a2 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-03-03 04:01:12.903 7 INFO neutron_taas.services.taas.taas_plugin [None req-4ec2bf33-795b-4fde-955f-aecd088c9731 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] TaaS: Handle Delete Port: 471452f0-6b3c-4716-8512-02d8c057a106 2026-03-03 04:01:12.907 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4ec2bf33-795b-4fde-955f-aecd088c9731 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Tap Mirror: Handle Delete Port: 471452f0-6b3c-4716-8512-02d8c057a106 [pid: 6|app: 0|req: 799/1643] 10.0.0.55 () {34 vars in 694 bytes} [Tue Mar 3 04:01:12 2026] POST /v2.0/security-group-rules => generated 607 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 800/1644] 10.0.0.55 () {32 vars in 746 bytes} [Tue Mar 3 04:01:12 2026] GET /v2.0/security-group-rules/72bc35c8-0600-4b6a-922b-a0c8872df674 => generated 607 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 801/1645] 10.0.0.55 () {32 vars in 672 bytes} [Tue Mar 3 04:01:12 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 802/1646] 10.0.0.55 () {32 vars in 749 bytes} [Tue Mar 3 04:01:13 2026] DELETE /v2.0/security-group-rules/72bc35c8-0600-4b6a-922b-a0c8872df674 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 803/1647] 10.0.0.55 () {32 vars in 672 bytes} [Tue Mar 3 04:01:13 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-03 04:01:13.212 7 INFO neutron_taas.services.taas.taas_plugin [None req-4ec2bf33-795b-4fde-955f-aecd088c9731 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] TaaS: Handle Delete Port: c7467587-9885-4ce6-83f3-13f426a718f3 2026-03-03 04:01:13.214 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4ec2bf33-795b-4fde-955f-aecd088c9731 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Tap Mirror: Handle Delete Port: c7467587-9885-4ce6-83f3-13f426a718f3 [pid: 6|app: 0|req: 804/1648] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:01:13 2026] DELETE /v2.0/security-groups/9aa3c636-68fc-4cc2-add5-40033857cf69 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 805/1649] 10.0.0.55 () {32 vars in 662 bytes} [Tue Mar 3 04:01:13 2026] GET /v2.0/security-groups => generated 2925 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 806/1650] 10.0.0.55 () {32 vars in 662 bytes} [Tue Mar 3 04:01:13 2026] GET /v2.0/security-groups => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-03 04:01:13.576 7 INFO neutron.services.segments.plugin [-] Segment 388a2893-22fc-4b1c-b729-7bf64412f8d3 resource provider aggregate not found 2026-03-03 04:01:13.583 7 INFO neutron.services.segments.plugin [-] Segment 388a2893-22fc-4b1c-b729-7bf64412f8d3 resource provider aggregate not found 2026-03-03 04:01:13.602 7 INFO neutron.db.l3_hamode_db [None req-4ec2bf33-795b-4fde-955f-aecd088c9731 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] HA network 21ea2c71-b290-44b7-b3b3-cbfe46250bf1 was deleted as no HA routers are present in tenant 55b7cfb6541347009ac12b8dcabbbfda. [pid: 7|app: 0|req: 845/1651] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:01:12 2026] DELETE /v2.0/routers/3975ad4a-a339-414a-898e-f69047801c13 => generated 0 bytes in 895 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-03 04:01:13.611 7 INFO neutron.services.segments.plugin [-] Segment 388a2893-22fc-4b1c-b729-7bf64412f8d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 388a2893-22fc-4b1c-b729-7bf64412f8d3 found for delete ", "request_id": "req-d840efdd-95bd-4218-ac83-b4e83893c1b2"}]} 2026-03-03 04:01:13.612 7 INFO neutron.services.segments.plugin [-] Segment 388a2893-22fc-4b1c-b729-7bf64412f8d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 388a2893-22fc-4b1c-b729-7bf64412f8d3 found for delete ", "request_id": "req-144e103f-ad28-4df1-aba1-545ac58577c2"}]} [pid: 6|app: 0|req: 807/1652] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:01:13 2026] DELETE /v2.0/subnets/23f8f231-cea0-4c5e-860f-eff6c5b6082a => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 04:01:13.874 6 INFO neutron_taas.services.taas.taas_plugin [None req-c5bc740e-e1f4-4228-982c-6cb250eacef5 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] TaaS: Handle Delete Port: 96591195-c75d-47d5-a22b-c4c5ee80e9e5 2026-03-03 04:01:13.877 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c5bc740e-e1f4-4228-982c-6cb250eacef5 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Tap Mirror: Handle Delete Port: 96591195-c75d-47d5-a22b-c4c5ee80e9e5 2026-03-03 04:01:13.973 7 INFO neutron.db.segments_db [None req-56dbf138-6542-497a-b013-420fda780866 bafc4f7259c74c3aba83f27a409ac0b6 754f3d6e04ab4e43a86246d379ec0d7e - - default default] Added segment 4a1d2784-2338-49d7-904a-73627ada4859 of type vxlan for network 02bea13b-e33b-4030-aa5c-029a9c87f67f 2026-03-03 04:01:14.051 6 INFO neutron.services.segments.plugin [-] Segment a89584a4-fc7e-4ad8-afcc-7321cdcc9261 resource provider aggregate not found 2026-03-03 04:01:14.054 6 INFO neutron.services.segments.plugin [-] Segment a89584a4-fc7e-4ad8-afcc-7321cdcc9261 resource provider aggregate not found [pid: 7|app: 0|req: 846/1653] 10.0.0.55 () {34 vars in 669 bytes} [Tue Mar 3 04:01:13 2026] POST /v2.0/networks => generated 630 bytes in 334 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-03 04:01:14.074 6 INFO neutron.services.segments.plugin [-] Segment a89584a4-fc7e-4ad8-afcc-7321cdcc9261 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a89584a4-fc7e-4ad8-afcc-7321cdcc9261 found for delete ", "request_id": "req-eba85751-2bf0-4449-9e20-97e71b8450f7"}]} [pid: 6|app: 0|req: 808/1654] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 04:01:13 2026] DELETE /v2.0/networks/4123bf8c-ef01-4cef-82ec-f11ca5a7dd16 => generated 0 bytes in 296 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 04:01:14.083 6 INFO neutron.services.segments.plugin [-] Segment a89584a4-fc7e-4ad8-afcc-7321cdcc9261 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a89584a4-fc7e-4ad8-afcc-7321cdcc9261 found for delete ", "request_id": "req-a9913a06-2611-4b85-8761-f7fa56431144"}]} 2026-03-03 04:01:14.129 6 INFO neutron.db.segments_db [None req-01e3d576-9f64-441e-8a40-7671284b6a2c bafc4f7259c74c3aba83f27a409ac0b6 754f3d6e04ab4e43a86246d379ec0d7e - - default default] Added segment 08fe2351-148e-4e3e-a447-b9da64afd5f8 of type vxlan for network 71ec5569-b551-4488-9e16-3724a1db6370 [pid: 7|app: 0|req: 847/1655] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:01:14 2026] GET /v2.0/security-groups?tenant_id=f852048e3b4a4f22aceda6fd5f7986a2&name=default => generated 2925 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 809/1658] 10.0.0.55 () {34 vars in 669 bytes} [Tue Mar 3 04:01:14 2026] POST /v2.0/networks => generated 630 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 810/1659] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:01:14 2026] GET /v2.0/security-groups?tenant_id=55b7cfb6541347009ac12b8dcabbbfda&name=default => generated 2925 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1660] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:01:14 2026] DELETE /v2.0/security-groups/77ce50bb-9107-4cad-a525-0e335c08564e => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1661] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:01:14 2026] DELETE /v2.0/security-groups/21d735a7-18d5-415e-853f-6d8506f9da19 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 811/1662] 10.0.0.55 () {34 vars in 668 bytes} [Tue Mar 3 04:01:14 2026] POST /v2.0/subnets => generated 626 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1663] 10.0.0.55 () {34 vars in 668 bytes} [Tue Mar 3 04:01:14 2026] POST /v2.0/subnets => generated 626 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-03 04:01:14.726 6 INFO neutron.db.segments_db [None req-7c9d72c7-52fc-4176-b763-a4b4eddefd07 bafc4f7259c74c3aba83f27a409ac0b6 754f3d6e04ab4e43a86246d379ec0d7e - - default default] Added segment 22e0fcc7-e0e9-4ebe-9149-6f38ed982e90 of type vxlan for network 4215195d-51ae-435d-b486-a912662cd63c 2026-03-03 04:01:15.012 6 INFO neutron.db.l3_hamode_db [None req-7c9d72c7-52fc-4176-b763-a4b4eddefd07 bafc4f7259c74c3aba83f27a409ac0b6 754f3d6e04ab4e43a86246d379ec0d7e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-03 04:01:15.138 6 INFO neutron.db.l3_hamode_db [None req-7c9d72c7-52fc-4176-b763-a4b4eddefd07 bafc4f7259c74c3aba83f27a409ac0b6 754f3d6e04ab4e43a86246d379ec0d7e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 6|app: 0|req: 812/1664] 10.0.0.55 () {34 vars in 668 bytes} [Tue Mar 3 04:01:14 2026] POST /v2.0/routers => generated 506 bytes in 1069 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-03 04:01:16.024 7 INFO neutron.db.segments_db [None req-10173f9b-11b1-46b2-a06f-960770c251b7 76811426046b46b69ee413645f0b0ca1 904c3dc3e3d8475da0f80a8b5076d969 - - default default] Added segment 8c6e8618-0f88-41fd-8ef5-f9ba88a4ca70 of type vxlan for network 019325ac-e555-4fe2-81bc-5cc4eb386d85 [pid: 7|app: 0|req: 853/1665] 10.0.0.55 () {34 vars in 669 bytes} [Tue Mar 3 04:01:15 2026] POST /v2.0/networks => generated 631 bytes in 406 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1666] 10.0.0.55 () {32 vars in 622 bytes} [Tue Mar 3 04:01:16 2026] GET / => generated 151 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) 2026-03-03 04:01:16.196 7 INFO neutron.db.segments_db [None req-9e2e02ac-32fa-4921-b3e8-941436d1cb53 76811426046b46b69ee413645f0b0ca1 904c3dc3e3d8475da0f80a8b5076d969 - - default default] Added segment b50b286d-7d1c-4b6e-a4b6-102a739975d3 of type vxlan for network 9544782f-87d5-4e79-b60a-2872ef4ba4bb [pid: 7|app: 0|req: 855/1667] 10.0.0.55 () {34 vars in 669 bytes} [Tue Mar 3 04:01:16 2026] POST /v2.0/networks => generated 632 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1668] 10.0.0.55 () {32 vars in 632 bytes} [Tue Mar 3 04:01:16 2026] GET /v2.0/ => generated 632 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 04:01:16.414 7 INFO neutron.db.segments_db [None req-3461009e-642c-4cd3-ba90-5ed692fae474 76811426046b46b69ee413645f0b0ca1 904c3dc3e3d8475da0f80a8b5076d969 - - default default] Added segment e13ad56f-3421-431d-b95c-c198604ba63c of type vxlan for network a251facb-920f-42d2-aa96-5cdd57821273 [pid: 7|app: 0|req: 857/1669] 10.0.0.55 () {34 vars in 669 bytes} [Tue Mar 3 04:01:16 2026] POST /v2.0/networks => generated 631 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-03 04:01:16.550 7 INFO neutron.db.segments_db [None req-762ac7ab-30d1-4331-9279-f86da8d58428 76811426046b46b69ee413645f0b0ca1 904c3dc3e3d8475da0f80a8b5076d969 - - default default] Added segment 7c59a819-5fc2-496b-9260-4fbe87d0af8c of type vxlan for network ba040bf7-a04d-4d99-ae51-41f2abaf2371 [pid: 7|app: 0|req: 858/1670] 10.0.0.55 () {34 vars in 669 bytes} [Tue Mar 3 04:01:16 2026] POST /v2.0/networks => generated 632 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-03 04:01:16.698 7 INFO neutron.db.segments_db [None req-ef6fa55a-15da-4ac6-92fc-ead053ef0841 76811426046b46b69ee413645f0b0ca1 904c3dc3e3d8475da0f80a8b5076d969 - - default default] Added segment 090e3cea-b916-4eff-8517-eb27b6aa6a80 of type vxlan for network 4b1b97d5-38d1-45f0-8127-0084bb17c452 [pid: 7|app: 0|req: 859/1671] 10.0.0.55 () {34 vars in 669 bytes} [Tue Mar 3 04:01:16 2026] POST /v2.0/networks => generated 632 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1672] 10.0.0.55 () {34 vars in 752 bytes} [Tue Mar 3 04:01:16 2026] PUT /v2.0/networks/019325ac-e555-4fe2-81bc-5cc4eb386d85/tags => generated 17 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 813/1673] 10.0.0.55 () {34 vars in 782 bytes} [Tue Mar 3 04:01:15 2026] PUT /v2.0/routers/60097d1d-20ba-4409-80ac-d0439b91c439/add_router_interface => generated 309 bytes in 1126 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 814/1674] 10.0.0.55 () {32 vars in 716 bytes} [Tue Mar 3 04:01:16 2026] GET /v2.0/ports/6078e514-1184-4e43-8db9-eb093a134e24 => generated 955 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1675] 10.0.0.55 () {34 vars in 752 bytes} [Tue Mar 3 04:01:16 2026] PUT /v2.0/networks/9544782f-87d5-4e79-b60a-2872ef4ba4bb/tags => generated 25 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 815/1676] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:01:16 2026] GET /v2.0/security-groups?tenant_id=d0726b68b31540a2a2712d0cfc68b5b3&name=default => generated 2925 bytes in 305 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 816/1677] 10.0.0.55 () {34 vars in 752 bytes} [Tue Mar 3 04:01:17 2026] PUT /v2.0/networks/a251facb-920f-42d2-aa96-5cdd57821273/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 817/1678] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:01:17 2026] DELETE /v2.0/security-groups/6f2d6c62-54f6-40d2-9f00-87177936a10e => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 818/1679] 10.0.0.55 () {34 vars in 752 bytes} [Tue Mar 3 04:01:17 2026] PUT /v2.0/networks/ba040bf7-a04d-4d99-ae51-41f2abaf2371/tags => generated 19 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 819/1680] 10.0.0.55 () {32 vars in 665 bytes} [Tue Mar 3 04:01:17 2026] GET /v2.0/networks?tags=red => generated 1855 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 820/1681] 10.0.0.55 () {32 vars in 679 bytes} [Tue Mar 3 04:01:17 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 821/1682] 10.0.0.55 () {32 vars in 675 bytes} [Tue Mar 3 04:01:17 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 822/1683] 10.0.0.55 () {32 vars in 687 bytes} [Tue Mar 3 04:01:17 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1855 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 823/1684] 10.0.0.55 () {32 vars in 673 bytes} [Tue Mar 3 04:01:17 2026] GET /v2.0/networks?not-tags=red => generated 1862 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 824/1685] 10.0.0.55 () {32 vars in 687 bytes} [Tue Mar 3 04:01:17 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2468 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 825/1686] 10.0.0.55 () {32 vars in 683 bytes} [Tue Mar 3 04:01:17 2026] GET /v2.0/networks?not-tags-any=blue => generated 2468 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 826/1687] 10.0.0.55 () {32 vars in 695 bytes} [Tue Mar 3 04:01:17 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1862 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-03 04:01:18.005 6 INFO neutron.services.segments.plugin [-] Segment 8c6e8618-0f88-41fd-8ef5-f9ba88a4ca70 resource provider aggregate not found 2026-03-03 04:01:18.012 6 INFO neutron.services.segments.plugin [-] Segment 8c6e8618-0f88-41fd-8ef5-f9ba88a4ca70 resource provider aggregate not found 2026-03-03 04:01:18.029 6 INFO neutron.services.segments.plugin [-] Segment 8c6e8618-0f88-41fd-8ef5-f9ba88a4ca70 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c6e8618-0f88-41fd-8ef5-f9ba88a4ca70 found for delete ", "request_id": "req-dac112d5-2f45-4e01-9988-b4f50f51f5a5"}]} 2026-03-03 04:01:18.037 6 INFO neutron.services.segments.plugin [-] Segment 8c6e8618-0f88-41fd-8ef5-f9ba88a4ca70 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c6e8618-0f88-41fd-8ef5-f9ba88a4ca70 found for delete ", "request_id": "req-19ccaf32-96a9-45ff-bb32-599e5ccd1af0"}]} [pid: 6|app: 0|req: 827/1688] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 04:01:17 2026] DELETE /v2.0/networks/019325ac-e555-4fe2-81bc-5cc4eb386d85 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 828/1689] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 04:01:18 2026] DELETE /v2.0/networks/9544782f-87d5-4e79-b60a-2872ef4ba4bb => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1690] 10.0.0.55 () {34 vars in 782 bytes} [Tue Mar 3 04:01:16 2026] PUT /v2.0/routers/60097d1d-20ba-4409-80ac-d0439b91c439/add_router_interface => generated 309 bytes in 1229 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1691] 10.0.0.55 () {32 vars in 716 bytes} [Tue Mar 3 04:01:18 2026] GET /v2.0/ports/4241235a-e5b1-42b3-905f-e882caaa4266 => generated 955 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 829/1692] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 04:01:18 2026] DELETE /v2.0/networks/a251facb-920f-42d2-aa96-5cdd57821273 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 830/1693] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 04:01:18 2026] DELETE /v2.0/networks/ba040bf7-a04d-4d99-ae51-41f2abaf2371 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 831/1694] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 04:01:18 2026] DELETE /v2.0/networks/4b1b97d5-38d1-45f0-8127-0084bb17c452 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 04:01:18.541 7 INFO neutron_taas.services.taas.taas_plugin [None req-9fe552e8-f4fb-41c1-a303-5b595efcaa9d bafc4f7259c74c3aba83f27a409ac0b6 754f3d6e04ab4e43a86246d379ec0d7e - - default default] TaaS: Handle Delete Port: 4241235a-e5b1-42b3-905f-e882caaa4266 2026-03-03 04:01:18.544 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9fe552e8-f4fb-41c1-a303-5b595efcaa9d bafc4f7259c74c3aba83f27a409ac0b6 754f3d6e04ab4e43a86246d379ec0d7e - - default default] Tap Mirror: Handle Delete Port: 4241235a-e5b1-42b3-905f-e882caaa4266 [pid: 7|app: 0|req: 864/1695] 10.0.0.55 () {34 vars in 788 bytes} [Tue Mar 3 04:01:18 2026] PUT /v2.0/routers/60097d1d-20ba-4409-80ac-d0439b91c439/remove_router_interface => generated 309 bytes in 750 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 832/1696] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:01:18 2026] GET /v2.0/security-groups?tenant_id=917631f4612641818a16eeffb3b6ed21&name=default => generated 2925 bytes in 303 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 833/1697] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:01:19 2026] DELETE /v2.0/security-groups/03d286fb-7a65-4e61-85c3-55efd1d2878b => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-03 04:01:19.325 7 INFO neutron_taas.services.taas.taas_plugin [None req-48054248-22a8-4098-bb72-debeabed7cf1 bafc4f7259c74c3aba83f27a409ac0b6 754f3d6e04ab4e43a86246d379ec0d7e - - default default] TaaS: Handle Delete Port: 6078e514-1184-4e43-8db9-eb093a134e24 2026-03-03 04:01:19.328 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-48054248-22a8-4098-bb72-debeabed7cf1 bafc4f7259c74c3aba83f27a409ac0b6 754f3d6e04ab4e43a86246d379ec0d7e - - default default] Tap Mirror: Handle Delete Port: 6078e514-1184-4e43-8db9-eb093a134e24 [pid: 6|app: 0|req: 834/1698] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:01:19 2026] GET /v2.0/security-groups?tenant_id=4bf42ab0a1a7413fb22e78e0908d1717&name=default => generated 2925 bytes in 394 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1699] 10.0.0.55 () {34 vars in 788 bytes} [Tue Mar 3 04:01:18 2026] PUT /v2.0/routers/60097d1d-20ba-4409-80ac-d0439b91c439/remove_router_interface => generated 309 bytes in 847 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 835/1700] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:01:19 2026] GET /v2.0/security-groups?tenant_id=c06d4e2fd18e41d688e693235453a7fe&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 836/1701] 10.0.0.55 () {32 vars in 735 bytes} [Tue Mar 3 04:01:19 2026] GET /v2.0/ports?device_id=60097d1d-20ba-4409-80ac-d0439b91c439 => 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: 866/1702] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:01:19 2026] DELETE /v2.0/security-groups/06ad857e-283c-4bfb-8c6b-9da673fc61c7 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 837/1703] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:01:19 2026] DELETE /v2.0/security-groups/65feacfb-03e0-4997-bfd2-dbb9687d090b => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-03 04:01:20.049 6 INFO neutron.services.segments.plugin [-] Segment b50b286d-7d1c-4b6e-a4b6-102a739975d3 resource provider aggregate not found 2026-03-03 04:01:20.061 6 INFO neutron.services.segments.plugin [-] Segment b50b286d-7d1c-4b6e-a4b6-102a739975d3 resource provider aggregate not found 2026-03-03 04:01:20.072 6 INFO neutron.services.segments.plugin [-] Segment b50b286d-7d1c-4b6e-a4b6-102a739975d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b50b286d-7d1c-4b6e-a4b6-102a739975d3 found for delete ", "request_id": "req-1c3e8f85-0c71-4b48-80d9-51b286b8fa28"}]} 2026-03-03 04:01:20.078 6 INFO neutron.services.segments.plugin [-] Segment b50b286d-7d1c-4b6e-a4b6-102a739975d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b50b286d-7d1c-4b6e-a4b6-102a739975d3 found for delete ", "request_id": "req-1a68319f-2a80-49fd-887c-c37473cadf5d"}]} 2026-03-03 04:01:20.089 7 INFO neutron_taas.services.taas.taas_plugin [None req-6bd0d950-aea8-4200-87bc-c45087e4e4e2 bafc4f7259c74c3aba83f27a409ac0b6 754f3d6e04ab4e43a86246d379ec0d7e - - default default] TaaS: Handle Delete Port: 49d4e88c-c17d-48bd-a52c-42f02fdd4924 2026-03-03 04:01:20.092 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6bd0d950-aea8-4200-87bc-c45087e4e4e2 bafc4f7259c74c3aba83f27a409ac0b6 754f3d6e04ab4e43a86246d379ec0d7e - - default default] Tap Mirror: Handle Delete Port: 49d4e88c-c17d-48bd-a52c-42f02fdd4924 2026-03-03 04:01:20.098 6 INFO neutron.services.segments.plugin [-] Segment e13ad56f-3421-431d-b95c-c198604ba63c resource provider aggregate not found [pid: 6|app: 0|req: 838/1704] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:01:20 2026] GET /v2.0/security-groups?tenant_id=904c3dc3e3d8475da0f80a8b5076d969&name=default => generated 2925 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-03 04:01:20.111 6 INFO neutron.services.segments.plugin [-] Segment e13ad56f-3421-431d-b95c-c198604ba63c resource provider aggregate not found 2026-03-03 04:01:20.115 6 INFO neutron.services.segments.plugin [-] Segment e13ad56f-3421-431d-b95c-c198604ba63c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e13ad56f-3421-431d-b95c-c198604ba63c found for delete ", "request_id": "req-36efea6d-068e-4522-ba4b-18faaa90728e"}]} 2026-03-03 04:01:20.134 6 INFO neutron.services.segments.plugin [-] Segment e13ad56f-3421-431d-b95c-c198604ba63c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e13ad56f-3421-431d-b95c-c198604ba63c found for delete ", "request_id": "req-1ef3bfe7-0e34-41d3-8538-808c89fcb629"}]} 2026-03-03 04:01:20.140 6 INFO neutron.services.segments.plugin [-] Segment 7c59a819-5fc2-496b-9260-4fbe87d0af8c resource provider aggregate not found 2026-03-03 04:01:20.157 6 INFO neutron.services.segments.plugin [-] Segment 7c59a819-5fc2-496b-9260-4fbe87d0af8c resource provider aggregate not found 2026-03-03 04:01:20.162 6 INFO neutron.services.segments.plugin [-] Segment 7c59a819-5fc2-496b-9260-4fbe87d0af8c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c59a819-5fc2-496b-9260-4fbe87d0af8c found for delete ", "request_id": "req-cedb4b6c-f222-486f-82c6-dc3867dbb032"}]} 2026-03-03 04:01:20.180 6 INFO neutron.services.segments.plugin [-] Segment 090e3cea-b916-4eff-8517-eb27b6aa6a80 resource provider aggregate not found 2026-03-03 04:01:20.197 6 INFO neutron.services.segments.plugin [-] Segment 7c59a819-5fc2-496b-9260-4fbe87d0af8c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c59a819-5fc2-496b-9260-4fbe87d0af8c found for delete ", "request_id": "req-4f9d46c1-87ad-4a4e-bd3a-88236c14ca5f"}]} 2026-03-03 04:01:20.216 6 INFO neutron.services.segments.plugin [-] Segment 090e3cea-b916-4eff-8517-eb27b6aa6a80 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 090e3cea-b916-4eff-8517-eb27b6aa6a80 found for delete ", "request_id": "req-ac499186-b2bc-4d6b-a196-0e215c639116"}]} 2026-03-03 04:01:20.218 6 INFO neutron.services.segments.plugin [-] Segment 090e3cea-b916-4eff-8517-eb27b6aa6a80 resource provider aggregate not found 2026-03-03 04:01:20.237 6 INFO neutron.services.segments.plugin [-] Segment 090e3cea-b916-4eff-8517-eb27b6aa6a80 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 090e3cea-b916-4eff-8517-eb27b6aa6a80 found for delete ", "request_id": "req-c06ab479-e86c-4a38-8d79-03783a62a472"}]} [pid: 6|app: 0|req: 839/1705] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:01:20 2026] DELETE /v2.0/security-groups/0cba3b40-a688-4a57-9e01-89d016821035 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-03 04:01:20.422 7 INFO neutron.services.segments.plugin [-] Segment 22e0fcc7-e0e9-4ebe-9149-6f38ed982e90 resource provider aggregate not found 2026-03-03 04:01:20.433 7 INFO neutron.services.segments.plugin [-] Segment 22e0fcc7-e0e9-4ebe-9149-6f38ed982e90 resource provider aggregate not found 2026-03-03 04:01:20.451 7 INFO neutron.services.segments.plugin [-] Segment 22e0fcc7-e0e9-4ebe-9149-6f38ed982e90 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 22e0fcc7-e0e9-4ebe-9149-6f38ed982e90 found for delete ", "request_id": "req-1516fd34-5ee7-4ded-b876-056b47461590"}]} 2026-03-03 04:01:20.461 7 INFO neutron.db.l3_hamode_db [None req-6bd0d950-aea8-4200-87bc-c45087e4e4e2 bafc4f7259c74c3aba83f27a409ac0b6 754f3d6e04ab4e43a86246d379ec0d7e - - default default] HA network 4215195d-51ae-435d-b486-a912662cd63c was deleted as no HA routers are present in tenant 754f3d6e04ab4e43a86246d379ec0d7e. 2026-03-03 04:01:20.462 7 INFO neutron.services.segments.plugin [-] Segment 22e0fcc7-e0e9-4ebe-9149-6f38ed982e90 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 22e0fcc7-e0e9-4ebe-9149-6f38ed982e90 found for delete ", "request_id": "req-030f479b-005c-47a7-853b-e91fc33d5169"}]} [pid: 7|app: 0|req: 867/1706] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:01:19 2026] DELETE /v2.0/routers/60097d1d-20ba-4409-80ac-d0439b91c439 => generated 0 bytes in 548 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 840/1707] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:01:20 2026] GET /v2.0/security-groups?tenant_id=6dd7df351f7a434b9e5cd1626f625c4d&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1708] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:01:20 2026] DELETE /v2.0/subnets/52520fb2-ab6f-475d-be69-acd978dc2146 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 841/1709] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:01:20 2026] DELETE /v2.0/security-groups/3b74fe0d-6c2b-42dc-8f3a-3623a2155309 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1710] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:01:20 2026] DELETE /v2.0/subnets/5575fb85-315b-4d4c-bc63-61217b86797d => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 04:01:20.862 6 INFO neutron_taas.services.taas.taas_plugin [None req-d3ff56fa-f9ca-4cb6-a167-a8501e9143e4 bafc4f7259c74c3aba83f27a409ac0b6 754f3d6e04ab4e43a86246d379ec0d7e - - default default] TaaS: Handle Delete Port: 0d7f0700-1b7f-46aa-a0ed-1427472dbbe7 2026-03-03 04:01:20.865 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d3ff56fa-f9ca-4cb6-a167-a8501e9143e4 bafc4f7259c74c3aba83f27a409ac0b6 754f3d6e04ab4e43a86246d379ec0d7e - - default default] Tap Mirror: Handle Delete Port: 0d7f0700-1b7f-46aa-a0ed-1427472dbbe7 [pid: 6|app: 0|req: 842/1711] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 04:01:20 2026] DELETE /v2.0/networks/71ec5569-b551-4488-9e16-3724a1db6370 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 04:01:21.168 7 INFO neutron_taas.services.taas.taas_plugin [None req-ce97de76-355f-408d-83a9-5bb0c22c428f bafc4f7259c74c3aba83f27a409ac0b6 754f3d6e04ab4e43a86246d379ec0d7e - - default default] TaaS: Handle Delete Port: 2e2e2bb0-7234-4ff1-9fda-2d720db0771d 2026-03-03 04:01:21.171 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ce97de76-355f-408d-83a9-5bb0c22c428f bafc4f7259c74c3aba83f27a409ac0b6 754f3d6e04ab4e43a86246d379ec0d7e - - default default] Tap Mirror: Handle Delete Port: 2e2e2bb0-7234-4ff1-9fda-2d720db0771d [pid: 7|app: 0|req: 870/1712] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 04:01:21 2026] DELETE /v2.0/networks/02bea13b-e33b-4030-aa5c-029a9c87f67f => generated 0 bytes in 335 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 04:01:21.464 6 INFO neutron.db.segments_db [None req-e50a73ae-1a6f-449c-8df2-578a5f041333 bafc4f7259c74c3aba83f27a409ac0b6 754f3d6e04ab4e43a86246d379ec0d7e - - default default] Added segment bec0ba88-cf87-4887-a546-97009b43b1c5 of type vxlan for network b174da60-286c-4401-81e6-2853c30cd90f [pid: 6|app: 0|req: 843/1713] 10.0.0.55 () {34 vars in 669 bytes} [Tue Mar 3 04:01:21 2026] POST /v2.0/networks => generated 629 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1714] 10.0.0.55 () {34 vars in 668 bytes} [Tue Mar 3 04:01:21 2026] POST /v2.0/subnets => generated 626 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-03 04:01:21.847 6 INFO neutron.db.segments_db [None req-2376e0b9-a2ea-46aa-b326-af366d795c73 bafc4f7259c74c3aba83f27a409ac0b6 754f3d6e04ab4e43a86246d379ec0d7e - - default default] Added segment 03645e16-b574-4171-8e4d-76f3df424f1a of type vxlan for network 1fc7da57-de02-49d2-a0ad-aff0f0af9b1d 2026-03-03 04:01:22.075 6 INFO neutron.db.l3_hamode_db [None req-2376e0b9-a2ea-46aa-b326-af366d795c73 bafc4f7259c74c3aba83f27a409ac0b6 754f3d6e04ab4e43a86246d379ec0d7e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-03 04:01:22.182 6 INFO neutron.db.l3_hamode_db [None req-2376e0b9-a2ea-46aa-b326-af366d795c73 bafc4f7259c74c3aba83f27a409ac0b6 754f3d6e04ab4e43a86246d379ec0d7e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-03 04:01:22.254 6 INFO neutron.services.segments.plugin [-] Segment 08fe2351-148e-4e3e-a447-b9da64afd5f8 resource provider aggregate not found 2026-03-03 04:01:22.257 6 INFO neutron.services.segments.plugin [-] Segment 08fe2351-148e-4e3e-a447-b9da64afd5f8 resource provider aggregate not found 2026-03-03 04:01:22.272 6 INFO neutron.services.segments.plugin [-] Segment 08fe2351-148e-4e3e-a447-b9da64afd5f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 08fe2351-148e-4e3e-a447-b9da64afd5f8 found for delete ", "request_id": "req-ed23e3df-efe6-4e8e-9c05-41dea60f64b0"}]} 2026-03-03 04:01:22.274 6 INFO neutron.services.segments.plugin [-] Segment 08fe2351-148e-4e3e-a447-b9da64afd5f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 08fe2351-148e-4e3e-a447-b9da64afd5f8 found for delete ", "request_id": "req-c8d867b6-c707-4dd6-a7b4-1c7fc7e8332d"}]} [pid: 7|app: 0|req: 872/1715] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:01:22 2026] GET /v2.0/security-groups?tenant_id=e73353c2a9594a90b5a54977cb2eafea&name=default => generated 2925 bytes in 203 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-03 04:01:22.479 7 INFO neutron.services.segments.plugin [-] Segment 4a1d2784-2338-49d7-904a-73627ada4859 resource provider aggregate not found 2026-03-03 04:01:22.487 7 INFO neutron.services.segments.plugin [-] Segment 4a1d2784-2338-49d7-904a-73627ada4859 resource provider aggregate not found 2026-03-03 04:01:22.499 7 INFO neutron.services.segments.plugin [-] Segment 4a1d2784-2338-49d7-904a-73627ada4859 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a1d2784-2338-49d7-904a-73627ada4859 found for delete ", "request_id": "req-74066eea-94c0-4842-8522-f7e42ec63cab"}]} 2026-03-03 04:01:22.505 7 INFO neutron.services.segments.plugin [-] Segment 4a1d2784-2338-49d7-904a-73627ada4859 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a1d2784-2338-49d7-904a-73627ada4859 found for delete ", "request_id": "req-d292c953-7135-4e88-880a-611f815dd237"}]} [pid: 7|app: 0|req: 873/1716] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:01:22 2026] GET /v2.0/security-groups?tenant_id=7f91894488ef48d396f99dc74df64ee4&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: 874/1717] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:01:22 2026] DELETE /v2.0/security-groups/1ac743c7-d756-462b-b9fd-3dfb675a1893 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 844/1718] 10.0.0.55 () {34 vars in 668 bytes} [Tue Mar 3 04:01:21 2026] POST /v2.0/routers => generated 507 bytes in 895 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1719] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:01:22 2026] DELETE /v2.0/security-groups/b762cd26-31dc-48e9-9505-729f60a40edc => 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: 876/1720] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:01:22 2026] GET /v2.0/security-groups?tenant_id=ee24acc23c514a889b99bbfe9283c86f&name=default => generated 2925 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1721] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:01:22 2026] DELETE /v2.0/security-groups/e95fcdbd-7a5f-416e-a884-9c157cac0b88 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 845/1722] 10.0.0.55 () {34 vars in 664 bytes} [Tue Mar 3 04:01:22 2026] POST /v2.0/ports => generated 951 bytes in 364 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1723] 10.0.0.55 () {34 vars in 782 bytes} [Tue Mar 3 04:01:23 2026] PUT /v2.0/routers/c18ff8dd-ac79-424e-a339-10bd1a303288/add_router_interface => generated 309 bytes in 1133 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: 6|app: 0|req: 846/1724] 10.0.0.55 () {32 vars in 716 bytes} [Tue Mar 3 04:01:24 2026] GET /v2.0/ports/0a606553-fed0-4461-a88b-a51771eb7f9f => generated 1025 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-03 04:01:24.609 7 INFO neutron_taas.services.taas.taas_plugin [None req-9a0359c4-53e2-4711-872f-3e717be2812f bafc4f7259c74c3aba83f27a409ac0b6 754f3d6e04ab4e43a86246d379ec0d7e - - default default] TaaS: Handle Delete Port: 0a606553-fed0-4461-a88b-a51771eb7f9f 2026-03-03 04:01:24.612 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9a0359c4-53e2-4711-872f-3e717be2812f bafc4f7259c74c3aba83f27a409ac0b6 754f3d6e04ab4e43a86246d379ec0d7e - - default default] Tap Mirror: Handle Delete Port: 0a606553-fed0-4461-a88b-a51771eb7f9f 2026-03-03 04:01:25.006 6 INFO neutron.db.segments_db [None req-d5c4e962-28d6-4cd7-bf67-20ccec4730c3 8c568fb6ed694a67ad20843322f98610 d84c6ec47edf455780d8b670550099e2 - - default default] Added segment f4f5f004-9e11-4744-95d5-b534a5163d0f of type vxlan for network bb5aa8a9-2265-4da1-879a-83852199e652 [pid: 7|app: 0|req: 879/1725] 10.0.0.55 () {34 vars in 788 bytes} [Tue Mar 3 04:01:24 2026] PUT /v2.0/routers/c18ff8dd-ac79-424e-a339-10bd1a303288/remove_router_interface => generated 309 bytes in 847 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-03-03 04:01:25.195 7 INFO neutron.api.v2.resource [None req-09b0bed8-886b-428f-b841-286f6f7bbf33 bafc4f7259c74c3aba83f27a409ac0b6 754f3d6e04ab4e43a86246d379ec0d7e - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 880/1726] 10.0.0.55 () {34 vars in 788 bytes} [Tue Mar 3 04:01:25 2026] PUT /v2.0/routers/c18ff8dd-ac79-424e-a339-10bd1a303288/remove_router_interface => generated 197 bytes in 85 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1727] 10.0.0.55 () {32 vars in 735 bytes} [Tue Mar 3 04:01:25 2026] GET /v2.0/ports?device_id=c18ff8dd-ac79-424e-a339-10bd1a303288 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-03 04:01:25.260 6 INFO neutron.db.l3_hamode_db [None req-d5c4e962-28d6-4cd7-bf67-20ccec4730c3 8c568fb6ed694a67ad20843322f98610 d84c6ec47edf455780d8b670550099e2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-03 04:01:25.370 6 INFO neutron.db.l3_hamode_db [None req-d5c4e962-28d6-4cd7-bf67-20ccec4730c3 8c568fb6ed694a67ad20843322f98610 d84c6ec47edf455780d8b670550099e2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 882/1728] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:01:25 2026] GET /v2.0/security-groups?tenant_id=e5ae68e778614937a29eee16a12fa4bc&name=default => generated 2925 bytes in 247 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-03 04:01:25.641 7 INFO neutron_taas.services.taas.taas_plugin [None req-066ae5a7-dbbd-40d8-be04-731dd03bbe26 bafc4f7259c74c3aba83f27a409ac0b6 754f3d6e04ab4e43a86246d379ec0d7e - - default default] TaaS: Handle Delete Port: 63e66e57-d0af-4f30-acf6-6f7f785fc350 2026-03-03 04:01:25.644 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-066ae5a7-dbbd-40d8-be04-731dd03bbe26 bafc4f7259c74c3aba83f27a409ac0b6 754f3d6e04ab4e43a86246d379ec0d7e - - default default] Tap Mirror: Handle Delete Port: 63e66e57-d0af-4f30-acf6-6f7f785fc350 2026-03-03 04:01:25.983 7 INFO neutron.services.segments.plugin [-] Segment 03645e16-b574-4171-8e4d-76f3df424f1a resource provider aggregate not found 2026-03-03 04:01:25.997 7 INFO neutron.services.segments.plugin [-] Segment 03645e16-b574-4171-8e4d-76f3df424f1a resource provider aggregate not found 2026-03-03 04:01:26.000 7 INFO neutron.services.segments.plugin [-] Segment 03645e16-b574-4171-8e4d-76f3df424f1a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03645e16-b574-4171-8e4d-76f3df424f1a found for delete ", "request_id": "req-374159e0-3094-4ea4-a8d0-7e526273d029"}]} [pid: 6|app: 0|req: 847/1729] 10.0.0.55 () {34 vars in 667 bytes} [Tue Mar 3 04:01:24 2026] POST /v2.0/routers => generated 474 bytes in 1310 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-03 04:01:26.010 7 INFO neutron.services.segments.plugin [-] Segment 03645e16-b574-4171-8e4d-76f3df424f1a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03645e16-b574-4171-8e4d-76f3df424f1a found for delete ", "request_id": "req-57733894-4b83-43af-a445-7f70245d346c"}]} 2026-03-03 04:01:26.017 7 INFO neutron.db.l3_hamode_db [None req-066ae5a7-dbbd-40d8-be04-731dd03bbe26 bafc4f7259c74c3aba83f27a409ac0b6 754f3d6e04ab4e43a86246d379ec0d7e - - default default] HA network 1fc7da57-de02-49d2-a0ad-aff0f0af9b1d was deleted as no HA routers are present in tenant 754f3d6e04ab4e43a86246d379ec0d7e. [pid: 7|app: 0|req: 883/1730] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:01:25 2026] DELETE /v2.0/routers/c18ff8dd-ac79-424e-a339-10bd1a303288 => generated 0 bytes in 550 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-03 04:01:26.085 7 INFO neutron.db.l3_hamode_db [None req-dfbe4a3a-ee2e-40d2-b904-12b3ac911542 8c568fb6ed694a67ad20843322f98610 d84c6ec47edf455780d8b670550099e2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 6|app: 0|req: 848/1731] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:01:26 2026] DELETE /v2.0/security-groups/871398ea-b7bd-4166-9b5a-0e39ce85ef89 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 849/1732] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:01:26 2026] DELETE /v2.0/subnets/7e6ffc93-2fcb-4a8b-b011-816a3c95abed => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 850/1733] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:01:26 2026] GET /v2.0/security-groups?tenant_id=5d6263e1aba942de8e6bcc2e58d60a38&name=default => generated 2925 bytes in 319 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-03 04:01:26.637 7 INFO neutron.db.l3_hamode_db [None req-dfbe4a3a-ee2e-40d2-b904-12b3ac911542 8c568fb6ed694a67ad20843322f98610 d84c6ec47edf455780d8b670550099e2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-03 04:01:26.695 6 INFO neutron_taas.services.taas.taas_plugin [None req-ec7239c7-2470-44e4-a8d9-c493326382d4 bafc4f7259c74c3aba83f27a409ac0b6 754f3d6e04ab4e43a86246d379ec0d7e - - default default] TaaS: Handle Delete Port: f12b6402-f8da-4f18-b4f5-28ece0f0d64b 2026-03-03 04:01:26.699 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ec7239c7-2470-44e4-a8d9-c493326382d4 bafc4f7259c74c3aba83f27a409ac0b6 754f3d6e04ab4e43a86246d379ec0d7e - - default default] Tap Mirror: Handle Delete Port: f12b6402-f8da-4f18-b4f5-28ece0f0d64b 2026-03-03 04:01:26.874 6 INFO neutron.services.segments.plugin [-] Segment bec0ba88-cf87-4887-a546-97009b43b1c5 resource provider aggregate not found 2026-03-03 04:01:26.882 6 INFO neutron.services.segments.plugin [-] Segment bec0ba88-cf87-4887-a546-97009b43b1c5 resource provider aggregate not found 2026-03-03 04:01:26.898 6 INFO neutron.services.segments.plugin [-] Segment bec0ba88-cf87-4887-a546-97009b43b1c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bec0ba88-cf87-4887-a546-97009b43b1c5 found for delete ", "request_id": "req-b9ce74d0-2906-4119-a0b1-c513e3567ef3"}]} 2026-03-03 04:01:26.904 6 INFO neutron.services.segments.plugin [-] Segment bec0ba88-cf87-4887-a546-97009b43b1c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bec0ba88-cf87-4887-a546-97009b43b1c5 found for delete ", "request_id": "req-e6e65535-5ff2-43e0-ac30-866e8ed25730"}]} [pid: 6|app: 0|req: 851/1734] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 04:01:26 2026] DELETE /v2.0/networks/b174da60-286c-4401-81e6-2853c30cd90f => generated 0 bytes in 327 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 852/1735] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:01:26 2026] DELETE /v2.0/security-groups/4eb3e8f7-8307-4fcf-bf9b-64fa84a6fd46 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-03 04:01:27.111 6 INFO neutron.db.segments_db [None req-b09ee04d-d551-4557-9c91-98bbd4bb118d bafc4f7259c74c3aba83f27a409ac0b6 754f3d6e04ab4e43a86246d379ec0d7e - - default default] Added segment 5bbb9832-3cd1-45ef-9b35-303c124133aa of type vxlan for network b19f5733-8b29-45be-aa84-14537a2452f8 [pid: 6|app: 0|req: 853/1736] 10.0.0.55 () {34 vars in 669 bytes} [Tue Mar 3 04:01:27 2026] POST /v2.0/networks => generated 630 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1737] 10.0.0.55 () {34 vars in 667 bytes} [Tue Mar 3 04:01:26 2026] POST /v2.0/routers => generated 474 bytes in 1343 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-03 04:01:27.419 7 INFO neutron.db.l3_hamode_db [None req-81b17b50-75e7-4b46-bc79-35e9d5f09de3 8c568fb6ed694a67ad20843322f98610 d84c6ec47edf455780d8b670550099e2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 6|app: 0|req: 854/1738] 10.0.0.55 () {34 vars in 668 bytes} [Tue Mar 3 04:01:27 2026] POST /v2.0/subnets => generated 626 bytes in 300 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-03 04:01:27.566 7 INFO neutron.db.l3_hamode_db [None req-81b17b50-75e7-4b46-bc79-35e9d5f09de3 8c568fb6ed694a67ad20843322f98610 d84c6ec47edf455780d8b670550099e2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-03 04:01:27.592 6 INFO neutron.db.segments_db [None req-3ad780ac-30db-4dbb-b8c9-6e72356d8c44 bafc4f7259c74c3aba83f27a409ac0b6 754f3d6e04ab4e43a86246d379ec0d7e - - default default] Added segment 5d247870-d69b-4235-8328-f3e6432d24e0 of type vxlan for network e58d46c3-151d-4a99-b941-ec9a61d6fb1c 2026-03-03 04:01:27.809 6 INFO neutron.db.l3_hamode_db [None req-3ad780ac-30db-4dbb-b8c9-6e72356d8c44 bafc4f7259c74c3aba83f27a409ac0b6 754f3d6e04ab4e43a86246d379ec0d7e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-03 04:01:27.911 6 INFO neutron.db.l3_hamode_db [None req-3ad780ac-30db-4dbb-b8c9-6e72356d8c44 bafc4f7259c74c3aba83f27a409ac0b6 754f3d6e04ab4e43a86246d379ec0d7e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 885/1739] 10.0.0.55 () {34 vars in 667 bytes} [Tue Mar 3 04:01:27 2026] POST /v2.0/routers => generated 474 bytes in 701 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-03 04:01:28.127 7 INFO neutron.db.l3_hamode_db [None req-670412f2-5bea-41eb-9db5-18f6ce5c8883 8c568fb6ed694a67ad20843322f98610 d84c6ec47edf455780d8b670550099e2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-03 04:01:28.290 7 INFO neutron.db.l3_hamode_db [None req-670412f2-5bea-41eb-9db5-18f6ce5c8883 8c568fb6ed694a67ad20843322f98610 d84c6ec47edf455780d8b670550099e2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 6|app: 0|req: 855/1740] 10.0.0.55 () {34 vars in 668 bytes} [Tue Mar 3 04:01:27 2026] POST /v2.0/routers => generated 506 bytes in 1025 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1741] 10.0.0.55 () {34 vars in 667 bytes} [Tue Mar 3 04:01:28 2026] POST /v2.0/routers => generated 474 bytes in 837 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-03 04:01:28.956 7 INFO neutron.db.l3_hamode_db [None req-c2bf7ddb-d083-4fb1-bcee-fbd257bc4ed6 8c568fb6ed694a67ad20843322f98610 d84c6ec47edf455780d8b670550099e2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-03 04:01:29.062 7 INFO neutron.db.l3_hamode_db [None req-c2bf7ddb-d083-4fb1-bcee-fbd257bc4ed6 8c568fb6ed694a67ad20843322f98610 d84c6ec47edf455780d8b670550099e2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 887/1742] 10.0.0.55 () {34 vars in 667 bytes} [Tue Mar 3 04:01:28 2026] POST /v2.0/routers => generated 474 bytes in 703 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 856/1745] 10.0.0.55 () {34 vars in 782 bytes} [Tue Mar 3 04:01:28 2026] PUT /v2.0/routers/6f3763c5-6d77-46b4-9500-61509eaa239b/add_router_interface => generated 309 bytes in 1122 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 857/1746] 10.0.0.55 () {32 vars in 716 bytes} [Tue Mar 3 04:01:29 2026] GET /v2.0/ports/8aab4e90-429a-4401-ba40-d1700abd6467 => generated 955 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1747] 10.0.0.55 () {34 vars in 750 bytes} [Tue Mar 3 04:01:29 2026] PUT /v2.0/routers/4240f862-77ae-490b-81f6-34b2460f923f/tags => generated 17 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1748] 10.0.0.55 () {34 vars in 750 bytes} [Tue Mar 3 04:01:29 2026] PUT /v2.0/routers/fac43bb7-d1f9-4140-86a3-3a8b8e2b0a3d/tags => generated 25 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1749] 10.0.0.55 () {34 vars in 750 bytes} [Tue Mar 3 04:01:29 2026] PUT /v2.0/routers/a620cfb6-5f8c-4e06-aac0-61642270921f/tags => generated 34 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-03 04:01:30.044 6 INFO neutron_taas.services.taas.taas_plugin [None req-f3436487-abc0-4bda-90c0-7bb8f7a0ed28 bafc4f7259c74c3aba83f27a409ac0b6 754f3d6e04ab4e43a86246d379ec0d7e - - default default] TaaS: Handle Delete Port: 8aab4e90-429a-4401-ba40-d1700abd6467 2026-03-03 04:01:30.047 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f3436487-abc0-4bda-90c0-7bb8f7a0ed28 bafc4f7259c74c3aba83f27a409ac0b6 754f3d6e04ab4e43a86246d379ec0d7e - - default default] Tap Mirror: Handle Delete Port: 8aab4e90-429a-4401-ba40-d1700abd6467 [pid: 7|app: 0|req: 893/1750] 10.0.0.55 () {34 vars in 750 bytes} [Tue Mar 3 04:01:29 2026] PUT /v2.0/routers/21b7ccd7-0513-45df-b105-dc31e545d2cf/tags => generated 19 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1751] 10.0.0.55 () {32 vars in 663 bytes} [Tue Mar 3 04:01:30 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1752] 10.0.0.55 () {32 vars in 677 bytes} [Tue Mar 3 04:01:30 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1753] 10.0.0.55 () {32 vars in 673 bytes} [Tue Mar 3 04:01:30 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1754] 10.0.0.55 () {32 vars in 685 bytes} [Tue Mar 3 04:01:30 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 858/1755] 10.0.0.55 () {34 vars in 788 bytes} [Tue Mar 3 04:01:29 2026] PUT /v2.0/routers/6f3763c5-6d77-46b4-9500-61509eaa239b/remove_router_interface => generated 309 bytes in 720 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1756] 10.0.0.55 () {32 vars in 671 bytes} [Tue Mar 3 04:01:30 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 859/1757] 10.0.0.55 () {32 vars in 735 bytes} [Tue Mar 3 04:01:30 2026] GET /v2.0/ports?device_id=6f3763c5-6d77-46b4-9500-61509eaa239b => 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: 899/1758] 10.0.0.55 () {32 vars in 685 bytes} [Tue Mar 3 04:01:30 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1759] 10.0.0.55 () {32 vars in 681 bytes} [Tue Mar 3 04:01:30 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-03 04:01:30.672 6 INFO neutron_taas.services.taas.taas_plugin [None req-5587cc2f-f746-43e3-8a71-27346f3805cf bafc4f7259c74c3aba83f27a409ac0b6 754f3d6e04ab4e43a86246d379ec0d7e - - default default] TaaS: Handle Delete Port: 40536a06-27d7-45d4-93e4-8a287f3f56f2 2026-03-03 04:01:30.675 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5587cc2f-f746-43e3-8a71-27346f3805cf bafc4f7259c74c3aba83f27a409ac0b6 754f3d6e04ab4e43a86246d379ec0d7e - - default default] Tap Mirror: Handle Delete Port: 40536a06-27d7-45d4-93e4-8a287f3f56f2 [pid: 7|app: 0|req: 901/1760] 10.0.0.55 () {32 vars in 693 bytes} [Tue Mar 3 04:01:30 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1761] 10.0.0.55 () {32 vars in 720 bytes} [Tue Mar 3 04:01:30 2026] GET /v2.0/routers/4240f862-77ae-490b-81f6-34b2460f923f => generated 485 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 04:01:30.988 6 INFO neutron.services.segments.plugin [-] Segment 5d247870-d69b-4235-8328-f3e6432d24e0 resource provider aggregate not found 2026-03-03 04:01:30.995 6 INFO neutron.services.segments.plugin [-] Segment 5d247870-d69b-4235-8328-f3e6432d24e0 resource provider aggregate not found 2026-03-03 04:01:31.014 6 INFO neutron.services.segments.plugin [-] Segment 5d247870-d69b-4235-8328-f3e6432d24e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d247870-d69b-4235-8328-f3e6432d24e0 found for delete ", "request_id": "req-e778beab-dfad-4781-b592-22aee6ece66a"}]} 2026-03-03 04:01:31.016 6 INFO neutron.services.segments.plugin [-] Segment 5d247870-d69b-4235-8328-f3e6432d24e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d247870-d69b-4235-8328-f3e6432d24e0 found for delete ", "request_id": "req-39c2152d-9b60-4529-bafe-0dcc2201a829"}]} 2026-03-03 04:01:31.027 6 INFO neutron.db.l3_hamode_db [None req-5587cc2f-f746-43e3-8a71-27346f3805cf bafc4f7259c74c3aba83f27a409ac0b6 754f3d6e04ab4e43a86246d379ec0d7e - - default default] HA network e58d46c3-151d-4a99-b941-ec9a61d6fb1c was deleted as no HA routers are present in tenant 754f3d6e04ab4e43a86246d379ec0d7e. [pid: 6|app: 0|req: 860/1762] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:01:30 2026] DELETE /v2.0/routers/6f3763c5-6d77-46b4-9500-61509eaa239b => generated 0 bytes in 548 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 861/1763] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:01:31 2026] GET /v2.0/security-groups?tenant_id=52612a6986e34e02ba0cb85a182856b0&name=default => generated 2925 bytes in 293 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1764] 10.0.0.55 () {34 vars in 741 bytes} [Tue Mar 3 04:01:30 2026] PUT /v2.0/routers/4240f862-77ae-490b-81f6-34b2460f923f => generated 485 bytes in 524 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1765] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:01:31 2026] DELETE /v2.0/security-groups/d7914753-c142-4cd5-bb1a-7a10ce389289 => 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: 905/1766] 10.0.0.55 () {32 vars in 735 bytes} [Tue Mar 3 04:01:31 2026] GET /v2.0/ports?device_id=4240f862-77ae-490b-81f6-34b2460f923f => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 862/1767] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:01:31 2026] DELETE /v2.0/subnets/71231ecc-5b79-4012-96f1-2b6b7ddcf093 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 04:01:31.582 6 INFO neutron_taas.services.taas.taas_plugin [None req-f75438f7-e07b-4a4f-afc6-48a82373bee9 bafc4f7259c74c3aba83f27a409ac0b6 754f3d6e04ab4e43a86246d379ec0d7e - - default default] TaaS: Handle Delete Port: aee81e84-21e9-428e-9311-3525c416d76f 2026-03-03 04:01:31.584 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f75438f7-e07b-4a4f-afc6-48a82373bee9 bafc4f7259c74c3aba83f27a409ac0b6 754f3d6e04ab4e43a86246d379ec0d7e - - default default] Tap Mirror: Handle Delete Port: aee81e84-21e9-428e-9311-3525c416d76f 2026-03-03 04:01:31.645 7 INFO neutron_taas.services.taas.taas_plugin [None req-e2acee25-8721-4776-899f-427318f9a87f 8c568fb6ed694a67ad20843322f98610 d84c6ec47edf455780d8b670550099e2 - - default default] TaaS: Handle Delete Port: e65c0a77-f568-4651-87d3-eda72f8e9abb 2026-03-03 04:01:31.648 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e2acee25-8721-4776-899f-427318f9a87f 8c568fb6ed694a67ad20843322f98610 d84c6ec47edf455780d8b670550099e2 - - default default] Tap Mirror: Handle Delete Port: e65c0a77-f568-4651-87d3-eda72f8e9abb [pid: 6|app: 0|req: 863/1768] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 04:01:31 2026] DELETE /v2.0/networks/b19f5733-8b29-45be-aa84-14537a2452f8 => generated 0 bytes in 278 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 04:01:31.834 6 INFO neutron.db.segments_db [None req-463182e2-6a84-494d-914d-406f5e7974b3 bafc4f7259c74c3aba83f27a409ac0b6 754f3d6e04ab4e43a86246d379ec0d7e - - default default] Added segment f65a5f56-bd1d-42b1-94ae-2cb195081ad0 of type vxlan for network 8e4db0e3-bb5e-4feb-8c0a-e40cbfa8ccf3 [pid: 7|app: 0|req: 906/1769] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:01:31 2026] DELETE /v2.0/routers/4240f862-77ae-490b-81f6-34b2460f923f => generated 0 bytes in 413 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1770] 10.0.0.55 () {32 vars in 720 bytes} [Tue Mar 3 04:01:31 2026] GET /v2.0/routers/fac43bb7-d1f9-4140-86a3-3a8b8e2b0a3d => generated 493 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 04:01:32.099 6 INFO neutron.db.l3_hamode_db [None req-463182e2-6a84-494d-914d-406f5e7974b3 bafc4f7259c74c3aba83f27a409ac0b6 754f3d6e04ab4e43a86246d379ec0d7e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 908/1771] 10.0.0.55 () {34 vars in 741 bytes} [Tue Mar 3 04:01:31 2026] PUT /v2.0/routers/fac43bb7-d1f9-4140-86a3-3a8b8e2b0a3d => generated 493 bytes in 591 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1772] 10.0.0.55 () {32 vars in 735 bytes} [Tue Mar 3 04:01:32 2026] GET /v2.0/ports?device_id=fac43bb7-d1f9-4140-86a3-3a8b8e2b0a3d => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-03 04:01:32.762 7 INFO neutron_taas.services.taas.taas_plugin [None req-b5d6bfec-f577-4e90-a0db-e23789123adb 8c568fb6ed694a67ad20843322f98610 d84c6ec47edf455780d8b670550099e2 - - default default] TaaS: Handle Delete Port: 0285f4f6-2a7f-4c6f-a64b-c6b9ee5e8feb 2026-03-03 04:01:32.765 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b5d6bfec-f577-4e90-a0db-e23789123adb 8c568fb6ed694a67ad20843322f98610 d84c6ec47edf455780d8b670550099e2 - - default default] Tap Mirror: Handle Delete Port: 0285f4f6-2a7f-4c6f-a64b-c6b9ee5e8feb [pid: 7|app: 0|req: 910/1773] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:01:32 2026] DELETE /v2.0/routers/fac43bb7-d1f9-4140-86a3-3a8b8e2b0a3d => generated 0 bytes in 367 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1774] 10.0.0.55 () {32 vars in 720 bytes} [Tue Mar 3 04:01:32 2026] GET /v2.0/routers/a620cfb6-5f8c-4e06-aac0-61642270921f => generated 502 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 04:01:33.053 6 INFO neutron.services.segments.plugin [-] Segment 5bbb9832-3cd1-45ef-9b35-303c124133aa resource provider aggregate not found 2026-03-03 04:01:33.053 6 INFO neutron.services.segments.plugin [-] Segment 5bbb9832-3cd1-45ef-9b35-303c124133aa resource provider aggregate not found 2026-03-03 04:01:33.076 6 INFO neutron.services.segments.plugin [-] Segment 5bbb9832-3cd1-45ef-9b35-303c124133aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5bbb9832-3cd1-45ef-9b35-303c124133aa found for delete ", "request_id": "req-6157d461-993a-47c1-a6b3-d952ad4b28a1"}]} 2026-03-03 04:01:33.082 6 INFO neutron.services.segments.plugin [-] Segment 5bbb9832-3cd1-45ef-9b35-303c124133aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5bbb9832-3cd1-45ef-9b35-303c124133aa found for delete ", "request_id": "req-d4879a09-96e5-4b9d-b7af-9eefe115afb3"}]} 2026-03-03 04:01:33.366 6 INFO neutron.db.l3_hamode_db [None req-463182e2-6a84-494d-914d-406f5e7974b3 bafc4f7259c74c3aba83f27a409ac0b6 754f3d6e04ab4e43a86246d379ec0d7e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 912/1775] 10.0.0.55 () {34 vars in 741 bytes} [Tue Mar 3 04:01:33 2026] PUT /v2.0/routers/a620cfb6-5f8c-4e06-aac0-61642270921f => generated 502 bytes in 501 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1776] 10.0.0.55 () {32 vars in 652 bytes} [Tue Mar 3 04:01:33 2026] GET /v2.0/extensions => generated 21537 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1777] 10.0.0.55 () {32 vars in 735 bytes} [Tue Mar 3 04:01:33 2026] GET /v2.0/ports?device_id=a620cfb6-5f8c-4e06-aac0-61642270921f => 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: 915/1778] 10.0.0.55 () {32 vars in 680 bytes} [Tue Mar 3 04:01:33 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 04:01:33.845 7 INFO neutron_taas.services.taas.taas_plugin [None req-e37ee951-af9a-40e9-bd1c-e553d527f306 8c568fb6ed694a67ad20843322f98610 d84c6ec47edf455780d8b670550099e2 - - default default] TaaS: Handle Delete Port: bebece92-5a58-44c1-99eb-2f076c319749 2026-03-03 04:01:33.848 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e37ee951-af9a-40e9-bd1c-e553d527f306 8c568fb6ed694a67ad20843322f98610 d84c6ec47edf455780d8b670550099e2 - - default default] Tap Mirror: Handle Delete Port: bebece92-5a58-44c1-99eb-2f076c319749 [pid: 7|app: 0|req: 916/1779] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:01:33 2026] DELETE /v2.0/routers/a620cfb6-5f8c-4e06-aac0-61642270921f => generated 0 bytes in 345 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1780] 10.0.0.55 () {32 vars in 680 bytes} [Tue Mar 3 04:01:34 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1781] 10.0.0.55 () {32 vars in 728 bytes} [Tue Mar 3 04:01:34 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1782] 10.0.0.55 () {32 vars in 720 bytes} [Tue Mar 3 04:01:34 2026] GET /v2.0/routers/21b7ccd7-0513-45df-b105-dc31e545d2cf => generated 487 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1783] 10.0.0.55 () {32 vars in 664 bytes} [Tue Mar 3 04:01:34 2026] GET /v2.0/extensions/agent => generated 153 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 864/1784] 10.0.0.55 () {34 vars in 668 bytes} [Tue Mar 3 04:01:31 2026] POST /v2.0/routers => generated 688 bytes in 2474 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 865/1785] 10.0.0.55 () {32 vars in 698 bytes} [Tue Mar 3 04:01:34 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: 6|app: 0|req: 866/1786] 10.0.0.55 () {32 vars in 720 bytes} [Tue Mar 3 04:01:34 2026] GET /v2.0/routers/1e5396c9-cb18-44fe-a41e-312e18e6cc3b => generated 694 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 867/1787] 10.0.0.55 () {32 vars in 696 bytes} [Tue Mar 3 04:01:34 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: 6|app: 0|req: 868/1788] 10.0.0.55 () {32 vars in 646 bytes} [Tue Mar 3 04:01:34 2026] GET /v2.0/routers => generated 697 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 869/1789] 10.0.0.55 () {32 vars in 700 bytes} [Tue Mar 3 04:01:34 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1790] 10.0.0.55 () {34 vars in 741 bytes} [Tue Mar 3 04:01:34 2026] PUT /v2.0/routers/21b7ccd7-0513-45df-b105-dc31e545d2cf => generated 487 bytes in 532 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1791] 10.0.0.55 () {32 vars in 688 bytes} [Tue Mar 3 04:01:34 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1792] 10.0.0.55 () {32 vars in 735 bytes} [Tue Mar 3 04:01:34 2026] GET /v2.0/ports?device_id=21b7ccd7-0513-45df-b105-dc31e545d2cf => 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: 924/1793] 10.0.0.55 () {32 vars in 702 bytes} [Tue Mar 3 04:01:34 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 870/1794] 10.0.0.55 () {34 vars in 740 bytes} [Tue Mar 3 04:01:34 2026] PUT /v2.0/routers/1e5396c9-cb18-44fe-a41e-312e18e6cc3b => generated 701 bytes in 292 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 871/1795] 10.0.0.55 () {32 vars in 692 bytes} [Tue Mar 3 04:01:34 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 872/1796] 10.0.0.55 () {32 vars in 720 bytes} [Tue Mar 3 04:01:34 2026] GET /v2.0/routers/1e5396c9-cb18-44fe-a41e-312e18e6cc3b => generated 701 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 873/1797] 10.0.0.55 () {32 vars in 694 bytes} [Tue Mar 3 04:01:34 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 874/1798] 10.0.0.55 () {32 vars in 735 bytes} [Tue Mar 3 04:01:34 2026] GET /v2.0/ports?device_id=1e5396c9-cb18-44fe-a41e-312e18e6cc3b => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 875/1799] 10.0.0.55 () {32 vars in 684 bytes} [Tue Mar 3 04:01:34 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 04:01:34.850 7 INFO neutron_taas.services.taas.taas_plugin [None req-a54d46cd-e123-42ec-adbd-2dcfa9eeaad9 8c568fb6ed694a67ad20843322f98610 d84c6ec47edf455780d8b670550099e2 - - default default] TaaS: Handle Delete Port: f63f6903-7c3e-43cd-b0c5-05504a8264e9 2026-03-03 04:01:34.854 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a54d46cd-e123-42ec-adbd-2dcfa9eeaad9 8c568fb6ed694a67ad20843322f98610 d84c6ec47edf455780d8b670550099e2 - - default default] Tap Mirror: Handle Delete Port: f63f6903-7c3e-43cd-b0c5-05504a8264e9 2026-03-03 04:01:35.033 6 INFO neutron_taas.services.taas.taas_plugin [None req-47b2f873-edbc-4fdb-8db7-615e9ace5f49 bafc4f7259c74c3aba83f27a409ac0b6 754f3d6e04ab4e43a86246d379ec0d7e - - default default] TaaS: Handle Delete Port: f275a5fe-1446-4d91-85f8-476b22889c77 2026-03-03 04:01:35.037 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-47b2f873-edbc-4fdb-8db7-615e9ace5f49 bafc4f7259c74c3aba83f27a409ac0b6 754f3d6e04ab4e43a86246d379ec0d7e - - default default] Tap Mirror: Handle Delete Port: f275a5fe-1446-4d91-85f8-476b22889c77 [pid: 7|app: 0|req: 925/1800] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:01:34 2026] DELETE /v2.0/routers/21b7ccd7-0513-45df-b105-dc31e545d2cf => generated 0 bytes in 377 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1801] 10.0.0.55 () {32 vars in 686 bytes} [Tue Mar 3 04:01:35 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1802] 10.0.0.55 () {32 vars in 720 bytes} [Tue Mar 3 04:01:35 2026] GET /v2.0/routers/75950021-e565-4f6f-b46f-08a51143dcc9 => generated 480 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1803] 10.0.0.55 () {32 vars in 660 bytes} [Tue Mar 3 04:01:35 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 04:01:35.305 6 INFO neutron_taas.services.taas.taas_plugin [None req-47b2f873-edbc-4fdb-8db7-615e9ace5f49 bafc4f7259c74c3aba83f27a409ac0b6 754f3d6e04ab4e43a86246d379ec0d7e - - default default] TaaS: Handle Delete Port: c11b12ca-65e2-4a76-8875-91b190d189b4 2026-03-03 04:01:35.308 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-47b2f873-edbc-4fdb-8db7-615e9ace5f49 bafc4f7259c74c3aba83f27a409ac0b6 754f3d6e04ab4e43a86246d379ec0d7e - - default default] Tap Mirror: Handle Delete Port: c11b12ca-65e2-4a76-8875-91b190d189b4 2026-03-03 04:01:35.595 6 INFO neutron.services.segments.plugin [-] Segment f65a5f56-bd1d-42b1-94ae-2cb195081ad0 resource provider aggregate not found 2026-03-03 04:01:35.600 6 INFO neutron.services.segments.plugin [-] Segment f65a5f56-bd1d-42b1-94ae-2cb195081ad0 resource provider aggregate not found [pid: 7|app: 0|req: 929/1804] 10.0.0.55 () {34 vars in 741 bytes} [Tue Mar 3 04:01:35 2026] PUT /v2.0/routers/75950021-e565-4f6f-b46f-08a51143dcc9 => generated 480 bytes in 474 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1805] 10.0.0.55 () {32 vars in 698 bytes} [Tue Mar 3 04:01:35 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 04:01:35.615 6 INFO neutron.db.l3_hamode_db [None req-47b2f873-edbc-4fdb-8db7-615e9ace5f49 bafc4f7259c74c3aba83f27a409ac0b6 754f3d6e04ab4e43a86246d379ec0d7e - - default default] HA network 8e4db0e3-bb5e-4feb-8c0a-e40cbfa8ccf3 was deleted as no HA routers are present in tenant 754f3d6e04ab4e43a86246d379ec0d7e. 2026-03-03 04:01:35.616 6 INFO neutron.services.segments.plugin [-] Segment f65a5f56-bd1d-42b1-94ae-2cb195081ad0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f65a5f56-bd1d-42b1-94ae-2cb195081ad0 found for delete ", "request_id": "req-6c2e18cc-b260-4a43-9cc8-07051c00e110"}]} 2026-03-03 04:01:35.617 6 INFO neutron.services.segments.plugin [-] Segment f65a5f56-bd1d-42b1-94ae-2cb195081ad0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f65a5f56-bd1d-42b1-94ae-2cb195081ad0 found for delete ", "request_id": "req-ec75109f-ee9f-4771-a023-604c000c43fd"}]} [pid: 6|app: 0|req: 876/1806] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:01:34 2026] DELETE /v2.0/routers/1e5396c9-cb18-44fe-a41e-312e18e6cc3b => generated 0 bytes in 792 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1807] 10.0.0.55 () {32 vars in 735 bytes} [Tue Mar 3 04:01:35 2026] GET /v2.0/ports?device_id=75950021-e565-4f6f-b46f-08a51143dcc9 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 877/1808] 10.0.0.55 () {32 vars in 678 bytes} [Tue Mar 3 04:01:35 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1809] 10.0.0.55 () {32 vars in 735 bytes} [Tue Mar 3 04:01:35 2026] GET /v2.0/ports?device_id=1e5396c9-cb18-44fe-a41e-312e18e6cc3b => 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: 933/1810] 10.0.0.55 () {32 vars in 682 bytes} [Tue Mar 3 04:01:35 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 04:01:35.660 7 INFO neutron.api.v2.resource [None req-9c8f3f88-1c2a-4f2a-8f0b-cc99d184408b bafc4f7259c74c3aba83f27a409ac0b6 754f3d6e04ab4e43a86246d379ec0d7e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 934/1811] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:01:35 2026] DELETE /v2.0/routers/1e5396c9-cb18-44fe-a41e-312e18e6cc3b => generated 135 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1812] 10.0.0.55 () {32 vars in 674 bytes} [Tue Mar 3 04:01:35 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1813] 10.0.0.55 () {32 vars in 735 bytes} [Tue Mar 3 04:01:35 2026] GET /v2.0/ports?device_id=6f3763c5-6d77-46b4-9500-61509eaa239b => 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: 937/1814] 10.0.0.55 () {32 vars in 688 bytes} [Tue Mar 3 04:01:35 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 04:01:35.696 7 INFO neutron.api.v2.resource [None req-2cca27d9-1b77-47bb-aedb-5152bc91bcae bafc4f7259c74c3aba83f27a409ac0b6 754f3d6e04ab4e43a86246d379ec0d7e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 938/1815] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:01:35 2026] DELETE /v2.0/routers/6f3763c5-6d77-46b4-9500-61509eaa239b => generated 135 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1816] 10.0.0.55 () {32 vars in 722 bytes} [Tue Mar 3 04:01:35 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 04:01:35.708 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8be186cd-41ca-40c1-ac6e-4bc11706a1a4 bafc4f7259c74c3aba83f27a409ac0b6 754f3d6e04ab4e43a86246d379ec0d7e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 940/1817] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:01:35 2026] DELETE /v2.0/subnets/71231ecc-5b79-4012-96f1-2b6b7ddcf093 => generated 136 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1818] 10.0.0.55 () {32 vars in 686 bytes} [Tue Mar 3 04:01:35 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1819] 10.0.0.55 () {32 vars in 735 bytes} [Tue Mar 3 04:01:35 2026] GET /v2.0/ports?device_id=c18ff8dd-ac79-424e-a339-10bd1a303288 => generated 12 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1820] 10.0.0.55 () {32 vars in 668 bytes} [Tue Mar 3 04:01:35 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 04:01:35.742 7 INFO neutron.api.v2.resource [None req-e59643ca-4362-4751-9837-1be0fdde033b bafc4f7259c74c3aba83f27a409ac0b6 754f3d6e04ab4e43a86246d379ec0d7e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 944/1821] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:01:35 2026] DELETE /v2.0/routers/c18ff8dd-ac79-424e-a339-10bd1a303288 => generated 135 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1822] 10.0.0.55 () {32 vars in 686 bytes} [Tue Mar 3 04:01:35 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) 2026-03-03 04:01:35.756 6 INFO neutron_taas.services.taas.taas_plugin [None req-7a98a3cb-892c-43ad-89a7-9b4f2592945b 8c568fb6ed694a67ad20843322f98610 d84c6ec47edf455780d8b670550099e2 - - default default] TaaS: Handle Delete Port: 9f560fa4-ccc2-4105-9711-41e2969447cd 2026-03-03 04:01:35.758 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a98a3cb-892c-43ad-89a7-9b4f2592945b 8c568fb6ed694a67ad20843322f98610 d84c6ec47edf455780d8b670550099e2 - - default default] Tap Mirror: Handle Delete Port: 9f560fa4-ccc2-4105-9711-41e2969447cd 2026-03-03 04:01:35.765 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ab76acec-6cae-441d-bcd6-dea0388eac89 bafc4f7259c74c3aba83f27a409ac0b6 754f3d6e04ab4e43a86246d379ec0d7e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 946/1823] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:01:35 2026] DELETE /v2.0/subnets/7e6ffc93-2fcb-4a8b-b011-816a3c95abed => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1824] 10.0.0.55 () {32 vars in 680 bytes} [Tue Mar 3 04:01:35 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1825] 10.0.0.55 () {32 vars in 735 bytes} [Tue Mar 3 04:01:35 2026] GET /v2.0/ports?device_id=60097d1d-20ba-4409-80ac-d0439b91c439 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1826] 10.0.0.55 () {32 vars in 698 bytes} [Tue Mar 3 04:01:35 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 04:01:35.802 7 INFO neutron.api.v2.resource [None req-5da670d7-d372-429e-82bc-ae919744611d bafc4f7259c74c3aba83f27a409ac0b6 754f3d6e04ab4e43a86246d379ec0d7e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 950/1827] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:01:35 2026] DELETE /v2.0/routers/60097d1d-20ba-4409-80ac-d0439b91c439 => generated 135 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1828] 10.0.0.55 () {32 vars in 678 bytes} [Tue Mar 3 04:01:35 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 04:01:35.816 7 INFO neutron.pecan_wsgi.hooks.translation [None req-44c94eed-e647-4e66-b8c3-3b2a8f56c593 bafc4f7259c74c3aba83f27a409ac0b6 754f3d6e04ab4e43a86246d379ec0d7e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 952/1829] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:01:35 2026] DELETE /v2.0/subnets/52520fb2-ab6f-475d-be69-acd978dc2146 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1830] 10.0.0.55 () {32 vars in 666 bytes} [Tue Mar 3 04:01:35 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-03-03 04:01:35.833 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d7c1426b-3ef6-4292-a003-2265c0ff99bc bafc4f7259c74c3aba83f27a409ac0b6 754f3d6e04ab4e43a86246d379ec0d7e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 954/1831] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:01:35 2026] DELETE /v2.0/subnets/5575fb85-315b-4d4c-bc63-61217b86797d => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1832] 10.0.0.55 () {32 vars in 676 bytes} [Tue Mar 3 04:01:35 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1833] 10.0.0.55 () {32 vars in 664 bytes} [Tue Mar 3 04:01:35 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: 957/1834] 10.0.0.55 () {32 vars in 674 bytes} [Tue Mar 3 04:01:35 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: 958/1835] 10.0.0.55 () {32 vars in 712 bytes} [Tue Mar 3 04:01:35 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1836] 10.0.0.55 () {32 vars in 690 bytes} [Tue Mar 3 04:01:35 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1837] 10.0.0.55 () {32 vars in 682 bytes} [Tue Mar 3 04:01:35 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1838] 10.0.0.55 () {32 vars in 668 bytes} [Tue Mar 3 04:01:35 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1839] 10.0.0.55 () {32 vars in 686 bytes} [Tue Mar 3 04:01:35 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1840] 10.0.0.55 () {32 vars in 704 bytes} [Tue Mar 3 04:01:35 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1841] 10.0.0.55 () {32 vars in 674 bytes} [Tue Mar 3 04:01:35 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1842] 10.0.0.55 () {32 vars in 700 bytes} [Tue Mar 3 04:01:35 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1843] 10.0.0.55 () {32 vars in 674 bytes} [Tue Mar 3 04:01:35 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: 967/1844] 10.0.0.55 () {32 vars in 692 bytes} [Tue Mar 3 04:01:35 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: 968/1845] 10.0.0.55 () {32 vars in 688 bytes} [Tue Mar 3 04:01:35 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1846] 10.0.0.55 () {32 vars in 708 bytes} [Tue Mar 3 04:01:35 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1847] 10.0.0.55 () {32 vars in 704 bytes} [Tue Mar 3 04:01:35 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1848] 10.0.0.55 () {32 vars in 718 bytes} [Tue Mar 3 04:01:35 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1849] 10.0.0.55 () {32 vars in 696 bytes} [Tue Mar 3 04:01:35 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1850] 10.0.0.55 () {32 vars in 710 bytes} [Tue Mar 3 04:01:35 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1851] 10.0.0.55 () {32 vars in 668 bytes} [Tue Mar 3 04:01:35 2026] GET /v2.0/extensions/binding => generated 193 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1852] 10.0.0.55 () {32 vars in 686 bytes} [Tue Mar 3 04:01:35 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1853] 10.0.0.55 () {32 vars in 680 bytes} [Tue Mar 3 04:01:35 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1854] 10.0.0.55 () {32 vars in 674 bytes} [Tue Mar 3 04:01:35 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/1855] 10.0.0.55 () {32 vars in 670 bytes} [Tue Mar 3 04:01:35 2026] GET /v2.0/extensions/provider => generated 191 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1856] 10.0.0.55 () {32 vars in 660 bytes} [Tue Mar 3 04:01:35 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/1857] 10.0.0.55 () {32 vars in 698 bytes} [Tue Mar 3 04:01:35 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1858] 10.0.0.55 () {32 vars in 698 bytes} [Tue Mar 3 04:01:36 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/1859] 10.0.0.55 () {32 vars in 676 bytes} [Tue Mar 3 04:01:36 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1860] 10.0.0.55 () {32 vars in 668 bytes} [Tue Mar 3 04:01:36 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/1861] 10.0.0.55 () {32 vars in 682 bytes} [Tue Mar 3 04:01:36 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/1862] 10.0.0.55 () {32 vars in 700 bytes} [Tue Mar 3 04:01:36 2026] GET /v2.0/extensions/qos-port-network-policy => 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: 986/1863] 10.0.0.55 () {32 vars in 684 bytes} [Tue Mar 3 04:01:36 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/1864] 10.0.0.55 () {32 vars in 706 bytes} [Tue Mar 3 04:01:36 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/1865] 10.0.0.55 () {32 vars in 668 bytes} [Tue Mar 3 04:01:36 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/1866] 10.0.0.55 () {32 vars in 696 bytes} [Tue Mar 3 04:01:36 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/1867] 10.0.0.55 () {32 vars in 694 bytes} [Tue Mar 3 04:01:36 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/1868] 10.0.0.55 () {32 vars in 684 bytes} [Tue Mar 3 04:01:36 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 04:01:36.091 6 INFO neutron.db.l3_hamode_db [None req-7a98a3cb-892c-43ad-89a7-9b4f2592945b 8c568fb6ed694a67ad20843322f98610 d84c6ec47edf455780d8b670550099e2 - - default default] HA network bb5aa8a9-2265-4da1-879a-83852199e652 was deleted as no HA routers are present in tenant d84c6ec47edf455780d8b670550099e2. [pid: 7|app: 0|req: 992/1869] 10.0.0.55 () {32 vars in 688 bytes} [Tue Mar 3 04:01:36 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 878/1870] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:01:35 2026] DELETE /v2.0/routers/75950021-e565-4f6f-b46f-08a51143dcc9 => generated 0 bytes in 466 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/1871] 10.0.0.55 () {32 vars in 704 bytes} [Tue Mar 3 04:01:36 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 879/1872] 10.0.0.55 () {32 vars in 666 bytes} [Tue Mar 3 04:01:36 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/1873] 10.0.0.55 () {32 vars in 680 bytes} [Tue Mar 3 04:01:36 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 880/1874] 10.0.0.55 () {32 vars in 680 bytes} [Tue Mar 3 04:01:36 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/1875] 10.0.0.55 () {32 vars in 690 bytes} [Tue Mar 3 04:01:36 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: 6|app: 0|req: 881/1876] 10.0.0.55 () {32 vars in 690 bytes} [Tue Mar 3 04:01:36 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/1877] 10.0.0.55 () {32 vars in 694 bytes} [Tue Mar 3 04:01:36 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 882/1878] 10.0.0.55 () {32 vars in 684 bytes} [Tue Mar 3 04:01:36 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/1879] 10.0.0.55 () {32 vars in 688 bytes} [Tue Mar 3 04:01:36 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 883/1880] 10.0.0.55 () {32 vars in 700 bytes} [Tue Mar 3 04:01:36 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/1881] 10.0.0.55 () {32 vars in 702 bytes} [Tue Mar 3 04:01:36 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 884/1882] 10.0.0.55 () {32 vars in 712 bytes} [Tue Mar 3 04:01:36 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/1883] 10.0.0.55 () {32 vars in 716 bytes} [Tue Mar 3 04:01:36 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 885/1884] 10.0.0.55 () {32 vars in 714 bytes} [Tue Mar 3 04:01:36 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/1885] 10.0.0.55 () {32 vars in 726 bytes} [Tue Mar 3 04:01:36 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 886/1886] 10.0.0.55 () {32 vars in 740 bytes} [Tue Mar 3 04:01:36 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/1887] 10.0.0.55 () {32 vars in 718 bytes} [Tue Mar 3 04:01:36 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 887/1888] 10.0.0.55 () {32 vars in 682 bytes} [Tue Mar 3 04:01:36 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: 1002/1889] 10.0.0.55 () {32 vars in 668 bytes} [Tue Mar 3 04:01:36 2026] GET /v2.0/extensions/segment => generated 145 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 888/1890] 10.0.0.55 () {32 vars in 718 bytes} [Tue Mar 3 04:01:36 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/1891] 10.0.0.55 () {32 vars in 678 bytes} [Tue Mar 3 04:01:36 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 889/1892] 10.0.0.55 () {32 vars in 668 bytes} [Tue Mar 3 04:01:36 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/1893] 10.0.0.55 () {32 vars in 696 bytes} [Tue Mar 3 04:01:36 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: 6|app: 0|req: 890/1894] 10.0.0.55 () {32 vars in 704 bytes} [Tue Mar 3 04:01:36 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/1895] 10.0.0.55 () {32 vars in 700 bytes} [Tue Mar 3 04:01:36 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: 6|app: 0|req: 891/1896] 10.0.0.55 () {32 vars in 700 bytes} [Tue Mar 3 04:01:36 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: 6|app: 0|req: 892/1897] 10.0.0.55 () {32 vars in 682 bytes} [Tue Mar 3 04:01:36 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 893/1898] 10.0.0.55 () {32 vars in 704 bytes} [Tue Mar 3 04:01:36 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 894/1899] 10.0.0.55 () {32 vars in 694 bytes} [Tue Mar 3 04:01:36 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 895/1900] 10.0.0.55 () {32 vars in 688 bytes} [Tue Mar 3 04:01:36 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 896/1901] 10.0.0.55 () {32 vars in 696 bytes} [Tue Mar 3 04:01:36 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 897/1902] 10.0.0.55 () {32 vars in 678 bytes} [Tue Mar 3 04:01:36 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 898/1903] 10.0.0.55 () {32 vars in 688 bytes} [Tue Mar 3 04:01:36 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 899/1904] 10.0.0.55 () {32 vars in 700 bytes} [Tue Mar 3 04:01:36 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: 6|app: 0|req: 900/1905] 10.0.0.55 () {32 vars in 664 bytes} [Tue Mar 3 04:01:36 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 901/1906] 10.0.0.55 () {32 vars in 680 bytes} [Tue Mar 3 04:01:36 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 902/1907] 10.0.0.55 () {32 vars in 676 bytes} [Tue Mar 3 04:01:36 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: 6|app: 0|req: 903/1908] 10.0.0.55 () {32 vars in 692 bytes} [Tue Mar 3 04:01:36 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 904/1909] 10.0.0.55 () {32 vars in 676 bytes} [Tue Mar 3 04:01:36 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 905/1910] 10.0.0.55 () {32 vars in 666 bytes} [Tue Mar 3 04:01:36 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 906/1911] 10.0.0.55 () {32 vars in 662 bytes} [Tue Mar 3 04:01:36 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: 6|app: 0|req: 907/1912] 10.0.0.55 () {32 vars in 674 bytes} [Tue Mar 3 04:01:36 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 908/1913] 10.0.0.55 () {32 vars in 686 bytes} [Tue Mar 3 04:01:36 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/1914] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:01:36 2026] GET /v2.0/security-groups?tenant_id=754f3d6e04ab4e43a86246d379ec0d7e&name=default => generated 2925 bytes in 202 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 909/1915] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:01:36 2026] DELETE /v2.0/security-groups/27adfbea-6ff7-468e-a152-7eb648d1038a => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 910/1916] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:01:36 2026] GET /v2.0/security-groups?tenant_id=7193650bea484dd2b5af6e83457189ba&name=default => generated 2925 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/1917] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:01:36 2026] GET /v2.0/security-groups?tenant_id=3d289f122e8541ac8a7da2ea6babfe95&name=default => generated 2925 bytes in 297 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/1918] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:01:37 2026] DELETE /v2.0/security-groups/c812b1dc-d84f-47a0-bdb2-82ebec45e68e => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 911/1919] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:01:37 2026] DELETE /v2.0/security-groups/f1c303d7-3ac7-4a6f-a36d-a63b01d36d1e => 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: 1009/1920] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:01:37 2026] GET /v2.0/security-groups?tenant_id=a071982d477a41c7b6126e04a4f27e1d&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 912/1921] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:01:37 2026] DELETE /v2.0/security-groups/a27d4ebd-d434-4670-b116-5c0a489e6e5d => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-03 04:01:37.642 6 INFO neutron.services.segments.plugin [-] Segment f4f5f004-9e11-4744-95d5-b534a5163d0f resource provider aggregate not found 2026-03-03 04:01:37.645 6 INFO neutron.services.segments.plugin [-] Segment f4f5f004-9e11-4744-95d5-b534a5163d0f resource provider aggregate not found 2026-03-03 04:01:37.659 6 INFO neutron.services.segments.plugin [-] Segment f4f5f004-9e11-4744-95d5-b534a5163d0f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f4f5f004-9e11-4744-95d5-b534a5163d0f found for delete ", "request_id": "req-1cff9351-8de6-4f32-a239-121d0fe729dd"}]} 2026-03-03 04:01:37.674 6 INFO neutron.services.segments.plugin [-] Segment f4f5f004-9e11-4744-95d5-b534a5163d0f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f4f5f004-9e11-4744-95d5-b534a5163d0f found for delete ", "request_id": "req-c0e5106a-0864-433b-ad3e-658246f6f118"}]} [pid: 7|app: 0|req: 1010/1922] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:01:37 2026] GET /v2.0/security-groups?tenant_id=d84c6ec47edf455780d8b670550099e2&name=default => generated 2925 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 913/1923] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:01:37 2026] DELETE /v2.0/security-groups/efc98ab7-f912-4ce0-bbe3-65a3f9127454 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-03 04:01:39.494 7 INFO neutron.db.segments_db [None req-6c13c242-9324-40d7-adb7-98cf6ef686bb c3ec673124f74d949566226942e6665f 4e46026a84a34738a13ca44eef62f38e - - default default] Added segment 1ddedc6a-bc9d-4017-b879-66f07ac957d6 of type vxlan for network a387b56e-e93f-4db6-9137-57c6fd970b87 [pid: 7|app: 0|req: 1011/1924] 10.0.0.55 () {34 vars in 669 bytes} [Tue Mar 3 04:01:39 2026] POST /v2.0/networks => generated 647 bytes in 438 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 914/1925] 10.0.0.55 () {34 vars in 668 bytes} [Tue Mar 3 04:01:40 2026] POST /v2.0/subnets => generated 673 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-03 04:01:40.375 7 INFO neutron.db.segments_db [None req-12155d83-4c0e-4598-89f6-65571284632d c3ec673124f74d949566226942e6665f 4e46026a84a34738a13ca44eef62f38e - - default default] Added segment f903dc2c-a434-4abd-b900-8ddea831510e of type vxlan for network e6bcdd09-3d2f-4ebd-87c7-43753e01f56a [pid: 7|app: 0|req: 1012/1926] 10.0.0.55 () {34 vars in 669 bytes} [Tue Mar 3 04:01:40 2026] POST /v2.0/networks => generated 648 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/1927] 10.0.0.55 () {34 vars in 742 bytes} [Tue Mar 3 04:01:40 2026] PUT /v2.0/networks/e6bcdd09-3d2f-4ebd-87c7-43753e01f56a => generated 592 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 915/1928] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:01:40 2026] GET /v2.0/security-groups?tenant_id=79a3a355ad7143e1a729dc7881b18440&name=default => generated 2925 bytes in 353 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/1929] 10.0.0.55 () {34 vars in 668 bytes} [Tue Mar 3 04:01:40 2026] POST /v2.0/subnets => generated 646 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 916/1930] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:01:40 2026] DELETE /v2.0/security-groups/f5be3255-7d40-4b98-9c64-4a2096feed67 => 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: 1015/1931] 10.0.0.55 () {34 vars in 740 bytes} [Tue Mar 3 04:01:40 2026] PUT /v2.0/subnets/9f594e3c-b94e-4ce9-ae26-086d7788cbde => generated 656 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 04:01:41.252 6 INFO neutron.services.segments.plugin [-] Segment f903dc2c-a434-4abd-b900-8ddea831510e resource provider aggregate not found 2026-03-03 04:01:41.259 6 INFO neutron.services.segments.plugin [-] Segment f903dc2c-a434-4abd-b900-8ddea831510e resource provider aggregate not found [pid: 6|app: 0|req: 917/1932] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 04:01:41 2026] DELETE /v2.0/networks/e6bcdd09-3d2f-4ebd-87c7-43753e01f56a => generated 0 bytes in 265 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 04:01:41.286 6 INFO neutron.services.segments.plugin [-] Segment f903dc2c-a434-4abd-b900-8ddea831510e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f903dc2c-a434-4abd-b900-8ddea831510e found for delete ", "request_id": "req-61e87b87-ab93-485a-9e9f-9d495e449693"}]} 2026-03-03 04:01:41.286 6 INFO neutron.services.segments.plugin [-] Segment f903dc2c-a434-4abd-b900-8ddea831510e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f903dc2c-a434-4abd-b900-8ddea831510e found for delete ", "request_id": "req-25814972-7384-4e03-8be0-00463efcb44f"}]} 2026-03-03 04:01:41.305 7 INFO neutron.pecan_wsgi.hooks.translation [None req-432efcdb-4998-4af6-be24-3b749dda8972 c3ec673124f74d949566226942e6665f 4e46026a84a34738a13ca44eef62f38e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1016/1933] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 04:01:41 2026] DELETE /v2.0/networks/e6bcdd09-3d2f-4ebd-87c7-43753e01f56a => generated 138 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 918/1934] 10.0.0.55 () {32 vars in 693 bytes} [Tue Mar 3 04:01:41 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/1935] 10.0.0.55 () {32 vars in 741 bytes} [Tue Mar 3 04:01:41 2026] GET /v2.0/subnets?network_id=c6ec6f09-5973-40f7-8232-440400c81c00 => generated 649 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 919/1936] 10.0.0.55 () {32 vars in 652 bytes} [Tue Mar 3 04:01:41 2026] GET /v2.0/extensions => generated 21537 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/1937] 10.0.0.55 () {32 vars in 648 bytes} [Tue Mar 3 04:01:41 2026] GET /v2.0/networks => generated 1312 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 920/1938] 10.0.0.55 () {32 vars in 646 bytes} [Tue Mar 3 04:01:41 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: 7|app: 0|req: 1019/1939] 10.0.0.55 () {32 vars in 722 bytes} [Tue Mar 3 04:01:41 2026] GET /v2.0/networks/a387b56e-e93f-4db6-9137-57c6fd970b87 => generated 672 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 921/1940] 10.0.0.55 () {32 vars in 720 bytes} [Tue Mar 3 04:01:41 2026] GET /v2.0/subnets/7fd47667-0af5-4692-8058-2059d613749e => generated 673 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 04:01:41.660 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f07c00e2-0e73-4ce3-82d7-8d46e58ba960 c3ec673124f74d949566226942e6665f 4e46026a84a34738a13ca44eef62f38e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1020/1941] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:01:41 2026] DELETE /v2.0/subnets/9f594e3c-b94e-4ce9-ae26-086d7788cbde => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-03 04:01:41.677 6 INFO neutron.pecan_wsgi.hooks.translation [None req-0c5f062d-5b6a-4ace-b7f8-778912d3e8c3 c3ec673124f74d949566226942e6665f 4e46026a84a34738a13ca44eef62f38e - - default default] DELETE failed (client error): The resource could not be found. [pid: 6|app: 0|req: 922/1942] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 04:01:41 2026] DELETE /v2.0/networks/e6bcdd09-3d2f-4ebd-87c7-43753e01f56a => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/1943] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:01:41 2026] DELETE /v2.0/subnets/7fd47667-0af5-4692-8058-2059d613749e => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 04:01:41.944 7 INFO neutron.services.segments.plugin [-] Segment 1ddedc6a-bc9d-4017-b879-66f07ac957d6 resource provider aggregate not found 2026-03-03 04:01:41.948 7 INFO neutron.services.segments.plugin [-] Segment 1ddedc6a-bc9d-4017-b879-66f07ac957d6 resource provider aggregate not found 2026-03-03 04:01:41.967 7 INFO neutron.services.segments.plugin [-] Segment 1ddedc6a-bc9d-4017-b879-66f07ac957d6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ddedc6a-bc9d-4017-b879-66f07ac957d6 found for delete ", "request_id": "req-94a28fa4-22a7-4f67-bdf5-ad4e8ffa6abf"}]} 2026-03-03 04:01:41.970 7 INFO neutron.services.segments.plugin [-] Segment 1ddedc6a-bc9d-4017-b879-66f07ac957d6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ddedc6a-bc9d-4017-b879-66f07ac957d6 found for delete ", "request_id": "req-4f726a03-21e6-4ae3-bb01-8bd86298b48d"}]} [pid: 7|app: 0|req: 1022/1944] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 04:01:41 2026] DELETE /v2.0/networks/a387b56e-e93f-4db6-9137-57c6fd970b87 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 923/1945] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:01:41 2026] GET /v2.0/security-groups?tenant_id=402fea0cf03846a794744947d7136c47&name=default => generated 2925 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/1946] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:01:42 2026] DELETE /v2.0/security-groups/12372a3e-1dd0-4580-9d14-5efd1e444174 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 924/1947] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:01:42 2026] GET /v2.0/security-groups?tenant_id=24b0e4c105e94ddea7bb78bed09d5177&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 925/1948] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:01:42 2026] DELETE /v2.0/security-groups/71775b3b-aa47-4402-9c0d-871fd8f1c960 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 926/1949] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:01:42 2026] GET /v2.0/security-groups?tenant_id=4e46026a84a34738a13ca44eef62f38e&name=default => generated 2925 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 927/1950] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:01:42 2026] DELETE /v2.0/security-groups/cd51d691-dec8-4a68-af7e-9da1c57301ed => 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: 1024/1951] 10.0.0.55 () {34 vars in 683 bytes} [Tue Mar 3 04:01:42 2026] POST /v2.0/security-groups => generated 1601 bytes in 803 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 6|app: 0|req: 928/1952] 10.0.0.55 () {34 vars in 683 bytes} [Tue Mar 3 04:01:43 2026] POST /v2.0/security-groups => generated 1601 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/1953] 10.0.0.55 () {34 vars in 683 bytes} [Tue Mar 3 04:01:43 2026] POST /v2.0/security-groups => generated 1601 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 6|app: 0|req: 929/1954] 10.0.0.55 () {34 vars in 683 bytes} [Tue Mar 3 04:01:43 2026] POST /v2.0/security-groups => generated 1601 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/1955] 10.0.0.55 () {34 vars in 683 bytes} [Tue Mar 3 04:01:43 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: 6|app: 0|req: 930/1956] 10.0.0.55 () {34 vars in 766 bytes} [Tue Mar 3 04:01:43 2026] PUT /v2.0/security-groups/347bb26f-f690-4671-8f4c-b13771639edb/tags => generated 17 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/1957] 10.0.0.55 () {34 vars in 766 bytes} [Tue Mar 3 04:01:43 2026] PUT /v2.0/security-groups/738e5ff5-a168-41d0-a22e-0cd46d89a245/tags => generated 25 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 931/1958] 10.0.0.55 () {34 vars in 766 bytes} [Tue Mar 3 04:01:43 2026] PUT /v2.0/security-groups/6ce36c72-1225-45e6-ac39-d157a4c6afb7/tags => generated 34 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/1959] 10.0.0.55 () {34 vars in 766 bytes} [Tue Mar 3 04:01:43 2026] PUT /v2.0/security-groups/d32dc453-0e6b-4e4a-8ae6-513562cfbb73/tags => generated 19 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 932/1960] 10.0.0.55 () {32 vars in 679 bytes} [Tue Mar 3 04:01:43 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/1961] 10.0.0.55 () {32 vars in 693 bytes} [Tue Mar 3 04:01:43 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 933/1962] 10.0.0.55 () {32 vars in 689 bytes} [Tue Mar 3 04:01:43 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/1963] 10.0.0.55 () {32 vars in 701 bytes} [Tue Mar 3 04:01:44 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 934/1966] 10.0.0.55 () {32 vars in 687 bytes} [Tue Mar 3 04:01:44 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/1967] 10.0.0.55 () {32 vars in 701 bytes} [Tue Mar 3 04:01:44 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 935/1968] 10.0.0.55 () {32 vars in 697 bytes} [Tue Mar 3 04:01:44 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/1969] 10.0.0.55 () {32 vars in 709 bytes} [Tue Mar 3 04:01:44 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 936/1970] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:01:44 2026] DELETE /v2.0/security-groups/347bb26f-f690-4671-8f4c-b13771639edb => 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: 1035/1971] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:01:44 2026] DELETE /v2.0/security-groups/738e5ff5-a168-41d0-a22e-0cd46d89a245 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/1972] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:01:44 2026] DELETE /v2.0/security-groups/6ce36c72-1225-45e6-ac39-d157a4c6afb7 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/1973] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:01:44 2026] DELETE /v2.0/security-groups/d32dc453-0e6b-4e4a-8ae6-513562cfbb73 => 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: 1038/1974] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:01:44 2026] DELETE /v2.0/security-groups/4f963460-2313-48b4-870b-aead9c9c85ed => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-03 04:01:44.742 6 INFO neutron.db.segments_db [None req-5afa757f-7db5-4b1b-85db-e701825b7a3e c847f40be81c4bb0886057b9586ab72a 3c694042cbb04394a635d7d4a7c80930 - - default default] Added segment c4f233c2-296f-4f86-92b6-6e9163178119 of type vxlan for network b4ebf971-ba4e-4b22-9046-a109e8536563 [pid: 6|app: 0|req: 937/1975] 10.0.0.55 () {34 vars in 669 bytes} [Tue Mar 3 04:01:44 2026] POST /v2.0/networks => generated 648 bytes in 431 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/1976] 10.0.0.55 () {34 vars in 664 bytes} [Tue Mar 3 04:01:44 2026] POST /v2.0/ports => generated 778 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-03 04:01:45.162 6 INFO neutron.db.segments_db [None req-fb6025c9-7f62-4b10-9a82-f95b39ecc0f4 c847f40be81c4bb0886057b9586ab72a 3c694042cbb04394a635d7d4a7c80930 - - default default] Added segment 42679a42-a712-4072-99b9-a0d42ec54d70 of type vxlan for network 1f8ac410-4006-4178-8d43-dd45cdb4d5ad [pid: 6|app: 0|req: 938/1977] 10.0.0.55 () {34 vars in 669 bytes} [Tue Mar 3 04:01:45 2026] POST /v2.0/networks => generated 635 bytes in 172 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: 1040/1978] 10.0.0.55 () {34 vars in 668 bytes} [Tue Mar 3 04:01:45 2026] POST /v2.0/subnets => generated 646 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/1979] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:01:45 2026] GET /v2.0/security-groups?tenant_id=a1642185c49142f8afc30a898530bf42&name=default => generated 2925 bytes in 276 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 939/1980] 10.0.0.55 () {34 vars in 664 bytes} [Tue Mar 3 04:01:45 2026] POST /v2.0/ports => generated 965 bytes in 324 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1042/1981] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:01:45 2026] DELETE /v2.0/security-groups/7f239e3b-8938-4550-b994-80d9b3d9e517 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-03 04:01:45.916 6 INFO neutron_taas.services.taas.taas_plugin [None req-52281a77-f3cb-4801-949c-d8b6a4390516 c847f40be81c4bb0886057b9586ab72a 3c694042cbb04394a635d7d4a7c80930 - - default default] TaaS: Handle Delete Port: 077f8c87-0497-4cdb-b8c5-60f7bfe270ec 2026-03-03 04:01:45.918 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-52281a77-f3cb-4801-949c-d8b6a4390516 c847f40be81c4bb0886057b9586ab72a 3c694042cbb04394a635d7d4a7c80930 - - default default] Tap Mirror: Handle Delete Port: 077f8c87-0497-4cdb-b8c5-60f7bfe270ec [pid: 6|app: 0|req: 940/1982] 10.0.0.55 () {32 vars in 719 bytes} [Tue Mar 3 04:01:45 2026] DELETE /v2.0/ports/077f8c87-0497-4cdb-b8c5-60f7bfe270ec => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 04:01:46.028 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e8b3ac8c-ca71-48da-9962-e6af307dabab c847f40be81c4bb0886057b9586ab72a 3c694042cbb04394a635d7d4a7c80930 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1043/1983] 10.0.0.55 () {32 vars in 719 bytes} [Tue Mar 3 04:01:46 2026] DELETE /v2.0/ports/077f8c87-0497-4cdb-b8c5-60f7bfe270ec => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-03 04:01:46.050 7 INFO neutron.pecan_wsgi.hooks.translation [None req-625e9a2d-7659-489c-a879-6c6e0613a986 c847f40be81c4bb0886057b9586ab72a 3c694042cbb04394a635d7d4a7c80930 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1044/1984] 10.0.0.55 () {32 vars in 716 bytes} [Tue Mar 3 04:01:46 2026] GET /v2.0/ports/077f8c87-0497-4cdb-b8c5-60f7bfe270ec => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 941/1985] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:01:46 2026] GET /v2.0/security-groups?tenant_id=b7e4012e4c1243419ba1215531ac6773&name=default => generated 2925 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/1986] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:01:46 2026] DELETE /v2.0/subnets/44f72a1d-f3b2-49fe-adf6-5b253a0eeff1 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/1987] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:01:46 2026] DELETE /v2.0/security-groups/02ae340b-a1ad-496e-94cc-0c65f75e5bd7 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 942/1988] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:01:46 2026] GET /v2.0/security-groups?tenant_id=c7baf07abfe84aa39ea680f64263d9c9&name=default => generated 2925 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-03 04:01:46.358 7 INFO neutron.services.segments.plugin [-] Segment 42679a42-a712-4072-99b9-a0d42ec54d70 resource provider aggregate not found 2026-03-03 04:01:46.367 7 INFO neutron.services.segments.plugin [-] Segment 42679a42-a712-4072-99b9-a0d42ec54d70 resource provider aggregate not found 2026-03-03 04:01:46.377 7 INFO neutron.services.segments.plugin [-] Segment 42679a42-a712-4072-99b9-a0d42ec54d70 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42679a42-a712-4072-99b9-a0d42ec54d70 found for delete ", "request_id": "req-e83eceac-b23c-4fe6-96d6-7c9f3e6d7634"}]} 2026-03-03 04:01:46.383 7 INFO neutron.services.segments.plugin [-] Segment 42679a42-a712-4072-99b9-a0d42ec54d70 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42679a42-a712-4072-99b9-a0d42ec54d70 found for delete ", "request_id": "req-8f82821c-f951-4b55-b247-1b1603c032cf"}]} [pid: 7|app: 0|req: 1047/1989] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 04:01:46 2026] DELETE /v2.0/networks/1f8ac410-4006-4178-8d43-dd45cdb4d5ad => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/1990] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:01:46 2026] GET /v2.0/security-groups?tenant_id=fef0de775bad4db584a63e8ca5bdcbb8&name=default => generated 2925 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 943/1991] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:01:46 2026] DELETE /v2.0/security-groups/5815eb63-772f-4c54-9f59-ab4288c327fa => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-03 04:01:46.466 7 INFO neutron.db.segments_db [None req-b80a9a93-92b5-4aaa-8714-adbb7700719b c847f40be81c4bb0886057b9586ab72a 3c694042cbb04394a635d7d4a7c80930 - - default default] Added segment e73d7349-e2fd-486f-a616-75cf9313c28f of type vxlan for network a2951a50-72be-495b-87b6-e55dab0acd55 [pid: 6|app: 0|req: 944/1992] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:01:46 2026] DELETE /v2.0/security-groups/51345a90-a6b2-4e9b-968b-c023c40b4c27 => 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: 1049/1993] 10.0.0.55 () {34 vars in 669 bytes} [Tue Mar 3 04:01:46 2026] POST /v2.0/networks => generated 635 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 945/1994] 10.0.0.55 () {34 vars in 668 bytes} [Tue Mar 3 04:01:46 2026] POST /v2.0/subnets => generated 646 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/1995] 10.0.0.55 () {34 vars in 664 bytes} [Tue Mar 3 04:01:46 2026] POST /v2.0/ports => generated 928 bytes in 339 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-03 04:01:47.226 6 INFO neutron_taas.services.taas.taas_plugin [None req-1e711b19-eca5-430f-b411-057a57af4262 c847f40be81c4bb0886057b9586ab72a 3c694042cbb04394a635d7d4a7c80930 - - default default] TaaS: Handle Delete Port: 7bcfca0b-88dd-4184-8053-55fdceab8414 2026-03-03 04:01:47.229 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1e711b19-eca5-430f-b411-057a57af4262 c847f40be81c4bb0886057b9586ab72a 3c694042cbb04394a635d7d4a7c80930 - - default default] Tap Mirror: Handle Delete Port: 7bcfca0b-88dd-4184-8053-55fdceab8414 [pid: 6|app: 0|req: 946/1996] 10.0.0.55 () {32 vars in 719 bytes} [Tue Mar 3 04:01:47 2026] DELETE /v2.0/ports/7bcfca0b-88dd-4184-8053-55fdceab8414 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 04:01:47.359 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9a0427fe-1ce2-406b-9947-856c9305365b c847f40be81c4bb0886057b9586ab72a 3c694042cbb04394a635d7d4a7c80930 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1051/1997] 10.0.0.55 () {32 vars in 716 bytes} [Tue Mar 3 04:01:47 2026] GET /v2.0/ports/7bcfca0b-88dd-4184-8053-55fdceab8414 => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 947/1998] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:01:47 2026] DELETE /v2.0/subnets/cd6e7e80-e6c6-4aba-b7c9-cb5f867513c3 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/1999] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 04:01:47 2026] DELETE /v2.0/networks/a2951a50-72be-495b-87b6-e55dab0acd55 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 948/2000] 10.0.0.55 () {34 vars in 664 bytes} [Tue Mar 3 04:01:47 2026] POST /v2.0/ports => generated 778 bytes in 337 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2001] 10.0.0.55 () {34 vars in 736 bytes} [Tue Mar 3 04:01:47 2026] PUT /v2.0/ports/de04b171-3efd-441d-9c44-68935fdbc80b => generated 752 bytes in 169 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-03-03 04:01:48.254 6 INFO neutron_taas.services.taas.taas_plugin [None req-49c96e5a-eabb-4645-b78c-e3ea7e0f03bf c847f40be81c4bb0886057b9586ab72a 3c694042cbb04394a635d7d4a7c80930 - - default default] TaaS: Handle Delete Port: de04b171-3efd-441d-9c44-68935fdbc80b 2026-03-03 04:01:48.257 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-49c96e5a-eabb-4645-b78c-e3ea7e0f03bf c847f40be81c4bb0886057b9586ab72a 3c694042cbb04394a635d7d4a7c80930 - - default default] Tap Mirror: Handle Delete Port: de04b171-3efd-441d-9c44-68935fdbc80b [pid: 6|app: 0|req: 949/2002] 10.0.0.55 () {32 vars in 719 bytes} [Tue Mar 3 04:01:48 2026] DELETE /v2.0/ports/de04b171-3efd-441d-9c44-68935fdbc80b => generated 0 bytes in 164 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/2003] 10.0.0.55 () {32 vars in 642 bytes} [Tue Mar 3 04:01:48 2026] GET /v2.0/ports => generated 781 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 04:01:48.393 6 INFO neutron.pecan_wsgi.hooks.translation [None req-a1ae9aae-73d1-44d5-bc6e-553cdbcf270a c847f40be81c4bb0886057b9586ab72a 3c694042cbb04394a635d7d4a7c80930 - - default default] GET failed (client error): The resource could not be found. [pid: 6|app: 0|req: 950/2004] 10.0.0.55 () {32 vars in 716 bytes} [Tue Mar 3 04:01:48 2026] GET /v2.0/ports/de04b171-3efd-441d-9c44-68935fdbc80b => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-03 04:01:48.397 7 INFO neutron.services.segments.plugin [-] Segment e73d7349-e2fd-486f-a616-75cf9313c28f resource provider aggregate not found 2026-03-03 04:01:48.408 7 INFO neutron.services.segments.plugin [-] Segment e73d7349-e2fd-486f-a616-75cf9313c28f resource provider aggregate not found 2026-03-03 04:01:48.418 7 INFO neutron.services.segments.plugin [-] Segment e73d7349-e2fd-486f-a616-75cf9313c28f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e73d7349-e2fd-486f-a616-75cf9313c28f found for delete ", "request_id": "req-54fbde68-9302-4a11-bbf7-98b8a2405190"}]} 2026-03-03 04:01:48.427 7 INFO neutron.services.segments.plugin [-] Segment e73d7349-e2fd-486f-a616-75cf9313c28f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e73d7349-e2fd-486f-a616-75cf9313c28f found for delete ", "request_id": "req-5008cbbe-7868-4b60-9e89-ee0223d794d4"}]} [pid: 7|app: 0|req: 1055/2005] 10.0.0.55 () {32 vars in 642 bytes} [Tue Mar 3 04:01:48 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: 6|app: 0|req: 951/2006] 10.0.0.55 () {32 vars in 716 bytes} [Tue Mar 3 04:01:48 2026] GET /v2.0/ports/63c4a4f9-10c5-4474-9006-d848fb420560 => generated 778 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 04:01:48.494 7 INFO neutron.pecan_wsgi.hooks.translation [None req-51f09909-d8a7-4ef4-bcb1-8c5c80bfe186 c847f40be81c4bb0886057b9586ab72a 3c694042cbb04394a635d7d4a7c80930 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1056/2007] 10.0.0.55 () {32 vars in 719 bytes} [Tue Mar 3 04:01:48 2026] DELETE /v2.0/ports/7bcfca0b-88dd-4184-8053-55fdceab8414 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-03 04:01:48.520 6 INFO neutron.pecan_wsgi.hooks.translation [None req-df29e80b-b1ab-4195-ba20-668aa89f1eed c847f40be81c4bb0886057b9586ab72a 3c694042cbb04394a635d7d4a7c80930 - - default default] DELETE failed (client error): The resource could not be found. [pid: 6|app: 0|req: 952/2008] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:01:48 2026] DELETE /v2.0/subnets/cd6e7e80-e6c6-4aba-b7c9-cb5f867513c3 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-03 04:01:48.541 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d6128d78-6667-4843-a2fd-d6b9529df651 c847f40be81c4bb0886057b9586ab72a 3c694042cbb04394a635d7d4a7c80930 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1057/2009] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:01:48 2026] DELETE /v2.0/subnets/44f72a1d-f3b2-49fe-adf6-5b253a0eeff1 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-03 04:01:48.648 6 INFO neutron_taas.services.taas.taas_plugin [None req-47048319-2d8a-497b-90c4-b955933b9919 c847f40be81c4bb0886057b9586ab72a 3c694042cbb04394a635d7d4a7c80930 - - default default] TaaS: Handle Delete Port: 63c4a4f9-10c5-4474-9006-d848fb420560 2026-03-03 04:01:48.651 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-47048319-2d8a-497b-90c4-b955933b9919 c847f40be81c4bb0886057b9586ab72a 3c694042cbb04394a635d7d4a7c80930 - - default default] Tap Mirror: Handle Delete Port: 63c4a4f9-10c5-4474-9006-d848fb420560 [pid: 6|app: 0|req: 953/2010] 10.0.0.55 () {32 vars in 719 bytes} [Tue Mar 3 04:01:48 2026] DELETE /v2.0/ports/63c4a4f9-10c5-4474-9006-d848fb420560 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2011] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 04:01:48 2026] DELETE /v2.0/networks/b4ebf971-ba4e-4b22-9046-a109e8536563 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 954/2012] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:01:49 2026] GET /v2.0/security-groups?tenant_id=3c694042cbb04394a635d7d4a7c80930&name=default => generated 2925 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2013] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:01:49 2026] DELETE /v2.0/security-groups/5c7c34e5-f860-4a6a-921e-443840ae73a0 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-03 04:01:49.719 6 INFO neutron.db.segments_db [None req-5532eba4-46b7-4c4d-b3f1-943cc416cbc7 84fc6a457c334e3db173cca356aa6cb1 214f79ae47144edfbe9801d23b1a9754 - - default default] Added segment 5faddd7f-fe6f-4756-9358-eda8466b39ab of type vxlan for network 121239e4-146c-4d79-87c3-e3b696ca35f9 2026-03-03 04:01:49.946 6 INFO neutron.db.l3_hamode_db [None req-5532eba4-46b7-4c4d-b3f1-943cc416cbc7 84fc6a457c334e3db173cca356aa6cb1 214f79ae47144edfbe9801d23b1a9754 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-03 04:01:50.067 6 INFO neutron.db.l3_hamode_db [None req-5532eba4-46b7-4c4d-b3f1-943cc416cbc7 84fc6a457c334e3db173cca356aa6cb1 214f79ae47144edfbe9801d23b1a9754 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-03 04:01:50.443 7 INFO neutron.services.segments.plugin [-] Segment c4f233c2-296f-4f86-92b6-6e9163178119 resource provider aggregate not found 2026-03-03 04:01:50.447 7 INFO neutron.services.segments.plugin [-] Segment c4f233c2-296f-4f86-92b6-6e9163178119 resource provider aggregate not found 2026-03-03 04:01:50.470 7 INFO neutron.services.segments.plugin [-] Segment c4f233c2-296f-4f86-92b6-6e9163178119 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4f233c2-296f-4f86-92b6-6e9163178119 found for delete ", "request_id": "req-ccd157aa-8934-4de0-86df-0d9b73d31179"}]} 2026-03-03 04:01:50.470 7 INFO neutron.services.segments.plugin [-] Segment c4f233c2-296f-4f86-92b6-6e9163178119 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4f233c2-296f-4f86-92b6-6e9163178119 found for delete ", "request_id": "req-4283f04f-9ffb-48a1-9a5c-44a8d9da55b5"}]} [pid: 6|app: 0|req: 955/2014] 10.0.0.55 () {34 vars in 667 bytes} [Tue Mar 3 04:01:49 2026] POST /v2.0/routers => generated 474 bytes in 996 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2015] 10.0.0.55 () {34 vars in 750 bytes} [Tue Mar 3 04:01:50 2026] PUT /v2.0/routers/5dd0d7f1-ab11-4bdc-aa7f-950bd1bf37ac/tags => generated 25 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 956/2016] 10.0.0.55 () {32 vars in 730 bytes} [Tue Mar 3 04:01:50 2026] GET /v2.0/routers/5dd0d7f1-ab11-4bdc-aa7f-950bd1bf37ac/tags => generated 25 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2017] 10.0.0.55 () {34 vars in 761 bytes} [Tue Mar 3 04:01:50 2026] PUT /v2.0/routers/5dd0d7f1-ab11-4bdc-aa7f-950bd1bf37ac/tags/green => generated 4 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 6|app: 0|req: 957/2018] 10.0.0.55 () {32 vars in 730 bytes} [Tue Mar 3 04:01:50 2026] GET /v2.0/routers/5dd0d7f1-ab11-4bdc-aa7f-950bd1bf37ac/tags => generated 34 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 958/2019] 10.0.0.55 () {34 vars in 757 bytes} [Tue Mar 3 04:01:51 2026] PUT /v2.0/routers/5dd0d7f1-ab11-4bdc-aa7f-950bd1bf37ac/tags/red => generated 4 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2020] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:01:50 2026] GET /v2.0/security-groups?tenant_id=1b0d6780fc6344a2a32541ddd4b5aa8b&name=default => generated 2925 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 959/2021] 10.0.0.55 () {32 vars in 730 bytes} [Tue Mar 3 04:01:51 2026] GET /v2.0/routers/5dd0d7f1-ab11-4bdc-aa7f-950bd1bf37ac/tags => generated 34 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2022] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:01:51 2026] DELETE /v2.0/security-groups/e1561bc6-dbed-4a0d-8e59-7800636611a2 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 960/2023] 10.0.0.55 () {34 vars in 779 bytes} [Tue Mar 3 04:01:51 2026] PUT /v2.0/routers/5dd0d7f1-ab11-4bdc-aa7f-950bd1bf37ac/tags/black.or.white => generated 4 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2024] 10.0.0.55 () {32 vars in 730 bytes} [Tue Mar 3 04:01:51 2026] GET /v2.0/routers/5dd0d7f1-ab11-4bdc-aa7f-950bd1bf37ac/tags => generated 52 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 961/2025] 10.0.0.55 () {34 vars in 750 bytes} [Tue Mar 3 04:01:51 2026] PUT /v2.0/routers/5dd0d7f1-ab11-4bdc-aa7f-950bd1bf37ac/tags => generated 37 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2026] 10.0.0.55 () {32 vars in 730 bytes} [Tue Mar 3 04:01:51 2026] GET /v2.0/routers/5dd0d7f1-ab11-4bdc-aa7f-950bd1bf37ac/tags => generated 37 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 962/2027] 10.0.0.55 () {32 vars in 738 bytes} [Tue Mar 3 04:01:51 2026] GET /v2.0/routers/5dd0d7f1-ab11-4bdc-aa7f-950bd1bf37ac/tags/red => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-03 04:01:51.955 7 INFO neutron.api.v2.resource [None req-f4c39413-6f49-40c0-900f-c53b3bfc95b0 84fc6a457c334e3db173cca356aa6cb1 214f79ae47144edfbe9801d23b1a9754 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1066/2028] 10.0.0.55 () {32 vars in 742 bytes} [Tue Mar 3 04:01:51 2026] GET /v2.0/routers/5dd0d7f1-ab11-4bdc-aa7f-950bd1bf37ac/tags/green => generated 99 bytes in 105 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 6|app: 0|req: 963/2029] 10.0.0.55 () {32 vars in 741 bytes} [Tue Mar 3 04:01:51 2026] DELETE /v2.0/routers/5dd0d7f1-ab11-4bdc-aa7f-950bd1bf37ac/tags/red => 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: 1067/2030] 10.0.0.55 () {32 vars in 730 bytes} [Tue Mar 3 04:01:52 2026] GET /v2.0/routers/5dd0d7f1-ab11-4bdc-aa7f-950bd1bf37ac/tags => generated 30 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-03 04:01:52.254 6 INFO neutron.api.v2.resource [None req-751810a6-863b-4851-8fc3-7a99e804d142 84fc6a457c334e3db173cca356aa6cb1 214f79ae47144edfbe9801d23b1a9754 - - default default] delete failed (client error): The resource could not be found. [pid: 6|app: 0|req: 964/2031] 10.0.0.55 () {32 vars in 745 bytes} [Tue Mar 3 04:01:52 2026] DELETE /v2.0/routers/5dd0d7f1-ab11-4bdc-aa7f-950bd1bf37ac/tags/green => generated 99 bytes in 104 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2032] 10.0.0.55 () {32 vars in 733 bytes} [Tue Mar 3 04:01:52 2026] DELETE /v2.0/routers/5dd0d7f1-ab11-4bdc-aa7f-950bd1bf37ac/tags => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 965/2033] 10.0.0.55 () {32 vars in 730 bytes} [Tue Mar 3 04:01:52 2026] GET /v2.0/routers/5dd0d7f1-ab11-4bdc-aa7f-950bd1bf37ac/tags => generated 12 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2034] 10.0.0.55 () {32 vars in 720 bytes} [Tue Mar 3 04:01:52 2026] GET /v2.0/routers/5dd0d7f1-ab11-4bdc-aa7f-950bd1bf37ac => generated 480 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 966/2035] 10.0.0.55 () {34 vars in 741 bytes} [Tue Mar 3 04:01:52 2026] PUT /v2.0/routers/5dd0d7f1-ab11-4bdc-aa7f-950bd1bf37ac => generated 480 bytes in 547 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2036] 10.0.0.233 () {28 vars in 591 bytes} [Tue Mar 3 04:01:52 2026] GET /v2.0/floatingips => generated 19 bytes in 346 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2037] 10.0.0.55 () {32 vars in 735 bytes} [Tue Mar 3 04:01:53 2026] GET /v2.0/ports?device_id=5dd0d7f1-ab11-4bdc-aa7f-950bd1bf37ac => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2038] 10.0.0.233 () {28 vars in 619 bytes} [Tue Mar 3 04:01:53 2026] GET /v2.0/network-ip-availabilities => generated 1531 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 967/2039] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:01:53 2026] GET /v2.0/security-groups?tenant_id=1661cf426c9d4fee8f915eaeadb4176e&name=default => generated 2925 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-03 04:01:53.270 7 INFO neutron_taas.services.taas.taas_plugin [None req-17d7a522-6764-45f8-afa8-effef9f4df38 84fc6a457c334e3db173cca356aa6cb1 214f79ae47144edfbe9801d23b1a9754 - - default default] TaaS: Handle Delete Port: 5c905528-f1ae-4846-8d1b-02d171dbb666 2026-03-03 04:01:53.273 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-17d7a522-6764-45f8-afa8-effef9f4df38 84fc6a457c334e3db173cca356aa6cb1 214f79ae47144edfbe9801d23b1a9754 - - default default] Tap Mirror: Handle Delete Port: 5c905528-f1ae-4846-8d1b-02d171dbb666 [pid: 6|app: 0|req: 968/2040] 10.0.0.233 () {28 vars in 599 bytes} [Tue Mar 3 04:01:53 2026] GET /v2.0/security-groups => generated 20305 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 6|app: 0|req: 969/2041] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:01:53 2026] DELETE /v2.0/security-groups/f456c754-932c-4ce9-ab7e-98539b53e31e => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 970/2042] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 04:01:53 2026] GET /v2.0/subnets => generated 1930 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 971/2043] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 04:01:53 2026] GET /v2.0/routers => generated 517 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 972/2044] 10.0.0.233 () {28 vars in 624 bytes} [Tue Mar 3 04:01:53 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-03 04:01:53.481 6 INFO neutron.api.v2.resource [None req-622da68a-bc14-4863-a172-f4361fd13016 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] index failed (client error): The resource could not be found. [pid: 6|app: 0|req: 973/2045] 10.0.0.233 () {28 vars in 677 bytes} [Tue Mar 3 04:01:53 2026] GET /v2.0/routers/5dd0d7f1-ab11-4bdc-aa7f-950bd1bf37ac/l3-agents => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 974/2046] 10.0.0.233 () {28 vars in 581 bytes} [Tue Mar 3 04:01:53 2026] GET /v2.0/agents => generated 3387 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 975/2047] 10.0.0.233 () {28 vars in 585 bytes} [Tue Mar 3 04:01:53 2026] GET /v2.0/networks => generated 2864 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-03 04:01:53.597 7 INFO neutron.services.segments.plugin [-] Segment 5faddd7f-fe6f-4756-9358-eda8466b39ab resource provider aggregate not found [pid: 6|app: 0|req: 976/2048] 10.0.0.233 () {28 vars in 579 bytes} [Tue Mar 3 04:01:53 2026] GET /v2.0/ports => generated 4725 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-03 04:01:53.604 7 INFO neutron.services.segments.plugin [-] Segment 5faddd7f-fe6f-4756-9358-eda8466b39ab resource provider aggregate not found 2026-03-03 04:01:53.612 7 INFO neutron.services.segments.plugin [-] Segment 5faddd7f-fe6f-4756-9358-eda8466b39ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5faddd7f-fe6f-4756-9358-eda8466b39ab found for delete ", "request_id": "req-bf63358a-c804-4811-90f9-bf7bea471a82"}]} 2026-03-03 04:01:53.621 7 INFO neutron.services.segments.plugin [-] Segment 5faddd7f-fe6f-4756-9358-eda8466b39ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5faddd7f-fe6f-4756-9358-eda8466b39ab found for delete ", "request_id": "req-52733adc-fb05-44d6-8db3-4b0192534662"}]} 2026-03-03 04:01:53.629 7 INFO neutron.db.l3_hamode_db [None req-17d7a522-6764-45f8-afa8-effef9f4df38 84fc6a457c334e3db173cca356aa6cb1 214f79ae47144edfbe9801d23b1a9754 - - default default] HA network 121239e4-146c-4d79-87c3-e3b696ca35f9 was deleted as no HA routers are present in tenant 214f79ae47144edfbe9801d23b1a9754. [pid: 7|app: 0|req: 1073/2049] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:01:53 2026] DELETE /v2.0/routers/5dd0d7f1-ab11-4bdc-aa7f-950bd1bf37ac => generated 0 bytes in 519 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 977/2050] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 04:01:53 2026] GET /v2.0/subnets => generated 1308 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2051] 10.0.0.233 () {28 vars in 591 bytes} [Tue Mar 3 04:01:53 2026] GET /v2.0/subnetpools => generated 19 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2052] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:01:54 2026] GET /v2.0/security-groups?tenant_id=9ab4423518dc4c4498a910c05468bcd6&name=default => generated 2925 bytes in 203 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-03 04:01:54.565 6 INFO neutron.db.segments_db [None req-9d8ff76a-401f-4ce4-8170-4bf8a88ea27f d9a3511db64648cc99d43b08f5405ce7 e17e4398866d4f4da833449d547e4d14 - - default default] Added segment 8af7cba0-b800-4d1e-8b42-250627081f58 of type vxlan for network e32feffa-f798-4234-a888-7777d332e0df [pid: 7|app: 0|req: 1076/2053] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:01:54 2026] DELETE /v2.0/security-groups/4d02a0c4-d148-4215-b871-39fcf1571a86 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 978/2054] 10.0.0.55 () {34 vars in 670 bytes} [Tue Mar 3 04:01:54 2026] POST /v2.0/networks => generated 632 bytes in 401 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-03 04:01:54.722 7 INFO neutron.db.segments_db [None req-ecda60e4-2fda-4d57-9337-7da6809a56f6 d9a3511db64648cc99d43b08f5405ce7 e17e4398866d4f4da833449d547e4d14 - - default default] Added segment ec345b9b-c9b6-48cf-8a4f-ac539bc5cf10 of type vxlan for network 40b30611-c232-4ae4-b5e8-00456535bf79 [pid: 6|app: 0|req: 979/2055] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:01:54 2026] GET /v2.0/security-groups?tenant_id=214f79ae47144edfbe9801d23b1a9754&name=default => generated 2925 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 980/2056] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:01:54 2026] DELETE /v2.0/security-groups/c7ea6df4-5f10-4b6f-8998-924f51dd1547 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-03 04:01:55.006 7 INFO neutron.db.l3_hamode_db [None req-ecda60e4-2fda-4d57-9337-7da6809a56f6 d9a3511db64648cc99d43b08f5405ce7 e17e4398866d4f4da833449d547e4d14 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-03 04:01:55.324 6 INFO neutron.db.segments_db [None req-13fcc3e8-8a89-43b0-a584-e77d02361c5d fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Added segment 6b843ecf-2550-4ae8-9c9c-5bd92fe2d1e2 of type vxlan for network dc3786f8-9a4d-45f6-bc9d-2f25ceefe339 [pid: 6|app: 0|req: 981/2057] 10.0.0.55 () {34 vars in 670 bytes} [Tue Mar 3 04:01:54 2026] POST /v2.0/networks => generated 741 bytes in 462 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-03 04:01:55.673 6 INFO neutron.db.segments_db [None req-5250ca3d-4f76-4b71-99b3-ee3f69efdc56 861f500c9a474e30ab6908c29e4ec831 dc7bdf973b64407389eeca944ced79e1 - - default default] Added segment d64e59d1-06ca-4e68-ac90-766b85814fb6 of type vxlan for network 0dbe6be5-7dea-411c-8255-86950122371d [pid: 6|app: 0|req: 982/2058] 10.0.0.55 () {34 vars in 669 bytes} [Tue Mar 3 04:01:55 2026] POST /v2.0/networks => generated 639 bytes in 330 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-03 04:01:55.793 7 INFO neutron.db.l3_hamode_db [None req-ecda60e4-2fda-4d57-9337-7da6809a56f6 d9a3511db64648cc99d43b08f5405ce7 e17e4398866d4f4da833449d547e4d14 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 6|app: 0|req: 983/2059] 10.0.0.55 () {34 vars in 668 bytes} [Tue Mar 3 04:01:55 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) [pid: 6|app: 0|req: 984/2060] 10.0.0.55 () {34 vars in 668 bytes} [Tue Mar 3 04:01:55 2026] POST /v2.0/subnets => generated 657 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-03 04:01:56.215 6 INFO neutron.db.segments_db [None req-75f71a2c-c547-435c-8d47-4485df56fc95 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Added segment 988c3fee-db8c-4c1c-a889-6455b083320c of type vxlan for network a03bd569-fb02-4ccf-8499-5aefafaba6af 2026-03-03 04:01:56.457 6 INFO neutron.db.l3_hamode_db [None req-75f71a2c-c547-435c-8d47-4485df56fc95 fdf1439b2bc84fd6a18e362a1a5510b8 2f2475d504564fcab0ad58cd0f02abd9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1077/2061] 10.0.0.55 () {34 vars in 668 bytes} [Tue Mar 3 04:01:54 2026] POST /v2.0/routers => generated 695 bytes in 1999 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2062] 10.0.0.55 () {32 vars in 721 bytes} [Tue Mar 3 04:01:56 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2063] 10.0.0.55 () {32 vars in 775 bytes} [Tue Mar 3 04:01:56 2026] GET /v2.0/subnets?project_id=e17e4398866d4f4da833449d547e4d14&cidr=10.100.0.0%2F28 => generated 14 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-03 04:01:57.174 6 INFO neutron.db.l3_hamode_db [None req-75f71a2c-c547-435c-8d47-4485df56fc95 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1080/2064] 10.0.0.55 () {34 vars in 668 bytes} [Tue Mar 3 04:01:57 2026] POST /v2.0/subnets => generated 731 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2065] 10.0.0.55 () {32 vars in 693 bytes} [Tue Mar 3 04:01:57 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 04:01:57.418 7 INFO neutron.db.segments_db [None req-2a1060d1-bb0f-4554-9c57-61fd469dcdf3 861f500c9a474e30ab6908c29e4ec831 dc7bdf973b64407389eeca944ced79e1 - - default default] Added segment 27a81e79-2bcc-4ced-8b0e-8b378b4b0e2e of type vxlan for network f667fc6c-fe3e-44d0-86ec-d09820d32904 [pid: 7|app: 0|req: 1082/2066] 10.0.0.55 () {34 vars in 669 bytes} [Tue Mar 3 04:01:57 2026] POST /v2.0/networks => generated 637 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2067] 10.0.0.55 () {32 vars in 783 bytes} [Tue Mar 3 04:01:57 2026] GET /v2.0/subnets?network_id=c6ec6f09-5973-40f7-8232-440400c81c00&cidr=10.100.0.0%2F28 => generated 14 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2068] 10.0.0.55 () {34 vars in 668 bytes} [Tue Mar 3 04:01:57 2026] POST /v2.0/subnets => generated 656 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 985/2069] 10.0.0.55 () {34 vars in 668 bytes} [Tue Mar 3 04:01:56 2026] POST /v2.0/routers => generated 728 bytes in 1691 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2070] 10.0.0.55 () {34 vars in 668 bytes} [Tue Mar 3 04:01:57 2026] POST /v2.0/subnets => generated 657 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 986/2071] 10.0.0.55 () {34 vars in 668 bytes} [Tue Mar 3 04:01:57 2026] POST /v2.0/subnets => generated 725 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-03 04:01:58.300 7 INFO neutron.db.segments_db [None req-a709b1b5-2c7c-42a7-8267-f016915f45ac d168b0fd36e3428cb4dbbc47136b95b7 e9a4bd924aec480e893cd2e415e11e9a - - default default] Added segment bb00f870-0c40-44f7-86da-2086c63cad89 of type vxlan for network eae406a2-8eae-4940-ab42-937427dcfa10 [pid: 7|app: 0|req: 1086/2072] 10.0.0.55 () {34 vars in 669 bytes} [Tue Mar 3 04:01:57 2026] POST /v2.0/networks => generated 632 bytes in 436 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 987/2073] 10.0.0.55 () {34 vars in 782 bytes} [Tue Mar 3 04:01:58 2026] PUT /v2.0/routers/51499bf6-88bb-447b-964a-f1b008545e4b/add_router_interface => generated 309 bytes in 1244 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 04:01:59.369 6 INFO neutron.db.segments_db [None req-90cf4758-bfe3-4197-a6f2-23942611acbe 861f500c9a474e30ab6908c29e4ec831 dc7bdf973b64407389eeca944ced79e1 - - default default] Added segment 2653c28e-8c83-482d-a663-052d782801ab of type vxlan for network def50d14-2796-4d01-938c-9fa22da489f4 [pid: 6|app: 0|req: 988/2074] 10.0.0.55 () {34 vars in 669 bytes} [Tue Mar 3 04:01:59 2026] POST /v2.0/networks => generated 638 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2075] 10.0.0.55 () {34 vars in 782 bytes} [Tue Mar 3 04:01:58 2026] PUT /v2.0/routers/c9c59113-8d90-46c7-9432-ee8f0cbfaf8c/add_router_interface => generated 309 bytes in 1371 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 989/2078] 10.0.0.55 () {34 vars in 663 bytes} [Tue Mar 3 04:01:59 2026] POST /v2.0/ports => generated 743 bytes in 335 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 6|app: 0|req: 990/2079] 10.0.0.55 () {32 vars in 648 bytes} [Tue Mar 3 04:01:59 2026] GET /v2.0/networks => generated 8038 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2080] 10.0.0.55 () {34 vars in 668 bytes} [Tue Mar 3 04:01:59 2026] POST /v2.0/subnets => generated 656 bytes in 272 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 991/2081] 10.0.0.55 () {34 vars in 665 bytes} [Tue Mar 3 04:01:59 2026] POST /v2.0/trunks => generated 407 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2082] 10.0.0.55 () {32 vars in 646 bytes} [Tue Mar 3 04:02:00 2026] GET /v2.0/subnets => generated 7360 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2083] 10.0.0.55 () {34 vars in 748 bytes} [Tue Mar 3 04:02:00 2026] PUT /v2.0/trunks/896e3086-d29f-4a4f-9a3b-6519b732fc17/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2084] 10.0.0.55 () {32 vars in 646 bytes} [Tue Mar 3 04:02:00 2026] GET /v2.0/routers => generated 1462 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2085] 10.0.0.55 () {32 vars in 728 bytes} [Tue Mar 3 04:02:00 2026] GET /v2.0/trunks/896e3086-d29f-4a4f-9a3b-6519b732fc17/tags => generated 25 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2086] 10.0.0.55 () {34 vars in 759 bytes} [Tue Mar 3 04:02:00 2026] PUT /v2.0/trunks/896e3086-d29f-4a4f-9a3b-6519b732fc17/tags/green => generated 4 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 6|app: 0|req: 992/2087] 10.0.0.55 () {34 vars in 668 bytes} [Tue Mar 3 04:02:00 2026] POST /v2.0/subnets => generated 730 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 993/2088] 10.0.0.55 () {32 vars in 728 bytes} [Tue Mar 3 04:02:00 2026] GET /v2.0/trunks/896e3086-d29f-4a4f-9a3b-6519b732fc17/tags => generated 34 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-03 04:02:00.362 6 INFO neutron.db.segments_db [None req-c8f2ad38-bff4-465d-ae17-3a4a943d6190 861f500c9a474e30ab6908c29e4ec831 dc7bdf973b64407389eeca944ced79e1 - - default default] Added segment c4efc2ce-8f0e-4dd4-9448-8779a053b652 of type vxlan for network f18d0dd0-f4eb-4e08-9d29-53e56dfdd168 [pid: 7|app: 0|req: 1096/2089] 10.0.0.55 () {34 vars in 684 bytes} [Tue Mar 3 04:02:00 2026] POST /v2.0/security-groups => generated 1673 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2090] 10.0.0.55 () {34 vars in 755 bytes} [Tue Mar 3 04:02:00 2026] PUT /v2.0/trunks/896e3086-d29f-4a4f-9a3b-6519b732fc17/tags/red => generated 4 bytes in 20 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2091] 10.0.0.55 () {34 vars in 694 bytes} [Tue Mar 3 04:02:00 2026] POST /v2.0/security-group-rules => generated 597 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2092] 10.0.0.55 () {32 vars in 728 bytes} [Tue Mar 3 04:02:00 2026] GET /v2.0/trunks/896e3086-d29f-4a4f-9a3b-6519b732fc17/tags => generated 34 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-03 04:02:00.563 6 INFO neutron.db.l3_hamode_db [None req-c8f2ad38-bff4-465d-ae17-3a4a943d6190 861f500c9a474e30ab6908c29e4ec831 dc7bdf973b64407389eeca944ced79e1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1100/2093] 10.0.0.55 () {34 vars in 694 bytes} [Tue Mar 3 04:02:00 2026] POST /v2.0/security-group-rules => generated 596 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2094] 10.0.0.55 () {34 vars in 777 bytes} [Tue Mar 3 04:02:00 2026] PUT /v2.0/trunks/896e3086-d29f-4a4f-9a3b-6519b732fc17/tags/black.or.white => generated 4 bytes in 32 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2095] 10.0.0.55 () {34 vars in 694 bytes} [Tue Mar 3 04:02:00 2026] POST /v2.0/security-group-rules => generated 602 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2096] 10.0.0.55 () {32 vars in 728 bytes} [Tue Mar 3 04:02:00 2026] GET /v2.0/trunks/896e3086-d29f-4a4f-9a3b-6519b732fc17/tags => generated 52 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2097] 10.0.0.55 () {34 vars in 694 bytes} [Tue Mar 3 04:02:00 2026] POST /v2.0/security-group-rules => generated 601 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2098] 10.0.0.55 () {34 vars in 748 bytes} [Tue Mar 3 04:02:00 2026] PUT /v2.0/trunks/896e3086-d29f-4a4f-9a3b-6519b732fc17/tags => generated 37 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-03 04:02:00.910 7 INFO neutron.db.securitygroups_db [None req-4b221450-189c-46e3-8932-6034aa1f1425 d9a3511db64648cc99d43b08f5405ce7 e17e4398866d4f4da833449d547e4d14 - - default default] Project e17e4398866d4f4da833449d547e4d14 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: 1106/2099] 10.0.0.55 () {34 vars in 694 bytes} [Tue Mar 3 04:02:00 2026] POST /v2.0/security-group-rules => generated 607 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2100] 10.0.0.55 () {32 vars in 728 bytes} [Tue Mar 3 04:02:01 2026] GET /v2.0/trunks/896e3086-d29f-4a4f-9a3b-6519b732fc17/tags => generated 37 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-03 04:02:01.064 7 INFO neutron.db.securitygroups_db [None req-b816f619-b857-4470-8275-2d8cb70e715f d9a3511db64648cc99d43b08f5405ce7 e17e4398866d4f4da833449d547e4d14 - - default default] Project e17e4398866d4f4da833449d547e4d14 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: 1108/2101] 10.0.0.55 () {34 vars in 694 bytes} [Tue Mar 3 04:02:01 2026] POST /v2.0/security-group-rules => generated 606 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2102] 10.0.0.55 () {32 vars in 736 bytes} [Tue Mar 3 04:02:01 2026] GET /v2.0/trunks/896e3086-d29f-4a4f-9a3b-6519b732fc17/tags/red => generated 0 bytes in 27 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-03 04:02:01.225 7 INFO neutron.api.v2.resource [None req-f6a1f301-32fc-4e4b-8321-c9a10e0c9e54 d168b0fd36e3428cb4dbbc47136b95b7 e9a4bd924aec480e893cd2e415e11e9a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1110/2103] 10.0.0.55 () {32 vars in 740 bytes} [Tue Mar 3 04:02:01 2026] GET /v2.0/trunks/896e3086-d29f-4a4f-9a3b-6519b732fc17/tags/green => generated 99 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2104] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:02:01 2026] DELETE /v2.0/trunks/896e3086-d29f-4a4f-9a3b-6519b732fc17/tags/red => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2105] 10.0.0.55 () {32 vars in 728 bytes} [Tue Mar 3 04:02:01 2026] GET /v2.0/trunks/896e3086-d29f-4a4f-9a3b-6519b732fc17/tags => generated 30 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-03 04:02:01.309 6 INFO neutron.db.l3_hamode_db [None req-c8f2ad38-bff4-465d-ae17-3a4a943d6190 861f500c9a474e30ab6908c29e4ec831 dc7bdf973b64407389eeca944ced79e1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-03 04:02:01.328 7 INFO neutron.api.v2.resource [None req-2ef2ab8e-cbe3-4860-a64b-ea3d19489f8b d168b0fd36e3428cb4dbbc47136b95b7 e9a4bd924aec480e893cd2e415e11e9a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1113/2106] 10.0.0.55 () {32 vars in 743 bytes} [Tue Mar 3 04:02:01 2026] DELETE /v2.0/trunks/896e3086-d29f-4a4f-9a3b-6519b732fc17/tags/green => generated 99 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2107] 10.0.0.55 () {32 vars in 731 bytes} [Tue Mar 3 04:02:01 2026] DELETE /v2.0/trunks/896e3086-d29f-4a4f-9a3b-6519b732fc17/tags => generated 0 bytes in 28 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2108] 10.0.0.55 () {32 vars in 728 bytes} [Tue Mar 3 04:02:01 2026] GET /v2.0/trunks/896e3086-d29f-4a4f-9a3b-6519b732fc17/tags => 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: 1116/2109] 10.0.0.55 () {32 vars in 718 bytes} [Tue Mar 3 04:02:01 2026] GET /v2.0/trunks/896e3086-d29f-4a4f-9a3b-6519b732fc17 => generated 407 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2110] 10.0.0.55 () {32 vars in 716 bytes} [Tue Mar 3 04:02:01 2026] GET /v2.0/ports/1d48af34-859e-4ee3-87ca-2b5c3366c0dd => generated 826 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2111] 10.0.0.55 () {32 vars in 721 bytes} [Tue Mar 3 04:02:01 2026] DELETE /v2.0/trunks/896e3086-d29f-4a4f-9a3b-6519b732fc17 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2112] 10.0.0.55 () {32 vars in 648 bytes} [Tue Mar 3 04:02:01 2026] GET /v2.0/networks => generated 1297 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2113] 10.0.0.33 () {34 vars in 981 bytes} [Tue Mar 3 04:02:01 2026] GET /v2.0/networks?id=dc3786f8-9a4d-45f6-bc9d-2f25ceefe339 => generated 673 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 04:02:01.832 7 INFO neutron_taas.services.taas.taas_plugin [None req-e1e8ae01-c762-4e4f-8932-0a1cf8e35d8b d168b0fd36e3428cb4dbbc47136b95b7 e9a4bd924aec480e893cd2e415e11e9a - - default default] TaaS: Handle Delete Port: 1d48af34-859e-4ee3-87ca-2b5c3366c0dd 2026-03-03 04:02:01.835 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e1e8ae01-c762-4e4f-8932-0a1cf8e35d8b d168b0fd36e3428cb4dbbc47136b95b7 e9a4bd924aec480e893cd2e415e11e9a - - default default] Tap Mirror: Handle Delete Port: 1d48af34-859e-4ee3-87ca-2b5c3366c0dd [pid: 7|app: 0|req: 1121/2114] 10.0.0.55 () {32 vars in 719 bytes} [Tue Mar 3 04:02:01 2026] DELETE /v2.0/ports/1d48af34-859e-4ee3-87ca-2b5c3366c0dd => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2115] 10.0.0.33 () {34 vars in 964 bytes} [Tue Mar 3 04:02:01 2026] GET /v2.0/quotas/2f2475d504564fcab0ad58cd0f02abd9 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2116] 10.0.0.33 () {34 vars in 1097 bytes} [Tue Mar 3 04:02:01 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-827362774&fields=id&tenant_id=e17e4398866d4f4da833449d547e4d14 => generated 69 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-03 04:02:02.079 7 INFO neutron.services.segments.plugin [-] Segment bb00f870-0c40-44f7-86da-2086c63cad89 resource provider aggregate not found 2026-03-03 04:02:02.088 7 INFO neutron.services.segments.plugin [-] Segment bb00f870-0c40-44f7-86da-2086c63cad89 resource provider aggregate not found 2026-03-03 04:02:02.100 7 INFO neutron.services.segments.plugin [-] Segment bb00f870-0c40-44f7-86da-2086c63cad89 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb00f870-0c40-44f7-86da-2086c63cad89 found for delete ", "request_id": "req-4a70a550-b769-4229-912f-eb2e097c20e1"}]} 2026-03-03 04:02:02.105 7 INFO neutron.services.segments.plugin [-] Segment bb00f870-0c40-44f7-86da-2086c63cad89 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb00f870-0c40-44f7-86da-2086c63cad89 found for delete ", "request_id": "req-8acdfd29-b3ea-4d20-a564-0becca2516af"}]} [pid: 7|app: 0|req: 1124/2117] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 04:02:01 2026] DELETE /v2.0/networks/eae406a2-8eae-4940-ab42-937427dcfa10 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2118] 10.0.0.33 () {34 vars in 1001 bytes} [Tue Mar 3 04:02:02 2026] GET /v2.0/ports?tenant_id=2f2475d504564fcab0ad58cd0f02abd9&fields=id => generated 103 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2119] 10.0.0.33 () {34 vars in 981 bytes} [Tue Mar 3 04:02:02 2026] GET /v2.0/networks?id=e32feffa-f798-4234-a888-7777d332e0df => generated 660 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 994/2120] 10.0.0.55 () {34 vars in 668 bytes} [Tue Mar 3 04:02:00 2026] POST /v2.0/routers => generated 685 bytes in 1925 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 995/2121] 10.0.0.33 () {34 vars in 964 bytes} [Tue Mar 3 04:02:02 2026] GET /v2.0/quotas/e17e4398866d4f4da833449d547e4d14 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2122] 10.0.0.33 () {34 vars in 1007 bytes} [Tue Mar 3 04:02:02 2026] GET /v2.0/networks/dc3786f8-9a4d-45f6-bc9d-2f25ceefe339?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: 1128/2123] 10.0.0.33 () {34 vars in 1001 bytes} [Tue Mar 3 04:02:02 2026] GET /v2.0/ports?tenant_id=e17e4398866d4f4da833449d547e4d14&fields=id => generated 57 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2124] 10.0.0.33 () {34 vars in 1107 bytes} [Tue Mar 3 04:02:02 2026] GET /v2.0/networks/dc3786f8-9a4d-45f6-bc9d-2f25ceefe339?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: 1130/2125] 10.0.0.33 () {34 vars in 1007 bytes} [Tue Mar 3 04:02:02 2026] GET /v2.0/networks/e32feffa-f798-4234-a888-7777d332e0df?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2126] 10.0.0.33 () {34 vars in 1107 bytes} [Tue Mar 3 04:02:02 2026] GET /v2.0/networks/e32feffa-f798-4234-a888-7777d332e0df?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: 1132/2127] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:02:02 2026] GET /v2.0/ports?device_id=7486de7c-91a0-4f1b-a7bc-24ac867cad13 => 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: 1133/2128] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:02:02 2026] GET /v2.0/ports?device_id=efd7d39f-a7c9-4aa3-8304-5c462878ffa1 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2129] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:02:02 2026] GET /v2.0/security-groups?tenant_id=d557066ce0b245f29b3f08472b8de543&name=default => generated 2925 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2130] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:02:03 2026] DELETE /v2.0/security-groups/68855cdc-f136-41b1-af73-c7805d388b45 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2131] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:02:03 2026] GET /v2.0/security-groups?tenant_id=e9a4bd924aec480e893cd2e415e11e9a&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2132] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:02:03 2026] DELETE /v2.0/security-groups/20e69294-37f5-44a7-96bf-3d87ed368f6e => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2133] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:02:03 2026] GET /v2.0/ports?device_id=7486de7c-91a0-4f1b-a7bc-24ac867cad13 => 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: 1139/2134] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:02:03 2026] GET /v2.0/ports?device_id=efd7d39f-a7c9-4aa3-8304-5c462878ffa1 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 996/2135] 10.0.0.55 () {34 vars in 782 bytes} [Tue Mar 3 04:02:02 2026] PUT /v2.0/routers/235281a7-452f-4409-bc00-29458b361b37/add_router_interface => generated 309 bytes in 1800 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 997/2136] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:02:04 2026] GET /v2.0/ports?device_id=7486de7c-91a0-4f1b-a7bc-24ac867cad13 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 998/2137] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:02:04 2026] GET /v2.0/ports?device_id=efd7d39f-a7c9-4aa3-8304-5c462878ffa1 => 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: 1140/2138] 10.0.0.55 () {34 vars in 782 bytes} [Tue Mar 3 04:02:04 2026] PUT /v2.0/routers/235281a7-452f-4409-bc00-29458b361b37/add_router_interface => generated 309 bytes in 1304 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2139] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:02:05 2026] GET /v2.0/ports?device_id=7486de7c-91a0-4f1b-a7bc-24ac867cad13 => 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: 1142/2140] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:02:05 2026] GET /v2.0/ports?device_id=efd7d39f-a7c9-4aa3-8304-5c462878ffa1 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 999/2141] 10.0.0.55 () {34 vars in 782 bytes} [Tue Mar 3 04:02:05 2026] PUT /v2.0/routers/235281a7-452f-4409-bc00-29458b361b37/add_router_interface => generated 309 bytes in 1354 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1000/2142] 199.204.45.233 () {34 vars in 986 bytes} [Tue Mar 3 04:02:06 2026] GET /v2.0/networks?id=dc3786f8-9a4d-45f6-bc9d-2f25ceefe339 => generated 673 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1001/2143] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:02:06 2026] GET /v2.0/ports?device_id=7486de7c-91a0-4f1b-a7bc-24ac867cad13 => 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: 1143/2144] 10.0.0.55 () {34 vars in 683 bytes} [Tue Mar 3 04:02:06 2026] POST /v2.0/security-groups => generated 1628 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2145] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:02:06 2026] GET /v2.0/ports?device_id=efd7d39f-a7c9-4aa3-8304-5c462878ffa1 => 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: 1145/2146] 10.0.0.55 () {34 vars in 694 bytes} [Tue Mar 3 04:02:06 2026] POST /v2.0/security-group-rules => generated 597 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1002/2147] 199.204.45.233 () {38 vars in 955 bytes} [Tue Mar 3 04:02:06 2026] POST /v2.0/ports => generated 954 bytes in 437 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: 1146/2148] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:02:07 2026] GET /v2.0/security-groups?tenant_id=6cc43afd72df40638a67e1c9be544193&name=default => generated 2925 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1003/2149] 10.0.0.55 () {34 vars in 694 bytes} [Tue Mar 3 04:02:07 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: 6|app: 0|req: 1004/2150] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:02:07 2026] DELETE /v2.0/security-groups/d4ce8e75-0750-4c98-9f8d-90ab67670801 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1005/2151] 10.0.0.55 () {34 vars in 694 bytes} [Tue Mar 3 04:02:07 2026] POST /v2.0/security-group-rules => generated 599 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2152] 199.204.45.233 () {38 vars in 1028 bytes} [Tue Mar 3 04:02:07 2026] PUT /v2.0/ports/8810612b-faf2-48b0-affe-6059ff3fbe14 => generated 1235 bytes in 405 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-03-03 04:02:07.813 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-37884cd6-f8ea-48bb-8c2c-912cbc3bd8da'] response: {'name': 'network-changed', 'server_uuid': '7486de7c-91a0-4f1b-a7bc-24ac867cad13', 'tag': '8810612b-faf2-48b0-affe-6059ff3fbe14', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1148/2153] 10.0.0.55 () {34 vars in 694 bytes} [Tue Mar 3 04:02:07 2026] POST /v2.0/security-group-rules => generated 601 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1006/2154] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:02:07 2026] GET /v2.0/security-groups?tenant_id=14dae1212ecd4eba9d307614e156a37f&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: 1149/2155] 10.0.0.55 () {34 vars in 694 bytes} [Tue Mar 3 04:02:07 2026] POST /v2.0/security-group-rules => generated 601 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1007/2156] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:02:07 2026] DELETE /v2.0/security-groups/cbc822dc-8a91-4754-98cf-93b1dda6767b => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2157] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:02:08 2026] GET /v2.0/ports?device_id=7486de7c-91a0-4f1b-a7bc-24ac867cad13 => generated 969 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1008/2158] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:02:08 2026] GET /v2.0/ports?device_id=efd7d39f-a7c9-4aa3-8304-5c462878ffa1 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1009/2159] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:02:08 2026] GET /v2.0/security-groups?id=0c4ccaf5-1419-403b-a848-a468c72f94e7&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: 1151/2160] 10.0.0.55 () {34 vars in 694 bytes} [Tue Mar 3 04:02:08 2026] POST /v2.0/security-group-rules => generated 597 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1010/2161] 10.0.0.55 () {34 vars in 694 bytes} [Tue Mar 3 04:02:08 2026] POST /v2.0/security-group-rules => generated 597 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2162] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Mar 3 04:02:08 2026] GET /v2.0/ports?tenant_id=2f2475d504564fcab0ad58cd0f02abd9&device_id=7486de7c-91a0-4f1b-a7bc-24ac867cad13 => generated 1238 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2163] 199.204.45.233 () {34 vars in 1018 bytes} [Tue Mar 3 04:02:08 2026] GET /v2.0/networks?tenant_id=2f2475d504564fcab0ad58cd0f02abd9&shared=False => generated 769 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2164] 199.204.45.233 () {34 vars in 930 bytes} [Tue Mar 3 04:02:08 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1011/2165] 10.0.0.55 () {34 vars in 694 bytes} [Tue Mar 3 04:02:08 2026] POST /v2.0/security-group-rules => generated 597 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2166] 10.0.0.55 () {34 vars in 694 bytes} [Tue Mar 3 04:02:08 2026] POST /v2.0/security-group-rules => generated 599 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1012/2167] 10.0.0.55 () {34 vars in 694 bytes} [Tue Mar 3 04:02:08 2026] POST /v2.0/security-group-rules => generated 601 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2168] 10.0.0.55 () {34 vars in 694 bytes} [Tue Mar 3 04:02:08 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: 6|app: 0|req: 1013/2169] 199.204.45.233 () {34 vars in 986 bytes} [Tue Mar 3 04:02:08 2026] GET /v2.0/networks?id=e32feffa-f798-4234-a888-7777d332e0df => generated 660 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2170] 199.204.45.233 () {34 vars in 1050 bytes} [Tue Mar 3 04:02:08 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e17e4398866d4f4da833449d547e4d14 => generated 180 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2171] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:02:09 2026] GET /v2.0/ports?device_id=efd7d39f-a7c9-4aa3-8304-5c462878ffa1 => 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: 1159/2172] 10.0.0.33 () {34 vars in 1095 bytes} [Tue Mar 3 04:02:09 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1028401507&fields=id&tenant_id=dc7bdf973b64407389eeca944ced79e1 => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2173] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:02:09 2026] GET /v2.0/ports?device_id=7486de7c-91a0-4f1b-a7bc-24ac867cad13 => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2174] 10.0.0.33 () {34 vars in 981 bytes} [Tue Mar 3 04:02:09 2026] GET /v2.0/networks?id=f667fc6c-fe3e-44d0-86ec-d09820d32904 => generated 704 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2175] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:02:09 2026] GET /v2.0/security-groups?id=0c4ccaf5-1419-403b-a848-a468c72f94e7&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: 1163/2176] 10.0.0.33 () {34 vars in 964 bytes} [Tue Mar 3 04:02:09 2026] GET /v2.0/quotas/dc7bdf973b64407389eeca944ced79e1 => generated 292 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1014/2177] 199.204.45.233 () {38 vars in 955 bytes} [Tue Mar 3 04:02:09 2026] POST /v2.0/ports => generated 958 bytes in 395 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1164/2178] 10.0.0.33 () {34 vars in 1001 bytes} [Tue Mar 3 04:02:09 2026] GET /v2.0/ports?tenant_id=dc7bdf973b64407389eeca944ced79e1&fields=id => generated 241 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2179] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Mar 3 04:02:09 2026] GET /v2.0/ports?tenant_id=2f2475d504564fcab0ad58cd0f02abd9&device_id=7486de7c-91a0-4f1b-a7bc-24ac867cad13 => generated 1238 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2180] 10.0.0.33 () {34 vars in 1007 bytes} [Tue Mar 3 04:02:09 2026] GET /v2.0/networks/f667fc6c-fe3e-44d0-86ec-d09820d32904?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2181] 199.204.45.233 () {34 vars in 1058 bytes} [Tue Mar 3 04:02:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=8810612b-faf2-48b0-affe-6059ff3fbe14 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2182] 10.0.0.33 () {34 vars in 1107 bytes} [Tue Mar 3 04:02:09 2026] GET /v2.0/networks/f667fc6c-fe3e-44d0-86ec-d09820d32904?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2183] 199.204.45.233 () {34 vars in 984 bytes} [Tue Mar 3 04:02:09 2026] GET /v2.0/subnets?id=ae557ebd-21fc-4c1e-af1e-2800500c4ec4 => generated 691 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2184] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Mar 3 04:02:09 2026] GET /v2.0/ports?network_id=dc3786f8-9a4d-45f6-bc9d-2f25ceefe339&device_owner=network%3Adhcp => generated 1244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2185] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Mar 3 04:02:09 2026] GET /v2.0/networks/dc3786f8-9a4d-45f6-bc9d-2f25ceefe339?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: 1172/2186] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Mar 3 04:02:09 2026] GET /v2.0/networks/dc3786f8-9a4d-45f6-bc9d-2f25ceefe339?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: 1173/2187] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:02:09 2026] GET /v2.0/ports?device_id=af6c1b11-0623-4b74-ac92-0603e074cd88 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1015/2188] 199.204.45.233 () {38 vars in 1028 bytes} [Tue Mar 3 04:02:09 2026] PUT /v2.0/ports/45b6fda4-c522-43b3-ba13-97605832e8e8 => generated 1239 bytes in 393 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-03 04:02:09.870 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-f3aa11da-aac5-4417-a822-477859021fe8'] response: {'name': 'network-changed', 'server_uuid': 'efd7d39f-a7c9-4aa3-8304-5c462878ffa1', 'tag': '45b6fda4-c522-43b3-ba13-97605832e8e8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1174/2189] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:02:10 2026] GET /v2.0/ports?device_id=efd7d39f-a7c9-4aa3-8304-5c462878ffa1 => generated 973 bytes in 91 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: 6|app: 0|req: 1016/2190] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:02:10 2026] GET /v2.0/security-groups?id=70793c50-cf2c-4b39-8d08-27ab70e955cb&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2191] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:02:10 2026] GET /v2.0/ports?device_id=7486de7c-91a0-4f1b-a7bc-24ac867cad13 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1017/2192] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:02:10 2026] GET /v2.0/security-groups?id=0c4ccaf5-1419-403b-a848-a468c72f94e7&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2193] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Mar 3 04:02:10 2026] GET /v2.0/ports?tenant_id=e17e4398866d4f4da833449d547e4d14&device_id=efd7d39f-a7c9-4aa3-8304-5c462878ffa1 => generated 1242 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1018/2194] 199.204.45.233 () {34 vars in 1018 bytes} [Tue Mar 3 04:02:10 2026] GET /v2.0/networks?tenant_id=e17e4398866d4f4da833449d547e4d14&shared=False => generated 755 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2195] 199.204.45.233 () {34 vars in 930 bytes} [Tue Mar 3 04:02:10 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1019/2196] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:02:11 2026] GET /v2.0/ports?device_id=efd7d39f-a7c9-4aa3-8304-5c462878ffa1 => generated 973 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2197] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:02:11 2026] GET /v2.0/security-groups?id=70793c50-cf2c-4b39-8d08-27ab70e955cb&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1020/2198] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:02:11 2026] GET /v2.0/ports?device_id=7486de7c-91a0-4f1b-a7bc-24ac867cad13 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2199] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:02:11 2026] GET /v2.0/security-groups?id=0c4ccaf5-1419-403b-a848-a468c72f94e7&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1021/2200] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Mar 3 04:02:11 2026] GET /v2.0/ports?tenant_id=e17e4398866d4f4da833449d547e4d14&device_id=efd7d39f-a7c9-4aa3-8304-5c462878ffa1 => 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: 1180/2201] 199.204.45.233 () {34 vars in 1060 bytes} [Tue Mar 3 04:02:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=45b6fda4-c522-43b3-ba13-97605832e8e8 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1022/2202] 199.204.45.233 () {34 vars in 984 bytes} [Tue Mar 3 04:02:11 2026] GET /v2.0/subnets?id=87856cc3-4784-49de-943d-5b961361bbf1 => 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: 1181/2203] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Mar 3 04:02:11 2026] GET /v2.0/ports?network_id=e32feffa-f798-4234-a888-7777d332e0df&device_owner=network%3Adhcp => generated 1242 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1023/2204] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Mar 3 04:02:11 2026] GET /v2.0/networks/e32feffa-f798-4234-a888-7777d332e0df?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: 1182/2205] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Mar 3 04:02:11 2026] GET /v2.0/networks/e32feffa-f798-4234-a888-7777d332e0df?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: 6|app: 0|req: 1024/2206] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:02:12 2026] GET /v2.0/ports?device_id=efd7d39f-a7c9-4aa3-8304-5c462878ffa1 => generated 973 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2207] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:02:12 2026] GET /v2.0/security-groups?id=70793c50-cf2c-4b39-8d08-27ab70e955cb&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1025/2208] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:02:12 2026] GET /v2.0/ports?device_id=7486de7c-91a0-4f1b-a7bc-24ac867cad13 => generated 971 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2209] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:02:12 2026] GET /v2.0/security-groups?id=0c4ccaf5-1419-403b-a848-a468c72f94e7&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: 6|app: 0|req: 1026/2210] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:02:13 2026] GET /v2.0/ports?device_id=efd7d39f-a7c9-4aa3-8304-5c462878ffa1 => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2211] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:02:13 2026] GET /v2.0/security-groups?id=70793c50-cf2c-4b39-8d08-27ab70e955cb&fields=id&fields=name => generated 113 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1027/2212] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:02:13 2026] GET /v2.0/ports?device_id=7486de7c-91a0-4f1b-a7bc-24ac867cad13 => generated 971 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2213] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:02:14 2026] GET /v2.0/security-groups?id=0c4ccaf5-1419-403b-a848-a468c72f94e7&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2216] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:02:14 2026] GET /v2.0/ports?device_id=af6c1b11-0623-4b74-ac92-0603e074cd88 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1029/2217] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:02:14 2026] GET /v2.0/ports?device_id=efd7d39f-a7c9-4aa3-8304-5c462878ffa1 => generated 975 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2218] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:02:15 2026] GET /v2.0/security-groups?id=70793c50-cf2c-4b39-8d08-27ab70e955cb&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1030/2219] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:02:15 2026] GET /v2.0/ports?device_id=7486de7c-91a0-4f1b-a7bc-24ac867cad13 => generated 971 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2220] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:02:15 2026] GET /v2.0/security-groups?id=0c4ccaf5-1419-403b-a848-a468c72f94e7&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: 6|app: 0|req: 1031/2221] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:02:16 2026] GET /v2.0/ports?device_id=efd7d39f-a7c9-4aa3-8304-5c462878ffa1 => 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: 1191/2222] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:02:16 2026] GET /v2.0/security-groups?id=70793c50-cf2c-4b39-8d08-27ab70e955cb&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1032/2223] 199.204.45.233 () {34 vars in 986 bytes} [Tue Mar 3 04:02:16 2026] GET /v2.0/networks?id=f667fc6c-fe3e-44d0-86ec-d09820d32904 => generated 704 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2224] 199.204.45.233 () {34 vars in 1050 bytes} [Tue Mar 3 04:02:16 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=dc7bdf973b64407389eeca944ced79e1 => generated 179 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2225] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:02:16 2026] GET /v2.0/ports?device_id=7486de7c-91a0-4f1b-a7bc-24ac867cad13 => generated 971 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2226] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:02:16 2026] GET /v2.0/security-groups?id=0c4ccaf5-1419-403b-a848-a468c72f94e7&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1033/2227] 199.204.45.233 () {38 vars in 955 bytes} [Tue Mar 3 04:02:16 2026] POST /v2.0/ports => generated 1179 bytes in 410 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: 6|app: 0|req: 1034/2228] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:02:17 2026] GET /v2.0/ports?device_id=efd7d39f-a7c9-4aa3-8304-5c462878ffa1 => generated 975 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2229] 199.204.45.233 () {38 vars in 1028 bytes} [Tue Mar 3 04:02:16 2026] PUT /v2.0/ports/3315b5a9-1483-4f99-afd5-c195efafab56 => generated 1460 bytes in 415 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1035/2230] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:02:17 2026] GET /v2.0/security-groups?id=70793c50-cf2c-4b39-8d08-27ab70e955cb&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-03-03 04:02:17.391 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-289ab0f3-2bdd-4e58-956e-ba74d3013f0d'] response: {'name': 'network-changed', 'server_uuid': 'af6c1b11-0623-4b74-ac92-0603e074cd88', 'tag': '3315b5a9-1483-4f99-afd5-c195efafab56', '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: 1196/2231] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:02:17 2026] GET /v2.0/ports?device_id=efd7d39f-a7c9-4aa3-8304-5c462878ffa1 => generated 975 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1036/2232] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:02:17 2026] GET /v2.0/security-groups?id=70793c50-cf2c-4b39-8d08-27ab70e955cb&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2233] 10.0.0.55 () {32 vars in 735 bytes} [Tue Mar 3 04:02:17 2026] GET /v2.0/ports?device_id=efd7d39f-a7c9-4aa3-8304-5c462878ffa1 => 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: 1198/2234] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:02:17 2026] GET /v2.0/ports?device_id=7486de7c-91a0-4f1b-a7bc-24ac867cad13 => generated 971 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2235] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:02:17 2026] GET /v2.0/security-groups?id=0c4ccaf5-1419-403b-a848-a468c72f94e7&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2236] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Mar 3 04:02:17 2026] GET /v2.0/ports?tenant_id=dc7bdf973b64407389eeca944ced79e1&device_id=af6c1b11-0623-4b74-ac92-0603e074cd88 => generated 1463 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2237] 199.204.45.233 () {34 vars in 1018 bytes} [Tue Mar 3 04:02:17 2026] GET /v2.0/networks?tenant_id=dc7bdf973b64407389eeca944ced79e1&shared=False => generated 2375 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2238] 199.204.45.233 () {34 vars in 930 bytes} [Tue Mar 3 04:02:18 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 04:02:18.301 6 INFO neutron.db.l3_db [None req-6b15fa42-2a4a-4c0b-9851-106c6712506a d9a3511db64648cc99d43b08f5405ce7 e17e4398866d4f4da833449d547e4d14 - - default default] Floating IP b9afb82a-41f0-4b81-b92d-3f333d3f7374 associated. External IP: 10.96.250.203, port: 45b6fda4-c522-43b3-ba13-97605832e8e8. [pid: 6|app: 0|req: 1037/2239] 10.0.0.55 () {34 vars in 676 bytes} [Tue Mar 3 04:02:17 2026] POST /v2.0/floatingips => generated 856 bytes in 958 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-03 04:02:18.654 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-143175df-3bea-474c-b85a-481a22521c5b'] response: {'name': 'network-changed', 'server_uuid': 'efd7d39f-a7c9-4aa3-8304-5c462878ffa1', 'tag': '45b6fda4-c522-43b3-ba13-97605832e8e8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1203/2240] 10.0.0.55 () {32 vars in 728 bytes} [Tue Mar 3 04:02:18 2026] GET /v2.0/floatingips/b9afb82a-41f0-4b81-b92d-3f333d3f7374 => generated 856 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1038/2241] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:02:18 2026] GET /v2.0/ports?device_id=7486de7c-91a0-4f1b-a7bc-24ac867cad13 => 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: 1204/2242] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:02:18 2026] GET /v2.0/security-groups?id=0c4ccaf5-1419-403b-a848-a468c72f94e7&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: 6|app: 0|req: 1039/2243] 199.204.45.233 () {34 vars in 994 bytes} [Tue Mar 3 04:02:19 2026] GET /v2.0/ports?device_id=7486de7c-91a0-4f1b-a7bc-24ac867cad13 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2244] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Mar 3 04:02:19 2026] GET /v2.0/ports?tenant_id=dc7bdf973b64407389eeca944ced79e1&device_id=af6c1b11-0623-4b74-ac92-0603e074cd88 => generated 1463 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2245] 199.204.45.233 () {34 vars in 1058 bytes} [Tue Mar 3 04:02:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.165&port_id=3315b5a9-1483-4f99-afd5-c195efafab56 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2246] 199.204.45.233 () {34 vars in 1102 bytes} [Tue Mar 3 04:02:19 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A95&port_id=3315b5a9-1483-4f99-afd5-c195efafab56 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-03 04:02:19.171 6 INFO neutron_taas.services.taas.taas_plugin [req-6453cee1-6304-4170-afa6-7fbc9474997d req-e6548cf9-935f-4692-bbc3-fd571bce6268 fdfea55f7157463abdcdff85222f60a7 2f2475d504564fcab0ad58cd0f02abd9 - - default default] TaaS: Handle Delete Port: 8810612b-faf2-48b0-affe-6059ff3fbe14 2026-03-03 04:02:19.174 6 INFO neutron_taas.services.taas.tap_mirror_plugin [req-6453cee1-6304-4170-afa6-7fbc9474997d req-e6548cf9-935f-4692-bbc3-fd571bce6268 fdfea55f7157463abdcdff85222f60a7 2f2475d504564fcab0ad58cd0f02abd9 - - default default] Tap Mirror: Handle Delete Port: 8810612b-faf2-48b0-affe-6059ff3fbe14 [pid: 7|app: 0|req: 1208/2247] 199.204.45.233 () {34 vars in 1064 bytes} [Tue Mar 3 04:02:19 2026] GET /v2.0/subnets?id=4770c1d5-99bc-4eea-a133-89b28cea6fa7&id=6d121ec6-af03-4a6e-8785-aaa8fd7d7984 => generated 1410 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2248] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Mar 3 04:02:19 2026] GET /v2.0/ports?tenant_id=e17e4398866d4f4da833449d547e4d14&device_id=efd7d39f-a7c9-4aa3-8304-5c462878ffa1 => 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: 1210/2249] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Mar 3 04:02:19 2026] GET /v2.0/ports?network_id=f667fc6c-fe3e-44d0-86ec-d09820d32904&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2250] 199.204.45.233 () {34 vars in 986 bytes} [Tue Mar 3 04:02:19 2026] GET /v2.0/networks?id=e32feffa-f798-4234-a888-7777d332e0df => generated 755 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1040/2251] 199.204.45.233 () {36 vars in 997 bytes} [Tue Mar 3 04:02:19 2026] DELETE /v2.0/ports/8810612b-faf2-48b0-affe-6059ff3fbe14 => generated 0 bytes in 264 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2252] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Mar 3 04:02:19 2026] GET /v2.0/ports?network_id=f667fc6c-fe3e-44d0-86ec-d09820d32904&device_owner=network%3Adhcp => generated 1457 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1041/2253] 199.204.45.233 () {34 vars in 1060 bytes} [Tue Mar 3 04:02:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=45b6fda4-c522-43b3-ba13-97605832e8e8 => generated 859 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2254] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Mar 3 04:02:19 2026] GET /v2.0/networks/f667fc6c-fe3e-44d0-86ec-d09820d32904?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1042/2255] 199.204.45.233 () {34 vars in 984 bytes} [Tue Mar 3 04:02:19 2026] GET /v2.0/subnets?id=87856cc3-4784-49de-943d-5b961361bbf1 => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2256] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Mar 3 04:02:19 2026] GET /v2.0/networks/f667fc6c-fe3e-44d0-86ec-d09820d32904?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: 6|app: 0|req: 1043/2257] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Mar 3 04:02:19 2026] GET /v2.0/ports?network_id=e32feffa-f798-4234-a888-7777d332e0df&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: 1215/2258] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Mar 3 04:02:19 2026] GET /v2.0/networks/e32feffa-f798-4234-a888-7777d332e0df?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1044/2259] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Mar 3 04:02:19 2026] GET /v2.0/networks/e32feffa-f798-4234-a888-7777d332e0df?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: 1216/2260] 10.0.0.55 () {32 vars in 728 bytes} [Tue Mar 3 04:02:19 2026] GET /v2.0/floatingips/b9afb82a-41f0-4b81-b92d-3f333d3f7374 => generated 856 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1045/2261] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:02:19 2026] GET /v2.0/ports?device_id=af6c1b11-0623-4b74-ac92-0603e074cd88 => generated 1194 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2262] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:02:19 2026] GET /v2.0/security-groups?id=4fbad368-5fac-424a-a850-7c74bf854988&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1046/2263] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:02:20 2026] GET /v2.0/ports?device_id=7486de7c-91a0-4f1b-a7bc-24ac867cad13 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-03 04:02:20.694 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-31cd1fb5-fc1e-4d8f-9d82-88b921b57814'] response: {'server_uuid': '7486de7c-91a0-4f1b-a7bc-24ac867cad13', 'name': 'network-vif-deleted', 'tag': '8810612b-faf2-48b0-affe-6059ff3fbe14', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1218/2264] 10.0.0.55 () {32 vars in 728 bytes} [Tue Mar 3 04:02:20 2026] GET /v2.0/floatingips/b9afb82a-41f0-4b81-b92d-3f333d3f7374 => generated 858 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1047/2265] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:02:21 2026] GET /v2.0/ports?device_id=7486de7c-91a0-4f1b-a7bc-24ac867cad13 => 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: 1219/2266] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:02:22 2026] GET /v2.0/ports?device_id=7486de7c-91a0-4f1b-a7bc-24ac867cad13 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-03 04:02:24.842 6 INFO neutron_taas.services.taas.taas_plugin [None req-aa538b32-e1e5-4da3-9f4a-c756cfc68fc9 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] TaaS: Handle Delete Port: d0ff9d04-b3be-4adb-b9a3-fd6c92bfcb54 2026-03-03 04:02:24.845 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aa538b32-e1e5-4da3-9f4a-c756cfc68fc9 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Tap Mirror: Handle Delete Port: d0ff9d04-b3be-4adb-b9a3-fd6c92bfcb54 [pid: 7|app: 0|req: 1220/2267] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:02:25 2026] GET /v2.0/ports?device_id=af6c1b11-0623-4b74-ac92-0603e074cd88 => generated 1196 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2268] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:02:25 2026] GET /v2.0/security-groups?id=4fbad368-5fac-424a-a850-7c74bf854988&fields=id&fields=name => generated 112 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2269] 10.0.0.55 () {32 vars in 817 bytes} [Tue Mar 3 04:02:25 2026] GET /v2.0/ports?network_id=f667fc6c-fe3e-44d0-86ec-d09820d32904&mac_address=fa%3A16%3A3e%3A74%3A1a%3A0f => generated 1196 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1048/2270] 10.0.0.55 () {34 vars in 788 bytes} [Tue Mar 3 04:02:24 2026] PUT /v2.0/routers/51499bf6-88bb-447b-964a-f1b008545e4b/remove_router_interface => generated 309 bytes in 914 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 04:02:25.585 6 INFO neutron_taas.services.taas.taas_plugin [None req-487f2684-d423-4c92-9834-5955f034e047 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] TaaS: Handle Delete Port: 6163aa8e-c391-4681-a62e-bae7e517c655 2026-03-03 04:02:25.589 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-487f2684-d423-4c92-9834-5955f034e047 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Tap Mirror: Handle Delete Port: 6163aa8e-c391-4681-a62e-bae7e517c655 2026-03-03 04:02:25.860 6 INFO neutron_taas.services.taas.taas_plugin [None req-487f2684-d423-4c92-9834-5955f034e047 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] TaaS: Handle Delete Port: 6c8212de-ad3d-4f84-bafc-4416ec067518 2026-03-03 04:02:25.863 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-487f2684-d423-4c92-9834-5955f034e047 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Tap Mirror: Handle Delete Port: 6c8212de-ad3d-4f84-bafc-4416ec067518 2026-03-03 04:02:26.134 7 INFO neutron.db.l3_db [None req-20ac368c-adc1-4444-b139-1c32e27b25fe 861f500c9a474e30ab6908c29e4ec831 dc7bdf973b64407389eeca944ced79e1 - - default default] Floating IP e75f6f22-fc2c-4efd-b31c-f52ca62b711e associated. External IP: 10.96.250.214, port: 3315b5a9-1483-4f99-afd5-c195efafab56. 2026-03-03 04:02:26.349 6 INFO neutron.services.segments.plugin [-] Segment 988c3fee-db8c-4c1c-a889-6455b083320c resource provider aggregate not found 2026-03-03 04:02:26.354 6 INFO neutron.services.segments.plugin [-] Segment 988c3fee-db8c-4c1c-a889-6455b083320c resource provider aggregate not found 2026-03-03 04:02:26.369 6 INFO neutron.services.segments.plugin [-] Segment 988c3fee-db8c-4c1c-a889-6455b083320c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 988c3fee-db8c-4c1c-a889-6455b083320c found for delete ", "request_id": "req-a5fafd78-1b2d-4430-9199-bf7ecfc085aa"}]} 2026-03-03 04:02:26.371 6 INFO neutron.services.segments.plugin [-] Segment 988c3fee-db8c-4c1c-a889-6455b083320c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 988c3fee-db8c-4c1c-a889-6455b083320c found for delete ", "request_id": "req-2b5c15a8-9560-4112-b8ea-d502fa028f28"}]} 2026-03-03 04:02:26.376 6 INFO neutron.db.l3_hamode_db [None req-487f2684-d423-4c92-9834-5955f034e047 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] HA network a03bd569-fb02-4ccf-8499-5aefafaba6af was deleted as no HA routers are present in tenant 2f2475d504564fcab0ad58cd0f02abd9. [pid: 6|app: 0|req: 1049/2271] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:02:25 2026] DELETE /v2.0/routers/51499bf6-88bb-447b-964a-f1b008545e4b => generated 0 bytes in 975 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2272] 10.0.0.55 () {34 vars in 676 bytes} [Tue Mar 3 04:02:25 2026] POST /v2.0/floatingips => generated 855 bytes in 1097 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-03 04:02:26.523 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6d8fa490-44c2-4281-8620-d8d14f592ec4'] response: {'name': 'network-changed', 'server_uuid': 'af6c1b11-0623-4b74-ac92-0603e074cd88', 'tag': '3315b5a9-1483-4f99-afd5-c195efafab56', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1224/2273] 10.0.0.33 () {34 vars in 1095 bytes} [Tue Mar 3 04:02:26 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1028401507&fields=id&tenant_id=dc7bdf973b64407389eeca944ced79e1 => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1050/2274] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:02:26 2026] DELETE /v2.0/subnets/ae557ebd-21fc-4c1e-af1e-2800500c4ec4 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2275] 10.0.0.33 () {34 vars in 981 bytes} [Tue Mar 3 04:02:26 2026] GET /v2.0/networks?id=def50d14-2796-4d01-938c-9fa22da489f4 => generated 705 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2276] 10.0.0.33 () {34 vars in 964 bytes} [Tue Mar 3 04:02:26 2026] GET /v2.0/quotas/dc7bdf973b64407389eeca944ced79e1 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 04:02:26.678 6 INFO neutron_taas.services.taas.taas_plugin [None req-8590ad3e-2181-4938-91a6-88653d15c46c fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] TaaS: Handle Delete Port: 088375fd-6a25-46a3-89e7-fa2d11330f22 2026-03-03 04:02:26.681 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8590ad3e-2181-4938-91a6-88653d15c46c fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Tap Mirror: Handle Delete Port: 088375fd-6a25-46a3-89e7-fa2d11330f22 [pid: 7|app: 0|req: 1227/2277] 10.0.0.33 () {34 vars in 1001 bytes} [Tue Mar 3 04:02:26 2026] GET /v2.0/ports?tenant_id=dc7bdf973b64407389eeca944ced79e1&fields=id => generated 333 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2278] 10.0.0.33 () {34 vars in 1007 bytes} [Tue Mar 3 04:02:26 2026] GET /v2.0/networks/def50d14-2796-4d01-938c-9fa22da489f4?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2279] 10.0.0.33 () {34 vars in 1107 bytes} [Tue Mar 3 04:02:26 2026] GET /v2.0/networks/def50d14-2796-4d01-938c-9fa22da489f4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1051/2280] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 04:02:26 2026] DELETE /v2.0/networks/dc3786f8-9a4d-45f6-bc9d-2f25ceefe339 => generated 0 bytes in 289 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2281] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:02:26 2026] GET /v2.0/ports?device_id=06a05401-6c1f-4875-b2d6-4a5a3ee48821 => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1052/2282] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Mar 3 04:02:27 2026] GET /v2.0/ports?tenant_id=dc7bdf973b64407389eeca944ced79e1&device_id=af6c1b11-0623-4b74-ac92-0603e074cd88 => generated 1465 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2283] 199.204.45.233 () {34 vars in 986 bytes} [Tue Mar 3 04:02:27 2026] GET /v2.0/networks?id=f667fc6c-fe3e-44d0-86ec-d09820d32904 => generated 800 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1053/2284] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:02:27 2026] GET /v2.0/security-groups?tenant_id=2f2475d504564fcab0ad58cd0f02abd9&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2285] 199.204.45.233 () {34 vars in 1058 bytes} [Tue Mar 3 04:02:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.165&port_id=3315b5a9-1483-4f99-afd5-c195efafab56 => generated 858 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2286] 199.204.45.233 () {34 vars in 1102 bytes} [Tue Mar 3 04:02:27 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A95&port_id=3315b5a9-1483-4f99-afd5-c195efafab56 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2287] 199.204.45.233 () {34 vars in 1064 bytes} [Tue Mar 3 04:02:27 2026] GET /v2.0/subnets?id=4770c1d5-99bc-4eea-a133-89b28cea6fa7&id=6d121ec6-af03-4a6e-8785-aaa8fd7d7984 => generated 1410 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1054/2288] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:02:27 2026] DELETE /v2.0/security-groups/0c4ccaf5-1419-403b-a848-a468c72f94e7 => 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: 1235/2289] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Mar 3 04:02:27 2026] GET /v2.0/ports?network_id=f667fc6c-fe3e-44d0-86ec-d09820d32904&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1055/2290] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Mar 3 04:02:27 2026] GET /v2.0/ports?network_id=f667fc6c-fe3e-44d0-86ec-d09820d32904&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: 1236/2291] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Mar 3 04:02:27 2026] GET /v2.0/networks/f667fc6c-fe3e-44d0-86ec-d09820d32904?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1056/2292] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Mar 3 04:02:27 2026] GET /v2.0/networks/f667fc6c-fe3e-44d0-86ec-d09820d32904?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2293] 10.0.0.25 () {34 vars in 989 bytes} [Tue Mar 3 04:02:27 2026] GET /v2.0/ports?device_id=efd7d39f-a7c9-4aa3-8304-5c462878ffa1 => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1057/2294] 10.0.0.25 () {34 vars in 1039 bytes} [Tue Mar 3 04:02:27 2026] GET /v2.0/security-groups?id=70793c50-cf2c-4b39-8d08-27ab70e955cb&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 04:02:28.392 6 INFO neutron.services.segments.plugin [-] Segment 6b843ecf-2550-4ae8-9c9c-5bd92fe2d1e2 resource provider aggregate not found 2026-03-03 04:02:28.399 6 INFO neutron.services.segments.plugin [-] Segment 6b843ecf-2550-4ae8-9c9c-5bd92fe2d1e2 resource provider aggregate not found 2026-03-03 04:02:28.416 6 INFO neutron.services.segments.plugin [-] Segment 6b843ecf-2550-4ae8-9c9c-5bd92fe2d1e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b843ecf-2550-4ae8-9c9c-5bd92fe2d1e2 found for delete ", "request_id": "req-3773372f-f7ac-465f-a482-4db0de9b93e5"}]} 2026-03-03 04:02:28.420 6 INFO neutron.services.segments.plugin [-] Segment 6b843ecf-2550-4ae8-9c9c-5bd92fe2d1e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b843ecf-2550-4ae8-9c9c-5bd92fe2d1e2 found for delete ", "request_id": "req-c072e118-93aa-4b75-81e3-7861860c5a85"}]} [pid: 7|app: 0|req: 1239/2297] 10.0.0.144 () {32 vars in 801 bytes} [Tue Mar 3 04:02:30 2026] GET /v2.0/extensions => generated 21537 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1059/2298] 10.0.0.144 () {30 vars in 724 bytes} [Tue Mar 3 04:02:30 2026] GET /v2.0/quotas/484fd90ac92748d99084e670bae91bc9/details => generated 847 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2299] 199.204.45.233 () {34 vars in 986 bytes} [Tue Mar 3 04:02:31 2026] GET /v2.0/networks?id=def50d14-2796-4d01-938c-9fa22da489f4 => generated 705 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1060/2300] 199.204.45.233 () {34 vars in 1050 bytes} [Tue Mar 3 04:02:31 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=dc7bdf973b64407389eeca944ced79e1 => generated 179 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2301] 199.204.45.233 () {38 vars in 955 bytes} [Tue Mar 3 04:02:31 2026] POST /v2.0/ports => generated 1183 bytes in 334 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1061/2302] 199.204.45.233 () {38 vars in 1028 bytes} [Tue Mar 3 04:02:31 2026] PUT /v2.0/ports/67b6d246-6875-40b4-b466-4026f37fc3e3 => generated 1464 bytes in 409 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-03 04:02:32.059 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-64f6f313-f507-4c52-9bae-885dc7a635cf'] response: {'name': 'network-changed', 'server_uuid': '06a05401-6c1f-4875-b2d6-4a5a3ee48821', 'tag': '67b6d246-6875-40b4-b466-4026f37fc3e3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1242/2303] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:02:32 2026] GET /v2.0/ports?device_id=06a05401-6c1f-4875-b2d6-4a5a3ee48821 => generated 1198 bytes in 86 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: 6|app: 0|req: 1062/2304] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:02:32 2026] GET /v2.0/security-groups?id=4fbad368-5fac-424a-a850-7c74bf854988&fields=id&fields=name => generated 112 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2305] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Mar 3 04:02:32 2026] GET /v2.0/ports?tenant_id=dc7bdf973b64407389eeca944ced79e1&device_id=06a05401-6c1f-4875-b2d6-4a5a3ee48821 => generated 1467 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1063/2306] 199.204.45.233 () {34 vars in 1018 bytes} [Tue Mar 3 04:02:32 2026] GET /v2.0/networks?tenant_id=dc7bdf973b64407389eeca944ced79e1&shared=False => generated 2375 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2307] 199.204.45.233 () {34 vars in 930 bytes} [Tue Mar 3 04:02:32 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1064/2308] 10.0.0.144 () {32 vars in 801 bytes} [Tue Mar 3 04:02:33 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2309] 10.0.0.144 () {30 vars in 724 bytes} [Tue Mar 3 04:02:33 2026] GET /v2.0/quotas/484fd90ac92748d99084e670bae91bc9/details => generated 847 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1065/2310] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Mar 3 04:02:33 2026] GET /v2.0/ports?tenant_id=dc7bdf973b64407389eeca944ced79e1&device_id=06a05401-6c1f-4875-b2d6-4a5a3ee48821 => generated 1467 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2311] 199.204.45.233 () {34 vars in 1056 bytes} [Tue Mar 3 04:02:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.68&port_id=67b6d246-6875-40b4-b466-4026f37fc3e3 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1066/2312] 199.204.45.233 () {34 vars in 1106 bytes} [Tue Mar 3 04:02:33 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A145&port_id=67b6d246-6875-40b4-b466-4026f37fc3e3 => 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: 1247/2313] 199.204.45.233 () {34 vars in 1064 bytes} [Tue Mar 3 04:02:33 2026] GET /v2.0/subnets?id=769f7c45-29f7-4123-b01f-31d2211581e5&id=e0f81489-9d31-4670-84ca-2d2dd0def014 => generated 1415 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1067/2314] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Mar 3 04:02:33 2026] GET /v2.0/ports?network_id=def50d14-2796-4d01-938c-9fa22da489f4&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2315] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Mar 3 04:02:33 2026] GET /v2.0/ports?network_id=def50d14-2796-4d01-938c-9fa22da489f4&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1068/2316] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Mar 3 04:02:33 2026] GET /v2.0/networks/def50d14-2796-4d01-938c-9fa22da489f4?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: 1249/2317] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Mar 3 04:02:34 2026] GET /v2.0/networks/def50d14-2796-4d01-938c-9fa22da489f4?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: 6|app: 0|req: 1069/2318] 10.0.0.25 () {34 vars in 989 bytes} [Tue Mar 3 04:02:35 2026] GET /v2.0/ports?device_id=af6c1b11-0623-4b74-ac92-0603e074cd88 => generated 1465 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2319] 10.0.0.25 () {34 vars in 1039 bytes} [Tue Mar 3 04:02:35 2026] GET /v2.0/security-groups?id=4fbad368-5fac-424a-a850-7c74bf854988&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1070/2320] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:02:36 2026] GET /v2.0/security-groups?tenant_id=484fd90ac92748d99084e670bae91bc9&name=default => generated 2925 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1071/2321] 10.0.0.55 () {32 vars in 825 bytes} [Tue Mar 3 04:02:37 2026] GET /v2.0/ports?project_id=e17e4398866d4f4da833449d547e4d14&network_id=e32feffa-f798-4234-a888-7777d332e0df => generated 3695 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2322] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:02:37 2026] DELETE /v2.0/security-groups/e614a4a5-ec31-4e63-a9dc-1d93aeb0de20 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1072/2323] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:02:37 2026] GET /v2.0/ports?device_id=06a05401-6c1f-4875-b2d6-4a5a3ee48821 => generated 1200 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2324] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:02:37 2026] GET /v2.0/security-groups?id=4fbad368-5fac-424a-a850-7c74bf854988&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1073/2325] 10.0.0.55 () {32 vars in 741 bytes} [Tue Mar 3 04:02:37 2026] GET /v2.0/subnets?network_id=c6ec6f09-5973-40f7-8232-440400c81c00 => generated 667 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 04:02:37.868 7 INFO neutron.db.l3_db [None req-02a6dc5c-a49f-4e4f-bc5c-2de82094ed1a d9a3511db64648cc99d43b08f5405ce7 e17e4398866d4f4da833449d547e4d14 - - default default] Floating IP b9afb82a-41f0-4b81-b92d-3f333d3f7374 disassociated. External IP: 10.96.250.203, port: 45b6fda4-c522-43b3-ba13-97605832e8e8. [pid: 7|app: 0|req: 1253/2326] 10.0.0.55 () {34 vars in 748 bytes} [Tue Mar 3 04:02:37 2026] PUT /v2.0/floatingips/b9afb82a-41f0-4b81-b92d-3f333d3f7374 => generated 554 bytes in 403 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1074/2327] 10.0.0.55 () {32 vars in 728 bytes} [Tue Mar 3 04:02:38 2026] GET /v2.0/floatingips/b9afb82a-41f0-4b81-b92d-3f333d3f7374 => generated 554 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 04:02:38.189 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b0e65adf-bb4e-46e3-8645-074aaa58bea8'] response: {'name': 'network-changed', 'server_uuid': 'efd7d39f-a7c9-4aa3-8304-5c462878ffa1', 'tag': '45b6fda4-c522-43b3-ba13-97605832e8e8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1254/2328] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Mar 3 04:02:38 2026] GET /v2.0/ports?tenant_id=e17e4398866d4f4da833449d547e4d14&device_id=efd7d39f-a7c9-4aa3-8304-5c462878ffa1 => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1075/2329] 199.204.45.233 () {34 vars in 986 bytes} [Tue Mar 3 04:02:38 2026] GET /v2.0/networks?id=e32feffa-f798-4234-a888-7777d332e0df => generated 755 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2330] 199.204.45.233 () {34 vars in 1060 bytes} [Tue Mar 3 04:02:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=45b6fda4-c522-43b3-ba13-97605832e8e8 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1076/2331] 199.204.45.233 () {34 vars in 984 bytes} [Tue Mar 3 04:02:38 2026] GET /v2.0/subnets?id=87856cc3-4784-49de-943d-5b961361bbf1 => generated 678 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2332] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Mar 3 04:02:38 2026] GET /v2.0/ports?network_id=e32feffa-f798-4234-a888-7777d332e0df&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: 6|app: 0|req: 1077/2333] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Mar 3 04:02:38 2026] GET /v2.0/networks/e32feffa-f798-4234-a888-7777d332e0df?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: 1257/2334] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Mar 3 04:02:38 2026] GET /v2.0/networks/e32feffa-f798-4234-a888-7777d332e0df?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: 6|app: 0|req: 1078/2335] 10.0.0.55 () {32 vars in 728 bytes} [Tue Mar 3 04:02:39 2026] GET /v2.0/floatingips/b9afb82a-41f0-4b81-b92d-3f333d3f7374 => generated 554 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2336] 10.0.0.55 () {32 vars in 728 bytes} [Tue Mar 3 04:02:40 2026] GET /v2.0/floatingips/b9afb82a-41f0-4b81-b92d-3f333d3f7374 => generated 552 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2337] 10.0.0.55 () {34 vars in 684 bytes} [Tue Mar 3 04:02:41 2026] POST /v2.0/security-groups => generated 1673 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-03-03 04:02:41.610 6 INFO neutron.db.segments_db [None req-7f4fbd65-335c-488b-831c-b64daa0fb9f1 3af45ff809684292978d1f436f9cd4b6 25f3c64a064f4f6198e14b6689d0ef5e - - default default] Added segment b0dde7ee-ac90-4380-b490-0899f6d41f97 of type vxlan for network 74cdce8f-ecce-4d21-8153-4d183797b846 [pid: 7|app: 0|req: 1260/2338] 10.0.0.55 () {34 vars in 694 bytes} [Tue Mar 3 04:02:41 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: 6|app: 0|req: 1079/2339] 10.0.0.55 () {34 vars in 669 bytes} [Tue Mar 3 04:02:41 2026] POST /v2.0/networks => generated 632 bytes in 404 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2340] 10.0.0.55 () {34 vars in 694 bytes} [Tue Mar 3 04:02:41 2026] POST /v2.0/security-group-rules => generated 596 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2341] 10.0.0.55 () {34 vars in 694 bytes} [Tue Mar 3 04:02:41 2026] POST /v2.0/security-group-rules => generated 602 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2342] 10.0.0.55 () {34 vars in 694 bytes} [Tue Mar 3 04:02:41 2026] POST /v2.0/security-group-rules => generated 601 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1080/2343] 10.0.0.55 () {34 vars in 663 bytes} [Tue Mar 3 04:02:41 2026] POST /v2.0/ports => generated 743 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-03 04:02:42.035 7 INFO neutron.db.securitygroups_db [None req-3bbc0235-c7b9-4cb1-b078-b61f4243c441 d9a3511db64648cc99d43b08f5405ce7 e17e4398866d4f4da833449d547e4d14 - - default default] Project e17e4398866d4f4da833449d547e4d14 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-03-03 04:02:42.054 6 INFO neutron.db.segments_db [None req-25965392-a794-4749-8480-85f42dac0778 3af45ff809684292978d1f436f9cd4b6 25f3c64a064f4f6198e14b6689d0ef5e - - default default] Added segment f772eb20-437b-4ebb-ab46-d34afdc097fa of type vxlan for network ff05a088-4544-4671-bc9d-633ade51663f [pid: 7|app: 0|req: 1264/2344] 10.0.0.55 () {34 vars in 694 bytes} [Tue Mar 3 04:02:42 2026] POST /v2.0/security-group-rules => generated 607 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1081/2345] 10.0.0.55 () {34 vars in 669 bytes} [Tue Mar 3 04:02:42 2026] POST /v2.0/networks => generated 632 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-03 04:02:42.180 7 INFO neutron.db.securitygroups_db [None req-06e5d25e-21e6-47ac-9a40-121689ac5465 d9a3511db64648cc99d43b08f5405ce7 e17e4398866d4f4da833449d547e4d14 - - default default] Project e17e4398866d4f4da833449d547e4d14 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: 1265/2346] 10.0.0.55 () {34 vars in 694 bytes} [Tue Mar 3 04:02:42 2026] POST /v2.0/security-group-rules => generated 606 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1082/2347] 10.0.0.55 () {34 vars in 663 bytes} [Tue Mar 3 04:02:42 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: 1266/2348] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:02:42 2026] GET /v2.0/ports?device_id=06a05401-6c1f-4875-b2d6-4a5a3ee48821 => generated 1200 bytes in 75 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: 1267/2349] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:02:42 2026] GET /v2.0/security-groups?id=4fbad368-5fac-424a-a850-7c74bf854988&fields=id&fields=name => generated 112 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 04:02:42.539 6 INFO neutron.db.segments_db [None req-8f7ea39b-86b9-4766-bb56-57cf4a44a834 3af45ff809684292978d1f436f9cd4b6 25f3c64a064f4f6198e14b6689d0ef5e - - default default] Added segment 96c681e1-d6cd-44cd-a4f6-3bf6789c53e8 of type vxlan for network e392b527-2e9d-4af0-a82b-2de7b4326047 [pid: 7|app: 0|req: 1268/2350] 10.0.0.55 () {32 vars in 817 bytes} [Tue Mar 3 04:02:42 2026] GET /v2.0/ports?network_id=def50d14-2796-4d01-938c-9fa22da489f4&mac_address=fa%3A16%3A3e%3A48%3A5e%3Aa9 => generated 1200 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1083/2351] 10.0.0.55 () {34 vars in 669 bytes} [Tue Mar 3 04:02:42 2026] POST /v2.0/networks => generated 631 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1084/2352] 10.0.0.55 () {32 vars in 648 bytes} [Tue Mar 3 04:02:42 2026] GET /v2.0/networks => generated 1297 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1085/2353] 10.0.0.55 () {34 vars in 663 bytes} [Tue Mar 3 04:02:42 2026] POST /v2.0/ports => generated 743 bytes in 294 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: 6|app: 0|req: 1086/2354] 10.0.0.33 () {34 vars in 1097 bytes} [Tue Mar 3 04:02:43 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-940154326&fields=id&tenant_id=e17e4398866d4f4da833449d547e4d14 => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-03 04:02:43.081 6 INFO neutron.db.segments_db [None req-7b16f4d1-effc-473e-9fc8-b42eaf4904e5 3af45ff809684292978d1f436f9cd4b6 25f3c64a064f4f6198e14b6689d0ef5e - - default default] Added segment 4edab958-a754-423f-8948-c374a9e4602e of type vxlan for network 2df76dbf-2a39-435b-82f3-c5055955df52 [pid: 6|app: 0|req: 1087/2355] 10.0.0.55 () {34 vars in 669 bytes} [Tue Mar 3 04:02:43 2026] POST /v2.0/networks => generated 632 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1088/2356] 10.0.0.33 () {34 vars in 981 bytes} [Tue Mar 3 04:02:43 2026] GET /v2.0/networks?id=e32feffa-f798-4234-a888-7777d332e0df => generated 660 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 04:02:43.408 7 INFO neutron.db.l3_db [None req-1643db5a-0529-44a2-bb2f-9b05e595e138 861f500c9a474e30ab6908c29e4ec831 dc7bdf973b64407389eeca944ced79e1 - - default default] Floating IP 991e1b40-10b7-44ac-9d1c-6305d85b3835 associated. External IP: 10.96.250.216, port: 67b6d246-6875-40b4-b466-4026f37fc3e3. [pid: 6|app: 0|req: 1089/2357] 10.0.0.55 () {34 vars in 663 bytes} [Tue Mar 3 04:02:43 2026] POST /v2.0/ports => generated 743 bytes in 353 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: 6|app: 0|req: 1090/2358] 10.0.0.33 () {34 vars in 964 bytes} [Tue Mar 3 04:02:43 2026] GET /v2.0/quotas/e17e4398866d4f4da833449d547e4d14 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 04:02:43.634 6 INFO neutron.db.segments_db [None req-4c76e815-d89a-47bc-8f11-0c34f7b9cfcd 3af45ff809684292978d1f436f9cd4b6 25f3c64a064f4f6198e14b6689d0ef5e - - default default] Added segment 0075df67-e664-4d76-987f-9feba2c4aa14 of type vxlan for network 907f2090-5336-4239-8a53-cf292b18a868 [pid: 7|app: 0|req: 1269/2359] 10.0.0.55 () {34 vars in 676 bytes} [Tue Mar 3 04:02:42 2026] POST /v2.0/floatingips => generated 854 bytes in 1114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1091/2360] 10.0.0.55 () {34 vars in 669 bytes} [Tue Mar 3 04:02:43 2026] POST /v2.0/networks => generated 632 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-03 04:02:43.749 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bd4675c8-6d73-4127-9a6d-e26dd72b4088'] response: {'name': 'network-changed', 'server_uuid': '06a05401-6c1f-4875-b2d6-4a5a3ee48821', 'tag': '67b6d246-6875-40b4-b466-4026f37fc3e3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1270/2361] 10.0.0.33 () {34 vars in 1001 bytes} [Tue Mar 3 04:02:43 2026] GET /v2.0/ports?tenant_id=e17e4398866d4f4da833449d547e4d14&fields=id => generated 149 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2362] 10.0.0.33 () {34 vars in 1007 bytes} [Tue Mar 3 04:02:43 2026] GET /v2.0/networks/e32feffa-f798-4234-a888-7777d332e0df?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: 1272/2363] 10.0.0.33 () {34 vars in 1107 bytes} [Tue Mar 3 04:02:43 2026] GET /v2.0/networks/e32feffa-f798-4234-a888-7777d332e0df?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: 1273/2364] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:02:44 2026] GET /v2.0/ports?device_id=25f54363-0120-442a-904b-79d98e436520 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1092/2365] 10.0.0.55 () {34 vars in 663 bytes} [Tue Mar 3 04:02:43 2026] POST /v2.0/ports => generated 743 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2368] 10.0.0.55 () {34 vars in 746 bytes} [Tue Mar 3 04:02:44 2026] PUT /v2.0/ports/34cc3528-a85d-4b7c-b867-d40b559a440e/tags => generated 17 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: 6|app: 0|req: 1095/2369] 10.0.0.55 () {34 vars in 746 bytes} [Tue Mar 3 04:02:44 2026] PUT /v2.0/ports/f5297e39-823f-4626-a67e-7b73add463f4/tags => generated 25 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: 1275/2370] 10.0.0.55 () {34 vars in 746 bytes} [Tue Mar 3 04:02:44 2026] PUT /v2.0/ports/a0566b84-c4ba-45a4-88a4-ea76d3cba0f9/tags => generated 34 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1276/2371] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Mar 3 04:02:44 2026] GET /v2.0/ports?tenant_id=dc7bdf973b64407389eeca944ced79e1&device_id=06a05401-6c1f-4875-b2d6-4a5a3ee48821 => generated 1469 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1096/2372] 10.0.0.55 () {34 vars in 746 bytes} [Tue Mar 3 04:02:44 2026] PUT /v2.0/ports/d27aa11c-f157-4627-a301-1956bfbd914a/tags => generated 19 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1277/2373] 199.204.45.233 () {34 vars in 986 bytes} [Tue Mar 3 04:02:44 2026] GET /v2.0/networks?id=def50d14-2796-4d01-938c-9fa22da489f4 => generated 801 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1097/2374] 10.0.0.55 () {32 vars in 659 bytes} [Tue Mar 3 04:02:44 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2375] 199.204.45.233 () {34 vars in 1056 bytes} [Tue Mar 3 04:02:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.68&port_id=67b6d246-6875-40b4-b466-4026f37fc3e3 => generated 857 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2376] 199.204.45.233 () {34 vars in 1106 bytes} [Tue Mar 3 04:02:44 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A145&port_id=67b6d246-6875-40b4-b466-4026f37fc3e3 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2377] 199.204.45.233 () {34 vars in 1064 bytes} [Tue Mar 3 04:02:44 2026] GET /v2.0/subnets?id=769f7c45-29f7-4123-b01f-31d2211581e5&id=e0f81489-9d31-4670-84ca-2d2dd0def014 => generated 1415 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1098/2378] 10.0.0.55 () {32 vars in 673 bytes} [Tue Mar 3 04:02:44 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2379] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Mar 3 04:02:44 2026] GET /v2.0/ports?network_id=def50d14-2796-4d01-938c-9fa22da489f4&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: 6|app: 0|req: 1099/2380] 10.0.0.55 () {32 vars in 669 bytes} [Tue Mar 3 04:02:44 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2381] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Mar 3 04:02:44 2026] GET /v2.0/ports?network_id=def50d14-2796-4d01-938c-9fa22da489f4&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: 6|app: 0|req: 1100/2382] 10.0.0.55 () {32 vars in 681 bytes} [Tue Mar 3 04:02:44 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2383] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Mar 3 04:02:44 2026] GET /v2.0/networks/def50d14-2796-4d01-938c-9fa22da489f4?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1101/2384] 10.0.0.55 () {32 vars in 667 bytes} [Tue Mar 3 04:02:44 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2385] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Mar 3 04:02:44 2026] GET /v2.0/networks/def50d14-2796-4d01-938c-9fa22da489f4?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: 6|app: 0|req: 1102/2386] 10.0.0.55 () {32 vars in 681 bytes} [Tue Mar 3 04:02:44 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2387] 10.0.0.55 () {32 vars in 677 bytes} [Tue Mar 3 04:02:44 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1103/2388] 10.0.0.55 () {32 vars in 689 bytes} [Tue Mar 3 04:02:44 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1104/2389] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:02:45 2026] GET /v2.0/ports?device_id=25f54363-0120-442a-904b-79d98e436520 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-03 04:02:45.121 7 INFO neutron_taas.services.taas.taas_plugin [None req-5c03f853-8d19-46d1-9d36-f41e5938d795 3af45ff809684292978d1f436f9cd4b6 25f3c64a064f4f6198e14b6689d0ef5e - - default default] TaaS: Handle Delete Port: 34cc3528-a85d-4b7c-b867-d40b559a440e 2026-03-03 04:02:45.126 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5c03f853-8d19-46d1-9d36-f41e5938d795 3af45ff809684292978d1f436f9cd4b6 25f3c64a064f4f6198e14b6689d0ef5e - - default default] Tap Mirror: Handle Delete Port: 34cc3528-a85d-4b7c-b867-d40b559a440e [pid: 7|app: 0|req: 1286/2390] 10.0.0.55 () {32 vars in 719 bytes} [Tue Mar 3 04:02:45 2026] DELETE /v2.0/ports/34cc3528-a85d-4b7c-b867-d40b559a440e => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 04:02:45.308 6 INFO neutron_taas.services.taas.taas_plugin [None req-8bc6857c-d77b-4c29-bbed-965b0bb40abb 3af45ff809684292978d1f436f9cd4b6 25f3c64a064f4f6198e14b6689d0ef5e - - default default] TaaS: Handle Delete Port: f5297e39-823f-4626-a67e-7b73add463f4 2026-03-03 04:02:45.312 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8bc6857c-d77b-4c29-bbed-965b0bb40abb 3af45ff809684292978d1f436f9cd4b6 25f3c64a064f4f6198e14b6689d0ef5e - - default default] Tap Mirror: Handle Delete Port: f5297e39-823f-4626-a67e-7b73add463f4 [pid: 6|app: 0|req: 1105/2391] 10.0.0.55 () {32 vars in 719 bytes} [Tue Mar 3 04:02:45 2026] DELETE /v2.0/ports/f5297e39-823f-4626-a67e-7b73add463f4 => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 04:02:45.556 7 INFO neutron_taas.services.taas.taas_plugin [None req-5a27d3f7-56d8-4046-b9de-bed700d15825 3af45ff809684292978d1f436f9cd4b6 25f3c64a064f4f6198e14b6689d0ef5e - - default default] TaaS: Handle Delete Port: a0566b84-c4ba-45a4-88a4-ea76d3cba0f9 2026-03-03 04:02:45.559 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5a27d3f7-56d8-4046-b9de-bed700d15825 3af45ff809684292978d1f436f9cd4b6 25f3c64a064f4f6198e14b6689d0ef5e - - default default] Tap Mirror: Handle Delete Port: a0566b84-c4ba-45a4-88a4-ea76d3cba0f9 [pid: 7|app: 0|req: 1287/2392] 10.0.0.55 () {32 vars in 719 bytes} [Tue Mar 3 04:02:45 2026] DELETE /v2.0/ports/a0566b84-c4ba-45a4-88a4-ea76d3cba0f9 => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 04:02:45.744 6 INFO neutron_taas.services.taas.taas_plugin [None req-edb42f5c-aaf1-4130-96e0-8486ac7b3be4 3af45ff809684292978d1f436f9cd4b6 25f3c64a064f4f6198e14b6689d0ef5e - - default default] TaaS: Handle Delete Port: d27aa11c-f157-4627-a301-1956bfbd914a 2026-03-03 04:02:45.747 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-edb42f5c-aaf1-4130-96e0-8486ac7b3be4 3af45ff809684292978d1f436f9cd4b6 25f3c64a064f4f6198e14b6689d0ef5e - - default default] Tap Mirror: Handle Delete Port: d27aa11c-f157-4627-a301-1956bfbd914a [pid: 6|app: 0|req: 1106/2393] 10.0.0.55 () {32 vars in 719 bytes} [Tue Mar 3 04:02:45 2026] DELETE /v2.0/ports/d27aa11c-f157-4627-a301-1956bfbd914a => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 04:02:45.929 7 INFO neutron_taas.services.taas.taas_plugin [None req-8efee013-0af7-456c-8c17-082b029b2715 3af45ff809684292978d1f436f9cd4b6 25f3c64a064f4f6198e14b6689d0ef5e - - default default] TaaS: Handle Delete Port: 5cbaeddd-0a5f-4dd2-a3df-a7ffa708a542 2026-03-03 04:02:45.932 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8efee013-0af7-456c-8c17-082b029b2715 3af45ff809684292978d1f436f9cd4b6 25f3c64a064f4f6198e14b6689d0ef5e - - default default] Tap Mirror: Handle Delete Port: 5cbaeddd-0a5f-4dd2-a3df-a7ffa708a542 [pid: 7|app: 0|req: 1288/2394] 10.0.0.55 () {32 vars in 719 bytes} [Tue Mar 3 04:02:45 2026] DELETE /v2.0/ports/5cbaeddd-0a5f-4dd2-a3df-a7ffa708a542 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 04:02:46.165 6 INFO neutron.services.segments.plugin [-] Segment b0dde7ee-ac90-4380-b490-0899f6d41f97 resource provider aggregate not found 2026-03-03 04:02:46.179 6 INFO neutron.services.segments.plugin [-] Segment b0dde7ee-ac90-4380-b490-0899f6d41f97 resource provider aggregate not found [pid: 7|app: 0|req: 1289/2395] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:02:46 2026] GET /v2.0/ports?device_id=25f54363-0120-442a-904b-79d98e436520 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-03 04:02:46.196 6 INFO neutron.services.segments.plugin [-] Segment b0dde7ee-ac90-4380-b490-0899f6d41f97 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b0dde7ee-ac90-4380-b490-0899f6d41f97 found for delete ", "request_id": "req-9b35448c-93ec-4830-be34-22df29b2ef3c"}]} 2026-03-03 04:02:46.212 6 INFO neutron.services.segments.plugin [-] Segment b0dde7ee-ac90-4380-b490-0899f6d41f97 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b0dde7ee-ac90-4380-b490-0899f6d41f97 found for delete ", "request_id": "req-962db5e8-2469-48c2-a460-e7f5e276af49"}]} [pid: 6|app: 0|req: 1107/2396] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 04:02:46 2026] DELETE /v2.0/networks/74cdce8f-ecce-4d21-8153-4d183797b846 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 04:02:46.317 7 INFO neutron.services.segments.plugin [-] Segment f772eb20-437b-4ebb-ab46-d34afdc097fa resource provider aggregate not found 2026-03-03 04:02:46.317 7 INFO neutron.services.segments.plugin [-] Segment f772eb20-437b-4ebb-ab46-d34afdc097fa resource provider aggregate not found 2026-03-03 04:02:46.338 7 INFO neutron.services.segments.plugin [-] Segment f772eb20-437b-4ebb-ab46-d34afdc097fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f772eb20-437b-4ebb-ab46-d34afdc097fa found for delete ", "request_id": "req-1656ca58-161b-4439-a90b-8852af70b9bb"}]} 2026-03-03 04:02:46.342 7 INFO neutron.services.segments.plugin [-] Segment f772eb20-437b-4ebb-ab46-d34afdc097fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f772eb20-437b-4ebb-ab46-d34afdc097fa found for delete ", "request_id": "req-dc558982-7817-45e2-b5b5-f401dfebb615"}]} [pid: 7|app: 0|req: 1290/2397] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 04:02:46 2026] DELETE /v2.0/networks/ff05a088-4544-4671-bc9d-633ade51663f => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1108/2398] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 04:02:46 2026] DELETE /v2.0/networks/e392b527-2e9d-4af0-a82b-2de7b4326047 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2399] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 04:02:46 2026] DELETE /v2.0/networks/2df76dbf-2a39-435b-82f3-c5055955df52 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1109/2400] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 04:02:46 2026] DELETE /v2.0/networks/907f2090-5336-4239-8a53-cf292b18a868 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2401] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:02:47 2026] GET /v2.0/ports?device_id=25f54363-0120-442a-904b-79d98e436520 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1110/2402] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:02:47 2026] GET /v2.0/security-groups?tenant_id=002dfb917e78471fb97b0e9d80725966&name=default => generated 2925 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2403] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:02:47 2026] DELETE /v2.0/security-groups/8ceace39-18f4-478a-84b3-4825585aae7b => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1111/2404] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:02:48 2026] GET /v2.0/security-groups?tenant_id=25f3c64a064f4f6198e14b6689d0ef5e&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2405] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:02:48 2026] DELETE /v2.0/security-groups/825c6deb-fdae-4538-b8d9-44e41c9e2272 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-03 04:02:48.214 6 INFO neutron.services.segments.plugin [-] Segment 96c681e1-d6cd-44cd-a4f6-3bf6789c53e8 resource provider aggregate not found 2026-03-03 04:02:48.232 6 INFO neutron.services.segments.plugin [-] Segment 96c681e1-d6cd-44cd-a4f6-3bf6789c53e8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96c681e1-d6cd-44cd-a4f6-3bf6789c53e8 found for delete ", "request_id": "req-03491653-38d9-411a-b5af-ce9ce1f2318b"}]} 2026-03-03 04:02:48.236 6 INFO neutron.services.segments.plugin [-] Segment 96c681e1-d6cd-44cd-a4f6-3bf6789c53e8 resource provider aggregate not found 2026-03-03 04:02:48.250 6 INFO neutron.services.segments.plugin [-] Segment 0075df67-e664-4d76-987f-9feba2c4aa14 resource provider aggregate not found 2026-03-03 04:02:48.255 6 INFO neutron.services.segments.plugin [-] Segment 96c681e1-d6cd-44cd-a4f6-3bf6789c53e8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96c681e1-d6cd-44cd-a4f6-3bf6789c53e8 found for delete ", "request_id": "req-eae315d2-caa9-42f0-9a44-8b69b38a2f67"}]} 2026-03-03 04:02:48.271 6 INFO neutron.services.segments.plugin [-] Segment 0075df67-e664-4d76-987f-9feba2c4aa14 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0075df67-e664-4d76-987f-9feba2c4aa14 found for delete ", "request_id": "req-1e1aaebf-fed3-414c-a833-52d61ccc8c74"}]} 2026-03-03 04:02:48.272 6 INFO neutron.services.segments.plugin [-] Segment 0075df67-e664-4d76-987f-9feba2c4aa14 resource provider aggregate not found 2026-03-03 04:02:48.287 6 INFO neutron.services.segments.plugin [-] Segment 0075df67-e664-4d76-987f-9feba2c4aa14 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0075df67-e664-4d76-987f-9feba2c4aa14 found for delete ", "request_id": "req-8f63d022-92a5-4803-90bc-0528ba84d860"}]} [pid: 7|app: 0|req: 1295/2406] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:02:48 2026] GET /v2.0/ports?device_id=25f54363-0120-442a-904b-79d98e436520 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-03 04:02:48.366 7 INFO neutron.services.segments.plugin [-] Segment 4edab958-a754-423f-8948-c374a9e4602e resource provider aggregate not found 2026-03-03 04:02:48.372 7 INFO neutron.services.segments.plugin [-] Segment 4edab958-a754-423f-8948-c374a9e4602e resource provider aggregate not found 2026-03-03 04:02:48.391 7 INFO neutron.services.segments.plugin [-] Segment 4edab958-a754-423f-8948-c374a9e4602e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4edab958-a754-423f-8948-c374a9e4602e found for delete ", "request_id": "req-651f6ff7-29a2-4afd-8b0f-b393fbb1c41c"}]} [pid: 6|app: 0|req: 1112/2407] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:02:48 2026] GET /v2.0/security-groups?tenant_id=e8a9fdafb0874948a26847743efb8046&name=default => generated 2927 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-03 04:02:48.396 7 INFO neutron.services.segments.plugin [-] Segment 4edab958-a754-423f-8948-c374a9e4602e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4edab958-a754-423f-8948-c374a9e4602e found for delete ", "request_id": "req-5416564b-96a4-4f52-af12-341ba2249a04"}]} [pid: 7|app: 0|req: 1296/2408] 199.204.45.233 () {34 vars in 986 bytes} [Tue Mar 3 04:02:48 2026] GET /v2.0/networks?id=e32feffa-f798-4234-a888-7777d332e0df => generated 660 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1113/2409] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:02:48 2026] DELETE /v2.0/security-groups/bd8a4296-ac77-465b-a2ad-fbb688a68fc5 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1114/2410] 10.0.0.25 () {34 vars in 989 bytes} [Tue Mar 3 04:02:48 2026] GET /v2.0/ports?device_id=06a05401-6c1f-4875-b2d6-4a5a3ee48821 => generated 1469 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1115/2411] 10.0.0.25 () {34 vars in 1039 bytes} [Tue Mar 3 04:02:48 2026] GET /v2.0/security-groups?id=4fbad368-5fac-424a-a850-7c74bf854988&fields=id&fields=name => generated 112 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2412] 199.204.45.233 () {34 vars in 1050 bytes} [Tue Mar 3 04:02:48 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e17e4398866d4f4da833449d547e4d14 => generated 272 bytes in 480 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1116/2413] 199.204.45.233 () {38 vars in 955 bytes} [Tue Mar 3 04:02:48 2026] POST /v2.0/ports => generated 958 bytes in 460 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: 6|app: 0|req: 1117/2414] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:02:49 2026] GET /v2.0/ports?device_id=25f54363-0120-442a-904b-79d98e436520 => generated 961 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1118/2415] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:02:49 2026] GET /v2.0/security-groups?id=ef24441a-185a-4652-ba80-51146a0a8bcd&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2416] 199.204.45.233 () {38 vars in 1028 bytes} [Tue Mar 3 04:02:49 2026] PUT /v2.0/ports/fa767c83-6ddf-473c-9a16-5a52b725a6bd => generated 1239 bytes in 498 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-03 04:02:49.936 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-664c2128-8e1a-4925-b24c-252443c4edba'] response: {'name': 'network-changed', 'server_uuid': '25f54363-0120-442a-904b-79d98e436520', 'tag': 'fa767c83-6ddf-473c-9a16-5a52b725a6bd', 'status': 'completed', 'code': 200} [pid: 6|app: 0|req: 1119/2417] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Mar 3 04:02:50 2026] GET /v2.0/ports?tenant_id=e17e4398866d4f4da833449d547e4d14&device_id=25f54363-0120-442a-904b-79d98e436520 => generated 1242 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 6|app: 0|req: 1120/2418] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:02:50 2026] GET /v2.0/ports?device_id=25f54363-0120-442a-904b-79d98e436520 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2419] 199.204.45.233 () {34 vars in 1018 bytes} [Tue Mar 3 04:02:50 2026] GET /v2.0/networks?tenant_id=e17e4398866d4f4da833449d547e4d14&shared=False => generated 755 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1121/2420] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:02:50 2026] GET /v2.0/security-groups?id=ef24441a-185a-4652-ba80-51146a0a8bcd&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2421] 199.204.45.233 () {34 vars in 930 bytes} [Tue Mar 3 04:02:50 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1122/2422] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Mar 3 04:02:51 2026] GET /v2.0/ports?tenant_id=e17e4398866d4f4da833449d547e4d14&device_id=25f54363-0120-442a-904b-79d98e436520 => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1123/2423] 199.204.45.233 () {34 vars in 1060 bytes} [Tue Mar 3 04:02:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=fa767c83-6ddf-473c-9a16-5a52b725a6bd => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1124/2424] 199.204.45.233 () {34 vars in 984 bytes} [Tue Mar 3 04:02:51 2026] GET /v2.0/subnets?id=87856cc3-4784-49de-943d-5b961361bbf1 => generated 678 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2425] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:02:51 2026] GET /v2.0/ports?device_id=25f54363-0120-442a-904b-79d98e436520 => generated 973 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1125/2426] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Mar 3 04:02:51 2026] GET /v2.0/ports?network_id=e32feffa-f798-4234-a888-7777d332e0df&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: 1302/2427] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:02:51 2026] GET /v2.0/security-groups?id=ef24441a-185a-4652-ba80-51146a0a8bcd&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1126/2428] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Mar 3 04:02:51 2026] GET /v2.0/networks/e32feffa-f798-4234-a888-7777d332e0df?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: 1303/2429] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Mar 3 04:02:51 2026] GET /v2.0/networks/e32feffa-f798-4234-a888-7777d332e0df?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-03 04:02:52.772 6 INFO neutron.db.segments_db [None req-6179a07c-53f7-4b2d-be3c-6605a00400b5 e84c246c7fed456c81e93400e28a33d0 e062fc848e32441eb905257e867867ec - - default default] Added segment ee8d5b4d-a2ec-4834-bace-b6ac59f06796 of type vxlan for network ef871300-1aaf-4f34-b2b4-8e9826244e51 [pid: 6|app: 0|req: 1127/2430] 10.0.0.55 () {34 vars in 669 bytes} [Tue Mar 3 04:02:52 2026] POST /v2.0/networks => generated 630 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1128/2431] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 04:02:52 2026] GET /v2.0/routers => generated 1453 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1129/2432] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:02:52 2026] GET /v2.0/ports?device_id=25f54363-0120-442a-904b-79d98e436520 => generated 973 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1130/2433] 10.0.0.233 () {28 vars in 624 bytes} [Tue Mar 3 04:02:53 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1131/2434] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:02:53 2026] GET /v2.0/security-groups?id=ef24441a-185a-4652-ba80-51146a0a8bcd&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2435] 10.0.0.55 () {34 vars in 668 bytes} [Tue Mar 3 04:02:52 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: 6|app: 0|req: 1132/2436] 10.0.0.233 () {28 vars in 677 bytes} [Tue Mar 3 04:02:53 2026] GET /v2.0/routers/235281a7-452f-4409-bc00-29458b361b37/l3-agents => generated 681 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 04:02:53.211 7 INFO neutron.db.segments_db [None req-6e0c1026-4180-4b54-b1fb-eb8c5afbb643 e84c246c7fed456c81e93400e28a33d0 e062fc848e32441eb905257e867867ec - - default default] Added segment b9ad17b2-7229-4477-b1e1-20296332208b of type vxlan for network e7c06497-9401-4b89-b47a-fcd79f72b1b5 [pid: 6|app: 0|req: 1133/2437] 10.0.0.233 () {28 vars in 677 bytes} [Tue Mar 3 04:02:53 2026] GET /v2.0/routers/c9c59113-8d90-46c7-9432-ee8f0cbfaf8c/l3-agents => generated 681 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1134/2438] 10.0.0.233 () {28 vars in 591 bytes} [Tue Mar 3 04:02:53 2026] GET /v2.0/floatingips => generated 2240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2439] 10.0.0.55 () {34 vars in 669 bytes} [Tue Mar 3 04:02:53 2026] POST /v2.0/networks => generated 631 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1135/2440] 10.0.0.233 () {28 vars in 599 bytes} [Tue Mar 3 04:02:53 2026] GET /v2.0/security-groups => generated 45132 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1136/2441] 10.0.0.233 () {28 vars in 579 bytes} [Tue Mar 3 04:02:53 2026] GET /v2.0/ports => generated 28230 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1137/2442] 10.0.0.233 () {28 vars in 581 bytes} [Tue Mar 3 04:02:53 2026] GET /v2.0/agents => generated 3388 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1138/2443] 10.0.0.233 () {28 vars in 619 bytes} [Tue Mar 3 04:02:53 2026] GET /v2.0/network-ip-availabilities => generated 5314 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2444] 10.0.0.55 () {34 vars in 668 bytes} [Tue Mar 3 04:02:53 2026] POST /v2.0/subnets => generated 629 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-03 04:02:53.603 7 INFO neutron.db.segments_db [None req-a97ebd08-7a39-47cd-9ebc-bfa55ba944bb e84c246c7fed456c81e93400e28a33d0 e062fc848e32441eb905257e867867ec - - default default] Added segment 886d02f8-f4fb-4c7b-a51d-fe34ee27dab2 of type vxlan for network 5a881a6e-0a19-40bd-b2e3-490e5bf4861e [pid: 6|app: 0|req: 1139/2445] 10.0.0.233 () {28 vars in 585 bytes} [Tue Mar 3 04:02:53 2026] GET /v2.0/networks => generated 8143 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1140/2446] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 04:02:53 2026] GET /v2.0/subnets => generated 8691 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2447] 10.0.0.55 () {34 vars in 669 bytes} [Tue Mar 3 04:02:53 2026] POST /v2.0/networks => generated 632 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1141/2448] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 04:02:53 2026] GET /v2.0/subnets => generated 8691 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1142/2449] 10.0.0.233 () {28 vars in 591 bytes} [Tue Mar 3 04:02:53 2026] GET /v2.0/subnetpools => generated 19 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2450] 10.0.0.55 () {34 vars in 668 bytes} [Tue Mar 3 04:02:53 2026] POST /v2.0/subnets => generated 629 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-03 04:02:53.992 6 INFO neutron.db.segments_db [None req-92875f2a-6898-4efc-9301-9b12a26a52e6 e84c246c7fed456c81e93400e28a33d0 e062fc848e32441eb905257e867867ec - - default default] Added segment f238334c-b796-4b0a-82b3-52f86ab712fd of type vxlan for network 362d942f-ada2-4484-8ae7-94f928154e91 [pid: 7|app: 0|req: 1309/2451] 10.0.0.33 () {34 vars in 1271 bytes} [Tue Mar 3 04:02:53 2026] GET /v2.0/ports?device_id=25f54363-0120-442a-904b-79d98e436520&device_id=06a05401-6c1f-4875-b2d6-4a5a3ee48821&device_id=af6c1b11-0623-4b74-ac92-0603e074cd88&device_id=efd7d39f-a7c9-4aa3-8304-5c462878ffa1 => generated 5387 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2452] 10.0.0.33 () {34 vars in 1199 bytes} [Tue Mar 3 04:02:54 2026] GET /v2.0/security-groups?id=70793c50-cf2c-4b39-8d08-27ab70e955cb&id=4fbad368-5fac-424a-a850-7c74bf854988&id=ef24441a-185a-4652-ba80-51146a0a8bcd&fields=id&fields=name => generated 296 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1143/2453] 10.0.0.55 () {34 vars in 669 bytes} [Tue Mar 3 04:02:53 2026] POST /v2.0/networks => generated 630 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1144/2454] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:02:54 2026] GET /v2.0/ports?device_id=25f54363-0120-442a-904b-79d98e436520 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1145/2455] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:02:54 2026] GET /v2.0/security-groups?id=ef24441a-185a-4652-ba80-51146a0a8bcd&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2456] 10.0.0.55 () {34 vars in 668 bytes} [Tue Mar 3 04:02:54 2026] POST /v2.0/subnets => generated 629 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-03 04:02:54.349 6 INFO neutron.db.segments_db [None req-ae256b42-fcd6-4318-a8ab-fd45c58bc4f0 e84c246c7fed456c81e93400e28a33d0 e062fc848e32441eb905257e867867ec - - default default] Added segment b0564767-110b-42e1-8ebb-769a6d0a2697 of type vxlan for network 12850867-eb10-47d3-a5b4-1f705ea681d1 [pid: 6|app: 0|req: 1146/2457] 10.0.0.55 () {34 vars in 669 bytes} [Tue Mar 3 04:02:54 2026] POST /v2.0/networks => generated 632 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2458] 10.0.0.55 () {34 vars in 668 bytes} [Tue Mar 3 04:02:54 2026] POST /v2.0/subnets => generated 629 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1147/2459] 10.0.0.55 () {34 vars in 750 bytes} [Tue Mar 3 04:02:54 2026] PUT /v2.0/subnets/391ea90a-64ca-4354-b82a-f2fd0c704989/tags => generated 17 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2460] 10.0.0.55 () {34 vars in 750 bytes} [Tue Mar 3 04:02:54 2026] PUT /v2.0/subnets/c417c79c-809f-4b0e-84a7-52f6b647e4b2/tags => generated 25 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1148/2461] 10.0.0.55 () {34 vars in 750 bytes} [Tue Mar 3 04:02:54 2026] PUT /v2.0/subnets/89bb52f0-cf09-4db3-8558-7ed657ebeff6/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2462] 10.0.0.55 () {34 vars in 750 bytes} [Tue Mar 3 04:02:54 2026] PUT /v2.0/subnets/c5064c89-ae8a-4c8b-ba4e-c5e218399f22/tags => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1149/2463] 10.0.0.55 () {32 vars in 663 bytes} [Tue Mar 3 04:02:54 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2464] 10.0.0.55 () {32 vars in 677 bytes} [Tue Mar 3 04:02:54 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1150/2465] 10.0.0.55 () {32 vars in 673 bytes} [Tue Mar 3 04:02:54 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2466] 10.0.0.55 () {32 vars in 685 bytes} [Tue Mar 3 04:02:55 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1151/2467] 10.0.0.55 () {32 vars in 671 bytes} [Tue Mar 3 04:02:55 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2468] 10.0.0.55 () {32 vars in 685 bytes} [Tue Mar 3 04:02:55 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1152/2469] 10.0.0.55 () {32 vars in 681 bytes} [Tue Mar 3 04:02:55 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2470] 10.0.0.55 () {32 vars in 693 bytes} [Tue Mar 3 04:02:55 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1153/2471] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:02:55 2026] GET /v2.0/ports?device_id=25f54363-0120-442a-904b-79d98e436520 => generated 975 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1154/2472] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:02:55 2026] GET /v2.0/security-groups?id=ef24441a-185a-4652-ba80-51146a0a8bcd&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2473] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:02:55 2026] DELETE /v2.0/subnets/391ea90a-64ca-4354-b82a-f2fd0c704989 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1155/2474] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:02:55 2026] DELETE /v2.0/subnets/c417c79c-809f-4b0e-84a7-52f6b647e4b2 => 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: 1320/2475] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:02:55 2026] DELETE /v2.0/subnets/89bb52f0-cf09-4db3-8558-7ed657ebeff6 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1156/2476] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:02:55 2026] DELETE /v2.0/subnets/c5064c89-ae8a-4c8b-ba4e-c5e218399f22 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2477] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:02:55 2026] DELETE /v2.0/subnets/696e3eb3-6646-4f45-9954-5b32681e91d3 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 04:02:56.173 6 INFO neutron_taas.services.taas.taas_plugin [None req-fa6da589-8a94-427f-b90d-b07876302649 e84c246c7fed456c81e93400e28a33d0 e062fc848e32441eb905257e867867ec - - default default] TaaS: Handle Delete Port: bc58a23a-30cb-41a4-8296-4b6e57beb123 2026-03-03 04:02:56.176 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa6da589-8a94-427f-b90d-b07876302649 e84c246c7fed456c81e93400e28a33d0 e062fc848e32441eb905257e867867ec - - default default] Tap Mirror: Handle Delete Port: bc58a23a-30cb-41a4-8296-4b6e57beb123 2026-03-03 04:02:56.373 6 INFO neutron.services.segments.plugin [-] Segment ee8d5b4d-a2ec-4834-bace-b6ac59f06796 resource provider aggregate not found 2026-03-03 04:02:56.375 6 INFO neutron.services.segments.plugin [-] Segment ee8d5b4d-a2ec-4834-bace-b6ac59f06796 resource provider aggregate not found 2026-03-03 04:02:56.397 6 INFO neutron.services.segments.plugin [-] Segment ee8d5b4d-a2ec-4834-bace-b6ac59f06796 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee8d5b4d-a2ec-4834-bace-b6ac59f06796 found for delete ", "request_id": "req-17a02089-b3b0-4e52-a5b3-11c23ee77d51"}]} [pid: 6|app: 0|req: 1157/2478] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 04:02:56 2026] DELETE /v2.0/networks/ef871300-1aaf-4f34-b2b4-8e9826244e51 => generated 0 bytes in 308 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 04:02:56.400 6 INFO neutron.services.segments.plugin [-] Segment ee8d5b4d-a2ec-4834-bace-b6ac59f06796 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee8d5b4d-a2ec-4834-bace-b6ac59f06796 found for delete ", "request_id": "req-55c8eb3a-7b49-48c3-ad9e-5275ece370f6"}]} 2026-03-03 04:02:56.515 7 INFO neutron.services.segments.plugin [-] Segment b9ad17b2-7229-4477-b1e1-20296332208b resource provider aggregate not found 2026-03-03 04:02:56.516 7 INFO neutron.services.segments.plugin [-] Segment b9ad17b2-7229-4477-b1e1-20296332208b resource provider aggregate not found [pid: 6|app: 0|req: 1158/2479] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:02:56 2026] GET /v2.0/ports?device_id=25f54363-0120-442a-904b-79d98e436520 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 04:02:56.536 7 INFO neutron.services.segments.plugin [-] Segment b9ad17b2-7229-4477-b1e1-20296332208b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9ad17b2-7229-4477-b1e1-20296332208b found for delete ", "request_id": "req-c36d6783-59d2-401b-982f-39b46a24d714"}]} 2026-03-03 04:02:56.542 7 INFO neutron.services.segments.plugin [-] Segment b9ad17b2-7229-4477-b1e1-20296332208b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9ad17b2-7229-4477-b1e1-20296332208b found for delete ", "request_id": "req-3c900b8d-1467-44b2-ae10-b9a27fc16f94"}]} [pid: 7|app: 0|req: 1322/2480] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 04:02:56 2026] DELETE /v2.0/networks/e7c06497-9401-4b89-b47a-fcd79f72b1b5 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1159/2481] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:02:56 2026] GET /v2.0/security-groups?id=ef24441a-185a-4652-ba80-51146a0a8bcd&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1160/2482] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:02:56 2026] GET /v2.0/ports?device_id=25f54363-0120-442a-904b-79d98e436520 => 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: 1323/2483] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 04:02:56 2026] DELETE /v2.0/networks/5a881a6e-0a19-40bd-b2e3-490e5bf4861e => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1161/2484] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:02:56 2026] GET /v2.0/security-groups?id=ef24441a-185a-4652-ba80-51146a0a8bcd&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1162/2485] 10.0.0.55 () {32 vars in 735 bytes} [Tue Mar 3 04:02:56 2026] GET /v2.0/ports?device_id=25f54363-0120-442a-904b-79d98e436520 => generated 1244 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2486] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 04:02:56 2026] DELETE /v2.0/networks/362d942f-ada2-4484-8ae7-94f928154e91 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2487] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 04:02:56 2026] DELETE /v2.0/networks/12850867-eb10-47d3-a5b4-1f705ea681d1 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 04:02:57.106 6 INFO neutron.db.l3_db [None req-969fd4ee-2930-4961-b6e1-6306667b4e1d d9a3511db64648cc99d43b08f5405ce7 e17e4398866d4f4da833449d547e4d14 - - default default] Floating IP b9afb82a-41f0-4b81-b92d-3f333d3f7374 associated. External IP: 10.96.250.203, port: fa767c83-6ddf-473c-9a16-5a52b725a6bd. [pid: 6|app: 0|req: 1163/2488] 10.0.0.55 () {34 vars in 748 bytes} [Tue Mar 3 04:02:56 2026] PUT /v2.0/floatingips/b9afb82a-41f0-4b81-b92d-3f333d3f7374 => generated 856 bytes in 616 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 04:02:57.404 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-4be729c1-99d4-4128-951d-05a5d8dd36d0'] response: {'name': 'network-changed', 'server_uuid': '25f54363-0120-442a-904b-79d98e436520', 'tag': 'fa767c83-6ddf-473c-9a16-5a52b725a6bd', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1326/2489] 10.0.0.55 () {32 vars in 728 bytes} [Tue Mar 3 04:02:57 2026] GET /v2.0/floatingips/b9afb82a-41f0-4b81-b92d-3f333d3f7374 => generated 856 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2490] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Mar 3 04:02:57 2026] GET /v2.0/ports?tenant_id=e17e4398866d4f4da833449d547e4d14&device_id=25f54363-0120-442a-904b-79d98e436520 => 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: 1328/2491] 199.204.45.233 () {34 vars in 986 bytes} [Tue Mar 3 04:02:57 2026] GET /v2.0/networks?id=e32feffa-f798-4234-a888-7777d332e0df => generated 755 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2492] 199.204.45.233 () {34 vars in 1060 bytes} [Tue Mar 3 04:02:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=fa767c83-6ddf-473c-9a16-5a52b725a6bd => generated 859 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2493] 199.204.45.233 () {34 vars in 984 bytes} [Tue Mar 3 04:02:58 2026] GET /v2.0/subnets?id=87856cc3-4784-49de-943d-5b961361bbf1 => generated 678 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1164/2494] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:02:57 2026] GET /v2.0/security-groups?tenant_id=968e5783a3144e64ac6a587261518639&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: 1331/2495] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Mar 3 04:02:58 2026] GET /v2.0/ports?network_id=e32feffa-f798-4234-a888-7777d332e0df&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2496] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Mar 3 04:02:58 2026] GET /v2.0/networks/e32feffa-f798-4234-a888-7777d332e0df?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1165/2497] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:02:58 2026] DELETE /v2.0/security-groups/aa613d33-8509-43d7-93fa-aca3508a4749 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2498] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Mar 3 04:02:58 2026] GET /v2.0/networks/e32feffa-f798-4234-a888-7777d332e0df?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1166/2499] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:02:58 2026] GET /v2.0/security-groups?tenant_id=e062fc848e32441eb905257e867867ec&name=default => generated 2929 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2500] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:02:58 2026] DELETE /v2.0/security-groups/e2c9e0d0-a949-49f5-8799-d54185fdc2c8 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1167/2501] 10.0.0.55 () {32 vars in 728 bytes} [Tue Mar 3 04:02:58 2026] GET /v2.0/floatingips/b9afb82a-41f0-4b81-b92d-3f333d3f7374 => generated 856 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 04:02:58.563 7 INFO neutron.services.segments.plugin [-] Segment 886d02f8-f4fb-4c7b-a51d-fe34ee27dab2 resource provider aggregate not found 2026-03-03 04:02:58.564 7 INFO neutron.services.segments.plugin [-] Segment 886d02f8-f4fb-4c7b-a51d-fe34ee27dab2 resource provider aggregate not found 2026-03-03 04:02:58.583 7 INFO neutron.services.segments.plugin [-] Segment 886d02f8-f4fb-4c7b-a51d-fe34ee27dab2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 886d02f8-f4fb-4c7b-a51d-fe34ee27dab2 found for delete ", "request_id": "req-a5f487f1-e2fd-4c3a-852c-d74446cde59e"}]} 2026-03-03 04:02:58.583 7 INFO neutron.services.segments.plugin [-] Segment 886d02f8-f4fb-4c7b-a51d-fe34ee27dab2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 886d02f8-f4fb-4c7b-a51d-fe34ee27dab2 found for delete ", "request_id": "req-3359ae05-969b-41d8-9642-68e02ba03c93"}]} 2026-03-03 04:02:58.603 7 INFO neutron.services.segments.plugin [-] Segment f238334c-b796-4b0a-82b3-52f86ab712fd resource provider aggregate not found 2026-03-03 04:02:58.609 7 INFO neutron.services.segments.plugin [-] Segment f238334c-b796-4b0a-82b3-52f86ab712fd resource provider aggregate not found 2026-03-03 04:02:58.623 7 INFO neutron.services.segments.plugin [-] Segment f238334c-b796-4b0a-82b3-52f86ab712fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f238334c-b796-4b0a-82b3-52f86ab712fd found for delete ", "request_id": "req-b093b45f-fffe-4d5b-8364-410b8b11f27c"}]} 2026-03-03 04:02:58.626 7 INFO neutron.services.segments.plugin [-] Segment f238334c-b796-4b0a-82b3-52f86ab712fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f238334c-b796-4b0a-82b3-52f86ab712fd found for delete ", "request_id": "req-ca0c4640-8044-4cc5-a649-c82091d22eda"}]} 2026-03-03 04:02:58.641 7 INFO neutron.services.segments.plugin [-] Segment b0564767-110b-42e1-8ebb-769a6d0a2697 resource provider aggregate not found 2026-03-03 04:02:58.645 7 INFO neutron.services.segments.plugin [-] Segment b0564767-110b-42e1-8ebb-769a6d0a2697 resource provider aggregate not found 2026-03-03 04:02:58.659 7 INFO neutron.services.segments.plugin [-] Segment b0564767-110b-42e1-8ebb-769a6d0a2697 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b0564767-110b-42e1-8ebb-769a6d0a2697 found for delete ", "request_id": "req-5148de00-4cf5-4aa8-9f30-71f53ae27a31"}]} 2026-03-03 04:02:58.660 7 INFO neutron.services.segments.plugin [-] Segment b0564767-110b-42e1-8ebb-769a6d0a2697 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b0564767-110b-42e1-8ebb-769a6d0a2697 found for delete ", "request_id": "req-1cbcfe7d-1d6c-42fe-ab45-f6a3e7b0d578"}]} [pid: 7|app: 0|req: 1335/2502] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:02:58 2026] GET /v2.0/security-groups?tenant_id=6fea7d091cfe43128dcbca2217b64658&name=default => generated 2929 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1168/2503] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:02:58 2026] DELETE /v2.0/security-groups/0d615d05-723e-4698-a747-1899cf1ce555 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1170/2506] 10.0.0.55 () {32 vars in 720 bytes} [Tue Mar 3 04:02:59 2026] GET /v2.0/subnets/88b1cf4d-d3bf-4d89-ac6c-1d3b5fac778a => generated 675 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2507] 10.0.0.55 () {32 vars in 728 bytes} [Tue Mar 3 04:02:59 2026] GET /v2.0/floatingips/b9afb82a-41f0-4b81-b92d-3f333d3f7374 => generated 858 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1171/2508] 10.0.0.108 () {30 vars in 690 bytes} [Tue Mar 3 04:03:00 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2509] 10.0.0.108 () {30 vars in 692 bytes} [Tue Mar 3 04:03:00 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: 6|app: 0|req: 1172/2510] 10.0.0.108 () {30 vars in 668 bytes} [Tue Mar 3 04:03:00 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2511] 10.0.0.108 () {30 vars in 704 bytes} [Tue Mar 3 04:03:00 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: 6|app: 0|req: 1173/2512] 10.0.0.108 () {28 vars in 439 bytes} [Tue Mar 3 04:03:01 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: 1340/2513] 10.0.0.108 () {30 vars in 728 bytes} [Tue Mar 3 04:03:01 2026] GET /v2.0/subnets/88b1cf4d-d3bf-4d89-ac6c-1d3b5fac778a => generated 657 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1174/2514] 10.0.0.108 () {30 vars in 690 bytes} [Tue Mar 3 04:03:01 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: 1341/2515] 10.0.0.108 () {30 vars in 692 bytes} [Tue Mar 3 04:03:01 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: 6|app: 0|req: 1175/2516] 10.0.0.108 () {30 vars in 668 bytes} [Tue Mar 3 04:03:01 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: 1342/2517] 10.0.0.108 () {30 vars in 704 bytes} [Tue Mar 3 04:03:01 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1176/2518] 10.0.0.108 () {30 vars in 728 bytes} [Tue Mar 3 04:03:01 2026] GET /v2.0/subnets/88b1cf4d-d3bf-4d89-ac6c-1d3b5fac778a => generated 675 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2519] 10.0.0.108 () {30 vars in 690 bytes} [Tue Mar 3 04:03:01 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: 6|app: 0|req: 1177/2520] 10.0.0.108 () {30 vars in 692 bytes} [Tue Mar 3 04:03:01 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: 1344/2521] 10.0.0.108 () {30 vars in 668 bytes} [Tue Mar 3 04:03:01 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: 6|app: 0|req: 1178/2522] 10.0.0.108 () {30 vars in 704 bytes} [Tue Mar 3 04:03:01 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: 1345/2523] 10.0.0.108 () {30 vars in 730 bytes} [Tue Mar 3 04:03:01 2026] GET /v2.0/networks/0dbe6be5-7dea-411c-8255-86950122371d => generated 799 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1179/2524] 10.0.0.108 () {30 vars in 682 bytes} [Tue Mar 3 04:03:01 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2525] 10.0.0.108 () {34 vars in 704 bytes} [Tue Mar 3 04:03:01 2026] POST /v2.0/ports => generated 1132 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1180/2526] 10.0.0.55 () {34 vars in 675 bytes} [Tue Mar 3 04:03:01 2026] POST /v2.0/floatingips => generated 552 bytes in 632 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: 1347/2527] 10.0.0.55 () {34 vars in 758 bytes} [Tue Mar 3 04:03:02 2026] PUT /v2.0/floatingips/9fcb1957-c81c-46d2-ac2b-66293026e034/tags => generated 25 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1181/2528] 10.0.0.55 () {32 vars in 738 bytes} [Tue Mar 3 04:03:02 2026] GET /v2.0/floatingips/9fcb1957-c81c-46d2-ac2b-66293026e034/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2529] 10.0.0.55 () {34 vars in 769 bytes} [Tue Mar 3 04:03:02 2026] PUT /v2.0/floatingips/9fcb1957-c81c-46d2-ac2b-66293026e034/tags/green => generated 4 bytes in 64 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1182/2530] 10.0.0.55 () {32 vars in 738 bytes} [Tue Mar 3 04:03:02 2026] GET /v2.0/floatingips/9fcb1957-c81c-46d2-ac2b-66293026e034/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: 1349/2531] 10.0.0.55 () {34 vars in 765 bytes} [Tue Mar 3 04:03:02 2026] PUT /v2.0/floatingips/9fcb1957-c81c-46d2-ac2b-66293026e034/tags/red => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1183/2532] 10.0.0.55 () {32 vars in 738 bytes} [Tue Mar 3 04:03:02 2026] GET /v2.0/floatingips/9fcb1957-c81c-46d2-ac2b-66293026e034/tags => generated 34 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2533] 10.0.0.55 () {34 vars in 787 bytes} [Tue Mar 3 04:03:02 2026] PUT /v2.0/floatingips/9fcb1957-c81c-46d2-ac2b-66293026e034/tags/black.or.white => generated 4 bytes in 73 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1184/2534] 10.0.0.55 () {32 vars in 738 bytes} [Tue Mar 3 04:03:02 2026] GET /v2.0/floatingips/9fcb1957-c81c-46d2-ac2b-66293026e034/tags => generated 52 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2535] 10.0.0.55 () {34 vars in 758 bytes} [Tue Mar 3 04:03:03 2026] PUT /v2.0/floatingips/9fcb1957-c81c-46d2-ac2b-66293026e034/tags => generated 37 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1185/2536] 10.0.0.55 () {32 vars in 738 bytes} [Tue Mar 3 04:03:03 2026] GET /v2.0/floatingips/9fcb1957-c81c-46d2-ac2b-66293026e034/tags => generated 37 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2537] 10.0.0.55 () {32 vars in 746 bytes} [Tue Mar 3 04:03:03 2026] GET /v2.0/floatingips/9fcb1957-c81c-46d2-ac2b-66293026e034/tags/red => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-03 04:03:03.237 6 INFO neutron.api.v2.resource [None req-0d5ab00d-032b-4fa9-a591-3ae646dda5b9 44ba3bd86a4043e29603a66d509cb028 ea34a93f9b824dd4b201a86b47d185c4 - - default default] show failed (client error): The resource could not be found. [pid: 6|app: 0|req: 1186/2538] 10.0.0.55 () {32 vars in 750 bytes} [Tue Mar 3 04:03:03 2026] GET /v2.0/floatingips/9fcb1957-c81c-46d2-ac2b-66293026e034/tags/green => generated 99 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2539] 10.0.0.55 () {32 vars in 749 bytes} [Tue Mar 3 04:03:03 2026] DELETE /v2.0/floatingips/9fcb1957-c81c-46d2-ac2b-66293026e034/tags/red => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1187/2540] 10.0.0.55 () {32 vars in 738 bytes} [Tue Mar 3 04:03:03 2026] GET /v2.0/floatingips/9fcb1957-c81c-46d2-ac2b-66293026e034/tags => generated 30 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-03 04:03:03.390 7 INFO neutron.api.v2.resource [None req-c56bd2c1-e60d-45cf-9467-0f00414dfa98 44ba3bd86a4043e29603a66d509cb028 ea34a93f9b824dd4b201a86b47d185c4 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1354/2541] 10.0.0.55 () {32 vars in 753 bytes} [Tue Mar 3 04:03:03 2026] DELETE /v2.0/floatingips/9fcb1957-c81c-46d2-ac2b-66293026e034/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1188/2542] 10.0.0.55 () {32 vars in 741 bytes} [Tue Mar 3 04:03:03 2026] DELETE /v2.0/floatingips/9fcb1957-c81c-46d2-ac2b-66293026e034/tags => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2543] 10.0.0.55 () {32 vars in 738 bytes} [Tue Mar 3 04:03:03 2026] GET /v2.0/floatingips/9fcb1957-c81c-46d2-ac2b-66293026e034/tags => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-03 04:03:03.590 6 INFO neutron_taas.services.taas.taas_plugin [None req-f2e1f60b-7019-496d-83f6-003811f7a106 44ba3bd86a4043e29603a66d509cb028 ea34a93f9b824dd4b201a86b47d185c4 - - default default] TaaS: Handle Delete Port: ff930037-92b7-4239-9546-1a194399ba83 2026-03-03 04:03:03.593 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2e1f60b-7019-496d-83f6-003811f7a106 44ba3bd86a4043e29603a66d509cb028 ea34a93f9b824dd4b201a86b47d185c4 - - default default] Tap Mirror: Handle Delete Port: ff930037-92b7-4239-9546-1a194399ba83 [pid: 6|app: 0|req: 1189/2544] 10.0.0.55 () {32 vars in 731 bytes} [Tue Mar 3 04:03:03 2026] DELETE /v2.0/floatingips/9fcb1957-c81c-46d2-ac2b-66293026e034 => generated 0 bytes in 268 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2545] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:03:04 2026] GET /v2.0/security-groups?tenant_id=ea34a93f9b824dd4b201a86b47d185c4&name=default => generated 2929 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1190/2546] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:03:04 2026] DELETE /v2.0/security-groups/c841f813-4746-4e9f-a929-a14f707f0530 => 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: 1357/2547] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:03:04 2026] GET /v2.0/security-groups?tenant_id=bcb78b0c28e9498ca6f6ab789472ed7f&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1191/2548] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:03:04 2026] DELETE /v2.0/security-groups/8f0e0cca-0fef-4d3f-84b0-ae7cca0daa95 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2549] 199.204.45.233 () {30 vars in 703 bytes} [Tue Mar 3 04:03:05 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 214 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1192/2550] 199.204.45.233 () {30 vars in 705 bytes} [Tue Mar 3 04:03:05 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2551] 199.204.45.233 () {30 vars in 681 bytes} [Tue Mar 3 04:03:05 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: 6|app: 0|req: 1193/2552] 199.204.45.233 () {30 vars in 717 bytes} [Tue Mar 3 04:03:05 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2553] 199.204.45.233 () {30 vars in 737 bytes} [Tue Mar 3 04:03:05 2026] GET /v2.0/ports/ba4030d9-d652-4ccc-af43-36df658247ae => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1194/2554] 199.204.45.233 () {30 vars in 703 bytes} [Tue Mar 3 04:03:05 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: 1361/2555] 199.204.45.233 () {30 vars in 705 bytes} [Tue Mar 3 04:03:05 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1195/2556] 199.204.45.233 () {30 vars in 681 bytes} [Tue Mar 3 04:03:05 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: 1362/2557] 199.204.45.233 () {30 vars in 717 bytes} [Tue Mar 3 04:03:05 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-03-03 04:03:05.885 6 INFO neutron.api.v2.resource [None req-cc4e591d-643f-42cf-a369-847371fd0d55 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] show failed (client error): The resource could not be found. [pid: 6|app: 0|req: 1196/2558] 199.204.45.233 () {30 vars in 763 bytes} [Tue Mar 3 04:03:05 2026] GET /v2.0/security-groups/lb-8b3122bb-fd44-4fd5-8337-8c9809a13f4c => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2559] 199.204.45.233 () {30 vars in 785 bytes} [Tue Mar 3 04:03:05 2026] GET /v2.0/security-groups?name=lb-8b3122bb-fd44-4fd5-8337-8c9809a13f4c => generated 23 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1197/2560] 199.204.45.233 () {34 vars in 736 bytes} [Tue Mar 3 04:03:05 2026] POST /v2.0/security-groups => generated 1638 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2561] 199.204.45.233 () {30 vars in 815 bytes} [Tue Mar 3 04:03:06 2026] GET /v2.0/security-group-rules?security_group_id=7e04595f-5117-4879-a7ae-2cf155742a5d => generated 1182 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1198/2562] 199.204.45.233 () {34 vars in 789 bytes} [Tue Mar 3 04:03:06 2026] PUT /v2.0/ports/ba4030d9-d652-4ccc-af43-36df658247ae => generated 1132 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2563] 199.204.45.233 () {30 vars in 703 bytes} [Tue Mar 3 04:03:06 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: 6|app: 0|req: 1199/2564] 199.204.45.233 () {30 vars in 705 bytes} [Tue Mar 3 04:03:06 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: 1366/2565] 199.204.45.233 () {30 vars in 681 bytes} [Tue Mar 3 04:03:06 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: 6|app: 0|req: 1200/2566] 199.204.45.233 () {30 vars in 717 bytes} [Tue Mar 3 04:03:06 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2567] 199.204.45.233 () {30 vars in 741 bytes} [Tue Mar 3 04:03:06 2026] GET /v2.0/subnets/88b1cf4d-d3bf-4d89-ac6c-1d3b5fac778a => generated 675 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 04:03:08.220 6 INFO neutron.db.segments_db [None req-74c1a43a-7641-4c9a-9f98-95646576f9c6 4f784705f32840118f5f07e2e055e158 c2e9e63e63af408ca99413f0a0e2a2b0 - - default default] Added segment b9110218-ca7a-4593-bbe3-9598a5412b3f of type vxlan for network 4580fd15-0b6e-4dff-a1f7-616bf893f45f [pid: 7|app: 0|req: 1368/2568] 10.0.0.25 () {34 vars in 989 bytes} [Tue Mar 3 04:03:08 2026] GET /v2.0/ports?device_id=25f54363-0120-442a-904b-79d98e436520 => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2569] 10.0.0.25 () {34 vars in 1039 bytes} [Tue Mar 3 04:03:08 2026] GET /v2.0/security-groups?id=ef24441a-185a-4652-ba80-51146a0a8bcd&fields=id&fields=name => generated 113 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1201/2570] 10.0.0.55 () {34 vars in 669 bytes} [Tue Mar 3 04:03:07 2026] POST /v2.0/networks => generated 632 bytes in 396 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2571] 10.0.0.55 () {34 vars in 663 bytes} [Tue Mar 3 04:03:08 2026] POST /v2.0/ports => generated 743 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1202/2572] 10.0.0.55 () {34 vars in 746 bytes} [Tue Mar 3 04:03:08 2026] PUT /v2.0/ports/68f657f2-4ef2-4683-81cf-695b41792ce9/tags => generated 25 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: 1371/2573] 10.0.0.55 () {32 vars in 726 bytes} [Tue Mar 3 04:03:08 2026] GET /v2.0/ports/68f657f2-4ef2-4683-81cf-695b41792ce9/tags => generated 25 bytes in 61 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: 6|app: 0|req: 1203/2574] 10.0.0.55 () {34 vars in 757 bytes} [Tue Mar 3 04:03:08 2026] PUT /v2.0/ports/68f657f2-4ef2-4683-81cf-695b41792ce9/tags/green => generated 4 bytes in 80 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1372/2575] 10.0.0.55 () {32 vars in 726 bytes} [Tue Mar 3 04:03:08 2026] GET /v2.0/ports/68f657f2-4ef2-4683-81cf-695b41792ce9/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 6|app: 0|req: 1204/2576] 10.0.0.55 () {34 vars in 753 bytes} [Tue Mar 3 04:03:08 2026] PUT /v2.0/ports/68f657f2-4ef2-4683-81cf-695b41792ce9/tags/red => generated 4 bytes in 74 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1373/2577] 10.0.0.55 () {32 vars in 726 bytes} [Tue Mar 3 04:03:09 2026] GET /v2.0/ports/68f657f2-4ef2-4683-81cf-695b41792ce9/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 6|app: 0|req: 1205/2578] 10.0.0.55 () {34 vars in 775 bytes} [Tue Mar 3 04:03:09 2026] PUT /v2.0/ports/68f657f2-4ef2-4683-81cf-695b41792ce9/tags/black.or.white => generated 4 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1374/2579] 10.0.0.55 () {32 vars in 726 bytes} [Tue Mar 3 04:03:09 2026] GET /v2.0/ports/68f657f2-4ef2-4683-81cf-695b41792ce9/tags => generated 52 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 6|app: 0|req: 1206/2580] 10.0.0.55 () {34 vars in 746 bytes} [Tue Mar 3 04:03:09 2026] PUT /v2.0/ports/68f657f2-4ef2-4683-81cf-695b41792ce9/tags => generated 37 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: 1375/2581] 10.0.0.55 () {32 vars in 726 bytes} [Tue Mar 3 04:03:09 2026] GET /v2.0/ports/68f657f2-4ef2-4683-81cf-695b41792ce9/tags => generated 37 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 6|app: 0|req: 1207/2582] 10.0.0.55 () {32 vars in 734 bytes} [Tue Mar 3 04:03:09 2026] GET /v2.0/ports/68f657f2-4ef2-4683-81cf-695b41792ce9/tags/red => generated 0 bytes in 45 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-03-03 04:03:09.457 7 INFO neutron.api.v2.resource [None req-d1dac626-71b1-40c7-b0c3-4c4561058bdb 4f784705f32840118f5f07e2e055e158 c2e9e63e63af408ca99413f0a0e2a2b0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1376/2583] 10.0.0.55 () {32 vars in 738 bytes} [Tue Mar 3 04:03:09 2026] GET /v2.0/ports/68f657f2-4ef2-4683-81cf-695b41792ce9/tags/green => generated 99 bytes in 55 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: 6|app: 0|req: 1208/2584] 10.0.0.55 () {32 vars in 737 bytes} [Tue Mar 3 04:03:09 2026] DELETE /v2.0/ports/68f657f2-4ef2-4683-81cf-695b41792ce9/tags/red => generated 0 bytes in 53 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: 1377/2585] 10.0.0.55 () {32 vars in 726 bytes} [Tue Mar 3 04:03:09 2026] GET /v2.0/ports/68f657f2-4ef2-4683-81cf-695b41792ce9/tags => generated 30 bytes in 43 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-03-03 04:03:09.642 6 INFO neutron.api.v2.resource [None req-b0257e9b-4ef2-4725-90b1-ef4c660edec3 4f784705f32840118f5f07e2e055e158 c2e9e63e63af408ca99413f0a0e2a2b0 - - default default] delete failed (client error): The resource could not be found. [pid: 6|app: 0|req: 1209/2586] 10.0.0.55 () {32 vars in 741 bytes} [Tue Mar 3 04:03:09 2026] DELETE /v2.0/ports/68f657f2-4ef2-4683-81cf-695b41792ce9/tags/green => generated 99 bytes in 74 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: 1378/2587] 10.0.0.55 () {32 vars in 729 bytes} [Tue Mar 3 04:03:09 2026] DELETE /v2.0/ports/68f657f2-4ef2-4683-81cf-695b41792ce9/tags => generated 0 bytes in 70 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: 6|app: 0|req: 1210/2588] 10.0.0.55 () {32 vars in 726 bytes} [Tue Mar 3 04:03:09 2026] GET /v2.0/ports/68f657f2-4ef2-4683-81cf-695b41792ce9/tags => generated 12 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-03 04:03:09.861 7 INFO neutron_taas.services.taas.taas_plugin [None req-cfbf716c-e1b5-480c-af51-ea0548f4d17d 4f784705f32840118f5f07e2e055e158 c2e9e63e63af408ca99413f0a0e2a2b0 - - default default] TaaS: Handle Delete Port: 68f657f2-4ef2-4683-81cf-695b41792ce9 2026-03-03 04:03:09.864 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cfbf716c-e1b5-480c-af51-ea0548f4d17d 4f784705f32840118f5f07e2e055e158 c2e9e63e63af408ca99413f0a0e2a2b0 - - default default] Tap Mirror: Handle Delete Port: 68f657f2-4ef2-4683-81cf-695b41792ce9 [pid: 7|app: 0|req: 1379/2589] 10.0.0.55 () {32 vars in 719 bytes} [Tue Mar 3 04:03:09 2026] DELETE /v2.0/ports/68f657f2-4ef2-4683-81cf-695b41792ce9 => generated 0 bytes in 142 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-03-03 04:03:10.049 6 INFO neutron.services.segments.plugin [-] Segment b9110218-ca7a-4593-bbe3-9598a5412b3f resource provider aggregate not found 2026-03-03 04:03:10.053 6 INFO neutron.services.segments.plugin [-] Segment b9110218-ca7a-4593-bbe3-9598a5412b3f resource provider aggregate not found 2026-03-03 04:03:10.069 6 INFO neutron.services.segments.plugin [-] Segment b9110218-ca7a-4593-bbe3-9598a5412b3f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9110218-ca7a-4593-bbe3-9598a5412b3f found for delete ", "request_id": "req-5756870b-f916-4580-9551-7780a5cd4180"}]} 2026-03-03 04:03:10.071 6 INFO neutron.services.segments.plugin [-] Segment b9110218-ca7a-4593-bbe3-9598a5412b3f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9110218-ca7a-4593-bbe3-9598a5412b3f found for delete ", "request_id": "req-d98feaf6-8acc-40bb-a899-53c8dc155b22"}]} [pid: 6|app: 0|req: 1211/2590] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 04:03:09 2026] DELETE /v2.0/networks/4580fd15-0b6e-4dff-a1f7-616bf893f45f => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2591] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:03:10 2026] GET /v2.0/security-groups?tenant_id=cf35fec9b638466386183906544d2d33&name=default => generated 2929 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1212/2592] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:03:10 2026] DELETE /v2.0/security-groups/53a81c62-493b-456e-b6ea-9d15263b3f3a => 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: 1381/2593] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:03:11 2026] GET /v2.0/security-groups?tenant_id=c2e9e63e63af408ca99413f0a0e2a2b0&name=default => generated 2929 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1213/2594] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:03:11 2026] DELETE /v2.0/security-groups/460ddb6f-791c-4397-b199-077876cfc4a2 => 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: 1382/2595] 10.0.0.33 () {34 vars in 1015 bytes} [Tue Mar 3 04:03:13 2026] GET /v2.0/security-groups?id=733a9979-51f0-4d94-9637-72644ddbd3fa&fields=id => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1214/2596] 10.0.0.33 () {34 vars in 981 bytes} [Tue Mar 3 04:03:13 2026] GET /v2.0/networks?id=63dec0fd-f286-42d4-827b-ac1189100e6a => generated 735 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2597] 10.0.0.33 () {34 vars in 964 bytes} [Tue Mar 3 04:03:13 2026] GET /v2.0/quotas/34aa82d2f93f49e899ad14b801cf5d65 => generated 291 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1215/2598] 10.0.0.33 () {34 vars in 1001 bytes} [Tue Mar 3 04:03:13 2026] GET /v2.0/ports?tenant_id=34aa82d2f93f49e899ad14b801cf5d65&fields=id => generated 149 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2601] 10.0.0.33 () {34 vars in 1007 bytes} [Tue Mar 3 04:03:14 2026] GET /v2.0/networks/63dec0fd-f286-42d4-827b-ac1189100e6a?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1218/2602] 10.0.0.33 () {34 vars in 1107 bytes} [Tue Mar 3 04:03:14 2026] GET /v2.0/networks/63dec0fd-f286-42d4-827b-ac1189100e6a?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-03-03 04:03:14.461 7 INFO neutron.db.segments_db [None req-51910425-163a-43d5-8c8c-76d30c48ad4f ec1e65cf17294460af0e646881c18117 6ecb03e9823343b6a78b100d5496ec85 - - default default] Added segment e1b0ecd9-e2ba-4927-adc8-994826062566 of type vxlan for network c54e270e-e653-42a1-8043-4a6216aed731 [pid: 7|app: 0|req: 1385/2603] 10.0.0.55 () {34 vars in 669 bytes} [Tue Mar 3 04:03:14 2026] POST /v2.0/networks => generated 631 bytes in 368 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-03 04:03:14.623 6 INFO neutron.db.segments_db [None req-d058c046-b239-449a-a425-552030d7901e ec1e65cf17294460af0e646881c18117 6ecb03e9823343b6a78b100d5496ec85 - - default default] Added segment 075b011a-e5e7-4812-979f-8b8f27647a8e of type vxlan for network c639d4ac-e99c-47b6-bfe9-ff61c68fd5a9 [pid: 7|app: 0|req: 1386/2604] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:03:14 2026] GET /v2.0/ports?device_id=211a083f-4eaa-4446-9415-c1a6a6b99239 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1219/2605] 10.0.0.55 () {34 vars in 669 bytes} [Tue Mar 3 04:03:14 2026] POST /v2.0/networks => generated 632 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2606] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:03:14 2026] GET /v2.0/ports?device_id=211a083f-4eaa-4446-9415-c1a6a6b99239 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1220/2607] 10.0.0.55 () {34 vars in 752 bytes} [Tue Mar 3 04:03:14 2026] PUT /v2.0/networks/c54e270e-e653-42a1-8043-4a6216aed731/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2608] 10.0.0.55 () {32 vars in 732 bytes} [Tue Mar 3 04:03:14 2026] GET /v2.0/networks/c54e270e-e653-42a1-8043-4a6216aed731/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1221/2609] 10.0.0.55 () {34 vars in 752 bytes} [Tue Mar 3 04:03:14 2026] PUT /v2.0/networks/c639d4ac-e99c-47b6-bfe9-ff61c68fd5a9/tags => generated 17 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2610] 10.0.0.55 () {32 vars in 732 bytes} [Tue Mar 3 04:03:14 2026] GET /v2.0/networks/c639d4ac-e99c-47b6-bfe9-ff61c68fd5a9/tags => generated 17 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1222/2611] 10.0.0.55 () {34 vars in 752 bytes} [Tue Mar 3 04:03:14 2026] PUT /v2.0/networks/c639d4ac-e99c-47b6-bfe9-ff61c68fd5a9/tags => generated 12 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2612] 10.0.0.55 () {32 vars in 732 bytes} [Tue Mar 3 04:03:14 2026] GET /v2.0/networks/c639d4ac-e99c-47b6-bfe9-ff61c68fd5a9/tags => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1223/2613] 10.0.0.55 () {32 vars in 732 bytes} [Tue Mar 3 04:03:15 2026] GET /v2.0/networks/c54e270e-e653-42a1-8043-4a6216aed731/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-03 04:03:15.200 7 INFO neutron.services.segments.plugin [-] Segment e1b0ecd9-e2ba-4927-adc8-994826062566 resource provider aggregate not found 2026-03-03 04:03:15.207 7 INFO neutron.services.segments.plugin [-] Segment e1b0ecd9-e2ba-4927-adc8-994826062566 resource provider aggregate not found 2026-03-03 04:03:15.214 7 INFO neutron.services.segments.plugin [-] Segment e1b0ecd9-e2ba-4927-adc8-994826062566 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e1b0ecd9-e2ba-4927-adc8-994826062566 found for delete ", "request_id": "req-a821431e-a476-4aa0-bb51-067aa06db15c"}]} 2026-03-03 04:03:15.223 7 INFO neutron.services.segments.plugin [-] Segment e1b0ecd9-e2ba-4927-adc8-994826062566 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e1b0ecd9-e2ba-4927-adc8-994826062566 found for delete ", "request_id": "req-2dc0edd3-fa53-4f49-9a9b-782ecf6ab027"}]} [pid: 7|app: 0|req: 1391/2614] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 04:03:15 2026] DELETE /v2.0/networks/c54e270e-e653-42a1-8043-4a6216aed731 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 04:03:15.352 6 INFO neutron.services.segments.plugin [-] Segment 075b011a-e5e7-4812-979f-8b8f27647a8e resource provider aggregate not found 2026-03-03 04:03:15.357 6 INFO neutron.services.segments.plugin [-] Segment 075b011a-e5e7-4812-979f-8b8f27647a8e resource provider aggregate not found 2026-03-03 04:03:15.364 6 INFO neutron.services.segments.plugin [-] Segment 075b011a-e5e7-4812-979f-8b8f27647a8e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 075b011a-e5e7-4812-979f-8b8f27647a8e found for delete ", "request_id": "req-1ad0a864-e90b-4fb5-b90f-97a66b7f4316"}]} 2026-03-03 04:03:15.369 6 INFO neutron.services.segments.plugin [-] Segment 075b011a-e5e7-4812-979f-8b8f27647a8e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 075b011a-e5e7-4812-979f-8b8f27647a8e found for delete ", "request_id": "req-654632cb-c40a-4f7d-b27c-01bf942decbe"}]} [pid: 6|app: 0|req: 1224/2615] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 04:03:15 2026] DELETE /v2.0/networks/c639d4ac-e99c-47b6-bfe9-ff61c68fd5a9 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2616] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:03:15 2026] GET /v2.0/security-groups?tenant_id=bd18a23bdbd54522a27c8852d19a4972&name=default => generated 2929 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1225/2617] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:03:16 2026] DELETE /v2.0/security-groups/10337f43-ce98-494e-bf0c-7de1ef41481f => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2618] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:03:16 2026] GET /v2.0/security-groups?tenant_id=6ecb03e9823343b6a78b100d5496ec85&name=default => generated 2929 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1226/2619] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:03:16 2026] DELETE /v2.0/security-groups/459700b0-e7a9-4334-a7e6-a8455774e80b => 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: 1394/2620] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:03:17 2026] GET /v2.0/ports?device_id=211a083f-4eaa-4446-9415-c1a6a6b99239 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1227/2621] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:03:17 2026] GET /v2.0/ports?device_id=211a083f-4eaa-4446-9415-c1a6a6b99239 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2622] 199.204.45.233 () {34 vars in 986 bytes} [Tue Mar 3 04:03:18 2026] GET /v2.0/networks?id=63dec0fd-f286-42d4-827b-ac1189100e6a => generated 735 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1228/2623] 199.204.45.233 () {34 vars in 1050 bytes} [Tue Mar 3 04:03:18 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=34aa82d2f93f49e899ad14b801cf5d65 => generated 343 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1229/2624] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:03:18 2026] GET /v2.0/ports?device_id=25f54363-0120-442a-904b-79d98e436520 => generated 975 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1230/2625] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:03:18 2026] GET /v2.0/security-groups?id=ef24441a-185a-4652-ba80-51146a0a8bcd&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: 1396/2626] 199.204.45.233 () {38 vars in 955 bytes} [Tue Mar 3 04:03:18 2026] POST /v2.0/ports => generated 1078 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1231/2627] 199.204.45.233 () {38 vars in 1028 bytes} [Tue Mar 3 04:03:19 2026] PUT /v2.0/ports/8de22184-5d1b-445c-a3ca-277e4ec982cc => generated 1239 bytes in 404 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-03 04:03:19.524 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-4734fe09-b4b2-4c7a-9ae4-1d023c6228a7'] response: {'name': 'network-changed', 'server_uuid': '211a083f-4eaa-4446-9415-c1a6a6b99239', 'tag': '8de22184-5d1b-445c-a3ca-277e4ec982cc', '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: 6|app: 0|req: 1232/2628] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Mar 3 04:03:20 2026] GET /v2.0/ports?tenant_id=34aa82d2f93f49e899ad14b801cf5d65&device_id=211a083f-4eaa-4446-9415-c1a6a6b99239 => generated 1242 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1233/2629] 199.204.45.233 () {34 vars in 1018 bytes} [Tue Mar 3 04:03:20 2026] GET /v2.0/networks?tenant_id=34aa82d2f93f49e899ad14b801cf5d65&shared=False => generated 735 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2630] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:03:20 2026] GET /v2.0/ports?device_id=25f54363-0120-442a-904b-79d98e436520 => generated 975 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1234/2631] 199.204.45.233 () {34 vars in 930 bytes} [Tue Mar 3 04:03:20 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2632] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:03:20 2026] GET /v2.0/security-groups?id=ef24441a-185a-4652-ba80-51146a0a8bcd&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1235/2633] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:03:20 2026] GET /v2.0/ports?device_id=211a083f-4eaa-4446-9415-c1a6a6b99239 => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2634] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:03:20 2026] GET /v2.0/security-groups?id=733a9979-51f0-4d94-9637-72644ddbd3fa&fields=id&fields=name => generated 96 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1236/2635] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:03:20 2026] GET /v2.0/ports?device_id=211a083f-4eaa-4446-9415-c1a6a6b99239 => generated 1242 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2636] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Mar 3 04:03:21 2026] GET /v2.0/ports?tenant_id=34aa82d2f93f49e899ad14b801cf5d65&device_id=211a083f-4eaa-4446-9415-c1a6a6b99239 => generated 1242 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1237/2637] 199.204.45.233 () {34 vars in 1060 bytes} [Tue Mar 3 04:03:21 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.69&port_id=8de22184-5d1b-445c-a3ca-277e4ec982cc => 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: 1401/2638] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:03:21 2026] GET /v2.0/ports?device_id=25f54363-0120-442a-904b-79d98e436520 => generated 975 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1238/2639] 199.204.45.233 () {34 vars in 984 bytes} [Tue Mar 3 04:03:21 2026] GET /v2.0/subnets?id=49edc4df-3f2c-48f3-bab9-30d16d2661fa => generated 654 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2640] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:03:21 2026] GET /v2.0/security-groups?id=ef24441a-185a-4652-ba80-51146a0a8bcd&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1239/2641] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Mar 3 04:03:21 2026] GET /v2.0/ports?network_id=63dec0fd-f286-42d4-827b-ac1189100e6a&device_owner=network%3Adhcp => generated 1244 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2642] 199.204.45.233 () {34 vars in 994 bytes} [Tue Mar 3 04:03:21 2026] GET /v2.0/ports?device_id=25f54363-0120-442a-904b-79d98e436520 => generated 975 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1240/2643] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Mar 3 04:03:21 2026] GET /v2.0/networks/63dec0fd-f286-42d4-827b-ac1189100e6a?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1241/2644] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Mar 3 04:03:21 2026] GET /v2.0/networks/63dec0fd-f286-42d4-827b-ac1189100e6a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-03 04:03:21.399 7 INFO neutron_taas.services.taas.taas_plugin [req-ff11eba0-26f7-4da4-bf0a-845f0e12a526 req-d8763afc-d18c-4dc7-a64a-76ae8d6350bb d9a3511db64648cc99d43b08f5405ce7 e17e4398866d4f4da833449d547e4d14 - - default default] TaaS: Handle Delete Port: fa767c83-6ddf-473c-9a16-5a52b725a6bd 2026-03-03 04:03:21.401 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ff11eba0-26f7-4da4-bf0a-845f0e12a526 req-d8763afc-d18c-4dc7-a64a-76ae8d6350bb d9a3511db64648cc99d43b08f5405ce7 e17e4398866d4f4da833449d547e4d14 - - default default] Tap Mirror: Handle Delete Port: fa767c83-6ddf-473c-9a16-5a52b725a6bd 2026-03-03 04:03:21.514 7 INFO neutron.db.l3_db [req-ff11eba0-26f7-4da4-bf0a-845f0e12a526 req-d8763afc-d18c-4dc7-a64a-76ae8d6350bb d9a3511db64648cc99d43b08f5405ce7 e17e4398866d4f4da833449d547e4d14 - - default default] Floating IP b9afb82a-41f0-4b81-b92d-3f333d3f7374 disassociated. External IP: 10.96.250.203, port: fa767c83-6ddf-473c-9a16-5a52b725a6bd. [pid: 7|app: 0|req: 1404/2645] 199.204.45.233 () {36 vars in 997 bytes} [Tue Mar 3 04:03:21 2026] DELETE /v2.0/ports/fa767c83-6ddf-473c-9a16-5a52b725a6bd => generated 0 bytes in 519 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 04:03:21.876 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4f18153d-b046-4902-87f3-efeea498bf46'] response: {'server_uuid': '25f54363-0120-442a-904b-79d98e436520', 'name': 'network-vif-deleted', 'tag': 'fa767c83-6ddf-473c-9a16-5a52b725a6bd', 'status': 'completed', 'code': 200} [pid: 6|app: 0|req: 1242/2646] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:03:22 2026] GET /v2.0/ports?device_id=25f54363-0120-442a-904b-79d98e436520 => 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: 1405/2647] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:03:23 2026] GET /v2.0/ports?device_id=211a083f-4eaa-4446-9415-c1a6a6b99239 => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1243/2648] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:03:23 2026] GET /v2.0/security-groups?id=733a9979-51f0-4d94-9637-72644ddbd3fa&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: 7|app: 0|req: 1406/2649] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:03:23 2026] GET /v2.0/ports?device_id=211a083f-4eaa-4446-9415-c1a6a6b99239 => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1244/2650] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:03:23 2026] GET /v2.0/ports?device_id=25f54363-0120-442a-904b-79d98e436520 => 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: 1407/2651] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:03:24 2026] GET /v2.0/ports?device_id=25f54363-0120-442a-904b-79d98e436520 => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1245/2652] 199.204.45.233 () {34 vars in 994 bytes} [Tue Mar 3 04:03:25 2026] GET /v2.0/ports?device_id=211a083f-4eaa-4446-9415-c1a6a6b99239 => 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: 1408/2653] 199.204.45.233 () {34 vars in 1044 bytes} [Tue Mar 3 04:03:25 2026] GET /v2.0/security-groups?id=733a9979-51f0-4d94-9637-72644ddbd3fa&fields=id&fields=name => generated 96 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1246/2654] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:03:25 2026] DELETE /v2.0/security-groups/ef24441a-185a-4652-ba80-51146a0a8bcd => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-03 04:03:25.879 7 INFO neutron_taas.services.taas.taas_plugin [None req-1881b5d5-2990-43ba-9b2b-fafceb80ca6d d9a3511db64648cc99d43b08f5405ce7 e17e4398866d4f4da833449d547e4d14 - - default default] TaaS: Handle Delete Port: 495ce3eb-6dad-4c90-ad56-c8580934abde 2026-03-03 04:03:25.882 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1881b5d5-2990-43ba-9b2b-fafceb80ca6d d9a3511db64648cc99d43b08f5405ce7 e17e4398866d4f4da833449d547e4d14 - - default default] Tap Mirror: Handle Delete Port: 495ce3eb-6dad-4c90-ad56-c8580934abde [pid: 7|app: 0|req: 1409/2655] 10.0.0.55 () {32 vars in 731 bytes} [Tue Mar 3 04:03:25 2026] DELETE /v2.0/floatingips/b9afb82a-41f0-4b81-b92d-3f333d3f7374 => generated 0 bytes in 270 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1247/2656] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:03:26 2026] GET /v2.0/ports?device_id=211a083f-4eaa-4446-9415-c1a6a6b99239 => 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: 1410/2657] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:03:26 2026] GET /v2.0/security-groups?id=733a9979-51f0-4d94-9637-72644ddbd3fa&fields=id&fields=name => generated 96 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2658] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:03:26 2026] GET /v2.0/ports?device_id=211a083f-4eaa-4446-9415-c1a6a6b99239 => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1248/2659] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:03:26 2026] GET /v2.0/ports?device_id=efd7d39f-a7c9-4aa3-8304-5c462878ffa1 => 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: 1412/2660] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:03:26 2026] GET /v2.0/security-groups?id=70793c50-cf2c-4b39-8d08-27ab70e955cb&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1249/2661] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:03:27 2026] GET /v2.0/ports?device_id=efd7d39f-a7c9-4aa3-8304-5c462878ffa1 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2662] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:03:27 2026] GET /v2.0/security-groups?id=70793c50-cf2c-4b39-8d08-27ab70e955cb&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1250/2663] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:03:28 2026] GET /v2.0/ports?device_id=efd7d39f-a7c9-4aa3-8304-5c462878ffa1 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2664] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:03:28 2026] GET /v2.0/security-groups?id=70793c50-cf2c-4b39-8d08-27ab70e955cb&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1251/2665] 199.204.45.233 () {34 vars in 994 bytes} [Tue Mar 3 04:03:28 2026] GET /v2.0/ports?device_id=efd7d39f-a7c9-4aa3-8304-5c462878ffa1 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 04:03:28.838 7 INFO neutron_taas.services.taas.taas_plugin [req-79436c23-39bc-449b-91c3-7984e2c5735f req-1757bbe4-1d28-4cc8-b738-aa125b3b25bf d9a3511db64648cc99d43b08f5405ce7 e17e4398866d4f4da833449d547e4d14 - - default default] TaaS: Handle Delete Port: 45b6fda4-c522-43b3-ba13-97605832e8e8 2026-03-03 04:03:28.841 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-79436c23-39bc-449b-91c3-7984e2c5735f req-1757bbe4-1d28-4cc8-b738-aa125b3b25bf d9a3511db64648cc99d43b08f5405ce7 e17e4398866d4f4da833449d547e4d14 - - default default] Tap Mirror: Handle Delete Port: 45b6fda4-c522-43b3-ba13-97605832e8e8 [pid: 7|app: 0|req: 1415/2666] 199.204.45.233 () {36 vars in 997 bytes} [Tue Mar 3 04:03:28 2026] DELETE /v2.0/ports/45b6fda4-c522-43b3-ba13-97605832e8e8 => generated 0 bytes in 281 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 04:03:29.023 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c9d83e6a-0673-48ff-899f-90e3d4ac8aea'] response: {'server_uuid': 'efd7d39f-a7c9-4aa3-8304-5c462878ffa1', 'name': 'network-vif-deleted', 'tag': '45b6fda4-c522-43b3-ba13-97605832e8e8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1417/2669] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:03:29 2026] GET /v2.0/ports?device_id=211a083f-4eaa-4446-9415-c1a6a6b99239 => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1253/2670] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:03:29 2026] GET /v2.0/security-groups?id=733a9979-51f0-4d94-9637-72644ddbd3fa&fields=id&fields=name => generated 96 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2671] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:03:29 2026] GET /v2.0/ports?device_id=211a083f-4eaa-4446-9415-c1a6a6b99239 => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1254/2672] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:03:29 2026] GET /v2.0/ports?device_id=efd7d39f-a7c9-4aa3-8304-5c462878ffa1 => 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: 1419/2673] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:03:30 2026] GET /v2.0/ports?device_id=efd7d39f-a7c9-4aa3-8304-5c462878ffa1 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1255/2674] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:03:31 2026] GET /v2.0/ports?device_id=efd7d39f-a7c9-4aa3-8304-5c462878ffa1 => 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: 1420/2675] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:03:32 2026] DELETE /v2.0/security-groups/70793c50-cf2c-4b39-8d08-27ab70e955cb => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-03 04:03:33.463 6 INFO neutron_taas.services.taas.taas_plugin [None req-3e9f22d9-e64d-4ac0-a6d1-a91e99b20eed d9a3511db64648cc99d43b08f5405ce7 e17e4398866d4f4da833449d547e4d14 - - default default] TaaS: Handle Delete Port: 58a71b28-f85c-4503-b928-bb25d128e836 2026-03-03 04:03:33.468 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3e9f22d9-e64d-4ac0-a6d1-a91e99b20eed d9a3511db64648cc99d43b08f5405ce7 e17e4398866d4f4da833449d547e4d14 - - default default] Tap Mirror: Handle Delete Port: 58a71b28-f85c-4503-b928-bb25d128e836 [pid: 6|app: 0|req: 1256/2676] 10.0.0.55 () {34 vars in 788 bytes} [Tue Mar 3 04:03:33 2026] PUT /v2.0/routers/c9c59113-8d90-46c7-9432-ee8f0cbfaf8c/remove_router_interface => generated 309 bytes in 1488 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2677] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:03:34 2026] DELETE /v2.0/subnets/87856cc3-4784-49de-943d-5b961361bbf1 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 04:03:34.895 6 INFO neutron_taas.services.taas.taas_plugin [None req-de3d852f-89a1-4c29-8113-93cbb7a32e7a d9a3511db64648cc99d43b08f5405ce7 e17e4398866d4f4da833449d547e4d14 - - default default] TaaS: Handle Delete Port: 954a9573-3182-4f51-8df4-326c440f9116 2026-03-03 04:03:34.898 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-de3d852f-89a1-4c29-8113-93cbb7a32e7a d9a3511db64648cc99d43b08f5405ce7 e17e4398866d4f4da833449d547e4d14 - - default default] Tap Mirror: Handle Delete Port: 954a9573-3182-4f51-8df4-326c440f9116 2026-03-03 04:03:35.146 6 INFO neutron_taas.services.taas.taas_plugin [None req-de3d852f-89a1-4c29-8113-93cbb7a32e7a d9a3511db64648cc99d43b08f5405ce7 e17e4398866d4f4da833449d547e4d14 - - default default] TaaS: Handle Delete Port: 0277d9e3-e124-49fa-8229-6740a82beb8a 2026-03-03 04:03:35.149 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-de3d852f-89a1-4c29-8113-93cbb7a32e7a d9a3511db64648cc99d43b08f5405ce7 e17e4398866d4f4da833449d547e4d14 - - default default] Tap Mirror: Handle Delete Port: 0277d9e3-e124-49fa-8229-6740a82beb8a 2026-03-03 04:03:35.493 6 INFO neutron.services.segments.plugin [-] Segment ec345b9b-c9b6-48cf-8a4f-ac539bc5cf10 resource provider aggregate not found 2026-03-03 04:03:35.496 6 INFO neutron.services.segments.plugin [-] Segment ec345b9b-c9b6-48cf-8a4f-ac539bc5cf10 resource provider aggregate not found 2026-03-03 04:03:35.506 6 INFO neutron.db.l3_hamode_db [None req-de3d852f-89a1-4c29-8113-93cbb7a32e7a d9a3511db64648cc99d43b08f5405ce7 e17e4398866d4f4da833449d547e4d14 - - default default] HA network 40b30611-c232-4ae4-b5e8-00456535bf79 was deleted as no HA routers are present in tenant e17e4398866d4f4da833449d547e4d14. [pid: 6|app: 0|req: 1257/2678] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:03:34 2026] DELETE /v2.0/routers/c9c59113-8d90-46c7-9432-ee8f0cbfaf8c => generated 0 bytes in 814 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-03 04:03:35.517 6 INFO neutron.services.segments.plugin [-] Segment ec345b9b-c9b6-48cf-8a4f-ac539bc5cf10 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec345b9b-c9b6-48cf-8a4f-ac539bc5cf10 found for delete ", "request_id": "req-ffcc0dd1-3ea1-4178-98ec-d1044f49977c"}]} 2026-03-03 04:03:35.519 6 INFO neutron.services.segments.plugin [-] Segment ec345b9b-c9b6-48cf-8a4f-ac539bc5cf10 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec345b9b-c9b6-48cf-8a4f-ac539bc5cf10 found for delete ", "request_id": "req-e6ee0d78-24df-4084-b35a-5a2f9ba91521"}]} 2026-03-03 04:03:35.618 7 INFO neutron_taas.services.taas.taas_plugin [None req-4cec48e5-2287-4019-afcc-b4156403d863 d9a3511db64648cc99d43b08f5405ce7 e17e4398866d4f4da833449d547e4d14 - - default default] TaaS: Handle Delete Port: 8692b9b7-7b41-472f-989e-67f48bdf0fb0 2026-03-03 04:03:35.621 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4cec48e5-2287-4019-afcc-b4156403d863 d9a3511db64648cc99d43b08f5405ce7 e17e4398866d4f4da833449d547e4d14 - - default default] Tap Mirror: Handle Delete Port: 8692b9b7-7b41-472f-989e-67f48bdf0fb0 2026-03-03 04:03:35.783 7 INFO neutron.services.segments.plugin [-] Segment 8af7cba0-b800-4d1e-8b42-250627081f58 resource provider aggregate not found 2026-03-03 04:03:35.786 7 INFO neutron.services.segments.plugin [-] Segment 8af7cba0-b800-4d1e-8b42-250627081f58 resource provider aggregate not found 2026-03-03 04:03:35.802 7 INFO neutron.services.segments.plugin [-] Segment 8af7cba0-b800-4d1e-8b42-250627081f58 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8af7cba0-b800-4d1e-8b42-250627081f58 found for delete ", "request_id": "req-cb244e9b-a566-4855-8ccb-0aa8b1ed809a"}]} 2026-03-03 04:03:35.806 7 INFO neutron.services.segments.plugin [-] Segment 8af7cba0-b800-4d1e-8b42-250627081f58 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8af7cba0-b800-4d1e-8b42-250627081f58 found for delete ", "request_id": "req-702b0761-7828-42f9-bad6-87773431976f"}]} [pid: 7|app: 0|req: 1422/2679] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 04:03:35 2026] DELETE /v2.0/networks/e32feffa-f798-4234-a888-7777d332e0df => generated 0 bytes in 297 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1258/2680] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:03:36 2026] GET /v2.0/security-groups?tenant_id=e17e4398866d4f4da833449d547e4d14&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2681] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:03:36 2026] DELETE /v2.0/security-groups/7442365f-0028-4d3b-9b02-50b0c092dd06 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1259/2682] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:03:36 2026] GET /v2.0/security-groups?tenant_id=8b9539aa86c84fe6a94c8574cb9e8c5b&name=default => generated 2929 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2683] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:03:36 2026] DELETE /v2.0/security-groups/f5f53741-04b3-4006-ba53-997f3186b752 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-03 04:03:41.361 6 INFO neutron.db.segments_db [None req-4e85ee07-598a-4ca6-adfa-cabf2a547ba5 c1fbb70e6f164b5bb661f7385278cd02 397e26ffcd4b4a69b9f37db1be96d04b - - default default] Added segment 2ec9919d-4130-42a5-b193-f4f16af4d0cb of type vxlan for network 9182e0cd-1459-4d81-99da-792e4a2e8a62 [pid: 6|app: 0|req: 1260/2684] 10.0.0.55 () {34 vars in 669 bytes} [Tue Mar 3 04:03:41 2026] POST /v2.0/networks => generated 727 bytes in 406 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2685] 10.0.0.55 () {34 vars in 668 bytes} [Tue Mar 3 04:03:41 2026] POST /v2.0/subnets => generated 644 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-03 04:03:41.645 6 WARNING neutron.api.v2.base [None req-6545d621-6e6a-4881-9bac-32eca28940b5 c1fbb70e6f164b5bb661f7385278cd02 397e26ffcd4b4a69b9f37db1be96d04b - - 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-03-03 04:03:41.646 6 INFO neutron.api.v2.resource [None req-6545d621-6e6a-4881-9bac-32eca28940b5 c1fbb70e6f164b5bb661f7385278cd02 397e26ffcd4b4a69b9f37db1be96d04b - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 6|app: 0|req: 1261/2686] 10.0.0.55 () {34 vars in 680 bytes} [Tue Mar 3 04:03:41 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-03-03 04:03:41.821 7 INFO neutron.services.segments.plugin [-] Segment 2ec9919d-4130-42a5-b193-f4f16af4d0cb resource provider aggregate not found 2026-03-03 04:03:41.824 7 INFO neutron.services.segments.plugin [-] Segment 2ec9919d-4130-42a5-b193-f4f16af4d0cb resource provider aggregate not found [pid: 7|app: 0|req: 1426/2687] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 04:03:41 2026] DELETE /v2.0/networks/9182e0cd-1459-4d81-99da-792e4a2e8a62 => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 04:03:41.849 7 INFO neutron.services.segments.plugin [-] Segment 2ec9919d-4130-42a5-b193-f4f16af4d0cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ec9919d-4130-42a5-b193-f4f16af4d0cb found for delete ", "request_id": "req-01daa404-2b7a-4d31-823a-59c0afd9a612"}]} 2026-03-03 04:03:41.850 7 INFO neutron.services.segments.plugin [-] Segment 2ec9919d-4130-42a5-b193-f4f16af4d0cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ec9919d-4130-42a5-b193-f4f16af4d0cb found for delete ", "request_id": "req-83757fcb-5ece-424d-b48a-79451eb4e1bf"}]} 2026-03-03 04:03:41.908 6 INFO neutron.db.segments_db [None req-2666e641-dbed-4a50-87e3-2bd3097c2c6c c1fbb70e6f164b5bb661f7385278cd02 397e26ffcd4b4a69b9f37db1be96d04b - - default default] Added segment 88c04de3-1733-411f-ba79-cec769339d3f of type vxlan for network 617fccd9-f4b2-4e91-90a9-f540a0e47b64 [pid: 6|app: 0|req: 1262/2688] 10.0.0.55 () {34 vars in 669 bytes} [Tue Mar 3 04:03:41 2026] POST /v2.0/networks => generated 727 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2689] 10.0.0.55 () {34 vars in 668 bytes} [Tue Mar 3 04:03:41 2026] POST /v2.0/subnets => generated 647 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-03 04:03:42.163 6 WARNING neutron.api.v2.base [None req-5cd8980c-14af-4131-8125-8e1ca53defc2 c1fbb70e6f164b5bb661f7385278cd02 397e26ffcd4b4a69b9f37db1be96d04b - - 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-03-03 04:03:42.164 6 INFO neutron.api.v2.resource [None req-5cd8980c-14af-4131-8125-8e1ca53defc2 c1fbb70e6f164b5bb661f7385278cd02 397e26ffcd4b4a69b9f37db1be96d04b - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 6|app: 0|req: 1263/2690] 10.0.0.55 () {34 vars in 680 bytes} [Tue Mar 3 04:03:42 2026] POST /v2.0/rbac-policies => generated 547 bytes in 8 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2691] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 04:03:42 2026] DELETE /v2.0/networks/617fccd9-f4b2-4e91-90a9-f540a0e47b64 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 04:03:42.380 6 INFO neutron.db.segments_db [None req-dfce5ce3-5d5e-483f-a547-5beff1dc3c76 c1fbb70e6f164b5bb661f7385278cd02 397e26ffcd4b4a69b9f37db1be96d04b - - default default] Added segment 13b0645e-2e07-4d76-b1a8-27b4783f8667 of type vxlan for network c996fd7e-a0a5-4de8-bf73-3bdf95ea33ee [pid: 6|app: 0|req: 1264/2692] 10.0.0.55 () {34 vars in 669 bytes} [Tue Mar 3 04:03:42 2026] POST /v2.0/networks => generated 727 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2693] 10.0.0.55 () {34 vars in 668 bytes} [Tue Mar 3 04:03:42 2026] POST /v2.0/subnets => generated 647 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1265/2694] 10.0.0.55 () {34 vars in 680 bytes} [Tue Mar 3 04:03:42 2026] POST /v2.0/rbac-policies => generated 324 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2695] 10.0.0.55 () {32 vars in 722 bytes} [Tue Mar 3 04:03:43 2026] GET /v2.0/networks/c996fd7e-a0a5-4de8-bf73-3bdf95ea33ee => generated 655 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 04:03:43.725 6 INFO neutron.pecan_wsgi.hooks.translation [None req-5e1a1fba-8aed-43c5-a6d8-bd82cacb023f 1aea2e48afd343e1bb6fde3811994938 ab4779a60d984b9e87a5cbe51d9b9857 - - default default] GET failed (client error): The resource could not be found. [pid: 6|app: 0|req: 1266/2696] 10.0.0.55 () {32 vars in 722 bytes} [Tue Mar 3 04:03:43 2026] GET /v2.0/networks/c996fd7e-a0a5-4de8-bf73-3bdf95ea33ee => generated 138 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-03 04:03:43.877 7 INFO neutron.services.segments.plugin [-] Segment 88c04de3-1733-411f-ba79-cec769339d3f resource provider aggregate not found 2026-03-03 04:03:43.882 7 INFO neutron.services.segments.plugin [-] Segment 88c04de3-1733-411f-ba79-cec769339d3f resource provider aggregate not found 2026-03-03 04:03:43.910 7 INFO neutron.services.segments.plugin [-] Segment 88c04de3-1733-411f-ba79-cec769339d3f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88c04de3-1733-411f-ba79-cec769339d3f found for delete ", "request_id": "req-bcc99ecb-7ea3-44c5-8ea0-34b9c6213c07"}]} 2026-03-03 04:03:43.913 7 INFO neutron.services.segments.plugin [-] Segment 88c04de3-1733-411f-ba79-cec769339d3f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88c04de3-1733-411f-ba79-cec769339d3f found for delete ", "request_id": "req-ef6755a4-a49b-4a2d-9b64-33627da6698f"}]} 2026-03-03 04:03:44.493 7 INFO neutron_taas.services.taas.taas_plugin [None req-1cfa8d82-be1b-4e3f-bc3c-e5d9057822e4 c1fbb70e6f164b5bb661f7385278cd02 397e26ffcd4b4a69b9f37db1be96d04b - - default default] TaaS: Handle Delete Port: 306af053-1444-4b78-b461-e5f15b82e7d3 2026-03-03 04:03:44.496 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1cfa8d82-be1b-4e3f-bc3c-e5d9057822e4 c1fbb70e6f164b5bb661f7385278cd02 397e26ffcd4b4a69b9f37db1be96d04b - - default default] Tap Mirror: Handle Delete Port: 306af053-1444-4b78-b461-e5f15b82e7d3 [pid: 7|app: 0|req: 1431/2699] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 04:03:43 2026] DELETE /v2.0/networks/c996fd7e-a0a5-4de8-bf73-3bdf95ea33ee => generated 0 bytes in 925 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 04:03:44.690 6 INFO neutron.pecan_wsgi.hooks.translation [None req-1611580d-6c31-4ab5-8d4d-274510afe225 c1fbb70e6f164b5bb661f7385278cd02 397e26ffcd4b4a69b9f37db1be96d04b - - default default] DELETE failed (client error): The resource could not be found. [pid: 6|app: 0|req: 1269/2700] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:03:44 2026] DELETE /v2.0/subnets/b7d13e97-4a10-4207-894b-35772853b7c2 => generated 136 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-03 04:03:44.710 7 INFO neutron.pecan_wsgi.hooks.translation [None req-10e8bb6b-7ab5-4a69-a326-0a216d0a7853 c1fbb70e6f164b5bb661f7385278cd02 397e26ffcd4b4a69b9f37db1be96d04b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1432/2701] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:03:44 2026] DELETE /v2.0/subnets/b8e284b1-da7c-4ddd-bf71-0decaaa48efc => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-03 04:03:44.727 6 INFO neutron.pecan_wsgi.hooks.translation [None req-6f8aa217-d31e-44e5-88bc-5a1ba02f41fa c1fbb70e6f164b5bb661f7385278cd02 397e26ffcd4b4a69b9f37db1be96d04b - - default default] DELETE failed (client error): The resource could not be found. [pid: 6|app: 0|req: 1270/2702] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:03:44 2026] DELETE /v2.0/subnets/2dddd1a5-99eb-42ad-a7a3-cadf5fac3774 => 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: 1433/2703] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:03:45 2026] GET /v2.0/security-groups?tenant_id=397e26ffcd4b4a69b9f37db1be96d04b&name=default => generated 2929 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1271/2704] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:03:45 2026] DELETE /v2.0/security-groups/baee1ebd-e275-4ea3-9f6e-4598959933c6 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-03 04:03:45.932 7 INFO neutron.services.segments.plugin [-] Segment 13b0645e-2e07-4d76-b1a8-27b4783f8667 resource provider aggregate not found 2026-03-03 04:03:45.937 7 INFO neutron.services.segments.plugin [-] Segment 13b0645e-2e07-4d76-b1a8-27b4783f8667 resource provider aggregate not found 2026-03-03 04:03:45.953 7 INFO neutron.services.segments.plugin [-] Segment 13b0645e-2e07-4d76-b1a8-27b4783f8667 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13b0645e-2e07-4d76-b1a8-27b4783f8667 found for delete ", "request_id": "req-b437e0da-d17f-4690-8452-ae892184ebf6"}]} 2026-03-03 04:03:45.958 7 INFO neutron.services.segments.plugin [-] Segment 13b0645e-2e07-4d76-b1a8-27b4783f8667 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13b0645e-2e07-4d76-b1a8-27b4783f8667 found for delete ", "request_id": "req-8567a6fe-69b0-4030-a3ca-aadbd1b61d6a"}]} 2026-03-03 04:03:45.971 7 INFO neutron.services.segments.plugin [-] Segment 13b0645e-2e07-4d76-b1a8-27b4783f8667 resource provider aggregate not found 2026-03-03 04:03:45.975 7 INFO neutron.services.segments.plugin [-] Segment 13b0645e-2e07-4d76-b1a8-27b4783f8667 resource provider aggregate not found [pid: 7|app: 0|req: 1434/2705] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:03:45 2026] GET /v2.0/security-groups?tenant_id=6275bad633d548229e164d90abc8af05&name=default => generated 2929 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-03 04:03:45.992 7 INFO neutron.services.segments.plugin [-] Segment 13b0645e-2e07-4d76-b1a8-27b4783f8667 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13b0645e-2e07-4d76-b1a8-27b4783f8667 found for delete ", "request_id": "req-d822c469-8b14-4a42-a6ba-58fa68f2c6b7"}]} 2026-03-03 04:03:45.995 7 INFO neutron.services.segments.plugin [-] Segment 13b0645e-2e07-4d76-b1a8-27b4783f8667 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13b0645e-2e07-4d76-b1a8-27b4783f8667 found for delete ", "request_id": "req-60c72377-3c89-43ff-bb02-cafa6af612cf"}]} [pid: 6|app: 0|req: 1272/2706] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:03:45 2026] DELETE /v2.0/security-groups/475a9e6f-7b2b-4b75-9e0f-06defe5548f7 => 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: 1435/2707] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:03:46 2026] GET /v2.0/security-groups?tenant_id=ab4779a60d984b9e87a5cbe51d9b9857&name=default => generated 2929 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1273/2708] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:03:46 2026] DELETE /v2.0/security-groups/876eb492-c353-464b-a443-a5b57617557d => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2709] 10.0.0.55 () {34 vars in 675 bytes} [Tue Mar 3 04:03:50 2026] POST /v2.0/subnetpools => generated 516 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1274/2710] 10.0.0.55 () {34 vars in 675 bytes} [Tue Mar 3 04:03:50 2026] POST /v2.0/subnetpools => generated 516 bytes in 75 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2711] 10.0.0.55 () {34 vars in 675 bytes} [Tue Mar 3 04:03:50 2026] POST /v2.0/subnetpools => generated 516 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1275/2712] 10.0.0.55 () {34 vars in 675 bytes} [Tue Mar 3 04:03:50 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: 1438/2713] 10.0.0.55 () {34 vars in 675 bytes} [Tue Mar 3 04:03:50 2026] POST /v2.0/subnetpools => generated 516 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1276/2714] 10.0.0.55 () {34 vars in 758 bytes} [Tue Mar 3 04:03:51 2026] PUT /v2.0/subnetpools/79aa525f-3cdf-4f8c-86f5-04c5fdb7350c/tags => generated 17 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2715] 10.0.0.55 () {34 vars in 758 bytes} [Tue Mar 3 04:03:51 2026] PUT /v2.0/subnetpools/10674e2c-d766-49a5-b011-98c7fb9c035f/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1277/2716] 10.0.0.55 () {34 vars in 758 bytes} [Tue Mar 3 04:03:51 2026] PUT /v2.0/subnetpools/08049c91-afad-4255-9a89-41a936b20844/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2717] 10.0.0.55 () {34 vars in 758 bytes} [Tue Mar 3 04:03:51 2026] PUT /v2.0/subnetpools/079fd323-c469-4cad-b14c-b6631f4fce8f/tags => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1278/2718] 10.0.0.55 () {32 vars in 671 bytes} [Tue Mar 3 04:03:51 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2719] 10.0.0.55 () {32 vars in 685 bytes} [Tue Mar 3 04:03:51 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1279/2720] 10.0.0.55 () {32 vars in 681 bytes} [Tue Mar 3 04:03:51 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2721] 10.0.0.55 () {32 vars in 693 bytes} [Tue Mar 3 04:03:51 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1280/2722] 10.0.0.55 () {32 vars in 679 bytes} [Tue Mar 3 04:03:51 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2723] 10.0.0.55 () {32 vars in 693 bytes} [Tue Mar 3 04:03:51 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1281/2724] 10.0.0.55 () {32 vars in 689 bytes} [Tue Mar 3 04:03:51 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2725] 10.0.0.55 () {32 vars in 701 bytes} [Tue Mar 3 04:03:51 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1282/2726] 10.0.0.55 () {32 vars in 731 bytes} [Tue Mar 3 04:03:51 2026] DELETE /v2.0/subnetpools/79aa525f-3cdf-4f8c-86f5-04c5fdb7350c => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2727] 10.0.0.55 () {32 vars in 731 bytes} [Tue Mar 3 04:03:51 2026] DELETE /v2.0/subnetpools/10674e2c-d766-49a5-b011-98c7fb9c035f => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1283/2728] 10.0.0.55 () {32 vars in 731 bytes} [Tue Mar 3 04:03:51 2026] DELETE /v2.0/subnetpools/08049c91-afad-4255-9a89-41a936b20844 => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2729] 10.0.0.55 () {32 vars in 731 bytes} [Tue Mar 3 04:03:51 2026] DELETE /v2.0/subnetpools/079fd323-c469-4cad-b14c-b6631f4fce8f => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1284/2730] 10.0.0.55 () {32 vars in 731 bytes} [Tue Mar 3 04:03:51 2026] DELETE /v2.0/subnetpools/096f57cd-fbe3-4812-b030-2a9abc30c10c => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2731] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:03:52 2026] GET /v2.0/security-groups?tenant_id=8de83ef5dc894b62ab94bb877993138f&name=default => generated 2929 bytes in 239 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1285/2732] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:03:52 2026] DELETE /v2.0/security-groups/e72a411d-1864-473b-b936-b5cb2392009f => 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: 1448/2733] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:03:52 2026] GET /v2.0/security-groups?tenant_id=c07da63ffa1d46508c1dc27d44cf205d&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: 1449/2734] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:03:53 2026] DELETE /v2.0/security-groups/f98b7597-3ea0-4c95-a5ab-cd4d227ccf15 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1286/2735] 10.0.0.233 () {28 vars in 585 bytes} [Tue Mar 3 04:03:53 2026] GET /v2.0/networks => generated 5225 bytes in 185 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2736] 10.0.0.233 () {28 vars in 581 bytes} [Tue Mar 3 04:03:53 2026] GET /v2.0/agents => generated 3387 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1287/2737] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 04:03:53 2026] GET /v2.0/subnets => generated 6133 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2738] 10.0.0.233 () {28 vars in 619 bytes} [Tue Mar 3 04:03:53 2026] GET /v2.0/network-ip-availabilities => generated 3613 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1288/2739] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 04:03:53 2026] GET /v2.0/subnets => generated 6133 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1289/2740] 10.0.0.233 () {28 vars in 591 bytes} [Tue Mar 3 04:03:53 2026] GET /v2.0/subnetpools => generated 19 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1290/2741] 10.0.0.233 () {28 vars in 591 bytes} [Tue Mar 3 04:03:53 2026] GET /v2.0/floatingips => generated 1702 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2742] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:03:53 2026] GET /v2.0/security-groups?tenant_id=acb233d507ee4027bb9459d186dd6d13&name=default => generated 2929 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1291/2743] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 04:03:53 2026] GET /v2.0/routers => generated 728 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1292/2744] 10.0.0.233 () {28 vars in 624 bytes} [Tue Mar 3 04:03:53 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2745] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:03:53 2026] DELETE /v2.0/security-groups/8a0a44f6-baea-48cc-8d11-2c22a4ee0c50 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1293/2746] 10.0.0.233 () {28 vars in 677 bytes} [Tue Mar 3 04:03:53 2026] GET /v2.0/routers/235281a7-452f-4409-bc00-29458b361b37/l3-agents => generated 681 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2747] 10.0.0.233 () {28 vars in 599 bytes} [Tue Mar 3 04:03:53 2026] GET /v2.0/security-groups => generated 30258 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1294/2748] 10.0.0.233 () {28 vars in 579 bytes} [Tue Mar 3 04:03:53 2026] GET /v2.0/ports => generated 22318 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2749] 10.0.0.33 () {34 vars in 1177 bytes} [Tue Mar 3 04:03:54 2026] GET /v2.0/ports?device_id=211a083f-4eaa-4446-9415-c1a6a6b99239&device_id=06a05401-6c1f-4875-b2d6-4a5a3ee48821&device_id=af6c1b11-0623-4b74-ac92-0603e074cd88 => generated 4156 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1295/2750] 10.0.0.33 () {34 vars in 1119 bytes} [Tue Mar 3 04:03:54 2026] GET /v2.0/security-groups?id=4fbad368-5fac-424a-a850-7c74bf854988&id=733a9979-51f0-4d94-9637-72644ddbd3fa&fields=id&fields=name => generated 187 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2751] 10.0.0.55 () {34 vars in 677 bytes} [Tue Mar 3 04:03:56 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: 6|app: 0|req: 1296/2752] 10.0.0.55 () {34 vars in 752 bytes} [Tue Mar 3 04:03:56 2026] PUT /v2.0/policies/0fad8346-2750-48a5-9d36-741f98f2f35f/tags => generated 25 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2753] 10.0.0.55 () {32 vars in 732 bytes} [Tue Mar 3 04:03:56 2026] GET /v2.0/policies/0fad8346-2750-48a5-9d36-741f98f2f35f/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1297/2754] 10.0.0.55 () {34 vars in 763 bytes} [Tue Mar 3 04:03:56 2026] PUT /v2.0/policies/0fad8346-2750-48a5-9d36-741f98f2f35f/tags/green => generated 4 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2755] 10.0.0.55 () {32 vars in 732 bytes} [Tue Mar 3 04:03:57 2026] GET /v2.0/policies/0fad8346-2750-48a5-9d36-741f98f2f35f/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1298/2756] 10.0.0.55 () {34 vars in 759 bytes} [Tue Mar 3 04:03:57 2026] PUT /v2.0/policies/0fad8346-2750-48a5-9d36-741f98f2f35f/tags/red => generated 4 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2757] 10.0.0.55 () {32 vars in 732 bytes} [Tue Mar 3 04:03:57 2026] GET /v2.0/policies/0fad8346-2750-48a5-9d36-741f98f2f35f/tags => generated 34 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1299/2758] 10.0.0.55 () {34 vars in 781 bytes} [Tue Mar 3 04:03:57 2026] PUT /v2.0/policies/0fad8346-2750-48a5-9d36-741f98f2f35f/tags/black.or.white => generated 4 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2759] 10.0.0.55 () {32 vars in 732 bytes} [Tue Mar 3 04:03:57 2026] GET /v2.0/policies/0fad8346-2750-48a5-9d36-741f98f2f35f/tags => generated 52 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1300/2760] 10.0.0.55 () {34 vars in 752 bytes} [Tue Mar 3 04:03:57 2026] PUT /v2.0/policies/0fad8346-2750-48a5-9d36-741f98f2f35f/tags => generated 37 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/2761] 10.0.0.55 () {32 vars in 732 bytes} [Tue Mar 3 04:03:57 2026] GET /v2.0/policies/0fad8346-2750-48a5-9d36-741f98f2f35f/tags => generated 37 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1301/2762] 10.0.0.55 () {32 vars in 740 bytes} [Tue Mar 3 04:03:57 2026] GET /v2.0/policies/0fad8346-2750-48a5-9d36-741f98f2f35f/tags/red => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-03 04:03:57.434 7 INFO neutron.api.v2.resource [None req-f7ecbc7c-a43b-4171-88f4-c2f8fc685bc7 b522c443026547af865eb9dc7b22afb3 deb07573bfb342ba943cf5025bd30da5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1462/2763] 10.0.0.55 () {32 vars in 744 bytes} [Tue Mar 3 04:03:57 2026] GET /v2.0/policies/0fad8346-2750-48a5-9d36-741f98f2f35f/tags/green => generated 99 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1302/2764] 10.0.0.55 () {32 vars in 743 bytes} [Tue Mar 3 04:03:57 2026] DELETE /v2.0/policies/0fad8346-2750-48a5-9d36-741f98f2f35f/tags/red => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2765] 10.0.0.55 () {32 vars in 732 bytes} [Tue Mar 3 04:03:57 2026] GET /v2.0/policies/0fad8346-2750-48a5-9d36-741f98f2f35f/tags => generated 30 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-03 04:03:57.566 6 INFO neutron.api.v2.resource [None req-6e322f07-d2b1-42c3-84a4-beca53a0c966 b522c443026547af865eb9dc7b22afb3 deb07573bfb342ba943cf5025bd30da5 - - default default] delete failed (client error): The resource could not be found. [pid: 6|app: 0|req: 1303/2766] 10.0.0.55 () {32 vars in 747 bytes} [Tue Mar 3 04:03:57 2026] DELETE /v2.0/policies/0fad8346-2750-48a5-9d36-741f98f2f35f/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2767] 10.0.0.55 () {32 vars in 735 bytes} [Tue Mar 3 04:03:57 2026] DELETE /v2.0/policies/0fad8346-2750-48a5-9d36-741f98f2f35f/tags => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1304/2768] 10.0.0.55 () {32 vars in 732 bytes} [Tue Mar 3 04:03:57 2026] GET /v2.0/policies/0fad8346-2750-48a5-9d36-741f98f2f35f/tags => 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: 1465/2769] 10.0.0.55 () {32 vars in 733 bytes} [Tue Mar 3 04:03:57 2026] DELETE /v2.0/qos/policies/0fad8346-2750-48a5-9d36-741f98f2f35f => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1305/2770] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:03:58 2026] GET /v2.0/security-groups?tenant_id=2470fade1c774144bfa8faac63316bfe&name=default => generated 2929 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2771] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:03:58 2026] DELETE /v2.0/security-groups/fac0aec1-9aec-42a0-8136-309cb9372b9c => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1306/2772] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:03:58 2026] GET /v2.0/security-groups?tenant_id=deb07573bfb342ba943cf5025bd30da5&name=default => generated 2929 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2773] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:03:58 2026] DELETE /v2.0/security-groups/5f84b357-9ea3-49db-b3b5-c60be2f70893 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1308/2776] 10.0.0.55 () {34 vars in 683 bytes} [Tue Mar 3 04:04:02 2026] POST /v2.0/security-groups => generated 1603 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2777] 10.0.0.55 () {34 vars in 766 bytes} [Tue Mar 3 04:04:02 2026] PUT /v2.0/security-groups/ea0e2608-f07e-4317-92a7-4c95d115eca6/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1309/2778] 10.0.0.55 () {32 vars in 746 bytes} [Tue Mar 3 04:04:02 2026] GET /v2.0/security-groups/ea0e2608-f07e-4317-92a7-4c95d115eca6/tags => generated 25 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2779] 10.0.0.55 () {34 vars in 777 bytes} [Tue Mar 3 04:04:02 2026] PUT /v2.0/security-groups/ea0e2608-f07e-4317-92a7-4c95d115eca6/tags/green => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1310/2780] 10.0.0.55 () {32 vars in 746 bytes} [Tue Mar 3 04:04:02 2026] GET /v2.0/security-groups/ea0e2608-f07e-4317-92a7-4c95d115eca6/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: 1471/2781] 10.0.0.55 () {34 vars in 773 bytes} [Tue Mar 3 04:04:02 2026] PUT /v2.0/security-groups/ea0e2608-f07e-4317-92a7-4c95d115eca6/tags/red => generated 4 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1311/2782] 10.0.0.55 () {32 vars in 746 bytes} [Tue Mar 3 04:04:02 2026] GET /v2.0/security-groups/ea0e2608-f07e-4317-92a7-4c95d115eca6/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2783] 10.0.0.55 () {34 vars in 795 bytes} [Tue Mar 3 04:04:02 2026] PUT /v2.0/security-groups/ea0e2608-f07e-4317-92a7-4c95d115eca6/tags/black.or.white => generated 4 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1312/2784] 10.0.0.55 () {32 vars in 746 bytes} [Tue Mar 3 04:04:02 2026] GET /v2.0/security-groups/ea0e2608-f07e-4317-92a7-4c95d115eca6/tags => generated 52 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2785] 10.0.0.55 () {34 vars in 766 bytes} [Tue Mar 3 04:04:02 2026] PUT /v2.0/security-groups/ea0e2608-f07e-4317-92a7-4c95d115eca6/tags => generated 37 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1313/2786] 10.0.0.55 () {32 vars in 746 bytes} [Tue Mar 3 04:04:02 2026] GET /v2.0/security-groups/ea0e2608-f07e-4317-92a7-4c95d115eca6/tags => generated 37 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/2787] 10.0.0.55 () {32 vars in 754 bytes} [Tue Mar 3 04:04:02 2026] GET /v2.0/security-groups/ea0e2608-f07e-4317-92a7-4c95d115eca6/tags/red => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-03 04:04:03.018 6 INFO neutron.api.v2.resource [None req-d5372f45-0972-4195-a960-f375248473d9 600dd33e814846408d2340a85974d8c5 1130b16c5bf74146872cd57e2f295eef - - default default] show failed (client error): The resource could not be found. [pid: 6|app: 0|req: 1314/2788] 10.0.0.55 () {32 vars in 758 bytes} [Tue Mar 3 04:04:02 2026] GET /v2.0/security-groups/ea0e2608-f07e-4317-92a7-4c95d115eca6/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: 1475/2789] 10.0.0.55 () {32 vars in 757 bytes} [Tue Mar 3 04:04:03 2026] DELETE /v2.0/security-groups/ea0e2608-f07e-4317-92a7-4c95d115eca6/tags/red => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1315/2790] 10.0.0.55 () {32 vars in 746 bytes} [Tue Mar 3 04:04:03 2026] GET /v2.0/security-groups/ea0e2608-f07e-4317-92a7-4c95d115eca6/tags => generated 30 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-03 04:04:03.137 7 INFO neutron.api.v2.resource [None req-25e2b6e2-16fc-4fde-80dd-e5ca3c1eea4c 600dd33e814846408d2340a85974d8c5 1130b16c5bf74146872cd57e2f295eef - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1476/2791] 10.0.0.55 () {32 vars in 761 bytes} [Tue Mar 3 04:04:03 2026] DELETE /v2.0/security-groups/ea0e2608-f07e-4317-92a7-4c95d115eca6/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1316/2792] 10.0.0.55 () {32 vars in 749 bytes} [Tue Mar 3 04:04:03 2026] DELETE /v2.0/security-groups/ea0e2608-f07e-4317-92a7-4c95d115eca6/tags => 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: 1477/2793] 10.0.0.55 () {32 vars in 746 bytes} [Tue Mar 3 04:04:03 2026] GET /v2.0/security-groups/ea0e2608-f07e-4317-92a7-4c95d115eca6/tags => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1317/2794] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:04:03 2026] DELETE /v2.0/security-groups/ea0e2608-f07e-4317-92a7-4c95d115eca6 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2795] 199.204.45.233 () {30 vars in 703 bytes} [Tue Mar 3 04:04:03 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: 6|app: 0|req: 1318/2796] 199.204.45.233 () {30 vars in 705 bytes} [Tue Mar 3 04:04:03 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: 1479/2797] 199.204.45.233 () {30 vars in 681 bytes} [Tue Mar 3 04:04:03 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: 6|app: 0|req: 1319/2798] 199.204.45.233 () {30 vars in 717 bytes} [Tue Mar 3 04:04:03 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/2799] 199.204.45.233 () {30 vars in 741 bytes} [Tue Mar 3 04:04:03 2026] GET /v2.0/subnets/88b1cf4d-d3bf-4d89-ac6c-1d3b5fac778a => 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: 1481/2800] 199.204.45.233 () {30 vars in 769 bytes} [Tue Mar 3 04:04:03 2026] GET /v2.0/ports?device_id=211a083f-4eaa-4446-9415-c1a6a6b99239 => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1320/2801] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:04:03 2026] GET /v2.0/security-groups?tenant_id=1130b16c5bf74146872cd57e2f295eef&name=default => generated 2929 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1321/2802] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:04:04 2026] DELETE /v2.0/security-groups/53c541a6-314a-45ae-aa9f-b4cd07352578 => 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: 1482/2803] 199.204.45.233 () {34 vars in 717 bytes} [Tue Mar 3 04:04:03 2026] POST /v2.0/ports => generated 1059 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1322/2804] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:04:04 2026] GET /v2.0/security-groups?tenant_id=e30aabd55ac24b4b8d27ea521f0b4739&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: 1483/2805] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:04:04 2026] DELETE /v2.0/security-groups/d9d9ba5f-0954-46a2-9380-3dc18b9d2bb2 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1323/2806] 10.0.0.33 () {34 vars in 970 bytes} [Tue Mar 3 04:04:04 2026] GET /v2.0/ports/86abf18a-ad50-4c6b-9199-87ff04cf65c0 => generated 1059 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/2807] 10.0.0.33 () {34 vars in 906 bytes} [Tue Mar 3 04:04:04 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1324/2808] 199.204.45.233 () {34 vars in 1262 bytes} [Tue Mar 3 04:04:05 2026] GET /v2.0/ports/86abf18a-ad50-4c6b-9199-87ff04cf65c0?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/2809] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Mar 3 04:04:05 2026] GET /v2.0/networks/0dbe6be5-7dea-411c-8255-86950122371d?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1325/2810] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Mar 3 04:04:05 2026] GET /v2.0/networks/0dbe6be5-7dea-411c-8255-86950122371d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/2811] 199.204.45.233 () {34 vars in 975 bytes} [Tue Mar 3 04:04:06 2026] GET /v2.0/ports/86abf18a-ad50-4c6b-9199-87ff04cf65c0 => generated 1059 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1326/2812] 199.204.45.233 () {34 vars in 986 bytes} [Tue Mar 3 04:04:06 2026] GET /v2.0/networks?id=0dbe6be5-7dea-411c-8255-86950122371d => generated 802 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/2813] 199.204.45.233 () {38 vars in 1028 bytes} [Tue Mar 3 04:04:06 2026] PUT /v2.0/ports/86abf18a-ad50-4c6b-9199-87ff04cf65c0 => generated 1249 bytes in 392 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-03 04:04:06.759 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d64b44bc-ee77-4b4f-b882-b917d0829c62'] response: {'name': 'network-changed', 'server_uuid': '211a083f-4eaa-4446-9415-c1a6a6b99239', 'tag': '86abf18a-ad50-4c6b-9199-87ff04cf65c0', 'status': 'completed', 'code': 200} [pid: 6|app: 0|req: 1327/2814] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Mar 3 04:04:07 2026] GET /v2.0/ports?tenant_id=34aa82d2f93f49e899ad14b801cf5d65&device_id=211a083f-4eaa-4446-9415-c1a6a6b99239 => generated 2485 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/2815] 199.204.45.233 () {34 vars in 986 bytes} [Tue Mar 3 04:04:07 2026] GET /v2.0/networks?id=0dbe6be5-7dea-411c-8255-86950122371d => generated 802 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1328/2816] 199.204.45.233 () {34 vars in 1058 bytes} [Tue Mar 3 04:04:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.115&port_id=86abf18a-ad50-4c6b-9199-87ff04cf65c0 => 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: 1489/2817] 199.204.45.233 () {34 vars in 984 bytes} [Tue Mar 3 04:04:07 2026] GET /v2.0/subnets?id=88b1cf4d-d3bf-4d89-ac6c-1d3b5fac778a => generated 678 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1329/2818] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Mar 3 04:04:07 2026] GET /v2.0/ports?network_id=0dbe6be5-7dea-411c-8255-86950122371d&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: 1490/2819] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Mar 3 04:04:07 2026] GET /v2.0/networks/0dbe6be5-7dea-411c-8255-86950122371d?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1330/2820] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Mar 3 04:04:07 2026] GET /v2.0/networks/0dbe6be5-7dea-411c-8255-86950122371d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-03 04:04:07.957 7 INFO neutron.db.segments_db [None req-4bc2a8ff-49d7-405d-bbac-995a479ed569 42bd0a930f044d4ba94ea66aee522dd4 a5ed1e80d76f4c8f98059ea9f82ae88e - - default default] Added segment 8ac5eb16-3131-4adf-a9e2-99de2c654dc4 of type vxlan for network 9cbb8f5f-00c4-4286-9999-c8093ced6ad2 [pid: 7|app: 0|req: 1491/2821] 10.0.0.55 () {34 vars in 669 bytes} [Tue Mar 3 04:04:07 2026] POST /v2.0/networks => generated 631 bytes in 411 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1331/2822] 10.0.0.55 () {34 vars in 668 bytes} [Tue Mar 3 04:04:08 2026] POST /v2.0/subnets => generated 626 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/2823] 10.0.0.55 () {34 vars in 750 bytes} [Tue Mar 3 04:04:08 2026] PUT /v2.0/subnets/f8ba048c-bcfa-4434-926a-a27293724587/tags => generated 25 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1332/2824] 10.0.0.55 () {32 vars in 730 bytes} [Tue Mar 3 04:04:08 2026] GET /v2.0/subnets/f8ba048c-bcfa-4434-926a-a27293724587/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/2825] 10.0.0.55 () {34 vars in 761 bytes} [Tue Mar 3 04:04:08 2026] PUT /v2.0/subnets/f8ba048c-bcfa-4434-926a-a27293724587/tags/green => generated 4 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1333/2826] 10.0.0.55 () {32 vars in 730 bytes} [Tue Mar 3 04:04:08 2026] GET /v2.0/subnets/f8ba048c-bcfa-4434-926a-a27293724587/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/2827] 10.0.0.55 () {34 vars in 757 bytes} [Tue Mar 3 04:04:08 2026] PUT /v2.0/subnets/f8ba048c-bcfa-4434-926a-a27293724587/tags/red => generated 4 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1334/2828] 10.0.0.55 () {32 vars in 730 bytes} [Tue Mar 3 04:04:08 2026] GET /v2.0/subnets/f8ba048c-bcfa-4434-926a-a27293724587/tags => generated 34 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1335/2829] 10.0.0.55 () {34 vars in 779 bytes} [Tue Mar 3 04:04:08 2026] PUT /v2.0/subnets/f8ba048c-bcfa-4434-926a-a27293724587/tags/black.or.white => generated 4 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1336/2830] 10.0.0.55 () {32 vars in 730 bytes} [Tue Mar 3 04:04:08 2026] GET /v2.0/subnets/f8ba048c-bcfa-4434-926a-a27293724587/tags => generated 52 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/2831] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Mar 3 04:04:08 2026] GET /v2.0/ports?tenant_id=34aa82d2f93f49e899ad14b801cf5d65&device_id=211a083f-4eaa-4446-9415-c1a6a6b99239 => generated 2485 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1337/2833] 10.0.0.55 () {34 vars in 750 bytes} [Tue Mar 3 04:04:08 2026] PUT /v2.0/subnets/f8ba048c-bcfa-4434-926a-a27293724587/tags => generated 37 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/2833] 199.204.45.233 () {34 vars in 1060 bytes} [Tue Mar 3 04:04:08 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.69&port_id=8de22184-5d1b-445c-a3ca-277e4ec982cc => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1338/2834] 10.0.0.55 () {32 vars in 730 bytes} [Tue Mar 3 04:04:08 2026] GET /v2.0/subnets/f8ba048c-bcfa-4434-926a-a27293724587/tags => generated 37 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/2835] 199.204.45.233 () {34 vars in 984 bytes} [Tue Mar 3 04:04:08 2026] GET /v2.0/subnets?id=49edc4df-3f2c-48f3-bab9-30d16d2661fa => generated 654 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1339/2836] 10.0.0.55 () {32 vars in 738 bytes} [Tue Mar 3 04:04:08 2026] GET /v2.0/subnets/f8ba048c-bcfa-4434-926a-a27293724587/tags/red => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/2837] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Mar 3 04:04:08 2026] GET /v2.0/ports?network_id=63dec0fd-f286-42d4-827b-ac1189100e6a&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-03 04:04:08.926 6 INFO neutron.api.v2.resource [None req-0b46199c-42dc-47bb-8bd6-553ed2958a1c 42bd0a930f044d4ba94ea66aee522dd4 a5ed1e80d76f4c8f98059ea9f82ae88e - - default default] show failed (client error): The resource could not be found. [pid: 6|app: 0|req: 1340/2838] 10.0.0.55 () {32 vars in 742 bytes} [Tue Mar 3 04:04:08 2026] GET /v2.0/subnets/f8ba048c-bcfa-4434-926a-a27293724587/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/2839] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Mar 3 04:04:08 2026] GET /v2.0/networks/63dec0fd-f286-42d4-827b-ac1189100e6a?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1341/2840] 10.0.0.55 () {32 vars in 741 bytes} [Tue Mar 3 04:04:08 2026] DELETE /v2.0/subnets/f8ba048c-bcfa-4434-926a-a27293724587/tags/red => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/2841] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Mar 3 04:04:08 2026] GET /v2.0/networks/63dec0fd-f286-42d4-827b-ac1189100e6a?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: 6|app: 0|req: 1342/2842] 10.0.0.55 () {32 vars in 730 bytes} [Tue Mar 3 04:04:08 2026] GET /v2.0/subnets/f8ba048c-bcfa-4434-926a-a27293724587/tags => generated 30 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/2843] 199.204.45.233 () {34 vars in 1058 bytes} [Tue Mar 3 04:04:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.115&port_id=86abf18a-ad50-4c6b-9199-87ff04cf65c0 => generated 19 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-03 04:04:09.070 6 INFO neutron.api.v2.resource [None req-dc5cf6d0-2f3f-4c06-abf5-34c15cd05fa5 42bd0a930f044d4ba94ea66aee522dd4 a5ed1e80d76f4c8f98059ea9f82ae88e - - default default] delete failed (client error): The resource could not be found. [pid: 6|app: 0|req: 1343/2844] 10.0.0.55 () {32 vars in 745 bytes} [Tue Mar 3 04:04:09 2026] DELETE /v2.0/subnets/f8ba048c-bcfa-4434-926a-a27293724587/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/2845] 199.204.45.233 () {34 vars in 984 bytes} [Tue Mar 3 04:04:09 2026] GET /v2.0/subnets?id=88b1cf4d-d3bf-4d89-ac6c-1d3b5fac778a => generated 678 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1344/2846] 10.0.0.55 () {32 vars in 733 bytes} [Tue Mar 3 04:04:09 2026] DELETE /v2.0/subnets/f8ba048c-bcfa-4434-926a-a27293724587/tags => 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: 1503/2847] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Mar 3 04:04:09 2026] GET /v2.0/ports?network_id=0dbe6be5-7dea-411c-8255-86950122371d&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: 6|app: 0|req: 1345/2848] 10.0.0.55 () {32 vars in 730 bytes} [Tue Mar 3 04:04:09 2026] GET /v2.0/subnets/f8ba048c-bcfa-4434-926a-a27293724587/tags => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/2849] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Mar 3 04:04:09 2026] GET /v2.0/networks/0dbe6be5-7dea-411c-8255-86950122371d?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/2850] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Mar 3 04:04:09 2026] GET /v2.0/networks/0dbe6be5-7dea-411c-8255-86950122371d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1346/2851] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:04:09 2026] DELETE /v2.0/subnets/f8ba048c-bcfa-4434-926a-a27293724587 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 04:04:09.391 7 INFO neutron_taas.services.taas.taas_plugin [None req-569d3a88-1940-4b0f-a22d-f66734f5a568 42bd0a930f044d4ba94ea66aee522dd4 a5ed1e80d76f4c8f98059ea9f82ae88e - - default default] TaaS: Handle Delete Port: 35c8c350-913d-44ce-ac1e-1fb5f9948b7e 2026-03-03 04:04:09.394 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-569d3a88-1940-4b0f-a22d-f66734f5a568 42bd0a930f044d4ba94ea66aee522dd4 a5ed1e80d76f4c8f98059ea9f82ae88e - - default default] Tap Mirror: Handle Delete Port: 35c8c350-913d-44ce-ac1e-1fb5f9948b7e [pid: 7|app: 0|req: 1506/2852] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 04:04:09 2026] DELETE /v2.0/networks/9cbb8f5f-00c4-4286-9999-c8093ced6ad2 => generated 0 bytes in 319 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 04:04:09.688 7 INFO neutron.services.segments.plugin [-] Segment 8ac5eb16-3131-4adf-a9e2-99de2c654dc4 resource provider aggregate not found 2026-03-03 04:04:09.694 7 INFO neutron.services.segments.plugin [-] Segment 8ac5eb16-3131-4adf-a9e2-99de2c654dc4 resource provider aggregate not found 2026-03-03 04:04:09.709 7 INFO neutron.services.segments.plugin [-] Segment 8ac5eb16-3131-4adf-a9e2-99de2c654dc4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ac5eb16-3131-4adf-a9e2-99de2c654dc4 found for delete ", "request_id": "req-5dc90d2b-6b9e-4780-ac23-0a544e383c0b"}]} 2026-03-03 04:04:09.711 7 INFO neutron.services.segments.plugin [-] Segment 8ac5eb16-3131-4adf-a9e2-99de2c654dc4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ac5eb16-3131-4adf-a9e2-99de2c654dc4 found for delete ", "request_id": "req-7901b42e-135c-4992-beff-b2e8a9959b87"}]} [pid: 6|app: 0|req: 1347/2853] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:04:10 2026] GET /v2.0/security-groups?tenant_id=194a3a675599469fb5d6f685f47a339a&name=default => generated 2929 bytes in 214 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/2854] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:04:10 2026] DELETE /v2.0/security-groups/0364cb84-ed0f-477d-9a79-2e58171201b4 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1348/2855] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:04:10 2026] GET /v2.0/security-groups?tenant_id=a5ed1e80d76f4c8f98059ea9f82ae88e&name=default => generated 2929 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/2856] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:04:10 2026] DELETE /v2.0/security-groups/d10abef0-ff31-4ed4-aca6-e332a4d4a824 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1349/2857] 10.0.0.33 () {34 vars in 970 bytes} [Tue Mar 3 04:04:13 2026] GET /v2.0/ports/86abf18a-ad50-4c6b-9199-87ff04cf65c0 => generated 1251 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/2858] 199.204.45.233 () {34 vars in 789 bytes} [Tue Mar 3 04:04:13 2026] PUT /v2.0/ports/86abf18a-ad50-4c6b-9199-87ff04cf65c0 => generated 1276 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-03 04:04:13.390 6 INFO neutron.api.v2.resource [None req-d1dac41c-1274-442f-846d-93e94a59340c fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] show failed (client error): The resource could not be found. [pid: 6|app: 0|req: 1350/2859] 199.204.45.233 () {30 vars in 763 bytes} [Tue Mar 3 04:04:13 2026] GET /v2.0/security-groups/lb-8b3122bb-fd44-4fd5-8337-8c9809a13f4c => 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: 1510/2860] 199.204.45.233 () {30 vars in 785 bytes} [Tue Mar 3 04:04:13 2026] GET /v2.0/security-groups?name=lb-8b3122bb-fd44-4fd5-8337-8c9809a13f4c => generated 1639 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-03 04:04:13.560 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a58e37be-d552-4079-9b3a-fe6cb4a79ee5'] response: {'name': 'network-changed', 'server_uuid': '211a083f-4eaa-4446-9415-c1a6a6b99239', 'tag': '86abf18a-ad50-4c6b-9199-87ff04cf65c0', 'status': 'completed', 'code': 200} [pid: 6|app: 0|req: 1351/2861] 199.204.45.233 () {34 vars in 789 bytes} [Tue Mar 3 04:04:13 2026] PUT /v2.0/ports/86abf18a-ad50-4c6b-9199-87ff04cf65c0 => generated 1314 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-03 04:04:13.698 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-117d6f07-f2da-46d6-8050-dbbd7c8dc7a5'] response: {'name': 'network-changed', 'server_uuid': '211a083f-4eaa-4446-9415-c1a6a6b99239', 'tag': '86abf18a-ad50-4c6b-9199-87ff04cf65c0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1511/2864] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Mar 3 04:04:14 2026] GET /v2.0/ports?tenant_id=34aa82d2f93f49e899ad14b801cf5d65&device_id=211a083f-4eaa-4446-9415-c1a6a6b99239 => generated 2586 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 6|app: 0|req: 1354/2865] 199.204.45.233 () {34 vars in 986 bytes} [Tue Mar 3 04:04:14 2026] GET /v2.0/networks?id=0dbe6be5-7dea-411c-8255-86950122371d => generated 802 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/2866] 199.204.45.233 () {34 vars in 1058 bytes} [Tue Mar 3 04:04:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.115&port_id=86abf18a-ad50-4c6b-9199-87ff04cf65c0 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1355/2867] 199.204.45.233 () {34 vars in 984 bytes} [Tue Mar 3 04:04:14 2026] GET /v2.0/subnets?id=88b1cf4d-d3bf-4d89-ac6c-1d3b5fac778a => generated 678 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1356/2868] 199.204.45.233 () {30 vars in 703 bytes} [Tue Mar 3 04:04:14 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1357/2869] 199.204.45.233 () {30 vars in 705 bytes} [Tue Mar 3 04:04:14 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: 6|app: 0|req: 1358/2870] 199.204.45.233 () {30 vars in 681 bytes} [Tue Mar 3 04:04:14 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: 6|app: 0|req: 1359/2871] 199.204.45.233 () {30 vars in 717 bytes} [Tue Mar 3 04:04:14 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: 1513/2872] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Mar 3 04:04:14 2026] GET /v2.0/ports?network_id=0dbe6be5-7dea-411c-8255-86950122371d&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: 6|app: 0|req: 1360/2873] 199.204.45.233 () {30 vars in 741 bytes} [Tue Mar 3 04:04:14 2026] GET /v2.0/subnets/88b1cf4d-d3bf-4d89-ac6c-1d3b5fac778a => generated 675 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/2874] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Mar 3 04:04:14 2026] GET /v2.0/networks/0dbe6be5-7dea-411c-8255-86950122371d?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1361/2875] 199.204.45.233 () {30 vars in 737 bytes} [Tue Mar 3 04:04:14 2026] GET /v2.0/ports/ba4030d9-d652-4ccc-af43-36df658247ae => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/2876] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Mar 3 04:04:14 2026] GET /v2.0/networks/0dbe6be5-7dea-411c-8255-86950122371d?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: 6|app: 0|req: 1362/2877] 199.204.45.233 () {30 vars in 737 bytes} [Tue Mar 3 04:04:14 2026] GET /v2.0/ports/86abf18a-ad50-4c6b-9199-87ff04cf65c0 => generated 1350 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/2878] 199.204.45.233 () {30 vars in 741 bytes} [Tue Mar 3 04:04:14 2026] GET /v2.0/subnets/88b1cf4d-d3bf-4d89-ac6c-1d3b5fac778a => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1363/2879] 199.204.45.233 () {30 vars in 743 bytes} [Tue Mar 3 04:04:14 2026] GET /v2.0/networks/0dbe6be5-7dea-411c-8255-86950122371d => generated 799 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/2880] 199.204.45.233 () {30 vars in 737 bytes} [Tue Mar 3 04:04:14 2026] GET /v2.0/ports/ba4030d9-d652-4ccc-af43-36df658247ae => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1364/2881] 199.204.45.233 () {30 vars in 741 bytes} [Tue Mar 3 04:04:14 2026] GET /v2.0/subnets/88b1cf4d-d3bf-4d89-ac6c-1d3b5fac778a => generated 675 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/2882] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Mar 3 04:04:15 2026] GET /v2.0/ports?tenant_id=34aa82d2f93f49e899ad14b801cf5d65&device_id=211a083f-4eaa-4446-9415-c1a6a6b99239 => generated 2586 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1365/2883] 199.204.45.233 () {34 vars in 986 bytes} [Tue Mar 3 04:04:15 2026] GET /v2.0/networks?id=0dbe6be5-7dea-411c-8255-86950122371d => generated 802 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/2884] 199.204.45.233 () {34 vars in 1058 bytes} [Tue Mar 3 04:04:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.115&port_id=86abf18a-ad50-4c6b-9199-87ff04cf65c0 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1366/2885] 199.204.45.233 () {34 vars in 984 bytes} [Tue Mar 3 04:04:15 2026] GET /v2.0/subnets?id=88b1cf4d-d3bf-4d89-ac6c-1d3b5fac778a => generated 678 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/2886] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Mar 3 04:04:15 2026] GET /v2.0/ports?network_id=0dbe6be5-7dea-411c-8255-86950122371d&device_owner=network%3Adhcp => generated 1461 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1367/2887] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Mar 3 04:04:15 2026] GET /v2.0/networks/0dbe6be5-7dea-411c-8255-86950122371d?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/2888] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Mar 3 04:04:15 2026] GET /v2.0/networks/0dbe6be5-7dea-411c-8255-86950122371d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-03 04:04:23.116 6 INFO neutron.db.l3_db [None req-79c63d4d-0992-407d-a1b9-6f732f40b562 861f500c9a474e30ab6908c29e4ec831 dc7bdf973b64407389eeca944ced79e1 - - default default] Floating IP 73a9de11-100f-4156-93c9-73604c39a59d associated. External IP: 10.96.250.204, port: ba4030d9-d652-4ccc-af43-36df658247ae. [pid: 6|app: 0|req: 1368/2889] 10.0.0.55 () {34 vars in 676 bytes} [Tue Mar 3 04:04:22 2026] POST /v2.0/floatingips => generated 899 bytes in 938 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/2890] 199.204.45.233 () {30 vars in 703 bytes} [Tue Mar 3 04:04:27 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1369/2891] 199.204.45.233 () {30 vars in 705 bytes} [Tue Mar 3 04:04:27 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: 1523/2892] 199.204.45.233 () {30 vars in 681 bytes} [Tue Mar 3 04:04:27 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: 6|app: 0|req: 1370/2893] 199.204.45.233 () {30 vars in 717 bytes} [Tue Mar 3 04:04:27 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 04:04:27.872 7 INFO neutron.api.v2.resource [None req-4b21a9b3-442c-4456-ab78-68a856cacf16 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1524/2894] 199.204.45.233 () {30 vars in 763 bytes} [Tue Mar 3 04:04:27 2026] GET /v2.0/security-groups/lb-8b3122bb-fd44-4fd5-8337-8c9809a13f4c => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1371/2895] 199.204.45.233 () {30 vars in 785 bytes} [Tue Mar 3 04:04:27 2026] GET /v2.0/security-groups?name=lb-8b3122bb-fd44-4fd5-8337-8c9809a13f4c => generated 1639 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/2896] 199.204.45.233 () {30 vars in 815 bytes} [Tue Mar 3 04:04:27 2026] GET /v2.0/security-group-rules?security_group_id=7e04595f-5117-4879-a7ae-2cf155742a5d => generated 1182 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1372/2897] 199.204.45.233 () {34 vars in 747 bytes} [Tue Mar 3 04:04:27 2026] POST /v2.0/security-group-rules => generated 601 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/2898] 199.204.45.233 () {34 vars in 747 bytes} [Tue Mar 3 04:04:28 2026] POST /v2.0/security-group-rules => generated 597 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/2901] 10.0.0.108 () {30 vars in 690 bytes} [Tue Mar 3 04:04:34 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1374/2902] 10.0.0.108 () {30 vars in 692 bytes} [Tue Mar 3 04:04:34 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/2903] 10.0.0.108 () {30 vars in 668 bytes} [Tue Mar 3 04:04:35 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1375/2904] 10.0.0.108 () {30 vars in 704 bytes} [Tue Mar 3 04:04:35 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: 1530/2905] 10.0.0.108 () {28 vars in 439 bytes} [Tue Mar 3 04:04:35 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1376/2906] 10.0.0.108 () {30 vars in 728 bytes} [Tue Mar 3 04:04:35 2026] GET /v2.0/subnets/6d121ec6-af03-4a6e-8785-aaa8fd7d7984 => generated 656 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/2907] 199.204.45.233 () {30 vars in 703 bytes} [Tue Mar 3 04:04:36 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: 6|app: 0|req: 1377/2908] 199.204.45.233 () {30 vars in 705 bytes} [Tue Mar 3 04:04:36 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: 1532/2909] 199.204.45.233 () {30 vars in 681 bytes} [Tue Mar 3 04:04:36 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: 6|app: 0|req: 1378/2910] 199.204.45.233 () {30 vars in 717 bytes} [Tue Mar 3 04:04:36 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/2911] 199.204.45.233 () {30 vars in 741 bytes} [Tue Mar 3 04:04:36 2026] GET /v2.0/subnets/6d121ec6-af03-4a6e-8785-aaa8fd7d7984 => generated 674 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1379/2912] 199.204.45.233 () {30 vars in 769 bytes} [Tue Mar 3 04:04:36 2026] GET /v2.0/ports?device_id=211a083f-4eaa-4446-9415-c1a6a6b99239 => generated 2586 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/2913] 199.204.45.233 () {30 vars in 703 bytes} [Tue Mar 3 04:04:36 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1380/2914] 199.204.45.233 () {30 vars in 705 bytes} [Tue Mar 3 04:04:36 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: 1535/2915] 199.204.45.233 () {30 vars in 681 bytes} [Tue Mar 3 04:04:36 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: 6|app: 0|req: 1381/2916] 199.204.45.233 () {30 vars in 717 bytes} [Tue Mar 3 04:04:36 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/2917] 199.204.45.233 () {34 vars in 717 bytes} [Tue Mar 3 04:04:36 2026] POST /v2.0/ports => generated 1324 bytes in 330 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1382/2918] 10.0.0.33 () {34 vars in 970 bytes} [Tue Mar 3 04:04:36 2026] GET /v2.0/ports/5cc2e30f-468f-4081-9893-37e1abf588d9 => generated 1324 bytes in 74 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: 1537/2919] 10.0.0.33 () {34 vars in 906 bytes} [Tue Mar 3 04:04:36 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: 6|app: 0|req: 1383/2920] 199.204.45.233 () {34 vars in 1262 bytes} [Tue Mar 3 04:04:38 2026] GET /v2.0/ports/5cc2e30f-468f-4081-9893-37e1abf588d9?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/2921] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Mar 3 04:04:38 2026] GET /v2.0/networks/f667fc6c-fe3e-44d0-86ec-d09820d32904?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1384/2922] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Mar 3 04:04:38 2026] GET /v2.0/networks/f667fc6c-fe3e-44d0-86ec-d09820d32904?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/2923] 199.204.45.233 () {34 vars in 975 bytes} [Tue Mar 3 04:04:38 2026] GET /v2.0/ports/5cc2e30f-468f-4081-9893-37e1abf588d9 => generated 1324 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1385/2924] 199.204.45.233 () {34 vars in 986 bytes} [Tue Mar 3 04:04:38 2026] GET /v2.0/networks?id=f667fc6c-fe3e-44d0-86ec-d09820d32904 => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/2925] 199.204.45.233 () {38 vars in 1028 bytes} [Tue Mar 3 04:04:38 2026] PUT /v2.0/ports/5cc2e30f-468f-4081-9893-37e1abf588d9 => generated 1514 bytes in 487 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-03 04:04:39.256 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b7f8e702-404e-422b-96e1-124ce0796956'] response: {'name': 'network-changed', 'server_uuid': '211a083f-4eaa-4446-9415-c1a6a6b99239', 'tag': '5cc2e30f-468f-4081-9893-37e1abf588d9', 'status': 'completed', 'code': 200} [pid: 6|app: 0|req: 1386/2926] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Mar 3 04:04:39 2026] GET /v2.0/ports?tenant_id=34aa82d2f93f49e899ad14b801cf5d65&device_id=211a083f-4eaa-4446-9415-c1a6a6b99239 => generated 4092 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1541/2927] 199.204.45.233 () {34 vars in 986 bytes} [Tue Mar 3 04:04:39 2026] GET /v2.0/networks?id=f667fc6c-fe3e-44d0-86ec-d09820d32904 => generated 800 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1387/2928] 199.204.45.233 () {34 vars in 1056 bytes} [Tue Mar 3 04:04:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.80&port_id=5cc2e30f-468f-4081-9893-37e1abf588d9 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/2929] 199.204.45.233 () {34 vars in 1104 bytes} [Tue Mar 3 04:04:39 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A16f&port_id=5cc2e30f-468f-4081-9893-37e1abf588d9 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1388/2930] 199.204.45.233 () {34 vars in 1064 bytes} [Tue Mar 3 04:04:39 2026] GET /v2.0/subnets?id=4770c1d5-99bc-4eea-a133-89b28cea6fa7&id=6d121ec6-af03-4a6e-8785-aaa8fd7d7984 => generated 1410 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/2931] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Mar 3 04:04:39 2026] GET /v2.0/ports?network_id=f667fc6c-fe3e-44d0-86ec-d09820d32904&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1389/2932] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Mar 3 04:04:40 2026] GET /v2.0/ports?network_id=f667fc6c-fe3e-44d0-86ec-d09820d32904&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: 1544/2933] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Mar 3 04:04:40 2026] GET /v2.0/networks/f667fc6c-fe3e-44d0-86ec-d09820d32904?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1390/2934] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Mar 3 04:04:40 2026] GET /v2.0/networks/f667fc6c-fe3e-44d0-86ec-d09820d32904?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: 1545/2935] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Mar 3 04:04:41 2026] GET /v2.0/ports?tenant_id=34aa82d2f93f49e899ad14b801cf5d65&device_id=211a083f-4eaa-4446-9415-c1a6a6b99239 => generated 4092 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1391/2936] 199.204.45.233 () {34 vars in 1060 bytes} [Tue Mar 3 04:04:41 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.69&port_id=8de22184-5d1b-445c-a3ca-277e4ec982cc => 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: 1546/2937] 199.204.45.233 () {34 vars in 984 bytes} [Tue Mar 3 04:04:41 2026] GET /v2.0/subnets?id=49edc4df-3f2c-48f3-bab9-30d16d2661fa => generated 654 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1392/2938] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Mar 3 04:04:41 2026] GET /v2.0/ports?network_id=63dec0fd-f286-42d4-827b-ac1189100e6a&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: 1547/2939] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Mar 3 04:04:41 2026] GET /v2.0/networks/63dec0fd-f286-42d4-827b-ac1189100e6a?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1393/2940] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Mar 3 04:04:41 2026] GET /v2.0/networks/63dec0fd-f286-42d4-827b-ac1189100e6a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/2941] 199.204.45.233 () {34 vars in 1058 bytes} [Tue Mar 3 04:04:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.115&port_id=86abf18a-ad50-4c6b-9199-87ff04cf65c0 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1394/2942] 199.204.45.233 () {34 vars in 984 bytes} [Tue Mar 3 04:04:41 2026] GET /v2.0/subnets?id=88b1cf4d-d3bf-4d89-ac6c-1d3b5fac778a => generated 678 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/2943] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Mar 3 04:04:41 2026] GET /v2.0/ports?network_id=0dbe6be5-7dea-411c-8255-86950122371d&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: 6|app: 0|req: 1395/2944] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Mar 3 04:04:41 2026] GET /v2.0/networks/0dbe6be5-7dea-411c-8255-86950122371d?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: 1550/2945] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Mar 3 04:04:41 2026] GET /v2.0/networks/0dbe6be5-7dea-411c-8255-86950122371d?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: 6|app: 0|req: 1396/2946] 199.204.45.233 () {34 vars in 1056 bytes} [Tue Mar 3 04:04:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.80&port_id=5cc2e30f-468f-4081-9893-37e1abf588d9 => 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: 1551/2947] 199.204.45.233 () {34 vars in 1104 bytes} [Tue Mar 3 04:04:41 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A16f&port_id=5cc2e30f-468f-4081-9893-37e1abf588d9 => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1397/2948] 199.204.45.233 () {34 vars in 1064 bytes} [Tue Mar 3 04:04:41 2026] GET /v2.0/subnets?id=4770c1d5-99bc-4eea-a133-89b28cea6fa7&id=6d121ec6-af03-4a6e-8785-aaa8fd7d7984 => generated 1410 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/2949] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Mar 3 04:04:41 2026] GET /v2.0/ports?network_id=f667fc6c-fe3e-44d0-86ec-d09820d32904&device_owner=network%3Adhcp => generated 1457 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1398/2950] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Mar 3 04:04:41 2026] GET /v2.0/ports?network_id=f667fc6c-fe3e-44d0-86ec-d09820d32904&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: 1553/2951] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Mar 3 04:04:41 2026] GET /v2.0/networks/f667fc6c-fe3e-44d0-86ec-d09820d32904?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1399/2952] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Mar 3 04:04:41 2026] GET /v2.0/networks/f667fc6c-fe3e-44d0-86ec-d09820d32904?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: 1555/2955] 10.0.0.33 () {34 vars in 970 bytes} [Tue Mar 3 04:04:46 2026] GET /v2.0/ports/5cc2e30f-468f-4081-9893-37e1abf588d9 => generated 1516 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1401/2956] 199.204.45.233 () {30 vars in 743 bytes} [Tue Mar 3 04:04:46 2026] GET /v2.0/networks/f667fc6c-fe3e-44d0-86ec-d09820d32904 => generated 797 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/2957] 199.204.45.233 () {30 vars in 741 bytes} [Tue Mar 3 04:04:46 2026] GET /v2.0/subnets/6d121ec6-af03-4a6e-8785-aaa8fd7d7984 => generated 674 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1402/2958] 199.204.45.233 () {30 vars in 741 bytes} [Tue Mar 3 04:04:46 2026] GET /v2.0/subnets/4770c1d5-99bc-4eea-a133-89b28cea6fa7 => generated 743 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/2959] 199.204.45.233 () {30 vars in 703 bytes} [Tue Mar 3 04:04:46 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: 6|app: 0|req: 1403/2960] 199.204.45.233 () {30 vars in 705 bytes} [Tue Mar 3 04:04:46 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: 1558/2961] 199.204.45.233 () {30 vars in 681 bytes} [Tue Mar 3 04:04:46 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: 6|app: 0|req: 1404/2962] 199.204.45.233 () {30 vars in 717 bytes} [Tue Mar 3 04:04:46 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/2963] 199.204.45.233 () {30 vars in 741 bytes} [Tue Mar 3 04:04:46 2026] GET /v2.0/subnets/88b1cf4d-d3bf-4d89-ac6c-1d3b5fac778a => generated 675 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1405/2964] 199.204.45.233 () {30 vars in 737 bytes} [Tue Mar 3 04:04:46 2026] GET /v2.0/ports/ba4030d9-d652-4ccc-af43-36df658247ae => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/2965] 199.204.45.233 () {30 vars in 737 bytes} [Tue Mar 3 04:04:46 2026] GET /v2.0/ports/86abf18a-ad50-4c6b-9199-87ff04cf65c0 => generated 1350 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1406/2966] 199.204.45.233 () {30 vars in 741 bytes} [Tue Mar 3 04:04:46 2026] GET /v2.0/subnets/88b1cf4d-d3bf-4d89-ac6c-1d3b5fac778a => 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: 1561/2967] 199.204.45.233 () {30 vars in 743 bytes} [Tue Mar 3 04:04:46 2026] GET /v2.0/networks/0dbe6be5-7dea-411c-8255-86950122371d => generated 799 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1407/2968] 199.204.45.233 () {30 vars in 737 bytes} [Tue Mar 3 04:04:46 2026] GET /v2.0/ports/ba4030d9-d652-4ccc-af43-36df658247ae => 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: 1562/2969] 199.204.45.233 () {30 vars in 741 bytes} [Tue Mar 3 04:04:46 2026] GET /v2.0/subnets/88b1cf4d-d3bf-4d89-ac6c-1d3b5fac778a => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1408/2970] 10.0.0.108 () {30 vars in 690 bytes} [Tue Mar 3 04:04:51 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: 1563/2971] 10.0.0.108 () {30 vars in 692 bytes} [Tue Mar 3 04:04:51 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1409/2972] 10.0.0.108 () {30 vars in 668 bytes} [Tue Mar 3 04:04:51 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/2973] 10.0.0.108 () {30 vars in 704 bytes} [Tue Mar 3 04:04:51 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: 6|app: 0|req: 1410/2974] 10.0.0.108 () {28 vars in 439 bytes} [Tue Mar 3 04:04:51 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: 1565/2975] 10.0.0.108 () {30 vars in 728 bytes} [Tue Mar 3 04:04:51 2026] GET /v2.0/subnets/769f7c45-29f7-4123-b01f-31d2211581e5 => generated 656 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1411/2976] 199.204.45.233 () {30 vars in 703 bytes} [Tue Mar 3 04:04:52 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: 1566/2977] 199.204.45.233 () {30 vars in 705 bytes} [Tue Mar 3 04:04:52 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1412/2978] 199.204.45.233 () {30 vars in 681 bytes} [Tue Mar 3 04:04:52 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/2979] 199.204.45.233 () {30 vars in 717 bytes} [Tue Mar 3 04:04:52 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: 6|app: 0|req: 1413/2980] 199.204.45.233 () {30 vars in 741 bytes} [Tue Mar 3 04:04:52 2026] GET /v2.0/subnets/6d121ec6-af03-4a6e-8785-aaa8fd7d7984 => generated 674 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1414/2981] 199.204.45.233 () {30 vars in 741 bytes} [Tue Mar 3 04:04:52 2026] GET /v2.0/subnets/769f7c45-29f7-4123-b01f-31d2211581e5 => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/2982] 10.0.0.233 () {28 vars in 591 bytes} [Tue Mar 3 04:04:52 2026] GET /v2.0/floatingips => generated 2589 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1415/2983] 199.204.45.233 () {30 vars in 769 bytes} [Tue Mar 3 04:04:52 2026] GET /v2.0/ports?device_id=211a083f-4eaa-4446-9415-c1a6a6b99239 => generated 4094 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/2984] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 04:04:52 2026] GET /v2.0/routers => generated 728 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1416/2985] 10.0.0.233 () {28 vars in 624 bytes} [Tue Mar 3 04:04:52 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/2986] 10.0.0.233 () {28 vars in 677 bytes} [Tue Mar 3 04:04:52 2026] GET /v2.0/routers/235281a7-452f-4409-bc00-29458b361b37/l3-agents => generated 681 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1417/2987] 199.204.45.233 () {30 vars in 703 bytes} [Tue Mar 3 04:04:52 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: 6|app: 0|req: 1418/2988] 199.204.45.233 () {30 vars in 705 bytes} [Tue Mar 3 04:04:52 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1419/2989] 199.204.45.233 () {30 vars in 681 bytes} [Tue Mar 3 04:04:52 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1420/2990] 199.204.45.233 () {30 vars in 717 bytes} [Tue Mar 3 04:04:52 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/2991] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 04:04:52 2026] GET /v2.0/subnets => generated 6133 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/2992] 10.0.0.233 () {28 vars in 591 bytes} [Tue Mar 3 04:04:52 2026] GET /v2.0/subnetpools => generated 19 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/2993] 10.0.0.233 () {28 vars in 585 bytes} [Tue Mar 3 04:04:52 2026] GET /v2.0/networks => generated 5225 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/2994] 10.0.0.233 () {28 vars in 599 bytes} [Tue Mar 3 04:04:53 2026] GET /v2.0/security-groups => generated 31484 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/2995] 10.0.0.33 () {34 vars in 1177 bytes} [Tue Mar 3 04:04:53 2026] GET /v2.0/ports?device_id=211a083f-4eaa-4446-9415-c1a6a6b99239&device_id=06a05401-6c1f-4875-b2d6-4a5a3ee48821&device_id=af6c1b11-0623-4b74-ac92-0603e074cd88 => generated 7006 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1421/2996] 199.204.45.233 () {34 vars in 717 bytes} [Tue Mar 3 04:04:52 2026] POST /v2.0/ports => generated 1324 bytes in 318 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: 1576/2997] 10.0.0.233 () {28 vars in 579 bytes} [Tue Mar 3 04:04:53 2026] GET /v2.0/ports => generated 27478 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1422/2998] 10.0.0.33 () {34 vars in 1279 bytes} [Tue Mar 3 04:04:53 2026] GET /v2.0/security-groups?id=7e04595f-5117-4879-a7ae-2cf155742a5d&id=72f28a17-f299-409a-abd3-f1ab4ff04ee6&id=4fbad368-5fac-424a-a850-7c74bf854988&id=733a9979-51f0-4d94-9637-72644ddbd3fa&fields=id&fields=name => generated 353 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/2999] 10.0.0.233 () {28 vars in 619 bytes} [Tue Mar 3 04:04:53 2026] GET /v2.0/network-ip-availabilities => generated 3613 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1423/3000] 10.0.0.33 () {34 vars in 970 bytes} [Tue Mar 3 04:04:53 2026] GET /v2.0/ports/0a30ba3e-fc53-4a4c-868c-ca50eb353f41 => generated 1324 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/3001] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 04:04:53 2026] GET /v2.0/subnets => generated 6133 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1424/3002] 10.0.0.233 () {28 vars in 581 bytes} [Tue Mar 3 04:04:53 2026] GET /v2.0/agents => generated 3387 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1579/3003] 199.204.45.233 () {34 vars in 1262 bytes} [Tue Mar 3 04:04:54 2026] GET /v2.0/ports/0a30ba3e-fc53-4a4c-868c-ca50eb353f41?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1425/3004] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Mar 3 04:04:54 2026] GET /v2.0/networks/def50d14-2796-4d01-938c-9fa22da489f4?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: 1580/3005] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Mar 3 04:04:54 2026] GET /v2.0/networks/def50d14-2796-4d01-938c-9fa22da489f4?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: 6|app: 0|req: 1426/3006] 199.204.45.233 () {34 vars in 975 bytes} [Tue Mar 3 04:04:55 2026] GET /v2.0/ports/0a30ba3e-fc53-4a4c-868c-ca50eb353f41 => generated 1324 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1581/3007] 199.204.45.233 () {34 vars in 986 bytes} [Tue Mar 3 04:04:55 2026] GET /v2.0/networks?id=def50d14-2796-4d01-938c-9fa22da489f4 => generated 801 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1427/3008] 199.204.45.233 () {38 vars in 1028 bytes} [Tue Mar 3 04:04:55 2026] PUT /v2.0/ports/0a30ba3e-fc53-4a4c-868c-ca50eb353f41 => generated 1514 bytes in 423 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-03 04:04:55.621 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-3c72dda1-ddff-4e59-a391-7e33cf6b54a9'] response: {'name': 'network-changed', 'server_uuid': '211a083f-4eaa-4446-9415-c1a6a6b99239', 'tag': '0a30ba3e-fc53-4a4c-868c-ca50eb353f41', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1582/3009] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Mar 3 04:04:56 2026] GET /v2.0/ports?tenant_id=34aa82d2f93f49e899ad14b801cf5d65&device_id=211a083f-4eaa-4446-9415-c1a6a6b99239 => generated 5600 bytes in 62 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: 6|app: 0|req: 1428/3010] 199.204.45.233 () {34 vars in 986 bytes} [Tue Mar 3 04:04:56 2026] GET /v2.0/networks?id=def50d14-2796-4d01-938c-9fa22da489f4 => generated 801 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1583/3011] 199.204.45.233 () {34 vars in 1054 bytes} [Tue Mar 3 04:04:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.5&port_id=0a30ba3e-fc53-4a4c-868c-ca50eb353f41 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1429/3012] 199.204.45.233 () {34 vars in 1106 bytes} [Tue Mar 3 04:04:56 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A226&port_id=0a30ba3e-fc53-4a4c-868c-ca50eb353f41 => 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: 1584/3013] 199.204.45.233 () {34 vars in 1064 bytes} [Tue Mar 3 04:04:56 2026] GET /v2.0/subnets?id=769f7c45-29f7-4123-b01f-31d2211581e5&id=e0f81489-9d31-4670-84ca-2d2dd0def014 => generated 1415 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1430/3014] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Mar 3 04:04:56 2026] GET /v2.0/ports?network_id=def50d14-2796-4d01-938c-9fa22da489f4&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1585/3015] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Mar 3 04:04:56 2026] GET /v2.0/ports?network_id=def50d14-2796-4d01-938c-9fa22da489f4&device_owner=network%3Adhcp => generated 1461 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1431/3016] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Mar 3 04:04:56 2026] GET /v2.0/networks/def50d14-2796-4d01-938c-9fa22da489f4?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1586/3017] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Mar 3 04:04:56 2026] GET /v2.0/networks/def50d14-2796-4d01-938c-9fa22da489f4?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: 6|app: 0|req: 1432/3018] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Mar 3 04:04:57 2026] GET /v2.0/ports?tenant_id=34aa82d2f93f49e899ad14b801cf5d65&device_id=211a083f-4eaa-4446-9415-c1a6a6b99239 => generated 5600 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/3019] 199.204.45.233 () {34 vars in 1060 bytes} [Tue Mar 3 04:04:57 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.69&port_id=8de22184-5d1b-445c-a3ca-277e4ec982cc => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1433/3020] 199.204.45.233 () {34 vars in 984 bytes} [Tue Mar 3 04:04:57 2026] GET /v2.0/subnets?id=49edc4df-3f2c-48f3-bab9-30d16d2661fa => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/3021] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Mar 3 04:04:57 2026] GET /v2.0/ports?network_id=63dec0fd-f286-42d4-827b-ac1189100e6a&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1434/3022] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Mar 3 04:04:57 2026] GET /v2.0/networks/63dec0fd-f286-42d4-827b-ac1189100e6a?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: 1589/3023] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Mar 3 04:04:57 2026] GET /v2.0/networks/63dec0fd-f286-42d4-827b-ac1189100e6a?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: 6|app: 0|req: 1435/3024] 199.204.45.233 () {34 vars in 1058 bytes} [Tue Mar 3 04:04:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.115&port_id=86abf18a-ad50-4c6b-9199-87ff04cf65c0 => 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: 1590/3025] 199.204.45.233 () {34 vars in 984 bytes} [Tue Mar 3 04:04:57 2026] GET /v2.0/subnets?id=88b1cf4d-d3bf-4d89-ac6c-1d3b5fac778a => generated 678 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1436/3026] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Mar 3 04:04:57 2026] GET /v2.0/ports?network_id=0dbe6be5-7dea-411c-8255-86950122371d&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: 1591/3027] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Mar 3 04:04:57 2026] GET /v2.0/networks/0dbe6be5-7dea-411c-8255-86950122371d?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1437/3028] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Mar 3 04:04:57 2026] GET /v2.0/networks/0dbe6be5-7dea-411c-8255-86950122371d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3029] 199.204.45.233 () {34 vars in 1056 bytes} [Tue Mar 3 04:04:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.80&port_id=5cc2e30f-468f-4081-9893-37e1abf588d9 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1438/3030] 199.204.45.233 () {34 vars in 1104 bytes} [Tue Mar 3 04:04:58 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A16f&port_id=5cc2e30f-468f-4081-9893-37e1abf588d9 => 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: 1593/3031] 199.204.45.233 () {34 vars in 1064 bytes} [Tue Mar 3 04:04:58 2026] GET /v2.0/subnets?id=4770c1d5-99bc-4eea-a133-89b28cea6fa7&id=6d121ec6-af03-4a6e-8785-aaa8fd7d7984 => generated 1410 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1439/3032] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Mar 3 04:04:58 2026] GET /v2.0/ports?network_id=f667fc6c-fe3e-44d0-86ec-d09820d32904&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3033] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Mar 3 04:04:58 2026] GET /v2.0/ports?network_id=f667fc6c-fe3e-44d0-86ec-d09820d32904&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1440/3034] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Mar 3 04:04:58 2026] GET /v2.0/networks/f667fc6c-fe3e-44d0-86ec-d09820d32904?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3035] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Mar 3 04:04:58 2026] GET /v2.0/networks/f667fc6c-fe3e-44d0-86ec-d09820d32904?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1441/3036] 199.204.45.233 () {34 vars in 1054 bytes} [Tue Mar 3 04:04:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.5&port_id=0a30ba3e-fc53-4a4c-868c-ca50eb353f41 => 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: 1596/3037] 199.204.45.233 () {34 vars in 1106 bytes} [Tue Mar 3 04:04:58 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A226&port_id=0a30ba3e-fc53-4a4c-868c-ca50eb353f41 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1442/3038] 199.204.45.233 () {34 vars in 1064 bytes} [Tue Mar 3 04:04:58 2026] GET /v2.0/subnets?id=769f7c45-29f7-4123-b01f-31d2211581e5&id=e0f81489-9d31-4670-84ca-2d2dd0def014 => generated 1415 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1597/3039] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Mar 3 04:04:58 2026] GET /v2.0/ports?network_id=def50d14-2796-4d01-938c-9fa22da489f4&device_owner=network%3Adhcp => generated 1461 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1443/3040] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Mar 3 04:04:58 2026] GET /v2.0/ports?network_id=def50d14-2796-4d01-938c-9fa22da489f4&device_owner=network%3Adhcp => generated 1461 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3041] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Mar 3 04:04:58 2026] GET /v2.0/networks/def50d14-2796-4d01-938c-9fa22da489f4?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1444/3042] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Mar 3 04:04:58 2026] GET /v2.0/networks/def50d14-2796-4d01-938c-9fa22da489f4?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: 6|app: 0|req: 1446/3045] 10.0.0.33 () {34 vars in 970 bytes} [Tue Mar 3 04:05:02 2026] GET /v2.0/ports/0a30ba3e-fc53-4a4c-868c-ca50eb353f41 => generated 1516 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/3046] 199.204.45.233 () {30 vars in 743 bytes} [Tue Mar 3 04:05:02 2026] GET /v2.0/networks/def50d14-2796-4d01-938c-9fa22da489f4 => generated 798 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1447/3047] 199.204.45.233 () {30 vars in 741 bytes} [Tue Mar 3 04:05:02 2026] GET /v2.0/subnets/769f7c45-29f7-4123-b01f-31d2211581e5 => generated 674 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3048] 199.204.45.233 () {30 vars in 741 bytes} [Tue Mar 3 04:05:02 2026] GET /v2.0/subnets/e0f81489-9d31-4670-84ca-2d2dd0def014 => generated 748 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1448/3049] 199.204.45.233 () {30 vars in 737 bytes} [Tue Mar 3 04:05:02 2026] GET /v2.0/ports/5cc2e30f-468f-4081-9893-37e1abf588d9 => generated 1516 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1602/3050] 199.204.45.233 () {34 vars in 790 bytes} [Tue Mar 3 04:05:02 2026] PUT /v2.0/ports/5cc2e30f-468f-4081-9893-37e1abf588d9 => generated 1251 bytes in 310 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-03 04:05:02.986 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-92d605ac-a028-4378-a09c-6d2de3360ac8'] response: {'name': 'network-changed', 'server_uuid': '211a083f-4eaa-4446-9415-c1a6a6b99239', 'tag': '5cc2e30f-468f-4081-9893-37e1abf588d9', 'status': 'completed', 'code': 200} [pid: 6|app: 0|req: 1449/3051] 199.204.45.233 () {30 vars in 743 bytes} [Tue Mar 3 04:05:02 2026] GET /v2.0/networks/f667fc6c-fe3e-44d0-86ec-d09820d32904 => 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: 1603/3052] 199.204.45.233 () {30 vars in 741 bytes} [Tue Mar 3 04:05:03 2026] GET /v2.0/subnets/6d121ec6-af03-4a6e-8785-aaa8fd7d7984 => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1450/3053] 199.204.45.233 () {30 vars in 703 bytes} [Tue Mar 3 04:05:03 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: 1604/3054] 199.204.45.233 () {30 vars in 705 bytes} [Tue Mar 3 04:05:03 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: 6|app: 0|req: 1451/3055] 199.204.45.233 () {30 vars in 681 bytes} [Tue Mar 3 04:05:03 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: 1605/3056] 199.204.45.233 () {30 vars in 717 bytes} [Tue Mar 3 04:05:03 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: 6|app: 0|req: 1452/3057] 199.204.45.233 () {30 vars in 741 bytes} [Tue Mar 3 04:05:03 2026] GET /v2.0/subnets/88b1cf4d-d3bf-4d89-ac6c-1d3b5fac778a => 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: 1606/3058] 199.204.45.233 () {30 vars in 737 bytes} [Tue Mar 3 04:05:03 2026] GET /v2.0/ports/ba4030d9-d652-4ccc-af43-36df658247ae => generated 1132 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1453/3059] 199.204.45.233 () {30 vars in 737 bytes} [Tue Mar 3 04:05:03 2026] GET /v2.0/ports/86abf18a-ad50-4c6b-9199-87ff04cf65c0 => generated 1350 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1607/3060] 199.204.45.233 () {30 vars in 741 bytes} [Tue Mar 3 04:05:03 2026] GET /v2.0/subnets/88b1cf4d-d3bf-4d89-ac6c-1d3b5fac778a => generated 675 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1454/3061] 199.204.45.233 () {30 vars in 743 bytes} [Tue Mar 3 04:05:03 2026] GET /v2.0/networks/0dbe6be5-7dea-411c-8255-86950122371d => generated 799 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1608/3062] 199.204.45.233 () {30 vars in 737 bytes} [Tue Mar 3 04:05:03 2026] GET /v2.0/ports/ba4030d9-d652-4ccc-af43-36df658247ae => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1455/3063] 199.204.45.233 () {30 vars in 741 bytes} [Tue Mar 3 04:05:03 2026] GET /v2.0/subnets/88b1cf4d-d3bf-4d89-ac6c-1d3b5fac778a => generated 675 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1609/3064] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Mar 3 04:05:03 2026] GET /v2.0/ports?tenant_id=34aa82d2f93f49e899ad14b801cf5d65&device_id=211a083f-4eaa-4446-9415-c1a6a6b99239 => generated 5373 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1456/3065] 199.204.45.233 () {34 vars in 986 bytes} [Tue Mar 3 04:05:03 2026] GET /v2.0/networks?id=f667fc6c-fe3e-44d0-86ec-d09820d32904 => generated 800 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1610/3066] 199.204.45.233 () {34 vars in 1056 bytes} [Tue Mar 3 04:05:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.80&port_id=5cc2e30f-468f-4081-9893-37e1abf588d9 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1457/3067] 199.204.45.233 () {34 vars in 984 bytes} [Tue Mar 3 04:05:03 2026] GET /v2.0/subnets?id=6d121ec6-af03-4a6e-8785-aaa8fd7d7984 => generated 677 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1611/3068] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Mar 3 04:05:03 2026] GET /v2.0/ports?network_id=f667fc6c-fe3e-44d0-86ec-d09820d32904&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1458/3069] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Mar 3 04:05:03 2026] GET /v2.0/networks/f667fc6c-fe3e-44d0-86ec-d09820d32904?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1612/3070] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Mar 3 04:05:03 2026] GET /v2.0/networks/f667fc6c-fe3e-44d0-86ec-d09820d32904?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1614/3073] 199.204.45.233 () {30 vars in 703 bytes} [Tue Mar 3 04:05:16 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1460/3074] 199.204.45.233 () {30 vars in 705 bytes} [Tue Mar 3 04:05:16 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: 1615/3075] 199.204.45.233 () {30 vars in 681 bytes} [Tue Mar 3 04:05:16 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: 6|app: 0|req: 1461/3076] 199.204.45.233 () {30 vars in 717 bytes} [Tue Mar 3 04:05:16 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: 1616/3077] 199.204.45.233 () {30 vars in 741 bytes} [Tue Mar 3 04:05:16 2026] GET /v2.0/subnets/6d121ec6-af03-4a6e-8785-aaa8fd7d7984 => generated 674 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1462/3078] 199.204.45.233 () {30 vars in 769 bytes} [Tue Mar 3 04:05:16 2026] GET /v2.0/ports?device_id=211a083f-4eaa-4446-9415-c1a6a6b99239 => generated 5373 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1617/3079] 199.204.45.233 () {30 vars in 703 bytes} [Tue Mar 3 04:05:16 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1463/3080] 199.204.45.233 () {30 vars in 705 bytes} [Tue Mar 3 04:05:16 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: 1618/3081] 199.204.45.233 () {30 vars in 681 bytes} [Tue Mar 3 04:05:16 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: 6|app: 0|req: 1464/3082] 199.204.45.233 () {30 vars in 717 bytes} [Tue Mar 3 04:05:16 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: 1619/3083] 199.204.45.233 () {30 vars in 737 bytes} [Tue Mar 3 04:05:16 2026] GET /v2.0/ports/0a30ba3e-fc53-4a4c-868c-ca50eb353f41 => generated 1516 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1465/3084] 199.204.45.233 () {34 vars in 790 bytes} [Tue Mar 3 04:05:16 2026] PUT /v2.0/ports/0a30ba3e-fc53-4a4c-868c-ca50eb353f41 => generated 1247 bytes in 326 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-03 04:05:16.750 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-7cc94880-1a24-48fc-97af-56b724f351c9'] response: {'name': 'network-changed', 'server_uuid': '211a083f-4eaa-4446-9415-c1a6a6b99239', 'tag': '0a30ba3e-fc53-4a4c-868c-ca50eb353f41', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1620/3085] 199.204.45.233 () {30 vars in 743 bytes} [Tue Mar 3 04:05:16 2026] GET /v2.0/networks/def50d14-2796-4d01-938c-9fa22da489f4 => generated 798 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 6|app: 0|req: 1466/3086] 199.204.45.233 () {30 vars in 741 bytes} [Tue Mar 3 04:05:16 2026] GET /v2.0/subnets/769f7c45-29f7-4123-b01f-31d2211581e5 => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1621/3087] 199.204.45.233 () {30 vars in 737 bytes} [Tue Mar 3 04:05:16 2026] GET /v2.0/ports/0a30ba3e-fc53-4a4c-868c-ca50eb353f41 => generated 1283 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1467/3088] 199.204.45.233 () {34 vars in 789 bytes} [Tue Mar 3 04:05:16 2026] PUT /v2.0/ports/0a30ba3e-fc53-4a4c-868c-ca50eb353f41 => generated 1080 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1622/3089] 199.204.45.233 () {30 vars in 743 bytes} [Tue Mar 3 04:05:17 2026] GET /v2.0/networks/def50d14-2796-4d01-938c-9fa22da489f4 => generated 798 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 6|app: 0|req: 1468/3090] 199.204.45.233 () {30 vars in 769 bytes} [Tue Mar 3 04:05:17 2026] GET /v2.0/ports?device_id=211a083f-4eaa-4446-9415-c1a6a6b99239 => generated 4973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1623/3091] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Mar 3 04:05:17 2026] GET /v2.0/ports?tenant_id=34aa82d2f93f49e899ad14b801cf5d65&device_id=211a083f-4eaa-4446-9415-c1a6a6b99239 => generated 4973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1469/3092] 199.204.45.233 () {30 vars in 769 bytes} [Tue Mar 3 04:05:17 2026] GET /v2.0/ports?device_id=211a083f-4eaa-4446-9415-c1a6a6b99239 => generated 4973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1624/3093] 199.204.45.233 () {34 vars in 986 bytes} [Tue Mar 3 04:05:17 2026] GET /v2.0/networks?id=def50d14-2796-4d01-938c-9fa22da489f4 => generated 801 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1470/3094] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Mar 3 04:05:17 2026] GET /v2.0/networks/def50d14-2796-4d01-938c-9fa22da489f4?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: 1625/3095] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Mar 3 04:05:17 2026] GET /v2.0/networks/def50d14-2796-4d01-938c-9fa22da489f4?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: 6|app: 0|req: 1471/3096] 199.204.45.233 () {30 vars in 769 bytes} [Tue Mar 3 04:05:18 2026] GET /v2.0/ports?device_id=211a083f-4eaa-4446-9415-c1a6a6b99239 => generated 4973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-03 04:05:18.791 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-971830ed-4923-4c1c-ac72-0b0ee3b97068'] response: {'name': 'network-changed', 'server_uuid': '211a083f-4eaa-4446-9415-c1a6a6b99239', 'tag': '0a30ba3e-fc53-4a4c-868c-ca50eb353f41', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1626/3097] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Mar 3 04:05:19 2026] GET /v2.0/ports?tenant_id=34aa82d2f93f49e899ad14b801cf5d65&device_id=211a083f-4eaa-4446-9415-c1a6a6b99239 => generated 4973 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1472/3098] 199.204.45.233 () {34 vars in 986 bytes} [Tue Mar 3 04:05:19 2026] GET /v2.0/networks?id=def50d14-2796-4d01-938c-9fa22da489f4 => generated 801 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1473/3099] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Mar 3 04:05:19 2026] GET /v2.0/networks/def50d14-2796-4d01-938c-9fa22da489f4?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: 1627/3100] 199.204.45.233 () {30 vars in 769 bytes} [Tue Mar 3 04:05:19 2026] GET /v2.0/ports?device_id=211a083f-4eaa-4446-9415-c1a6a6b99239 => generated 4973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1474/3101] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Mar 3 04:05:19 2026] GET /v2.0/networks/def50d14-2796-4d01-938c-9fa22da489f4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1628/3102] 199.204.45.233 () {34 vars in 975 bytes} [Tue Mar 3 04:05:19 2026] GET /v2.0/ports/0a30ba3e-fc53-4a4c-868c-ca50eb353f41 => generated 1116 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1475/3103] 199.204.45.233 () {34 vars in 1060 bytes} [Tue Mar 3 04:05:19 2026] GET /v2.0/ports/0a30ba3e-fc53-4a4c-868c-ca50eb353f41?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1629/3104] 199.204.45.233 () {34 vars in 1016 bytes} [Tue Mar 3 04:05:19 2026] GET /v2.0/networks/def50d14-2796-4d01-938c-9fa22da489f4?fields=dns_domain => generated 29 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1476/3105] 199.204.45.233 () {38 vars in 1028 bytes} [Tue Mar 3 04:05:19 2026] PUT /v2.0/ports/0a30ba3e-fc53-4a4c-868c-ca50eb353f41 => generated 917 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1630/3106] 199.204.45.233 () {30 vars in 769 bytes} [Tue Mar 3 04:05:20 2026] GET /v2.0/ports?device_id=211a083f-4eaa-4446-9415-c1a6a6b99239 => generated 3865 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-03 04:05:20.623 6 INFO neutron_taas.services.taas.taas_plugin [None req-f2f7d9c8-73e7-48b8-8f1f-9336efb87334 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] TaaS: Handle Delete Port: 0a30ba3e-fc53-4a4c-868c-ca50eb353f41 2026-03-03 04:05:20.625 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2f7d9c8-73e7-48b8-8f1f-9336efb87334 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Tap Mirror: Handle Delete Port: 0a30ba3e-fc53-4a4c-868c-ca50eb353f41 [pid: 6|app: 0|req: 1477/3107] 199.204.45.233 () {32 vars in 759 bytes} [Tue Mar 3 04:05:20 2026] DELETE /v2.0/ports/0a30ba3e-fc53-4a4c-868c-ca50eb353f41 => 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: 1631/3108] 199.204.45.233 () {30 vars in 703 bytes} [Tue Mar 3 04:05:20 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: 6|app: 0|req: 1478/3109] 199.204.45.233 () {30 vars in 705 bytes} [Tue Mar 3 04:05:20 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1632/3110] 199.204.45.233 () {30 vars in 681 bytes} [Tue Mar 3 04:05:20 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: 6|app: 0|req: 1479/3111] 199.204.45.233 () {30 vars in 717 bytes} [Tue Mar 3 04:05:20 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1633/3112] 199.204.45.233 () {30 vars in 741 bytes} [Tue Mar 3 04:05:20 2026] GET /v2.0/subnets/88b1cf4d-d3bf-4d89-ac6c-1d3b5fac778a => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1480/3113] 199.204.45.233 () {30 vars in 737 bytes} [Tue Mar 3 04:05:20 2026] GET /v2.0/ports/ba4030d9-d652-4ccc-af43-36df658247ae => generated 1132 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1634/3114] 199.204.45.233 () {30 vars in 737 bytes} [Tue Mar 3 04:05:20 2026] GET /v2.0/ports/86abf18a-ad50-4c6b-9199-87ff04cf65c0 => generated 1350 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1481/3115] 199.204.45.233 () {30 vars in 741 bytes} [Tue Mar 3 04:05:21 2026] GET /v2.0/subnets/88b1cf4d-d3bf-4d89-ac6c-1d3b5fac778a => generated 675 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1635/3116] 199.204.45.233 () {30 vars in 743 bytes} [Tue Mar 3 04:05:21 2026] GET /v2.0/networks/0dbe6be5-7dea-411c-8255-86950122371d => generated 799 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1482/3117] 199.204.45.233 () {30 vars in 737 bytes} [Tue Mar 3 04:05:21 2026] GET /v2.0/ports/ba4030d9-d652-4ccc-af43-36df658247ae => 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: 1636/3118] 199.204.45.233 () {30 vars in 741 bytes} [Tue Mar 3 04:05:21 2026] GET /v2.0/subnets/88b1cf4d-d3bf-4d89-ac6c-1d3b5fac778a => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1483/3119] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Mar 3 04:05:21 2026] GET /v2.0/ports?tenant_id=34aa82d2f93f49e899ad14b801cf5d65&device_id=211a083f-4eaa-4446-9415-c1a6a6b99239 => generated 3865 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1637/3120] 199.204.45.233 () {34 vars in 1226 bytes} [Tue Mar 3 04:05:21 2026] GET /v2.0/networks?id=63dec0fd-f286-42d4-827b-ac1189100e6a&id=0dbe6be5-7dea-411c-8255-86950122371d&id=f667fc6c-fe3e-44d0-86ec-d09820d32904&id=def50d14-2796-4d01-938c-9fa22da489f4 => generated 3096 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1484/3121] 199.204.45.233 () {34 vars in 1060 bytes} [Tue Mar 3 04:05:21 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.69&port_id=8de22184-5d1b-445c-a3ca-277e4ec982cc => 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: 1638/3122] 199.204.45.233 () {34 vars in 984 bytes} [Tue Mar 3 04:05:21 2026] GET /v2.0/subnets?id=49edc4df-3f2c-48f3-bab9-30d16d2661fa => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1485/3123] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Mar 3 04:05:21 2026] GET /v2.0/ports?network_id=63dec0fd-f286-42d4-827b-ac1189100e6a&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: 1639/3124] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Mar 3 04:05:21 2026] GET /v2.0/networks/63dec0fd-f286-42d4-827b-ac1189100e6a?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1486/3125] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Mar 3 04:05:21 2026] GET /v2.0/networks/63dec0fd-f286-42d4-827b-ac1189100e6a?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: 1640/3126] 199.204.45.233 () {34 vars in 1058 bytes} [Tue Mar 3 04:05:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.115&port_id=86abf18a-ad50-4c6b-9199-87ff04cf65c0 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1487/3127] 199.204.45.233 () {34 vars in 984 bytes} [Tue Mar 3 04:05:21 2026] GET /v2.0/subnets?id=88b1cf4d-d3bf-4d89-ac6c-1d3b5fac778a => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1641/3128] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Mar 3 04:05:21 2026] GET /v2.0/ports?network_id=0dbe6be5-7dea-411c-8255-86950122371d&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: 6|app: 0|req: 1488/3129] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Mar 3 04:05:21 2026] GET /v2.0/networks/0dbe6be5-7dea-411c-8255-86950122371d?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1642/3130] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Mar 3 04:05:21 2026] GET /v2.0/networks/0dbe6be5-7dea-411c-8255-86950122371d?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: 6|app: 0|req: 1489/3131] 199.204.45.233 () {34 vars in 1056 bytes} [Tue Mar 3 04:05:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.80&port_id=5cc2e30f-468f-4081-9893-37e1abf588d9 => 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: 1643/3132] 199.204.45.233 () {34 vars in 984 bytes} [Tue Mar 3 04:05:22 2026] GET /v2.0/subnets?id=6d121ec6-af03-4a6e-8785-aaa8fd7d7984 => generated 677 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1490/3133] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Mar 3 04:05:22 2026] GET /v2.0/ports?network_id=f667fc6c-fe3e-44d0-86ec-d09820d32904&device_owner=network%3Adhcp => generated 1457 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1644/3134] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Mar 3 04:05:22 2026] GET /v2.0/networks/f667fc6c-fe3e-44d0-86ec-d09820d32904?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1491/3135] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Mar 3 04:05:22 2026] GET /v2.0/networks/f667fc6c-fe3e-44d0-86ec-d09820d32904?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: 1645/3136] 199.204.45.233 () {30 vars in 703 bytes} [Tue Mar 3 04:05:26 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: 6|app: 0|req: 1492/3137] 199.204.45.233 () {30 vars in 705 bytes} [Tue Mar 3 04:05:26 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1646/3138] 199.204.45.233 () {30 vars in 681 bytes} [Tue Mar 3 04:05:26 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: 6|app: 0|req: 1493/3139] 199.204.45.233 () {30 vars in 717 bytes} [Tue Mar 3 04:05:26 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1647/3140] 199.204.45.233 () {30 vars in 769 bytes} [Tue Mar 3 04:05:26 2026] GET /v2.0/ports?device_id=211a083f-4eaa-4446-9415-c1a6a6b99239 => generated 3865 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1494/3141] 199.204.45.233 () {30 vars in 703 bytes} [Tue Mar 3 04:05:26 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1648/3142] 199.204.45.233 () {30 vars in 705 bytes} [Tue Mar 3 04:05:26 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: 6|app: 0|req: 1495/3143] 199.204.45.233 () {30 vars in 681 bytes} [Tue Mar 3 04:05:26 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: 1649/3144] 199.204.45.233 () {30 vars in 717 bytes} [Tue Mar 3 04:05:26 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: 6|app: 0|req: 1496/3145] 199.204.45.233 () {30 vars in 737 bytes} [Tue Mar 3 04:05:26 2026] GET /v2.0/ports/5cc2e30f-468f-4081-9893-37e1abf588d9 => generated 1287 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1650/3146] 199.204.45.233 () {34 vars in 789 bytes} [Tue Mar 3 04:05:26 2026] PUT /v2.0/ports/5cc2e30f-468f-4081-9893-37e1abf588d9 => generated 1080 bytes in 334 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-03 04:05:27.202 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-876133b9-e85b-4740-9813-d41ac9a485cb'] response: {'name': 'network-changed', 'server_uuid': '211a083f-4eaa-4446-9415-c1a6a6b99239', 'tag': '5cc2e30f-468f-4081-9893-37e1abf588d9', 'status': 'completed', 'code': 200} [pid: 6|app: 0|req: 1497/3147] 199.204.45.233 () {30 vars in 743 bytes} [Tue Mar 3 04:05:27 2026] GET /v2.0/networks/f667fc6c-fe3e-44d0-86ec-d09820d32904 => generated 797 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1651/3148] 199.204.45.233 () {30 vars in 769 bytes} [Tue Mar 3 04:05:27 2026] GET /v2.0/ports?device_id=211a083f-4eaa-4446-9415-c1a6a6b99239 => generated 3694 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1498/3149] 199.204.45.233 () {30 vars in 769 bytes} [Tue Mar 3 04:05:27 2026] GET /v2.0/ports?device_id=211a083f-4eaa-4446-9415-c1a6a6b99239 => generated 3694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1652/3150] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Mar 3 04:05:27 2026] GET /v2.0/ports?tenant_id=34aa82d2f93f49e899ad14b801cf5d65&device_id=211a083f-4eaa-4446-9415-c1a6a6b99239 => generated 3694 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1499/3151] 199.204.45.233 () {34 vars in 986 bytes} [Tue Mar 3 04:05:27 2026] GET /v2.0/networks?id=f667fc6c-fe3e-44d0-86ec-d09820d32904 => generated 800 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1653/3152] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Mar 3 04:05:27 2026] GET /v2.0/networks/f667fc6c-fe3e-44d0-86ec-d09820d32904?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1500/3153] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Mar 3 04:05:27 2026] GET /v2.0/networks/f667fc6c-fe3e-44d0-86ec-d09820d32904?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: 1654/3154] 199.204.45.233 () {30 vars in 769 bytes} [Tue Mar 3 04:05:28 2026] GET /v2.0/ports?device_id=211a083f-4eaa-4446-9415-c1a6a6b99239 => generated 3694 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1502/3157] 199.204.45.233 () {34 vars in 975 bytes} [Tue Mar 3 04:05:29 2026] GET /v2.0/ports/5cc2e30f-468f-4081-9893-37e1abf588d9 => generated 1116 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1503/3158] 199.204.45.233 () {34 vars in 1060 bytes} [Tue Mar 3 04:05:29 2026] GET /v2.0/ports/5cc2e30f-468f-4081-9893-37e1abf588d9?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1656/3159] 199.204.45.233 () {30 vars in 769 bytes} [Tue Mar 3 04:05:29 2026] GET /v2.0/ports?device_id=211a083f-4eaa-4446-9415-c1a6a6b99239 => generated 3694 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1504/3160] 199.204.45.233 () {34 vars in 1016 bytes} [Tue Mar 3 04:05:29 2026] GET /v2.0/networks/f667fc6c-fe3e-44d0-86ec-d09820d32904?fields=dns_domain => generated 29 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1657/3161] 199.204.45.233 () {38 vars in 1028 bytes} [Tue Mar 3 04:05:29 2026] PUT /v2.0/ports/5cc2e30f-468f-4081-9893-37e1abf588d9 => generated 917 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1505/3162] 199.204.45.233 () {30 vars in 769 bytes} [Tue Mar 3 04:05:30 2026] GET /v2.0/ports?device_id=211a083f-4eaa-4446-9415-c1a6a6b99239 => generated 2586 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, ' 2026-03-03 04:05:31.047 7 INFO neutron_taas.services.taas.taas_plugin [None req-71ab478d-ea31-4ec2-a7fd-93606829019a fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] TaaS: Handle Delete Port: 5cc2e30f-468f-4081-9893-37e1abf588d9 2026-03-03 04:05:31.050 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-71ab478d-ea31-4ec2-a7fd-93606829019a fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Tap Mirror: Handle Delete Port: 5cc2e30f-468f-4081-9893-37e1abf588d9 [pid: 7|app: 0|req: 1658/3163] 199.204.45.233 () {32 vars in 759 bytes} [Tue Mar 3 04:05:30 2026] DELETE /v2.0/ports/5cc2e30f-468f-4081-9893-37e1abf588d9 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1506/3164] 199.204.45.233 () {30 vars in 703 bytes} [Tue Mar 3 04:05:31 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: 1659/3165] 199.204.45.233 () {30 vars in 705 bytes} [Tue Mar 3 04:05:31 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: 6|app: 0|req: 1507/3166] 199.204.45.233 () {30 vars in 681 bytes} [Tue Mar 3 04:05:31 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: 1660/3167] 199.204.45.233 () {30 vars in 717 bytes} [Tue Mar 3 04:05:31 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: 6|app: 0|req: 1508/3168] 199.204.45.233 () {30 vars in 741 bytes} [Tue Mar 3 04:05:31 2026] GET /v2.0/subnets/88b1cf4d-d3bf-4d89-ac6c-1d3b5fac778a => 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: 1661/3169] 199.204.45.233 () {30 vars in 737 bytes} [Tue Mar 3 04:05:31 2026] GET /v2.0/ports/ba4030d9-d652-4ccc-af43-36df658247ae => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1509/3170] 199.204.45.233 () {30 vars in 737 bytes} [Tue Mar 3 04:05:31 2026] GET /v2.0/ports/86abf18a-ad50-4c6b-9199-87ff04cf65c0 => generated 1350 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1662/3171] 199.204.45.233 () {30 vars in 741 bytes} [Tue Mar 3 04:05:31 2026] GET /v2.0/subnets/88b1cf4d-d3bf-4d89-ac6c-1d3b5fac778a => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1510/3172] 199.204.45.233 () {30 vars in 743 bytes} [Tue Mar 3 04:05:31 2026] GET /v2.0/networks/0dbe6be5-7dea-411c-8255-86950122371d => generated 799 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1663/3173] 199.204.45.233 () {30 vars in 737 bytes} [Tue Mar 3 04:05:31 2026] GET /v2.0/ports/ba4030d9-d652-4ccc-af43-36df658247ae => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1511/3174] 199.204.45.233 () {30 vars in 741 bytes} [Tue Mar 3 04:05:31 2026] GET /v2.0/subnets/88b1cf4d-d3bf-4d89-ac6c-1d3b5fac778a => generated 675 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1664/3175] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Mar 3 04:05:31 2026] GET /v2.0/ports?tenant_id=34aa82d2f93f49e899ad14b801cf5d65&device_id=211a083f-4eaa-4446-9415-c1a6a6b99239 => generated 2586 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1512/3176] 199.204.45.233 () {34 vars in 1146 bytes} [Tue Mar 3 04:05:31 2026] GET /v2.0/networks?id=63dec0fd-f286-42d4-827b-ac1189100e6a&id=0dbe6be5-7dea-411c-8255-86950122371d&id=f667fc6c-fe3e-44d0-86ec-d09820d32904 => generated 2309 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1665/3177] 199.204.45.233 () {34 vars in 1060 bytes} [Tue Mar 3 04:05:31 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.69&port_id=8de22184-5d1b-445c-a3ca-277e4ec982cc => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1513/3178] 199.204.45.233 () {34 vars in 984 bytes} [Tue Mar 3 04:05:31 2026] GET /v2.0/subnets?id=49edc4df-3f2c-48f3-bab9-30d16d2661fa => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1666/3179] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Mar 3 04:05:31 2026] GET /v2.0/ports?network_id=63dec0fd-f286-42d4-827b-ac1189100e6a&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: 6|app: 0|req: 1514/3180] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Mar 3 04:05:31 2026] GET /v2.0/networks/63dec0fd-f286-42d4-827b-ac1189100e6a?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1667/3181] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Mar 3 04:05:31 2026] GET /v2.0/networks/63dec0fd-f286-42d4-827b-ac1189100e6a?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: 6|app: 0|req: 1515/3182] 199.204.45.233 () {34 vars in 1058 bytes} [Tue Mar 3 04:05:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.115&port_id=86abf18a-ad50-4c6b-9199-87ff04cf65c0 => 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: 1668/3183] 199.204.45.233 () {34 vars in 984 bytes} [Tue Mar 3 04:05:32 2026] GET /v2.0/subnets?id=88b1cf4d-d3bf-4d89-ac6c-1d3b5fac778a => generated 678 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1516/3184] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Mar 3 04:05:32 2026] GET /v2.0/ports?network_id=0dbe6be5-7dea-411c-8255-86950122371d&device_owner=network%3Adhcp => generated 1461 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1669/3185] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Mar 3 04:05:32 2026] GET /v2.0/networks/0dbe6be5-7dea-411c-8255-86950122371d?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1517/3186] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Mar 3 04:05:32 2026] GET /v2.0/networks/0dbe6be5-7dea-411c-8255-86950122371d?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: 1670/3187] 199.204.45.233 () {30 vars in 703 bytes} [Tue Mar 3 04:05:43 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: 6|app: 0|req: 1518/3188] 199.204.45.233 () {30 vars in 705 bytes} [Tue Mar 3 04:05:43 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: 1671/3189] 199.204.45.233 () {30 vars in 681 bytes} [Tue Mar 3 04:05:43 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: 6|app: 0|req: 1519/3190] 199.204.45.233 () {30 vars in 717 bytes} [Tue Mar 3 04:05:43 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-03-03 04:05:43.794 7 INFO neutron.api.v2.resource [None req-c1d1ae46-c3d6-4f4e-81e8-31e0853f6a15 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1672/3191] 199.204.45.233 () {30 vars in 763 bytes} [Tue Mar 3 04:05:43 2026] GET /v2.0/security-groups/lb-8b3122bb-fd44-4fd5-8337-8c9809a13f4c => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1520/3192] 199.204.45.233 () {30 vars in 785 bytes} [Tue Mar 3 04:05:43 2026] GET /v2.0/security-groups?name=lb-8b3122bb-fd44-4fd5-8337-8c9809a13f4c => generated 2865 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1673/3193] 199.204.45.233 () {30 vars in 815 bytes} [Tue Mar 3 04:05:43 2026] GET /v2.0/security-group-rules?security_group_id=7e04595f-5117-4879-a7ae-2cf155742a5d => generated 2334 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1521/3194] 199.204.45.233 () {32 vars in 789 bytes} [Tue Mar 3 04:05:43 2026] DELETE /v2.0/security-group-rules/eb45d480-7507-489d-9a68-37bac2a08772 => 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: 1674/3195] 199.204.45.233 () {32 vars in 789 bytes} [Tue Mar 3 04:05:43 2026] DELETE /v2.0/security-group-rules/f88d8090-121e-4bd2-bbfc-6f4e0541d8f7 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-03 04:05:46.607 6 INFO neutron_taas.services.taas.taas_plugin [None req-538109b0-69d0-4a07-8cc6-b1c0bf8f8800 861f500c9a474e30ab6908c29e4ec831 dc7bdf973b64407389eeca944ced79e1 - - default default] TaaS: Handle Delete Port: d86741a0-4f1d-4023-909a-4b97168a8798 2026-03-03 04:05:46.611 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-538109b0-69d0-4a07-8cc6-b1c0bf8f8800 861f500c9a474e30ab6908c29e4ec831 dc7bdf973b64407389eeca944ced79e1 - - default default] Tap Mirror: Handle Delete Port: d86741a0-4f1d-4023-909a-4b97168a8798 2026-03-03 04:05:46.795 6 INFO neutron.db.l3_db [None req-538109b0-69d0-4a07-8cc6-b1c0bf8f8800 861f500c9a474e30ab6908c29e4ec831 dc7bdf973b64407389eeca944ced79e1 - - default default] Floating IP 73a9de11-100f-4156-93c9-73604c39a59d disassociated (deleted). External IP: 10.96.250.204, port: ba4030d9-d652-4ccc-af43-36df658247ae. [pid: 6|app: 0|req: 1523/3198] 10.0.0.55 () {32 vars in 731 bytes} [Tue Mar 3 04:05:46 2026] DELETE /v2.0/floatingips/73a9de11-100f-4156-93c9-73604c39a59d => generated 0 bytes in 669 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-03 04:05:47.159 7 INFO neutron.api.v2.resource [None req-9730911b-f2ca-41c9-9b83-736c86cb331f 861f500c9a474e30ab6908c29e4ec831 dc7bdf973b64407389eeca944ced79e1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1676/3199] 10.0.0.55 () {32 vars in 728 bytes} [Tue Mar 3 04:05:47 2026] GET /v2.0/floatingips/73a9de11-100f-4156-93c9-73604c39a59d => generated 144 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1524/3200] 199.204.45.233 () {30 vars in 703 bytes} [Tue Mar 3 04:05:47 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: 1677/3201] 199.204.45.233 () {30 vars in 705 bytes} [Tue Mar 3 04:05:47 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: 6|app: 0|req: 1525/3202] 199.204.45.233 () {30 vars in 681 bytes} [Tue Mar 3 04:05:47 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1678/3203] 199.204.45.233 () {30 vars in 717 bytes} [Tue Mar 3 04:05:47 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-03-03 04:05:47.942 6 INFO neutron.api.v2.resource [None req-97392606-32f9-46c9-aa12-24202e389a8c fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] show failed (client error): The resource could not be found. [pid: 6|app: 0|req: 1526/3204] 199.204.45.233 () {30 vars in 763 bytes} [Tue Mar 3 04:05:47 2026] GET /v2.0/security-groups/lb-8b3122bb-fd44-4fd5-8337-8c9809a13f4c => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1679/3205] 199.204.45.233 () {30 vars in 785 bytes} [Tue Mar 3 04:05:47 2026] GET /v2.0/security-groups?name=lb-8b3122bb-fd44-4fd5-8337-8c9809a13f4c => generated 1639 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1527/3206] 199.204.45.233 () {30 vars in 815 bytes} [Tue Mar 3 04:05:47 2026] GET /v2.0/security-group-rules?security_group_id=7e04595f-5117-4879-a7ae-2cf155742a5d => generated 1182 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1680/3207] 199.204.45.233 () {30 vars in 703 bytes} [Tue Mar 3 04:05:48 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: 6|app: 0|req: 1528/3208] 199.204.45.233 () {30 vars in 705 bytes} [Tue Mar 3 04:05:48 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: 1681/3209] 199.204.45.233 () {30 vars in 681 bytes} [Tue Mar 3 04:05:48 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: 6|app: 0|req: 1529/3210] 199.204.45.233 () {30 vars in 717 bytes} [Tue Mar 3 04:05:48 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1682/3211] 199.204.45.233 () {30 vars in 741 bytes} [Tue Mar 3 04:05:48 2026] GET /v2.0/subnets/88b1cf4d-d3bf-4d89-ac6c-1d3b5fac778a => generated 675 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1530/3212] 199.204.45.233 () {30 vars in 769 bytes} [Tue Mar 3 04:05:48 2026] GET /v2.0/ports?device_id=211a083f-4eaa-4446-9415-c1a6a6b99239 => generated 2586 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1683/3213] 199.204.45.233 () {30 vars in 769 bytes} [Tue Mar 3 04:05:48 2026] GET /v2.0/ports?device_id=211a083f-4eaa-4446-9415-c1a6a6b99239 => generated 2586 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1531/3214] 199.204.45.233 () {30 vars in 769 bytes} [Tue Mar 3 04:05:48 2026] GET /v2.0/ports?device_id=211a083f-4eaa-4446-9415-c1a6a6b99239 => generated 2586 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1684/3215] 199.204.45.233 () {30 vars in 769 bytes} [Tue Mar 3 04:05:49 2026] GET /v2.0/ports?device_id=211a083f-4eaa-4446-9415-c1a6a6b99239 => generated 2586 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1532/3216] 199.204.45.233 () {34 vars in 975 bytes} [Tue Mar 3 04:05:50 2026] GET /v2.0/ports/86abf18a-ad50-4c6b-9199-87ff04cf65c0 => generated 1350 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1685/3217] 199.204.45.233 () {34 vars in 1060 bytes} [Tue Mar 3 04:05:50 2026] GET /v2.0/ports/86abf18a-ad50-4c6b-9199-87ff04cf65c0?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: 6|app: 0|req: 1533/3218] 199.204.45.233 () {30 vars in 769 bytes} [Tue Mar 3 04:05:50 2026] GET /v2.0/ports?device_id=211a083f-4eaa-4446-9415-c1a6a6b99239 => generated 2586 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1686/3219] 199.204.45.233 () {34 vars in 1016 bytes} [Tue Mar 3 04:05:50 2026] GET /v2.0/networks/0dbe6be5-7dea-411c-8255-86950122371d?fields=dns_domain => generated 29 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1534/3220] 199.204.45.233 () {38 vars in 1028 bytes} [Tue Mar 3 04:05:50 2026] PUT /v2.0/ports/86abf18a-ad50-4c6b-9199-87ff04cf65c0 => generated 1151 bytes in 279 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1687/3221] 199.204.45.233 () {30 vars in 769 bytes} [Tue Mar 3 04:05:51 2026] GET /v2.0/ports?device_id=211a083f-4eaa-4446-9415-c1a6a6b99239 => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 6|app: 0|req: 1535/3222] 199.204.45.233 () {34 vars in 789 bytes} [Tue Mar 3 04:05:51 2026] PUT /v2.0/ports/86abf18a-ad50-4c6b-9199-87ff04cf65c0 => generated 1090 bytes in 216 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1688/3223] 199.204.45.233 () {30 vars in 737 bytes} [Tue Mar 3 04:05:51 2026] GET /v2.0/ports/86abf18a-ad50-4c6b-9199-87ff04cf65c0 => generated 1090 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-03 04:05:51.943 6 INFO neutron_taas.services.taas.taas_plugin [None req-c24dfebc-6188-4e52-9105-aadc5f7efdb6 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] TaaS: Handle Delete Port: 86abf18a-ad50-4c6b-9199-87ff04cf65c0 2026-03-03 04:05:51.947 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c24dfebc-6188-4e52-9105-aadc5f7efdb6 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Tap Mirror: Handle Delete Port: 86abf18a-ad50-4c6b-9199-87ff04cf65c0 [pid: 6|app: 0|req: 1536/3224] 199.204.45.233 () {32 vars in 759 bytes} [Tue Mar 3 04:05:51 2026] DELETE /v2.0/ports/86abf18a-ad50-4c6b-9199-87ff04cf65c0 => generated 0 bytes in 258 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1689/3225] 199.204.45.233 () {30 vars in 703 bytes} [Tue Mar 3 04:05:52 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: 6|app: 0|req: 1537/3226] 199.204.45.233 () {30 vars in 705 bytes} [Tue Mar 3 04:05:52 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: 1690/3227] 199.204.45.233 () {30 vars in 681 bytes} [Tue Mar 3 04:05:52 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: 6|app: 0|req: 1538/3228] 199.204.45.233 () {30 vars in 717 bytes} [Tue Mar 3 04:05:52 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 04:05:52.255 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b062f2cd-2fda-4af0-a30b-d77439dd2dc4 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1691/3229] 199.204.45.233 () {32 vars in 759 bytes} [Tue Mar 3 04:05:52 2026] DELETE /v2.0/ports/86abf18a-ad50-4c6b-9199-87ff04cf65c0 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1539/3230] 199.204.45.233 () {30 vars in 737 bytes} [Tue Mar 3 04:05:52 2026] GET /v2.0/ports/ba4030d9-d652-4ccc-af43-36df658247ae => generated 1132 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-03 04:05:52.323 7 INFO neutron.api.v2.resource [None req-c271dcab-935f-40a2-946b-b8b797cf48a2 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1692/3231] 199.204.45.233 () {30 vars in 763 bytes} [Tue Mar 3 04:05:52 2026] GET /v2.0/security-groups/lb-8b3122bb-fd44-4fd5-8337-8c9809a13f4c => generated 149 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1693/3232] 199.204.45.233 () {30 vars in 785 bytes} [Tue Mar 3 04:05:52 2026] GET /v2.0/security-groups?name=lb-8b3122bb-fd44-4fd5-8337-8c9809a13f4c => generated 1639 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1540/3233] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Mar 3 04:05:52 2026] GET /v2.0/ports?tenant_id=34aa82d2f93f49e899ad14b801cf5d65&device_id=211a083f-4eaa-4446-9415-c1a6a6b99239 => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1694/3234] 199.204.45.233 () {30 vars in 737 bytes} [Tue Mar 3 04:05:52 2026] GET /v2.0/ports/ba4030d9-d652-4ccc-af43-36df658247ae => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1541/3235] 199.204.45.233 () {34 vars in 1066 bytes} [Tue Mar 3 04:05:52 2026] GET /v2.0/networks?id=63dec0fd-f286-42d4-827b-ac1189100e6a&id=0dbe6be5-7dea-411c-8255-86950122371d => generated 1523 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1542/3236] 199.204.45.233 () {34 vars in 1060 bytes} [Tue Mar 3 04:05:52 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.69&port_id=8de22184-5d1b-445c-a3ca-277e4ec982cc => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1543/3237] 199.204.45.233 () {34 vars in 984 bytes} [Tue Mar 3 04:05:52 2026] GET /v2.0/subnets?id=49edc4df-3f2c-48f3-bab9-30d16d2661fa => generated 654 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1544/3238] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Mar 3 04:05:52 2026] GET /v2.0/ports?network_id=63dec0fd-f286-42d4-827b-ac1189100e6a&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1545/3239] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Mar 3 04:05:52 2026] GET /v2.0/networks/63dec0fd-f286-42d4-827b-ac1189100e6a?fields=segments => generated 14 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1695/3240] 199.204.45.233 () {34 vars in 789 bytes} [Tue Mar 3 04:05:52 2026] PUT /v2.0/ports/ba4030d9-d652-4ccc-af43-36df658247ae => generated 1094 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1696/3241] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Mar 3 04:05:52 2026] GET /v2.0/networks/63dec0fd-f286-42d4-827b-ac1189100e6a?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: 6|app: 0|req: 1546/3242] 10.0.0.233 () {28 vars in 591 bytes} [Tue Mar 3 04:05:52 2026] GET /v2.0/floatingips => generated 1702 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1547/3243] 10.0.0.233 () {28 vars in 581 bytes} [Tue Mar 3 04:05:52 2026] GET /v2.0/agents => generated 3387 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1697/3244] 199.204.45.233 () {32 vars in 779 bytes} [Tue Mar 3 04:05:52 2026] DELETE /v2.0/security-groups/7e04595f-5117-4879-a7ae-2cf155742a5d => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1548/3245] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 04:05:52 2026] GET /v2.0/subnets => generated 6133 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1549/3246] 10.0.0.233 () {28 vars in 591 bytes} [Tue Mar 3 04:05:52 2026] GET /v2.0/subnetpools => generated 19 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1550/3247] 10.0.0.233 () {28 vars in 599 bytes} [Tue Mar 3 04:05:52 2026] GET /v2.0/security-groups => generated 28640 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-03-03 04:05:52.887 7 INFO neutron_taas.services.taas.taas_plugin [None req-d251fbf9-1306-4c9e-90b0-dea67d32d971 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] TaaS: Handle Delete Port: ba4030d9-d652-4ccc-af43-36df658247ae 2026-03-03 04:05:52.892 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d251fbf9-1306-4c9e-90b0-dea67d32d971 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Tap Mirror: Handle Delete Port: ba4030d9-d652-4ccc-af43-36df658247ae [pid: 6|app: 0|req: 1551/3248] 10.0.0.33 () {34 vars in 1177 bytes} [Tue Mar 3 04:05:52 2026] GET /v2.0/ports?device_id=211a083f-4eaa-4446-9415-c1a6a6b99239&device_id=06a05401-6c1f-4875-b2d6-4a5a3ee48821&device_id=af6c1b11-0623-4b74-ac92-0603e074cd88 => generated 4156 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1552/3249] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 04:05:52 2026] GET /v2.0/subnets => generated 6133 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1553/3250] 10.0.0.33 () {34 vars in 1119 bytes} [Tue Mar 3 04:05:52 2026] GET /v2.0/security-groups?id=4fbad368-5fac-424a-a850-7c74bf854988&id=733a9979-51f0-4d94-9637-72644ddbd3fa&fields=id&fields=name => generated 187 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1554/3251] 10.0.0.233 () {28 vars in 619 bytes} [Tue Mar 3 04:05:52 2026] GET /v2.0/network-ip-availabilities => generated 3613 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1698/3252] 199.204.45.233 () {32 vars in 759 bytes} [Tue Mar 3 04:05:52 2026] DELETE /v2.0/ports/ba4030d9-d652-4ccc-af43-36df658247ae => generated 0 bytes in 246 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1555/3253] 10.0.0.233 () {28 vars in 579 bytes} [Tue Mar 3 04:05:52 2026] GET /v2.0/ports => generated 21194 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1699/3254] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 04:05:53 2026] GET /v2.0/routers => generated 728 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1556/3255] 10.0.0.233 () {28 vars in 624 bytes} [Tue Mar 3 04:05:53 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1700/3256] 10.0.0.233 () {28 vars in 677 bytes} [Tue Mar 3 04:05:53 2026] GET /v2.0/routers/235281a7-452f-4409-bc00-29458b361b37/l3-agents => generated 681 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1557/3257] 10.0.0.233 () {28 vars in 585 bytes} [Tue Mar 3 04:05:53 2026] GET /v2.0/networks => generated 5225 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1701/3258] 199.204.45.233 () {34 vars in 994 bytes} [Tue Mar 3 04:05:55 2026] GET /v2.0/ports?device_id=211a083f-4eaa-4446-9415-c1a6a6b99239 => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-03 04:05:55.854 6 INFO neutron_taas.services.taas.taas_plugin [req-4c0bd4d6-cabd-496a-8ae9-7bc4a7fd0d45 req-82391e9a-cf23-4687-acce-ea649ab78825 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] TaaS: Handle Delete Port: 8de22184-5d1b-445c-a3ca-277e4ec982cc 2026-03-03 04:05:55.857 6 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4c0bd4d6-cabd-496a-8ae9-7bc4a7fd0d45 req-82391e9a-cf23-4687-acce-ea649ab78825 fdf1439b2bc84fd6a18e362a1a5510b8 34aa82d2f93f49e899ad14b801cf5d65 - - default default] Tap Mirror: Handle Delete Port: 8de22184-5d1b-445c-a3ca-277e4ec982cc [pid: 6|app: 0|req: 1558/3259] 199.204.45.233 () {36 vars in 997 bytes} [Tue Mar 3 04:05:55 2026] DELETE /v2.0/ports/8de22184-5d1b-445c-a3ca-277e4ec982cc => generated 0 bytes in 230 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 04:05:56.027 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-fe91c396-6d3d-4baa-8384-7c44ff665ff2'] response: {'server_uuid': '211a083f-4eaa-4446-9415-c1a6a6b99239', 'name': 'network-vif-deleted', 'tag': '8de22184-5d1b-445c-a3ca-277e4ec982cc', 'status': 'completed', 'code': 200} 2026-03-03 04:05:57.475 7 INFO neutron_taas.services.taas.taas_plugin [None req-648c537e-abb3-41ee-a35e-333a27accc6b 861f500c9a474e30ab6908c29e4ec831 dc7bdf973b64407389eeca944ced79e1 - - default default] TaaS: Handle Delete Port: 4e83e937-e8e6-47a2-90d6-301c118cf180 2026-03-03 04:05:57.477 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-648c537e-abb3-41ee-a35e-333a27accc6b 861f500c9a474e30ab6908c29e4ec831 dc7bdf973b64407389eeca944ced79e1 - - default default] Tap Mirror: Handle Delete Port: 4e83e937-e8e6-47a2-90d6-301c118cf180 2026-03-03 04:05:57.674 7 INFO neutron.db.l3_db [None req-648c537e-abb3-41ee-a35e-333a27accc6b 861f500c9a474e30ab6908c29e4ec831 dc7bdf973b64407389eeca944ced79e1 - - default default] Floating IP 991e1b40-10b7-44ac-9d1c-6305d85b3835 disassociated (deleted). External IP: 10.96.250.216, port: 67b6d246-6875-40b4-b466-4026f37fc3e3. [pid: 7|app: 0|req: 1702/3260] 10.0.0.55 () {32 vars in 731 bytes} [Tue Mar 3 04:05:57 2026] DELETE /v2.0/floatingips/991e1b40-10b7-44ac-9d1c-6305d85b3835 => generated 0 bytes in 639 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-03 04:05:58.013 6 INFO neutron.api.v2.resource [None req-2339341e-627b-47be-ab6e-cf70599be1f6 861f500c9a474e30ab6908c29e4ec831 dc7bdf973b64407389eeca944ced79e1 - - default default] show failed (client error): The resource could not be found. [pid: 6|app: 0|req: 1559/3261] 10.0.0.55 () {32 vars in 728 bytes} [Tue Mar 3 04:05:57 2026] GET /v2.0/floatingips/991e1b40-10b7-44ac-9d1c-6305d85b3835 => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-03 04:05:58.023 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-57614b95-af4b-4339-9702-dde401432499'] response: {'name': 'network-changed', 'server_uuid': '06a05401-6c1f-4875-b2d6-4a5a3ee48821', 'tag': '67b6d246-6875-40b4-b466-4026f37fc3e3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1703/3262] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:05:58 2026] GET /v2.0/ports?device_id=06a05401-6c1f-4875-b2d6-4a5a3ee48821 => generated 1200 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1560/3263] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:05:58 2026] GET /v2.0/security-groups?id=4fbad368-5fac-424a-a850-7c74bf854988&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1704/3264] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Mar 3 04:05:58 2026] GET /v2.0/ports?tenant_id=dc7bdf973b64407389eeca944ced79e1&device_id=06a05401-6c1f-4875-b2d6-4a5a3ee48821 => generated 1469 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1561/3265] 199.204.45.233 () {34 vars in 986 bytes} [Tue Mar 3 04:05:58 2026] GET /v2.0/networks?id=def50d14-2796-4d01-938c-9fa22da489f4 => generated 801 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1705/3266] 199.204.45.233 () {34 vars in 1056 bytes} [Tue Mar 3 04:05:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.68&port_id=67b6d246-6875-40b4-b466-4026f37fc3e3 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1562/3267] 199.204.45.233 () {34 vars in 1106 bytes} [Tue Mar 3 04:05:58 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A145&port_id=67b6d246-6875-40b4-b466-4026f37fc3e3 => 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: 1706/3268] 199.204.45.233 () {34 vars in 1064 bytes} [Tue Mar 3 04:05:58 2026] GET /v2.0/subnets?id=769f7c45-29f7-4123-b01f-31d2211581e5&id=e0f81489-9d31-4670-84ca-2d2dd0def014 => generated 1415 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1563/3269] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Mar 3 04:05:58 2026] GET /v2.0/ports?network_id=def50d14-2796-4d01-938c-9fa22da489f4&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1707/3270] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Mar 3 04:05:58 2026] GET /v2.0/ports?network_id=def50d14-2796-4d01-938c-9fa22da489f4&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: 6|app: 0|req: 1564/3271] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Mar 3 04:05:58 2026] GET /v2.0/networks/def50d14-2796-4d01-938c-9fa22da489f4?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: 1708/3272] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Mar 3 04:05:58 2026] GET /v2.0/networks/def50d14-2796-4d01-938c-9fa22da489f4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1710/3275] 199.204.45.233 () {34 vars in 994 bytes} [Tue Mar 3 04:06:00 2026] GET /v2.0/ports?device_id=06a05401-6c1f-4875-b2d6-4a5a3ee48821 => generated 1198 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-03 04:06:00.738 6 INFO neutron_taas.services.taas.taas_plugin [req-b7557415-bd6b-45c3-8f43-4257fdac463a req-886ecfa1-251a-4ebf-b9e7-925eb5c64785 861f500c9a474e30ab6908c29e4ec831 dc7bdf973b64407389eeca944ced79e1 - - default default] TaaS: Handle Delete Port: 67b6d246-6875-40b4-b466-4026f37fc3e3 2026-03-03 04:06:00.741 6 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b7557415-bd6b-45c3-8f43-4257fdac463a req-886ecfa1-251a-4ebf-b9e7-925eb5c64785 861f500c9a474e30ab6908c29e4ec831 dc7bdf973b64407389eeca944ced79e1 - - default default] Tap Mirror: Handle Delete Port: 67b6d246-6875-40b4-b466-4026f37fc3e3 [pid: 6|app: 0|req: 1566/3276] 199.204.45.233 () {36 vars in 997 bytes} [Tue Mar 3 04:06:00 2026] DELETE /v2.0/ports/67b6d246-6875-40b4-b466-4026f37fc3e3 => generated 0 bytes in 310 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 04:06:00.949 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-1c8147d7-a76f-406c-9819-82eeae2bac9d'] response: {'server_uuid': '06a05401-6c1f-4875-b2d6-4a5a3ee48821', 'name': 'network-vif-deleted', 'tag': '67b6d246-6875-40b4-b466-4026f37fc3e3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1711/3277] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:06:03 2026] GET /v2.0/ports?device_id=06a05401-6c1f-4875-b2d6-4a5a3ee48821 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-03 04:06:08.591 6 INFO neutron_taas.services.taas.taas_plugin [None req-a8d71d5a-01d8-4077-8564-ba45d5e75271 861f500c9a474e30ab6908c29e4ec831 dc7bdf973b64407389eeca944ced79e1 - - default default] TaaS: Handle Delete Port: c0343b2f-e562-496d-9dcb-62c01596997b 2026-03-03 04:06:08.595 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a8d71d5a-01d8-4077-8564-ba45d5e75271 861f500c9a474e30ab6908c29e4ec831 dc7bdf973b64407389eeca944ced79e1 - - default default] Tap Mirror: Handle Delete Port: c0343b2f-e562-496d-9dcb-62c01596997b 2026-03-03 04:06:08.765 6 INFO neutron.db.l3_db [None req-a8d71d5a-01d8-4077-8564-ba45d5e75271 861f500c9a474e30ab6908c29e4ec831 dc7bdf973b64407389eeca944ced79e1 - - default default] Floating IP e75f6f22-fc2c-4efd-b31c-f52ca62b711e disassociated (deleted). External IP: 10.96.250.214, port: 3315b5a9-1483-4f99-afd5-c195efafab56. [pid: 6|app: 0|req: 1567/3278] 10.0.0.55 () {32 vars in 731 bytes} [Tue Mar 3 04:06:08 2026] DELETE /v2.0/floatingips/e75f6f22-fc2c-4efd-b31c-f52ca62b711e => generated 0 bytes in 588 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-03 04:06:09.040 7 INFO neutron.api.v2.resource [None req-1dc7bc1b-c99e-46b0-9db1-7eca85a15489 861f500c9a474e30ab6908c29e4ec831 dc7bdf973b64407389eeca944ced79e1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1712/3279] 10.0.0.55 () {32 vars in 728 bytes} [Tue Mar 3 04:06:09 2026] GET /v2.0/floatingips/e75f6f22-fc2c-4efd-b31c-f52ca62b711e => generated 144 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-03 04:06:09.056 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-3ae7d431-330c-4c34-9349-f7a208506420'] response: {'name': 'network-changed', 'server_uuid': 'af6c1b11-0623-4b74-ac92-0603e074cd88', 'tag': '3315b5a9-1483-4f99-afd5-c195efafab56', 'status': 'completed', 'code': 200} [pid: 6|app: 0|req: 1568/3280] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:06:09 2026] GET /v2.0/ports?device_id=af6c1b11-0623-4b74-ac92-0603e074cd88 => generated 1196 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1713/3281] 10.0.0.33 () {34 vars in 1039 bytes} [Tue Mar 3 04:06:09 2026] GET /v2.0/security-groups?id=4fbad368-5fac-424a-a850-7c74bf854988&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1569/3282] 199.204.45.233 () {34 vars in 1080 bytes} [Tue Mar 3 04:06:09 2026] GET /v2.0/ports?tenant_id=dc7bdf973b64407389eeca944ced79e1&device_id=af6c1b11-0623-4b74-ac92-0603e074cd88 => generated 1465 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1714/3283] 199.204.45.233 () {34 vars in 986 bytes} [Tue Mar 3 04:06:09 2026] GET /v2.0/networks?id=f667fc6c-fe3e-44d0-86ec-d09820d32904 => generated 800 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1570/3284] 199.204.45.233 () {34 vars in 1058 bytes} [Tue Mar 3 04:06:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.165&port_id=3315b5a9-1483-4f99-afd5-c195efafab56 => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1715/3285] 199.204.45.233 () {34 vars in 1102 bytes} [Tue Mar 3 04:06:09 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A95&port_id=3315b5a9-1483-4f99-afd5-c195efafab56 => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1571/3286] 199.204.45.233 () {34 vars in 1064 bytes} [Tue Mar 3 04:06:09 2026] GET /v2.0/subnets?id=4770c1d5-99bc-4eea-a133-89b28cea6fa7&id=6d121ec6-af03-4a6e-8785-aaa8fd7d7984 => generated 1410 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1716/3287] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Mar 3 04:06:09 2026] GET /v2.0/ports?network_id=f667fc6c-fe3e-44d0-86ec-d09820d32904&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1572/3288] 199.204.45.233 () {34 vars in 1052 bytes} [Tue Mar 3 04:06:09 2026] GET /v2.0/ports?network_id=f667fc6c-fe3e-44d0-86ec-d09820d32904&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1717/3289] 199.204.45.233 () {34 vars in 1012 bytes} [Tue Mar 3 04:06:09 2026] GET /v2.0/networks/f667fc6c-fe3e-44d0-86ec-d09820d32904?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1573/3290] 199.204.45.233 () {34 vars in 1112 bytes} [Tue Mar 3 04:06:09 2026] GET /v2.0/networks/f667fc6c-fe3e-44d0-86ec-d09820d32904?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1718/3291] 199.204.45.233 () {34 vars in 994 bytes} [Tue Mar 3 04:06:11 2026] GET /v2.0/ports?device_id=af6c1b11-0623-4b74-ac92-0603e074cd88 => generated 1196 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-03 04:06:11.780 6 INFO neutron_taas.services.taas.taas_plugin [req-1a5ce4fa-2405-4d82-8786-34635991b65e req-175c6804-a936-4f7a-b2a7-fd9fae0c5801 861f500c9a474e30ab6908c29e4ec831 dc7bdf973b64407389eeca944ced79e1 - - default default] TaaS: Handle Delete Port: 3315b5a9-1483-4f99-afd5-c195efafab56 2026-03-03 04:06:11.783 6 INFO neutron_taas.services.taas.tap_mirror_plugin [req-1a5ce4fa-2405-4d82-8786-34635991b65e req-175c6804-a936-4f7a-b2a7-fd9fae0c5801 861f500c9a474e30ab6908c29e4ec831 dc7bdf973b64407389eeca944ced79e1 - - default default] Tap Mirror: Handle Delete Port: 3315b5a9-1483-4f99-afd5-c195efafab56 [pid: 6|app: 0|req: 1574/3292] 199.204.45.233 () {36 vars in 997 bytes} [Tue Mar 3 04:06:11 2026] DELETE /v2.0/ports/3315b5a9-1483-4f99-afd5-c195efafab56 => generated 0 bytes in 260 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 04:06:11.978 6 INFO neutron.notifiers.nova [-] Nova event matching ['req-959faa37-3a92-4ffa-827b-7e567ba88d4c'] response: {'server_uuid': 'af6c1b11-0623-4b74-ac92-0603e074cd88', 'name': 'network-vif-deleted', 'tag': '3315b5a9-1483-4f99-afd5-c195efafab56', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1720/3295] 10.0.0.33 () {34 vars in 989 bytes} [Tue Mar 3 04:06:14 2026] GET /v2.0/ports?device_id=af6c1b11-0623-4b74-ac92-0603e074cd88 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1576/3296] 10.0.0.55 () {32 vars in 749 bytes} [Tue Mar 3 04:06:19 2026] DELETE /v2.0/security-group-rules/1fd6aa41-3381-49e8-8bcd-333e0b06eb2a => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-03 04:06:19.505 7 INFO neutron.api.v2.resource [None req-cfce5634-1c11-4291-95ec-6f4c9395ec22 861f500c9a474e30ab6908c29e4ec831 dc7bdf973b64407389eeca944ced79e1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1721/3297] 10.0.0.55 () {32 vars in 746 bytes} [Tue Mar 3 04:06:19 2026] GET /v2.0/security-group-rules/1fd6aa41-3381-49e8-8bcd-333e0b06eb2a => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1577/3298] 10.0.0.55 () {32 vars in 749 bytes} [Tue Mar 3 04:06:19 2026] DELETE /v2.0/security-group-rules/d899ce25-ab66-4cf5-83e8-e582b96f1d49 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-03 04:06:19.578 7 INFO neutron.api.v2.resource [None req-69df71ff-fb81-48d2-a7af-f4b5933cb27a 861f500c9a474e30ab6908c29e4ec831 dc7bdf973b64407389eeca944ced79e1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1722/3299] 10.0.0.55 () {32 vars in 746 bytes} [Tue Mar 3 04:06:19 2026] GET /v2.0/security-group-rules/d899ce25-ab66-4cf5-83e8-e582b96f1d49 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1578/3300] 10.0.0.55 () {32 vars in 749 bytes} [Tue Mar 3 04:06:19 2026] DELETE /v2.0/security-group-rules/ade81e6d-6168-4cb8-afa3-894b19f84cbc => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-03 04:06:19.661 7 INFO neutron.api.v2.resource [None req-cb12f919-8212-4873-8c22-19534ef3efe2 861f500c9a474e30ab6908c29e4ec831 dc7bdf973b64407389eeca944ced79e1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1723/3301] 10.0.0.55 () {32 vars in 746 bytes} [Tue Mar 3 04:06:19 2026] GET /v2.0/security-group-rules/ade81e6d-6168-4cb8-afa3-894b19f84cbc => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1579/3302] 10.0.0.55 () {32 vars in 749 bytes} [Tue Mar 3 04:06:19 2026] DELETE /v2.0/security-group-rules/e8460fb5-f323-4ea4-8d39-cdbdf0613b43 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-03 04:06:19.740 7 INFO neutron.api.v2.resource [None req-6a0dd101-1543-435f-abc9-91be937d2fae 861f500c9a474e30ab6908c29e4ec831 dc7bdf973b64407389eeca944ced79e1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1724/3303] 10.0.0.55 () {32 vars in 746 bytes} [Tue Mar 3 04:06:19 2026] GET /v2.0/security-group-rules/e8460fb5-f323-4ea4-8d39-cdbdf0613b43 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1580/3304] 10.0.0.55 () {32 vars in 749 bytes} [Tue Mar 3 04:06:19 2026] DELETE /v2.0/security-group-rules/e505a0f8-9fbb-4137-9559-8ed3667fbc5c => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-03 04:06:19.827 7 INFO neutron.api.v2.resource [None req-f50f2f95-69cd-46c4-bf54-1cc97ee90463 861f500c9a474e30ab6908c29e4ec831 dc7bdf973b64407389eeca944ced79e1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1725/3305] 10.0.0.55 () {32 vars in 746 bytes} [Tue Mar 3 04:06:19 2026] GET /v2.0/security-group-rules/e505a0f8-9fbb-4137-9559-8ed3667fbc5c => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1581/3306] 10.0.0.55 () {32 vars in 749 bytes} [Tue Mar 3 04:06:19 2026] DELETE /v2.0/security-group-rules/740e64fa-5b88-49d9-9934-ad17258ca791 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-03 04:06:19.915 7 INFO neutron.api.v2.resource [None req-3fb6464d-224b-407e-85ff-ddb8e3368ef5 861f500c9a474e30ab6908c29e4ec831 dc7bdf973b64407389eeca944ced79e1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1726/3307] 10.0.0.55 () {32 vars in 746 bytes} [Tue Mar 3 04:06:19 2026] GET /v2.0/security-group-rules/740e64fa-5b88-49d9-9934-ad17258ca791 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1582/3308] 10.0.0.55 () {32 vars in 749 bytes} [Tue Mar 3 04:06:19 2026] DELETE /v2.0/security-group-rules/b0bbcaff-8aaa-43be-b5a5-00d6deac0fe8 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-03 04:06:19.990 7 INFO neutron.api.v2.resource [None req-d317b6a8-4642-4d51-9da2-981d1ad3d944 861f500c9a474e30ab6908c29e4ec831 dc7bdf973b64407389eeca944ced79e1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1727/3309] 10.0.0.55 () {32 vars in 746 bytes} [Tue Mar 3 04:06:19 2026] GET /v2.0/security-group-rules/b0bbcaff-8aaa-43be-b5a5-00d6deac0fe8 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1583/3310] 10.0.0.55 () {32 vars in 749 bytes} [Tue Mar 3 04:06:19 2026] DELETE /v2.0/security-group-rules/cd83ee2b-3fb0-4010-b7d8-b571d807c0fd => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-03 04:06:20.063 7 INFO neutron.api.v2.resource [None req-9b37ea25-569e-488b-ad20-160edb84578c 861f500c9a474e30ab6908c29e4ec831 dc7bdf973b64407389eeca944ced79e1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1728/3311] 10.0.0.55 () {32 vars in 746 bytes} [Tue Mar 3 04:06:20 2026] GET /v2.0/security-group-rules/cd83ee2b-3fb0-4010-b7d8-b571d807c0fd => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1584/3312] 10.0.0.55 () {32 vars in 749 bytes} [Tue Mar 3 04:06:20 2026] DELETE /v2.0/security-group-rules/1145b8db-a25b-458d-8b0d-511d9ba79208 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-03 04:06:20.138 7 INFO neutron.api.v2.resource [None req-e06496ef-05cd-477c-9d2e-9d3b484949c9 861f500c9a474e30ab6908c29e4ec831 dc7bdf973b64407389eeca944ced79e1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1729/3313] 10.0.0.55 () {32 vars in 746 bytes} [Tue Mar 3 04:06:20 2026] GET /v2.0/security-group-rules/1145b8db-a25b-458d-8b0d-511d9ba79208 => generated 155 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1585/3314] 10.0.0.55 () {32 vars in 749 bytes} [Tue Mar 3 04:06:20 2026] DELETE /v2.0/security-group-rules/48bc7499-581f-4dd3-836c-0580113df47e => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-03 04:06:20.218 7 INFO neutron.api.v2.resource [None req-bdd7b309-c319-46b1-9fc1-4961ffadaf44 861f500c9a474e30ab6908c29e4ec831 dc7bdf973b64407389eeca944ced79e1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1730/3315] 10.0.0.55 () {32 vars in 746 bytes} [Tue Mar 3 04:06:20 2026] GET /v2.0/security-group-rules/48bc7499-581f-4dd3-836c-0580113df47e => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1586/3316] 10.0.0.55 () {32 vars in 749 bytes} [Tue Mar 3 04:06:20 2026] DELETE /v2.0/security-group-rules/81a8bec6-2020-4ece-b82c-d3aa870e3cec => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-03 04:06:20.291 7 INFO neutron.api.v2.resource [None req-b6bee973-7767-4833-b4cb-5aa953d3555e 861f500c9a474e30ab6908c29e4ec831 dc7bdf973b64407389eeca944ced79e1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1731/3317] 10.0.0.55 () {32 vars in 746 bytes} [Tue Mar 3 04:06:20 2026] GET /v2.0/security-group-rules/81a8bec6-2020-4ece-b82c-d3aa870e3cec => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1587/3318] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:06:20 2026] DELETE /v2.0/security-groups/4fbad368-5fac-424a-a850-7c74bf854988 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-03 04:06:20.374 7 INFO neutron.api.v2.resource [None req-ab900d90-a87a-46ad-8ee4-3ff26b20b08e 861f500c9a474e30ab6908c29e4ec831 dc7bdf973b64407389eeca944ced79e1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1732/3319] 10.0.0.55 () {32 vars in 736 bytes} [Tue Mar 3 04:06:20 2026] GET /v2.0/security-groups/4fbad368-5fac-424a-a850-7c74bf854988 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-03 04:06:20.832 6 INFO neutron_taas.services.taas.taas_plugin [None req-c5194251-35b8-4c2a-9262-91b44320e367 861f500c9a474e30ab6908c29e4ec831 dc7bdf973b64407389eeca944ced79e1 - - default default] TaaS: Handle Delete Port: 2dece9b5-b276-465d-ad81-93fdd4fae4e6 2026-03-03 04:06:20.835 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c5194251-35b8-4c2a-9262-91b44320e367 861f500c9a474e30ab6908c29e4ec831 dc7bdf973b64407389eeca944ced79e1 - - default default] Tap Mirror: Handle Delete Port: 2dece9b5-b276-465d-ad81-93fdd4fae4e6 [pid: 6|app: 0|req: 1588/3320] 10.0.0.55 () {34 vars in 788 bytes} [Tue Mar 3 04:06:20 2026] PUT /v2.0/routers/235281a7-452f-4409-bc00-29458b361b37/remove_router_interface => generated 309 bytes in 940 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 04:06:21.531 7 INFO neutron.api.v2.resource [None req-4f812b48-5dc5-4964-b4bf-38bd7586eabb 861f500c9a474e30ab6908c29e4ec831 dc7bdf973b64407389eeca944ced79e1 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1733/3321] 10.0.0.55 () {34 vars in 788 bytes} [Tue Mar 3 04:06:21 2026] PUT /v2.0/routers/235281a7-452f-4409-bc00-29458b361b37/remove_router_interface => generated 198 bytes in 157 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-03 04:06:21.916 6 INFO neutron_taas.services.taas.taas_plugin [None req-aedcd4d6-9f38-4aac-ba56-82c755add427 861f500c9a474e30ab6908c29e4ec831 dc7bdf973b64407389eeca944ced79e1 - - default default] TaaS: Handle Delete Port: 6be38ea9-f17d-4339-acbb-4d1bb7057099 2026-03-03 04:06:21.920 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aedcd4d6-9f38-4aac-ba56-82c755add427 861f500c9a474e30ab6908c29e4ec831 dc7bdf973b64407389eeca944ced79e1 - - default default] Tap Mirror: Handle Delete Port: 6be38ea9-f17d-4339-acbb-4d1bb7057099 [pid: 6|app: 0|req: 1589/3322] 10.0.0.55 () {34 vars in 788 bytes} [Tue Mar 3 04:06:21 2026] PUT /v2.0/routers/235281a7-452f-4409-bc00-29458b361b37/remove_router_interface => generated 309 bytes in 920 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 04:06:22.599 7 INFO neutron.api.v2.resource [None req-6d99263a-c73c-427f-ad28-d5c832f77968 861f500c9a474e30ab6908c29e4ec831 dc7bdf973b64407389eeca944ced79e1 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1734/3323] 10.0.0.55 () {34 vars in 788 bytes} [Tue Mar 3 04:06:22 2026] PUT /v2.0/routers/235281a7-452f-4409-bc00-29458b361b37/remove_router_interface => generated 198 bytes in 139 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-03 04:06:22.938 6 INFO neutron_taas.services.taas.taas_plugin [None req-3f1915dc-0626-4af0-ac0e-9dc82c8581a2 861f500c9a474e30ab6908c29e4ec831 dc7bdf973b64407389eeca944ced79e1 - - default default] TaaS: Handle Delete Port: df4b8be5-d4cc-4c54-8e34-45788cb7d86e 2026-03-03 04:06:22.941 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3f1915dc-0626-4af0-ac0e-9dc82c8581a2 861f500c9a474e30ab6908c29e4ec831 dc7bdf973b64407389eeca944ced79e1 - - default default] Tap Mirror: Handle Delete Port: df4b8be5-d4cc-4c54-8e34-45788cb7d86e [pid: 6|app: 0|req: 1590/3324] 10.0.0.55 () {34 vars in 788 bytes} [Tue Mar 3 04:06:22 2026] PUT /v2.0/routers/235281a7-452f-4409-bc00-29458b361b37/remove_router_interface => generated 309 bytes in 856 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-03 04:06:23.603 7 INFO neutron.api.v2.resource [None req-6250a124-b137-49f9-ae02-81ecd8fb6a4e 861f500c9a474e30ab6908c29e4ec831 dc7bdf973b64407389eeca944ced79e1 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1735/3325] 10.0.0.55 () {34 vars in 788 bytes} [Tue Mar 3 04:06:23 2026] PUT /v2.0/routers/235281a7-452f-4409-bc00-29458b361b37/remove_router_interface => generated 198 bytes in 140 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-03 04:06:23.809 6 INFO neutron_taas.services.taas.taas_plugin [None req-104c64ed-30a0-46f6-8274-a33fa2fcfc5a 861f500c9a474e30ab6908c29e4ec831 dc7bdf973b64407389eeca944ced79e1 - - default default] TaaS: Handle Delete Port: 57ccfd9d-ec65-433f-b14a-58f50dc5a6ee 2026-03-03 04:06:23.813 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-104c64ed-30a0-46f6-8274-a33fa2fcfc5a 861f500c9a474e30ab6908c29e4ec831 dc7bdf973b64407389eeca944ced79e1 - - default default] Tap Mirror: Handle Delete Port: 57ccfd9d-ec65-433f-b14a-58f50dc5a6ee 2026-03-03 04:06:24.047 6 INFO neutron_taas.services.taas.taas_plugin [None req-104c64ed-30a0-46f6-8274-a33fa2fcfc5a 861f500c9a474e30ab6908c29e4ec831 dc7bdf973b64407389eeca944ced79e1 - - default default] TaaS: Handle Delete Port: 950c9d04-8ef6-4021-b36d-6d1f3d0323bd 2026-03-03 04:06:24.050 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-104c64ed-30a0-46f6-8274-a33fa2fcfc5a 861f500c9a474e30ab6908c29e4ec831 dc7bdf973b64407389eeca944ced79e1 - - default default] Tap Mirror: Handle Delete Port: 950c9d04-8ef6-4021-b36d-6d1f3d0323bd 2026-03-03 04:06:24.454 6 INFO neutron.services.segments.plugin [-] Segment c4efc2ce-8f0e-4dd4-9448-8779a053b652 resource provider aggregate not found 2026-03-03 04:06:24.457 6 INFO neutron.db.l3_hamode_db [None req-104c64ed-30a0-46f6-8274-a33fa2fcfc5a 861f500c9a474e30ab6908c29e4ec831 dc7bdf973b64407389eeca944ced79e1 - - default default] HA network f18d0dd0-f4eb-4e08-9d29-53e56dfdd168 was deleted as no HA routers are present in tenant dc7bdf973b64407389eeca944ced79e1. [pid: 6|app: 0|req: 1591/3326] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:06:23 2026] DELETE /v2.0/routers/235281a7-452f-4409-bc00-29458b361b37 => generated 0 bytes in 856 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-03 04:06:24.466 6 INFO neutron.services.segments.plugin [-] Segment c4efc2ce-8f0e-4dd4-9448-8779a053b652 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4efc2ce-8f0e-4dd4-9448-8779a053b652 found for delete ", "request_id": "req-3ce3e953-3880-40d7-bb86-a115a5fbc0c7"}]} 2026-03-03 04:06:24.476 6 INFO neutron.services.segments.plugin [-] Segment c4efc2ce-8f0e-4dd4-9448-8779a053b652 resource provider aggregate not found 2026-03-03 04:06:24.483 7 INFO neutron.api.v2.resource [None req-c1332649-df05-40c5-8c9f-dd000c206f6e 861f500c9a474e30ab6908c29e4ec831 dc7bdf973b64407389eeca944ced79e1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1736/3327] 10.0.0.55 () {32 vars in 720 bytes} [Tue Mar 3 04:06:24 2026] GET /v2.0/routers/235281a7-452f-4409-bc00-29458b361b37 => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-03 04:06:24.493 6 INFO neutron.services.segments.plugin [-] Segment c4efc2ce-8f0e-4dd4-9448-8779a053b652 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4efc2ce-8f0e-4dd4-9448-8779a053b652 found for delete ", "request_id": "req-518c586b-a845-420f-b367-d8f3915b6014"}]} [pid: 6|app: 0|req: 1592/3328] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:06:24 2026] DELETE /v2.0/subnets/e0f81489-9d31-4670-84ca-2d2dd0def014 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 04:06:24.659 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cc88c783-709e-4e08-8d76-ae7b61ad9266 861f500c9a474e30ab6908c29e4ec831 dc7bdf973b64407389eeca944ced79e1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1737/3329] 10.0.0.55 () {32 vars in 720 bytes} [Tue Mar 3 04:06:24 2026] GET /v2.0/subnets/e0f81489-9d31-4670-84ca-2d2dd0def014 => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1593/3330] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:06:24 2026] DELETE /v2.0/subnets/769f7c45-29f7-4123-b01f-31d2211581e5 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 04:06:24.804 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ab63caf5-d8fb-4eea-821d-0ac9981b92d1 861f500c9a474e30ab6908c29e4ec831 dc7bdf973b64407389eeca944ced79e1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1738/3331] 10.0.0.55 () {32 vars in 720 bytes} [Tue Mar 3 04:06:24 2026] GET /v2.0/subnets/769f7c45-29f7-4123-b01f-31d2211581e5 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-03 04:06:24.873 6 INFO neutron_taas.services.taas.taas_plugin [None req-ad23ae4d-975c-40bf-a542-273d682c062a 861f500c9a474e30ab6908c29e4ec831 dc7bdf973b64407389eeca944ced79e1 - - default default] TaaS: Handle Delete Port: 1630994f-febc-4c44-bf8c-bb6ae7a3c10d 2026-03-03 04:06:24.875 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ad23ae4d-975c-40bf-a542-273d682c062a 861f500c9a474e30ab6908c29e4ec831 dc7bdf973b64407389eeca944ced79e1 - - default default] Tap Mirror: Handle Delete Port: 1630994f-febc-4c44-bf8c-bb6ae7a3c10d [pid: 6|app: 0|req: 1594/3332] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 04:06:24 2026] DELETE /v2.0/networks/def50d14-2796-4d01-938c-9fa22da489f4 => generated 0 bytes in 229 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 04:06:25.056 7 INFO neutron.pecan_wsgi.hooks.translation [None req-da2eb340-0ea4-46d4-9bd7-0d9f5e68b3c1 861f500c9a474e30ab6908c29e4ec831 dc7bdf973b64407389eeca944ced79e1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1739/3333] 10.0.0.55 () {32 vars in 722 bytes} [Tue Mar 3 04:06:25 2026] GET /v2.0/networks/def50d14-2796-4d01-938c-9fa22da489f4 => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1595/3334] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:06:25 2026] DELETE /v2.0/subnets/4770c1d5-99bc-4eea-a133-89b28cea6fa7 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 04:06:25.236 7 INFO neutron.pecan_wsgi.hooks.translation [None req-415c4189-fc98-465c-a9af-f9a4a15b8694 861f500c9a474e30ab6908c29e4ec831 dc7bdf973b64407389eeca944ced79e1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1740/3335] 10.0.0.55 () {32 vars in 720 bytes} [Tue Mar 3 04:06:25 2026] GET /v2.0/subnets/4770c1d5-99bc-4eea-a133-89b28cea6fa7 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1596/3336] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:06:25 2026] DELETE /v2.0/subnets/6d121ec6-af03-4a6e-8785-aaa8fd7d7984 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 04:06:25.410 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b5b68273-d1a4-46e5-a36c-380fb29b1998 861f500c9a474e30ab6908c29e4ec831 dc7bdf973b64407389eeca944ced79e1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1741/3337] 10.0.0.55 () {32 vars in 720 bytes} [Tue Mar 3 04:06:25 2026] GET /v2.0/subnets/6d121ec6-af03-4a6e-8785-aaa8fd7d7984 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-03 04:06:25.506 6 INFO neutron_taas.services.taas.taas_plugin [None req-9fd408e1-d8a9-48cb-948a-66ddcc4fda43 861f500c9a474e30ab6908c29e4ec831 dc7bdf973b64407389eeca944ced79e1 - - default default] TaaS: Handle Delete Port: ca0753ee-ea22-4a62-8f6f-5726032b7fa0 2026-03-03 04:06:25.508 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9fd408e1-d8a9-48cb-948a-66ddcc4fda43 861f500c9a474e30ab6908c29e4ec831 dc7bdf973b64407389eeca944ced79e1 - - default default] Tap Mirror: Handle Delete Port: ca0753ee-ea22-4a62-8f6f-5726032b7fa0 [pid: 6|app: 0|req: 1597/3338] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 04:06:25 2026] DELETE /v2.0/networks/f667fc6c-fe3e-44d0-86ec-d09820d32904 => generated 0 bytes in 263 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 04:06:25.695 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a506ebfc-6331-4a3b-90db-6ede4a67dfbe 861f500c9a474e30ab6908c29e4ec831 dc7bdf973b64407389eeca944ced79e1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1742/3339] 10.0.0.55 () {32 vars in 722 bytes} [Tue Mar 3 04:06:25 2026] GET /v2.0/networks/f667fc6c-fe3e-44d0-86ec-d09820d32904 => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1598/3340] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:06:25 2026] DELETE /v2.0/subnets/f0ab1578-388e-4c38-a402-36091aa4ae7b => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 04:06:25.878 7 INFO neutron.pecan_wsgi.hooks.translation [None req-aeabe651-f4e2-4e95-975c-7fc26e0ff3fa 861f500c9a474e30ab6908c29e4ec831 dc7bdf973b64407389eeca944ced79e1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1743/3341] 10.0.0.55 () {32 vars in 720 bytes} [Tue Mar 3 04:06:25 2026] GET /v2.0/subnets/f0ab1578-388e-4c38-a402-36091aa4ae7b => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1599/3342] 10.0.0.55 () {32 vars in 723 bytes} [Tue Mar 3 04:06:25 2026] DELETE /v2.0/subnets/88b1cf4d-d3bf-4d89-ac6c-1d3b5fac778a => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 04:06:26.045 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e5bb77a0-8e3d-4aaa-952c-a0b8e39b1f3f 861f500c9a474e30ab6908c29e4ec831 dc7bdf973b64407389eeca944ced79e1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1744/3343] 10.0.0.55 () {32 vars in 720 bytes} [Tue Mar 3 04:06:26 2026] GET /v2.0/subnets/88b1cf4d-d3bf-4d89-ac6c-1d3b5fac778a => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-03 04:06:26.164 6 INFO neutron_taas.services.taas.taas_plugin [None req-6bf2bf88-5c66-4cd2-b302-3d8915dac3e6 861f500c9a474e30ab6908c29e4ec831 dc7bdf973b64407389eeca944ced79e1 - - default default] TaaS: Handle Delete Port: efe2f7b0-b815-416f-9214-961a5760bf40 2026-03-03 04:06:26.167 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6bf2bf88-5c66-4cd2-b302-3d8915dac3e6 861f500c9a474e30ab6908c29e4ec831 dc7bdf973b64407389eeca944ced79e1 - - default default] Tap Mirror: Handle Delete Port: efe2f7b0-b815-416f-9214-961a5760bf40 [pid: 6|app: 0|req: 1600/3344] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 04:06:26 2026] DELETE /v2.0/networks/0dbe6be5-7dea-411c-8255-86950122371d => generated 0 bytes in 292 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 04:06:26.362 7 INFO neutron.pecan_wsgi.hooks.translation [None req-12b7703d-8146-414b-8183-6370a5098bae 861f500c9a474e30ab6908c29e4ec831 dc7bdf973b64407389eeca944ced79e1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1745/3345] 10.0.0.55 () {32 vars in 722 bytes} [Tue Mar 3 04:06:26 2026] GET /v2.0/networks/0dbe6be5-7dea-411c-8255-86950122371d => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-03 04:06:26.484 6 INFO neutron.services.segments.plugin [-] Segment 2653c28e-8c83-482d-a663-052d782801ab resource provider aggregate not found 2026-03-03 04:06:26.502 6 INFO neutron.services.segments.plugin [-] Segment 2653c28e-8c83-482d-a663-052d782801ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2653c28e-8c83-482d-a663-052d782801ab found for delete ", "request_id": "req-8e9fdde3-5c37-4ca0-b9e4-805d832e2b59"}]} 2026-03-03 04:06:26.511 6 INFO neutron.services.segments.plugin [-] Segment 2653c28e-8c83-482d-a663-052d782801ab resource provider aggregate not found 2026-03-03 04:06:26.515 6 INFO neutron.services.segments.plugin [-] Segment 27a81e79-2bcc-4ced-8b0e-8b378b4b0e2e resource provider aggregate not found 2026-03-03 04:06:26.527 6 INFO neutron.services.segments.plugin [-] Segment 2653c28e-8c83-482d-a663-052d782801ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2653c28e-8c83-482d-a663-052d782801ab found for delete ", "request_id": "req-8fdd4dd5-0829-4551-a1b2-c71b45080843"}]} 2026-03-03 04:06:26.530 6 INFO neutron.services.segments.plugin [-] Segment 27a81e79-2bcc-4ced-8b0e-8b378b4b0e2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 27a81e79-2bcc-4ced-8b0e-8b378b4b0e2e found for delete ", "request_id": "req-28e48c0a-9fd4-4a87-8c35-d761fe3cfb52"}]} 2026-03-03 04:06:26.540 6 INFO neutron.services.segments.plugin [-] Segment d64e59d1-06ca-4e68-ac90-766b85814fb6 resource provider aggregate not found 2026-03-03 04:06:26.544 6 INFO neutron.services.segments.plugin [-] Segment 27a81e79-2bcc-4ced-8b0e-8b378b4b0e2e resource provider aggregate not found 2026-03-03 04:06:26.555 6 INFO neutron.services.segments.plugin [-] Segment d64e59d1-06ca-4e68-ac90-766b85814fb6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d64e59d1-06ca-4e68-ac90-766b85814fb6 found for delete ", "request_id": "req-3a38c02a-4150-4018-ab89-515d59f5a7ed"}]} 2026-03-03 04:06:26.559 6 INFO neutron.services.segments.plugin [-] Segment 27a81e79-2bcc-4ced-8b0e-8b378b4b0e2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 27a81e79-2bcc-4ced-8b0e-8b378b4b0e2e found for delete ", "request_id": "req-f04a3e21-0e7a-4891-a2ee-c4d707071fad"}]} 2026-03-03 04:06:26.573 6 INFO neutron.services.segments.plugin [-] Segment d64e59d1-06ca-4e68-ac90-766b85814fb6 resource provider aggregate not found 2026-03-03 04:06:26.587 6 INFO neutron.services.segments.plugin [-] Segment d64e59d1-06ca-4e68-ac90-766b85814fb6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d64e59d1-06ca-4e68-ac90-766b85814fb6 found for delete ", "request_id": "req-c107b792-33f4-4100-b65b-b710419e2c90"}]} [pid: 6|app: 0|req: 1601/3346] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:06:28 2026] GET /v2.0/security-groups?tenant_id=5940d83700144ea995b1b2362d4e3aea&name=default => generated 2929 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1746/3347] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:06:28 2026] DELETE /v2.0/security-groups/55554c0b-e63e-4ccd-934d-fb9228ae6b2b => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1602/3348] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:06:28 2026] GET /v2.0/security-groups?tenant_id=f054ccae4d6240b996b0ad22aef5eafe&name=default => generated 2929 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1747/3349] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:06:28 2026] DELETE /v2.0/security-groups/e321befd-7655-457e-840b-aa559e2e3cab => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1603/3350] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:06:28 2026] GET /v2.0/security-groups?tenant_id=dc7bdf973b64407389eeca944ced79e1&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1748/3351] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:06:28 2026] DELETE /v2.0/security-groups/b63e8c99-e4cd-49ac-b0db-a0457d1d5b43 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1605/3354] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:06:29 2026] GET /v2.0/security-groups?tenant_id=cd46f6bdc41748dcae579b738c93b8ed&name=default => generated 2929 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1750/3355] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:06:29 2026] DELETE /v2.0/security-groups/993958fb-0a13-4026-af2d-64475d45a07b => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1606/3356] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:06:29 2026] GET /v2.0/security-groups?tenant_id=d35ac865cae84cb79ac320a77d2815bb&name=default => generated 2929 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1751/3357] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:06:29 2026] DELETE /v2.0/security-groups/e0384d88-8df4-4115-82aa-fece5223b36a => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1607/3358] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:06:29 2026] GET /v2.0/security-groups?tenant_id=3fe9a184510443b28abfa3064980634f&name=default => generated 2929 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1752/3359] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:06:29 2026] DELETE /v2.0/security-groups/81c9a22d-5171-48ce-8863-ca6a9ea10ad1 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1608/3360] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:06:30 2026] GET /v2.0/security-groups?tenant_id=55fc3db2fe5340dc9639201de412c318&name=default => generated 2929 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1753/3361] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:06:30 2026] DELETE /v2.0/security-groups/80e01642-7a7e-49b2-b990-66da806cf051 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1609/3362] 10.0.0.55 () {34 vars in 677 bytes} [Tue Mar 3 04:06:34 2026] POST /v2.0/qos/policies => generated 359 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1754/3363] 10.0.0.55 () {34 vars in 677 bytes} [Tue Mar 3 04:06:34 2026] POST /v2.0/qos/policies => generated 359 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1610/3364] 10.0.0.55 () {34 vars in 677 bytes} [Tue Mar 3 04:06:34 2026] POST /v2.0/qos/policies => generated 359 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1755/3365] 10.0.0.55 () {34 vars in 677 bytes} [Tue Mar 3 04:06:34 2026] POST /v2.0/qos/policies => generated 359 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1611/3366] 10.0.0.55 () {34 vars in 677 bytes} [Tue Mar 3 04:06:34 2026] POST /v2.0/qos/policies => generated 359 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1756/3367] 10.0.0.55 () {34 vars in 752 bytes} [Tue Mar 3 04:06:34 2026] PUT /v2.0/policies/9d4fa1e2-93cf-42b9-8a4d-de4423c30f22/tags => generated 17 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1612/3368] 10.0.0.55 () {34 vars in 752 bytes} [Tue Mar 3 04:06:34 2026] PUT /v2.0/policies/7c04c897-0740-4ae9-af65-2762cc92442d/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1757/3369] 10.0.0.55 () {34 vars in 752 bytes} [Tue Mar 3 04:06:34 2026] PUT /v2.0/policies/9272883c-0ff2-4c20-bc05-474081127fc7/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1613/3370] 10.0.0.55 () {34 vars in 752 bytes} [Tue Mar 3 04:06:34 2026] PUT /v2.0/policies/75584f7e-1cf1-4ef9-bdba-d8eb135dc4e8/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: 1758/3371] 10.0.0.55 () {32 vars in 673 bytes} [Tue Mar 3 04:06:35 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1614/3372] 10.0.0.55 () {32 vars in 687 bytes} [Tue Mar 3 04:06:35 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1759/3373] 10.0.0.55 () {32 vars in 683 bytes} [Tue Mar 3 04:06:35 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1615/3374] 10.0.0.55 () {32 vars in 695 bytes} [Tue Mar 3 04:06:35 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1760/3375] 10.0.0.55 () {32 vars in 681 bytes} [Tue Mar 3 04:06:35 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1616/3376] 10.0.0.55 () {32 vars in 695 bytes} [Tue Mar 3 04:06:35 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1761/3377] 10.0.0.55 () {32 vars in 691 bytes} [Tue Mar 3 04:06:35 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1617/3378] 10.0.0.55 () {32 vars in 703 bytes} [Tue Mar 3 04:06:35 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1762/3379] 10.0.0.55 () {32 vars in 733 bytes} [Tue Mar 3 04:06:35 2026] DELETE /v2.0/qos/policies/9d4fa1e2-93cf-42b9-8a4d-de4423c30f22 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1618/3380] 10.0.0.55 () {32 vars in 733 bytes} [Tue Mar 3 04:06:35 2026] DELETE /v2.0/qos/policies/7c04c897-0740-4ae9-af65-2762cc92442d => 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: 1763/3381] 10.0.0.55 () {32 vars in 733 bytes} [Tue Mar 3 04:06:35 2026] DELETE /v2.0/qos/policies/9272883c-0ff2-4c20-bc05-474081127fc7 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1619/3382] 10.0.0.55 () {32 vars in 733 bytes} [Tue Mar 3 04:06:35 2026] DELETE /v2.0/qos/policies/75584f7e-1cf1-4ef9-bdba-d8eb135dc4e8 => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1764/3383] 10.0.0.55 () {32 vars in 733 bytes} [Tue Mar 3 04:06:35 2026] DELETE /v2.0/qos/policies/95752b05-dc21-441a-8f22-942882b160a2 => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1620/3384] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:06:36 2026] GET /v2.0/security-groups?tenant_id=62094422a77842b591f5e10f0b929f48&name=default => generated 2929 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1765/3385] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:06:37 2026] DELETE /v2.0/security-groups/4439c5a7-fece-4c0b-b969-366da61027a9 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1621/3386] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:06:37 2026] GET /v2.0/security-groups?tenant_id=f4bc3463d36449eca23c867d1900626b&name=default => generated 2929 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1766/3387] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:06:37 2026] DELETE /v2.0/security-groups/e4f5bd32-921a-4b22-b7fd-1dba64e3aa83 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1622/3388] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:06:37 2026] GET /v2.0/security-groups?tenant_id=170c32d36f4e4ca2942256920681f407&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1767/3389] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:06:37 2026] DELETE /v2.0/security-groups/81a80ac6-9d00-457e-b839-508df0ea5848 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-03 04:06:42.160 6 INFO neutron.db.segments_db [None req-75822dbd-c19f-4db7-aef6-96f0509cbc0b 2925ed7661914c43bfa0055bd1eaf1a3 b4c5bb9e2cd34206a5be22c177e7d390 - - default default] Added segment 72d08e0f-150f-4bfd-9045-7f952b3a11e0 of type vxlan for network 50daa593-3eb9-4533-b5d7-78e59c3a22d7 [pid: 6|app: 0|req: 1623/3390] 10.0.0.55 () {34 vars in 669 bytes} [Tue Mar 3 04:06:41 2026] POST /v2.0/networks => generated 632 bytes in 394 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1768/3391] 10.0.0.55 () {34 vars in 663 bytes} [Tue Mar 3 04:06:42 2026] POST /v2.0/ports => generated 743 bytes in 336 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1624/3392] 10.0.0.55 () {34 vars in 665 bytes} [Tue Mar 3 04:06:42 2026] POST /v2.0/trunks => generated 407 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-03 04:06:42.787 7 INFO neutron.db.segments_db [None req-e2c1c9e2-5ac5-4932-9ad0-9c1275096558 2925ed7661914c43bfa0055bd1eaf1a3 b4c5bb9e2cd34206a5be22c177e7d390 - - default default] Added segment 7af6b969-6186-4232-85bf-4713a19e3b37 of type vxlan for network be53d21f-c9d3-48b0-b844-7dfd0d34f72c [pid: 7|app: 0|req: 1769/3393] 10.0.0.55 () {34 vars in 669 bytes} [Tue Mar 3 04:06:42 2026] POST /v2.0/networks => generated 631 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1625/3394] 10.0.0.55 () {34 vars in 663 bytes} [Tue Mar 3 04:06:42 2026] POST /v2.0/ports => generated 743 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1770/3395] 10.0.0.55 () {34 vars in 665 bytes} [Tue Mar 3 04:06:43 2026] POST /v2.0/trunks => generated 407 bytes in 259 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-03-03 04:06:43.481 6 INFO neutron.db.segments_db [None req-3d8e1fa7-2837-4331-81e9-b3d08275299b 2925ed7661914c43bfa0055bd1eaf1a3 b4c5bb9e2cd34206a5be22c177e7d390 - - default default] Added segment 12d4e32a-7295-47ca-85c5-8c19bc8c30e7 of type vxlan for network 7ef61db5-cefa-4950-a62a-e646882ed6dd [pid: 6|app: 0|req: 1626/3396] 10.0.0.55 () {34 vars in 669 bytes} [Tue Mar 3 04:06:43 2026] POST /v2.0/networks => generated 632 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1771/3397] 10.0.0.55 () {34 vars in 663 bytes} [Tue Mar 3 04:06:43 2026] POST /v2.0/ports => generated 743 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1627/3398] 10.0.0.55 () {34 vars in 665 bytes} [Tue Mar 3 04:06:43 2026] POST /v2.0/trunks => generated 407 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-03 04:06:44.092 7 INFO neutron.db.segments_db [None req-d94e0db7-1ced-4558-a817-c5c368a81cad 2925ed7661914c43bfa0055bd1eaf1a3 b4c5bb9e2cd34206a5be22c177e7d390 - - default default] Added segment fe088a4b-0b29-467e-b60c-61b74db91bc5 of type vxlan for network 96cf8652-b537-4fce-8d2a-919070f24766 [pid: 7|app: 0|req: 1772/3401] 10.0.0.55 () {34 vars in 669 bytes} [Tue Mar 3 04:06:44 2026] POST /v2.0/networks => generated 631 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1630/3402] 10.0.0.55 () {34 vars in 663 bytes} [Tue Mar 3 04:06:44 2026] POST /v2.0/ports => generated 743 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1773/3403] 10.0.0.55 () {34 vars in 665 bytes} [Tue Mar 3 04:06:44 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-03-03 04:06:44.703 6 INFO neutron.db.segments_db [None req-0404b838-7a06-41ee-89f0-14828078bd4c 2925ed7661914c43bfa0055bd1eaf1a3 b4c5bb9e2cd34206a5be22c177e7d390 - - default default] Added segment 0ccc26d3-7d4d-4ce8-a745-61a0d0be51fa of type vxlan for network a9fade8b-1217-419d-9d5d-592be200c21f [pid: 6|app: 0|req: 1631/3404] 10.0.0.55 () {34 vars in 669 bytes} [Tue Mar 3 04:06:44 2026] POST /v2.0/networks => generated 632 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1774/3405] 10.0.0.55 () {34 vars in 663 bytes} [Tue Mar 3 04:06:44 2026] POST /v2.0/ports => generated 743 bytes in 323 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1632/3406] 10.0.0.55 () {34 vars in 665 bytes} [Tue Mar 3 04:06:45 2026] POST /v2.0/trunks => generated 407 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1775/3407] 10.0.0.55 () {34 vars in 748 bytes} [Tue Mar 3 04:06:45 2026] PUT /v2.0/trunks/51c1058e-88d2-4344-90f2-b9b7a0a80790/tags => generated 17 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1633/3408] 10.0.0.55 () {34 vars in 748 bytes} [Tue Mar 3 04:06:45 2026] PUT /v2.0/trunks/2bc49f9d-1fc7-4821-935a-ed693e7f0821/tags => generated 25 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1776/3409] 10.0.0.55 () {34 vars in 748 bytes} [Tue Mar 3 04:06:45 2026] PUT /v2.0/trunks/412201d2-2a39-43d9-8148-480a24a7f879/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1634/3410] 10.0.0.55 () {34 vars in 748 bytes} [Tue Mar 3 04:06:45 2026] PUT /v2.0/trunks/0258def6-4e85-4f4b-ad64-00d8354025da/tags => 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: 1777/3411] 10.0.0.55 () {32 vars in 661 bytes} [Tue Mar 3 04:06:45 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1635/3412] 10.0.0.55 () {32 vars in 675 bytes} [Tue Mar 3 04:06:45 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1778/3413] 10.0.0.55 () {32 vars in 671 bytes} [Tue Mar 3 04:06:45 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1636/3414] 10.0.0.55 () {32 vars in 683 bytes} [Tue Mar 3 04:06:45 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1779/3415] 10.0.0.55 () {32 vars in 669 bytes} [Tue Mar 3 04:06:45 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1637/3416] 10.0.0.55 () {32 vars in 683 bytes} [Tue Mar 3 04:06:45 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1780/3417] 10.0.0.55 () {32 vars in 679 bytes} [Tue Mar 3 04:06:45 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1638/3418] 10.0.0.55 () {32 vars in 691 bytes} [Tue Mar 3 04:06:45 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1781/3419] 10.0.0.55 () {32 vars in 718 bytes} [Tue Mar 3 04:06:45 2026] GET /v2.0/trunks/51c1058e-88d2-4344-90f2-b9b7a0a80790 => generated 412 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1639/3420] 10.0.0.55 () {32 vars in 716 bytes} [Tue Mar 3 04:06:45 2026] GET /v2.0/ports/a4647bc1-e533-43c7-9ca2-d7320ff9ea18 => generated 826 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1782/3421] 10.0.0.55 () {32 vars in 721 bytes} [Tue Mar 3 04:06:45 2026] DELETE /v2.0/trunks/51c1058e-88d2-4344-90f2-b9b7a0a80790 => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1640/3422] 10.0.0.55 () {32 vars in 718 bytes} [Tue Mar 3 04:06:45 2026] GET /v2.0/trunks/2bc49f9d-1fc7-4821-935a-ed693e7f0821 => generated 420 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1783/3423] 10.0.0.55 () {32 vars in 716 bytes} [Tue Mar 3 04:06:45 2026] GET /v2.0/ports/6f35e66b-1c9e-496b-9662-4f24442f676e => generated 826 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1641/3424] 10.0.0.55 () {32 vars in 721 bytes} [Tue Mar 3 04:06:45 2026] DELETE /v2.0/trunks/2bc49f9d-1fc7-4821-935a-ed693e7f0821 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1784/3425] 10.0.0.55 () {32 vars in 718 bytes} [Tue Mar 3 04:06:45 2026] GET /v2.0/trunks/412201d2-2a39-43d9-8148-480a24a7f879 => generated 429 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1642/3426] 10.0.0.55 () {32 vars in 716 bytes} [Tue Mar 3 04:06:45 2026] GET /v2.0/ports/1f699b4d-f715-4471-a87f-aa9309058460 => generated 826 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1785/3427] 10.0.0.55 () {32 vars in 721 bytes} [Tue Mar 3 04:06:46 2026] DELETE /v2.0/trunks/412201d2-2a39-43d9-8148-480a24a7f879 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1643/3428] 10.0.0.55 () {32 vars in 718 bytes} [Tue Mar 3 04:06:46 2026] GET /v2.0/trunks/0258def6-4e85-4f4b-ad64-00d8354025da => generated 414 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1786/3429] 10.0.0.55 () {32 vars in 716 bytes} [Tue Mar 3 04:06:46 2026] GET /v2.0/ports/92fc9f4d-73e7-4f80-b74d-4b78ec16a561 => generated 826 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1644/3430] 10.0.0.55 () {32 vars in 721 bytes} [Tue Mar 3 04:06:46 2026] DELETE /v2.0/trunks/0258def6-4e85-4f4b-ad64-00d8354025da => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1787/3431] 10.0.0.55 () {32 vars in 718 bytes} [Tue Mar 3 04:06:46 2026] GET /v2.0/trunks/27fa0d8b-6208-4062-9365-742c6caec3d1 => generated 407 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1645/3432] 10.0.0.55 () {32 vars in 716 bytes} [Tue Mar 3 04:06:46 2026] GET /v2.0/ports/ba957e10-03f9-4652-b798-d230397b329c => generated 826 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1788/3433] 10.0.0.55 () {32 vars in 721 bytes} [Tue Mar 3 04:06:46 2026] DELETE /v2.0/trunks/27fa0d8b-6208-4062-9365-742c6caec3d1 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-03 04:06:46.550 6 INFO neutron_taas.services.taas.taas_plugin [None req-adc67d0e-0976-4b7d-be0e-e66aa168719a 2925ed7661914c43bfa0055bd1eaf1a3 b4c5bb9e2cd34206a5be22c177e7d390 - - default default] TaaS: Handle Delete Port: a4647bc1-e533-43c7-9ca2-d7320ff9ea18 2026-03-03 04:06:46.553 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-adc67d0e-0976-4b7d-be0e-e66aa168719a 2925ed7661914c43bfa0055bd1eaf1a3 b4c5bb9e2cd34206a5be22c177e7d390 - - default default] Tap Mirror: Handle Delete Port: a4647bc1-e533-43c7-9ca2-d7320ff9ea18 [pid: 6|app: 0|req: 1646/3434] 10.0.0.55 () {32 vars in 719 bytes} [Tue Mar 3 04:06:46 2026] DELETE /v2.0/ports/a4647bc1-e533-43c7-9ca2-d7320ff9ea18 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 04:06:46.739 7 INFO neutron_taas.services.taas.taas_plugin [None req-6f17cbf8-37d5-4945-a6ee-f788e13d9514 2925ed7661914c43bfa0055bd1eaf1a3 b4c5bb9e2cd34206a5be22c177e7d390 - - default default] TaaS: Handle Delete Port: 6f35e66b-1c9e-496b-9662-4f24442f676e 2026-03-03 04:06:46.742 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6f17cbf8-37d5-4945-a6ee-f788e13d9514 2925ed7661914c43bfa0055bd1eaf1a3 b4c5bb9e2cd34206a5be22c177e7d390 - - default default] Tap Mirror: Handle Delete Port: 6f35e66b-1c9e-496b-9662-4f24442f676e [pid: 7|app: 0|req: 1789/3435] 10.0.0.55 () {32 vars in 719 bytes} [Tue Mar 3 04:06:46 2026] DELETE /v2.0/ports/6f35e66b-1c9e-496b-9662-4f24442f676e => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 04:06:46.915 6 INFO neutron_taas.services.taas.taas_plugin [None req-2029b4cf-fc8c-4202-a9a8-3996a633b377 2925ed7661914c43bfa0055bd1eaf1a3 b4c5bb9e2cd34206a5be22c177e7d390 - - default default] TaaS: Handle Delete Port: 1f699b4d-f715-4471-a87f-aa9309058460 2026-03-03 04:06:46.918 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2029b4cf-fc8c-4202-a9a8-3996a633b377 2925ed7661914c43bfa0055bd1eaf1a3 b4c5bb9e2cd34206a5be22c177e7d390 - - default default] Tap Mirror: Handle Delete Port: 1f699b4d-f715-4471-a87f-aa9309058460 [pid: 6|app: 0|req: 1647/3436] 10.0.0.55 () {32 vars in 719 bytes} [Tue Mar 3 04:06:46 2026] DELETE /v2.0/ports/1f699b4d-f715-4471-a87f-aa9309058460 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 04:06:47.098 7 INFO neutron_taas.services.taas.taas_plugin [None req-cca3d222-0bd8-481a-8197-4dfe96fd1751 2925ed7661914c43bfa0055bd1eaf1a3 b4c5bb9e2cd34206a5be22c177e7d390 - - default default] TaaS: Handle Delete Port: 92fc9f4d-73e7-4f80-b74d-4b78ec16a561 2026-03-03 04:06:47.101 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cca3d222-0bd8-481a-8197-4dfe96fd1751 2925ed7661914c43bfa0055bd1eaf1a3 b4c5bb9e2cd34206a5be22c177e7d390 - - default default] Tap Mirror: Handle Delete Port: 92fc9f4d-73e7-4f80-b74d-4b78ec16a561 [pid: 7|app: 0|req: 1790/3437] 10.0.0.55 () {32 vars in 719 bytes} [Tue Mar 3 04:06:47 2026] DELETE /v2.0/ports/92fc9f4d-73e7-4f80-b74d-4b78ec16a561 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 04:06:47.272 6 INFO neutron_taas.services.taas.taas_plugin [None req-4ba9204c-9a15-4365-9fb7-108768ac5a88 2925ed7661914c43bfa0055bd1eaf1a3 b4c5bb9e2cd34206a5be22c177e7d390 - - default default] TaaS: Handle Delete Port: ba957e10-03f9-4652-b798-d230397b329c 2026-03-03 04:06:47.274 6 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4ba9204c-9a15-4365-9fb7-108768ac5a88 2925ed7661914c43bfa0055bd1eaf1a3 b4c5bb9e2cd34206a5be22c177e7d390 - - default default] Tap Mirror: Handle Delete Port: ba957e10-03f9-4652-b798-d230397b329c [pid: 6|app: 0|req: 1648/3438] 10.0.0.55 () {32 vars in 719 bytes} [Tue Mar 3 04:06:47 2026] DELETE /v2.0/ports/ba957e10-03f9-4652-b798-d230397b329c => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 04:06:47.476 7 INFO neutron.services.segments.plugin [-] Segment 72d08e0f-150f-4bfd-9045-7f952b3a11e0 resource provider aggregate not found 2026-03-03 04:06:47.483 7 INFO neutron.services.segments.plugin [-] Segment 72d08e0f-150f-4bfd-9045-7f952b3a11e0 resource provider aggregate not found 2026-03-03 04:06:47.491 7 INFO neutron.services.segments.plugin [-] Segment 72d08e0f-150f-4bfd-9045-7f952b3a11e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72d08e0f-150f-4bfd-9045-7f952b3a11e0 found for delete ", "request_id": "req-7f8deaac-b0d7-42f6-ae7e-fb83f5d9dab7"}]} 2026-03-03 04:06:47.504 7 INFO neutron.services.segments.plugin [-] Segment 72d08e0f-150f-4bfd-9045-7f952b3a11e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72d08e0f-150f-4bfd-9045-7f952b3a11e0 found for delete ", "request_id": "req-01e93bf6-b61b-410b-ac86-8acca041b382"}]} [pid: 7|app: 0|req: 1791/3439] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 04:06:47 2026] DELETE /v2.0/networks/50daa593-3eb9-4533-b5d7-78e59c3a22d7 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-03 04:06:47.624 6 INFO neutron.services.segments.plugin [-] Segment 7af6b969-6186-4232-85bf-4713a19e3b37 resource provider aggregate not found 2026-03-03 04:06:47.630 6 INFO neutron.services.segments.plugin [-] Segment 7af6b969-6186-4232-85bf-4713a19e3b37 resource provider aggregate not found 2026-03-03 04:06:47.638 6 INFO neutron.services.segments.plugin [-] Segment 7af6b969-6186-4232-85bf-4713a19e3b37 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7af6b969-6186-4232-85bf-4713a19e3b37 found for delete ", "request_id": "req-18e32191-6c4b-43c7-beb6-bc4892b01bf3"}]} 2026-03-03 04:06:47.651 6 INFO neutron.services.segments.plugin [-] Segment 7af6b969-6186-4232-85bf-4713a19e3b37 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7af6b969-6186-4232-85bf-4713a19e3b37 found for delete ", "request_id": "req-6ccb322e-56aa-4948-ab10-153bd73021e8"}]} [pid: 6|app: 0|req: 1649/3440] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 04:06:47 2026] DELETE /v2.0/networks/be53d21f-c9d3-48b0-b844-7dfd0d34f72c => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1792/3441] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 04:06:47 2026] DELETE /v2.0/networks/7ef61db5-cefa-4950-a62a-e646882ed6dd => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1650/3442] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 04:06:47 2026] DELETE /v2.0/networks/96cf8652-b537-4fce-8d2a-919070f24766 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1793/3443] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 04:06:47 2026] DELETE /v2.0/networks/a9fade8b-1217-419d-9d5d-592be200c21f => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1651/3444] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:06:48 2026] GET /v2.0/security-groups?tenant_id=b4c5bb9e2cd34206a5be22c177e7d390&name=default => generated 2929 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1794/3445] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:06:48 2026] DELETE /v2.0/security-groups/a503c5d5-b65f-499f-aed1-7f5c02c204cc => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1652/3446] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:06:49 2026] GET /v2.0/security-groups?tenant_id=44d985709ca54484a1092659c3f4954c&name=default => generated 2929 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1795/3447] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:06:49 2026] DELETE /v2.0/security-groups/67b7b213-ad29-4174-a96f-d1f556cb0ba2 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-03 04:06:49.514 7 INFO neutron.services.segments.plugin [-] Segment 12d4e32a-7295-47ca-85c5-8c19bc8c30e7 resource provider aggregate not found 2026-03-03 04:06:49.526 7 INFO neutron.services.segments.plugin [-] Segment 12d4e32a-7295-47ca-85c5-8c19bc8c30e7 resource provider aggregate not found 2026-03-03 04:06:49.532 7 INFO neutron.services.segments.plugin [-] Segment 12d4e32a-7295-47ca-85c5-8c19bc8c30e7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12d4e32a-7295-47ca-85c5-8c19bc8c30e7 found for delete ", "request_id": "req-9c549287-e393-4c9e-abf6-8dbf5685f36f"}]} 2026-03-03 04:06:49.541 7 INFO neutron.services.segments.plugin [-] Segment 12d4e32a-7295-47ca-85c5-8c19bc8c30e7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12d4e32a-7295-47ca-85c5-8c19bc8c30e7 found for delete ", "request_id": "req-8bade9de-59fd-475a-9b8d-ba004f665c31"}]} 2026-03-03 04:06:49.548 7 INFO neutron.services.segments.plugin [-] Segment 0ccc26d3-7d4d-4ce8-a745-61a0d0be51fa resource provider aggregate not found 2026-03-03 04:06:49.552 7 INFO neutron.services.segments.plugin [-] Segment 0ccc26d3-7d4d-4ce8-a745-61a0d0be51fa resource provider aggregate not found 2026-03-03 04:06:49.563 7 INFO neutron.services.segments.plugin [-] Segment 0ccc26d3-7d4d-4ce8-a745-61a0d0be51fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0ccc26d3-7d4d-4ce8-a745-61a0d0be51fa found for delete ", "request_id": "req-9c4e0b1e-a489-4506-8fac-bc26be0e181c"}]} 2026-03-03 04:06:49.565 7 INFO neutron.services.segments.plugin [-] Segment 0ccc26d3-7d4d-4ce8-a745-61a0d0be51fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0ccc26d3-7d4d-4ce8-a745-61a0d0be51fa found for delete ", "request_id": "req-1a558f30-1a5e-4ab0-8a58-bd2d1897cc9c"}]} [pid: 6|app: 0|req: 1653/3448] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:06:49 2026] GET /v2.0/security-groups?tenant_id=65bc96781b89426c969eb89d56068e5e&name=default => generated 2929 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-03 04:06:49.657 6 INFO neutron.services.segments.plugin [-] Segment fe088a4b-0b29-467e-b60c-61b74db91bc5 resource provider aggregate not found 2026-03-03 04:06:49.669 6 INFO neutron.services.segments.plugin [-] Segment fe088a4b-0b29-467e-b60c-61b74db91bc5 resource provider aggregate not found 2026-03-03 04:06:49.675 6 INFO neutron.services.segments.plugin [-] Segment fe088a4b-0b29-467e-b60c-61b74db91bc5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe088a4b-0b29-467e-b60c-61b74db91bc5 found for delete ", "request_id": "req-9d8237f9-aa2b-4bc5-8c0b-7756865a3395"}]} 2026-03-03 04:06:49.684 6 INFO neutron.services.segments.plugin [-] Segment fe088a4b-0b29-467e-b60c-61b74db91bc5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe088a4b-0b29-467e-b60c-61b74db91bc5 found for delete ", "request_id": "req-1eb5b848-b5af-486f-a2c4-e2fef8de8e40"}]} [pid: 7|app: 0|req: 1796/3449] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:06:49 2026] DELETE /v2.0/security-groups/26c014c7-2a9d-471f-856b-8d04537a0fac => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-03 04:06:52.778 6 INFO neutron.db.segments_db [None req-2018714c-3b92-40b5-ad6e-6aaf8935f6d9 025984b62e6e4465be3fb9dfa96ea02b 2919f319e3c74cefbe3266c74d8b2da9 - - default default] Added segment ed58fe36-5537-4dbd-b4c9-17201b4327ce of type vxlan for network c8e6f5c0-62a1-4618-ba5e-2c54c64b8358 [pid: 6|app: 0|req: 1654/3450] 10.0.0.55 () {34 vars in 669 bytes} [Tue Mar 3 04:06:52 2026] POST /v2.0/networks => generated 632 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1655/3451] 10.0.0.55 () {34 vars in 752 bytes} [Tue Mar 3 04:06:52 2026] PUT /v2.0/networks/c8e6f5c0-62a1-4618-ba5e-2c54c64b8358/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1656/3452] 10.0.0.55 () {32 vars in 732 bytes} [Tue Mar 3 04:06:52 2026] GET /v2.0/networks/c8e6f5c0-62a1-4618-ba5e-2c54c64b8358/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1797/3453] 10.0.0.233 () {28 vars in 619 bytes} [Tue Mar 3 04:06:52 2026] GET /v2.0/network-ip-availabilities => generated 1372 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1798/3454] 10.0.0.233 () {28 vars in 591 bytes} [Tue Mar 3 04:06:52 2026] GET /v2.0/floatingips => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1657/3455] 10.0.0.55 () {34 vars in 763 bytes} [Tue Mar 3 04:06:52 2026] PUT /v2.0/networks/c8e6f5c0-62a1-4618-ba5e-2c54c64b8358/tags/green => generated 4 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1799/3456] 10.0.0.233 () {28 vars in 581 bytes} [Tue Mar 3 04:06:52 2026] GET /v2.0/agents => generated 3386 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1658/3457] 10.0.0.55 () {32 vars in 732 bytes} [Tue Mar 3 04:06:53 2026] GET /v2.0/networks/c8e6f5c0-62a1-4618-ba5e-2c54c64b8358/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1800/3458] 10.0.0.233 () {28 vars in 585 bytes} [Tue Mar 3 04:06:53 2026] GET /v2.0/networks => generated 2885 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1801/3459] 10.0.0.233 () {28 vars in 599 bytes} [Tue Mar 3 04:06:53 2026] GET /v2.0/security-groups => generated 20309 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1659/3460] 10.0.0.55 () {34 vars in 759 bytes} [Tue Mar 3 04:06:53 2026] PUT /v2.0/networks/c8e6f5c0-62a1-4618-ba5e-2c54c64b8358/tags/red => generated 4 bytes in 64 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1802/3461] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 04:06:53 2026] GET /v2.0/subnets => generated 1308 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1660/3462] 10.0.0.55 () {32 vars in 732 bytes} [Tue Mar 3 04:06:53 2026] GET /v2.0/networks/c8e6f5c0-62a1-4618-ba5e-2c54c64b8358/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1803/3463] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 04:06:53 2026] GET /v2.0/routers => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1661/3464] 10.0.0.233 () {28 vars in 624 bytes} [Tue Mar 3 04:06:53 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1662/3465] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 04:06:53 2026] GET /v2.0/subnets => generated 1308 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1663/3466] 10.0.0.233 () {28 vars in 591 bytes} [Tue Mar 3 04:06:53 2026] GET /v2.0/subnetpools => generated 19 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1804/3467] 10.0.0.55 () {34 vars in 781 bytes} [Tue Mar 3 04:06:53 2026] PUT /v2.0/networks/c8e6f5c0-62a1-4618-ba5e-2c54c64b8358/tags/black.or.white => generated 4 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1664/3468] 10.0.0.233 () {28 vars in 579 bytes} [Tue Mar 3 04:06:53 2026] GET /v2.0/ports => generated 4725 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1805/3469] 10.0.0.55 () {32 vars in 732 bytes} [Tue Mar 3 04:06:53 2026] GET /v2.0/networks/c8e6f5c0-62a1-4618-ba5e-2c54c64b8358/tags => generated 52 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1665/3470] 10.0.0.55 () {34 vars in 752 bytes} [Tue Mar 3 04:06:53 2026] PUT /v2.0/networks/c8e6f5c0-62a1-4618-ba5e-2c54c64b8358/tags => generated 37 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1806/3471] 10.0.0.55 () {32 vars in 732 bytes} [Tue Mar 3 04:06:53 2026] GET /v2.0/networks/c8e6f5c0-62a1-4618-ba5e-2c54c64b8358/tags => generated 37 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1666/3472] 10.0.0.55 () {32 vars in 740 bytes} [Tue Mar 3 04:06:53 2026] GET /v2.0/networks/c8e6f5c0-62a1-4618-ba5e-2c54c64b8358/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-03 04:06:53.525 7 INFO neutron.api.v2.resource [None req-a909f069-a434-4e50-a8d9-d5441097cc98 025984b62e6e4465be3fb9dfa96ea02b 2919f319e3c74cefbe3266c74d8b2da9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1807/3473] 10.0.0.55 () {32 vars in 744 bytes} [Tue Mar 3 04:06:53 2026] GET /v2.0/networks/c8e6f5c0-62a1-4618-ba5e-2c54c64b8358/tags/green => generated 99 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1667/3474] 10.0.0.55 () {32 vars in 743 bytes} [Tue Mar 3 04:06:53 2026] DELETE /v2.0/networks/c8e6f5c0-62a1-4618-ba5e-2c54c64b8358/tags/red => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1808/3475] 10.0.0.55 () {32 vars in 732 bytes} [Tue Mar 3 04:06:53 2026] GET /v2.0/networks/c8e6f5c0-62a1-4618-ba5e-2c54c64b8358/tags => generated 30 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-03 04:06:53.675 6 INFO neutron.api.v2.resource [None req-99ea93df-6ffe-44a0-84a0-17fb30e7c2ba 025984b62e6e4465be3fb9dfa96ea02b 2919f319e3c74cefbe3266c74d8b2da9 - - default default] delete failed (client error): The resource could not be found. [pid: 6|app: 0|req: 1668/3476] 10.0.0.55 () {32 vars in 747 bytes} [Tue Mar 3 04:06:53 2026] DELETE /v2.0/networks/c8e6f5c0-62a1-4618-ba5e-2c54c64b8358/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: 1809/3477] 10.0.0.55 () {32 vars in 735 bytes} [Tue Mar 3 04:06:53 2026] DELETE /v2.0/networks/c8e6f5c0-62a1-4618-ba5e-2c54c64b8358/tags => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1669/3478] 10.0.0.55 () {32 vars in 732 bytes} [Tue Mar 3 04:06:53 2026] GET /v2.0/networks/c8e6f5c0-62a1-4618-ba5e-2c54c64b8358/tags => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-03 04:06:53.905 7 INFO neutron.services.segments.plugin [-] Segment ed58fe36-5537-4dbd-b4c9-17201b4327ce resource provider aggregate not found 2026-03-03 04:06:53.912 7 INFO neutron.services.segments.plugin [-] Segment ed58fe36-5537-4dbd-b4c9-17201b4327ce resource provider aggregate not found 2026-03-03 04:06:53.918 7 INFO neutron.services.segments.plugin [-] Segment ed58fe36-5537-4dbd-b4c9-17201b4327ce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed58fe36-5537-4dbd-b4c9-17201b4327ce found for delete ", "request_id": "req-2b6e2c64-33fc-4490-be41-a6839e1e2cc0"}]} 2026-03-03 04:06:53.927 7 INFO neutron.services.segments.plugin [-] Segment ed58fe36-5537-4dbd-b4c9-17201b4327ce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed58fe36-5537-4dbd-b4c9-17201b4327ce found for delete ", "request_id": "req-d08308eb-c695-4103-8463-d7f50c768cf7"}]} [pid: 7|app: 0|req: 1810/3479] 10.0.0.55 () {32 vars in 725 bytes} [Tue Mar 3 04:06:53 2026] DELETE /v2.0/networks/c8e6f5c0-62a1-4618-ba5e-2c54c64b8358 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1670/3480] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:06:54 2026] GET /v2.0/security-groups?tenant_id=2919f319e3c74cefbe3266c74d8b2da9&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1811/3481] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:06:54 2026] DELETE /v2.0/security-groups/4fcd7aaa-3099-4836-aa14-ff4ef80b8911 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1671/3482] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:06:54 2026] GET /v2.0/security-groups?tenant_id=75887eb5b24147a88b4cbfb2e907fc17&name=default => generated 2929 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1812/3483] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:06:54 2026] DELETE /v2.0/security-groups/8c9a0160-66bb-483f-8c6a-09fa9bb94b56 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1672/3484] 10.0.0.55 () {34 vars in 675 bytes} [Tue Mar 3 04:06:57 2026] POST /v2.0/subnetpools => generated 516 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1813/3485] 10.0.0.55 () {34 vars in 758 bytes} [Tue Mar 3 04:06:58 2026] PUT /v2.0/subnetpools/267f4de9-9525-40f8-bdb3-60d2f97efd79/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1673/3486] 10.0.0.55 () {32 vars in 738 bytes} [Tue Mar 3 04:06:58 2026] GET /v2.0/subnetpools/267f4de9-9525-40f8-bdb3-60d2f97efd79/tags => generated 25 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1814/3487] 10.0.0.55 () {34 vars in 769 bytes} [Tue Mar 3 04:06:58 2026] PUT /v2.0/subnetpools/267f4de9-9525-40f8-bdb3-60d2f97efd79/tags/green => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1674/3488] 10.0.0.55 () {32 vars in 738 bytes} [Tue Mar 3 04:06:58 2026] GET /v2.0/subnetpools/267f4de9-9525-40f8-bdb3-60d2f97efd79/tags => generated 34 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1815/3489] 10.0.0.55 () {34 vars in 765 bytes} [Tue Mar 3 04:06:58 2026] PUT /v2.0/subnetpools/267f4de9-9525-40f8-bdb3-60d2f97efd79/tags/red => generated 4 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1675/3490] 10.0.0.55 () {32 vars in 738 bytes} [Tue Mar 3 04:06:58 2026] GET /v2.0/subnetpools/267f4de9-9525-40f8-bdb3-60d2f97efd79/tags => generated 34 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1816/3491] 10.0.0.55 () {34 vars in 787 bytes} [Tue Mar 3 04:06:58 2026] PUT /v2.0/subnetpools/267f4de9-9525-40f8-bdb3-60d2f97efd79/tags/black.or.white => generated 4 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1676/3492] 10.0.0.55 () {32 vars in 738 bytes} [Tue Mar 3 04:06:58 2026] GET /v2.0/subnetpools/267f4de9-9525-40f8-bdb3-60d2f97efd79/tags => generated 52 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1817/3493] 10.0.0.55 () {34 vars in 758 bytes} [Tue Mar 3 04:06:58 2026] PUT /v2.0/subnetpools/267f4de9-9525-40f8-bdb3-60d2f97efd79/tags => generated 37 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1677/3494] 10.0.0.55 () {32 vars in 738 bytes} [Tue Mar 3 04:06:58 2026] GET /v2.0/subnetpools/267f4de9-9525-40f8-bdb3-60d2f97efd79/tags => generated 37 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1818/3495] 10.0.0.55 () {32 vars in 746 bytes} [Tue Mar 3 04:06:58 2026] GET /v2.0/subnetpools/267f4de9-9525-40f8-bdb3-60d2f97efd79/tags/red => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-03 04:06:58.650 6 INFO neutron.api.v2.resource [None req-eee95a3a-3ace-4769-b182-cb81d7c1e264 4d52e5fa3faa446983cae5f71db119d1 99e810f6145f4da18d03907778c40625 - - default default] show failed (client error): The resource could not be found. [pid: 6|app: 0|req: 1678/3496] 10.0.0.55 () {32 vars in 750 bytes} [Tue Mar 3 04:06:58 2026] GET /v2.0/subnetpools/267f4de9-9525-40f8-bdb3-60d2f97efd79/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: 1819/3497] 10.0.0.55 () {32 vars in 749 bytes} [Tue Mar 3 04:06:58 2026] DELETE /v2.0/subnetpools/267f4de9-9525-40f8-bdb3-60d2f97efd79/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1679/3498] 10.0.0.55 () {32 vars in 738 bytes} [Tue Mar 3 04:06:58 2026] GET /v2.0/subnetpools/267f4de9-9525-40f8-bdb3-60d2f97efd79/tags => generated 30 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-03 04:06:58.763 7 INFO neutron.api.v2.resource [None req-a4b253e2-c1e0-4650-b23b-6cf189d5347d 4d52e5fa3faa446983cae5f71db119d1 99e810f6145f4da18d03907778c40625 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1820/3499] 10.0.0.55 () {32 vars in 753 bytes} [Tue Mar 3 04:06:58 2026] DELETE /v2.0/subnetpools/267f4de9-9525-40f8-bdb3-60d2f97efd79/tags/green => generated 99 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1680/3500] 10.0.0.55 () {32 vars in 741 bytes} [Tue Mar 3 04:06:58 2026] DELETE /v2.0/subnetpools/267f4de9-9525-40f8-bdb3-60d2f97efd79/tags => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1821/3501] 10.0.0.55 () {32 vars in 738 bytes} [Tue Mar 3 04:06:58 2026] GET /v2.0/subnetpools/267f4de9-9525-40f8-bdb3-60d2f97efd79/tags => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1681/3502] 10.0.0.55 () {32 vars in 731 bytes} [Tue Mar 3 04:06:58 2026] DELETE /v2.0/subnetpools/267f4de9-9525-40f8-bdb3-60d2f97efd79 => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1683/3505] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:06:59 2026] GET /v2.0/security-groups?tenant_id=99e810f6145f4da18d03907778c40625&name=default => generated 2929 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1823/3506] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:06:59 2026] DELETE /v2.0/security-groups/9e038bbf-ed74-4646-976e-39ce67295e0d => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1684/3507] 10.0.0.55 () {32 vars in 773 bytes} [Tue Mar 3 04:06:59 2026] GET /v2.0/security-groups?tenant_id=8c0d37f5919f41e3bc0ed32c320cddda&name=default => generated 2929 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1824/3508] 10.0.0.55 () {32 vars in 739 bytes} [Tue Mar 3 04:07:00 2026] DELETE /v2.0/security-groups/748c355f-48db-486c-a288-8f2aa9d1f682 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1685/3509] 10.0.0.55 () {32 vars in 648 bytes} [Tue Mar 3 04:07:02 2026] GET /v2.0/networks => generated 2168 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1825/3510] 10.0.0.55 () {32 vars in 654 bytes} [Tue Mar 3 04:07:03 2026] GET /v2.0/floatingips => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1686/3511] 10.0.0.55 () {32 vars in 646 bytes} [Tue Mar 3 04:07:03 2026] GET /v2.0/routers => generated 15 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1826/3512] 10.0.0.55 () {32 vars in 642 bytes} [Tue Mar 3 04:07:03 2026] GET /v2.0/ports => generated 4725 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1687/3513] 10.0.0.55 () {32 vars in 646 bytes} [Tue Mar 3 04:07:03 2026] GET /v2.0/subnets => generated 1308 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1827/3514] 10.0.0.55 () {32 vars in 648 bytes} [Tue Mar 3 04:07:03 2026] GET /v2.0/networks => generated 2168 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1688/3515] 10.0.0.55 () {32 vars in 662 bytes} [Tue Mar 3 04:07:03 2026] GET /v2.0/security-groups => generated 17401 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1828/3516] 10.0.0.55 () {32 vars in 654 bytes} [Tue Mar 3 04:07:03 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1692/3523] 10.0.0.233 () {28 vars in 619 bytes} [Tue Mar 3 04:07:52 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1832/3524] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 04:07:53 2026] GET /v2.0/subnets => generated 1308 bytes in 482 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1693/3525] 10.0.0.233 () {28 vars in 591 bytes} [Tue Mar 3 04:07:53 2026] GET /v2.0/subnetpools => 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: 1833/3526] 10.0.0.233 () {28 vars in 591 bytes} [Tue Mar 3 04:07:53 2026] GET /v2.0/floatingips => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1694/3527] 10.0.0.233 () {28 vars in 585 bytes} [Tue Mar 3 04:07:53 2026] GET /v2.0/networks => generated 2168 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1834/3528] 10.0.0.233 () {28 vars in 581 bytes} [Tue Mar 3 04:07:53 2026] GET /v2.0/agents => generated 3386 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1695/3529] 10.0.0.233 () {28 vars in 599 bytes} [Tue Mar 3 04:07:53 2026] GET /v2.0/security-groups => generated 17401 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1835/3530] 10.0.0.233 () {28 vars in 579 bytes} [Tue Mar 3 04:07:53 2026] GET /v2.0/ports => generated 4725 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1696/3531] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 04:07:53 2026] GET /v2.0/subnets => generated 1308 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1836/3532] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 04:07:53 2026] GET /v2.0/routers => generated 15 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1697/3533] 10.0.0.233 () {28 vars in 624 bytes} [Tue Mar 3 04:07:53 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1702/3542] 10.0.0.233 () {28 vars in 581 bytes} [Tue Mar 3 04:08:52 2026] GET /v2.0/agents => generated 3386 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1841/3543] 10.0.0.233 () {28 vars in 591 bytes} [Tue Mar 3 04:08:52 2026] GET /v2.0/floatingips => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1703/3544] 10.0.0.233 () {28 vars in 599 bytes} [Tue Mar 3 04:08:52 2026] GET /v2.0/security-groups => generated 17401 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1842/3545] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 04:08:52 2026] GET /v2.0/subnets => generated 1308 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1704/3546] 10.0.0.233 () {28 vars in 579 bytes} [Tue Mar 3 04:08:52 2026] GET /v2.0/ports => generated 4725 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1843/3547] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 04:08:52 2026] GET /v2.0/routers => generated 15 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1705/3548] 10.0.0.233 () {28 vars in 624 bytes} [Tue Mar 3 04:08:52 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1844/3549] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 04:08:52 2026] GET /v2.0/subnets => generated 1308 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1706/3550] 10.0.0.233 () {28 vars in 591 bytes} [Tue Mar 3 04:08:52 2026] GET /v2.0/subnetpools => generated 19 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1845/3551] 10.0.0.233 () {28 vars in 585 bytes} [Tue Mar 3 04:08:52 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: 6|app: 0|req: 1707/3552] 10.0.0.233 () {28 vars in 619 bytes} [Tue Mar 3 04:08:53 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1850/3561] 10.0.0.233 () {28 vars in 591 bytes} [Tue Mar 3 04:09:52 2026] GET /v2.0/floatingips => generated 19 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1712/3562] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 04:09:52 2026] GET /v2.0/subnets => generated 1308 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1851/3563] 10.0.0.233 () {28 vars in 619 bytes} [Tue Mar 3 04:09:52 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1713/3564] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 04:09:52 2026] GET /v2.0/subnets => generated 1308 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1852/3565] 10.0.0.233 () {28 vars in 591 bytes} [Tue Mar 3 04:09:52 2026] GET /v2.0/subnetpools => generated 19 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1714/3566] 10.0.0.233 () {28 vars in 579 bytes} [Tue Mar 3 04:09:52 2026] GET /v2.0/ports => generated 4725 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1853/3567] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 04:09:52 2026] GET /v2.0/routers => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1715/3568] 10.0.0.233 () {28 vars in 624 bytes} [Tue Mar 3 04:09:52 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1854/3569] 10.0.0.233 () {28 vars in 581 bytes} [Tue Mar 3 04:09:52 2026] GET /v2.0/agents => generated 3386 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1716/3570] 10.0.0.233 () {28 vars in 585 bytes} [Tue Mar 3 04:09:52 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: 7|app: 0|req: 1855/3571] 10.0.0.233 () {28 vars in 599 bytes} [Tue Mar 3 04:09:52 2026] GET /v2.0/security-groups => generated 17401 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1721/3580] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 04:10:52 2026] GET /v2.0/subnets => generated 1308 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1860/3581] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 04:10:52 2026] GET /v2.0/routers => generated 15 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1722/3582] 10.0.0.233 () {28 vars in 624 bytes} [Tue Mar 3 04:10:52 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1861/3583] 10.0.0.233 () {28 vars in 585 bytes} [Tue Mar 3 04:10:52 2026] GET /v2.0/networks => generated 2168 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1723/3584] 10.0.0.233 () {28 vars in 581 bytes} [Tue Mar 3 04:10:52 2026] GET /v2.0/agents => generated 3386 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1862/3585] 10.0.0.233 () {28 vars in 599 bytes} [Tue Mar 3 04:10:52 2026] GET /v2.0/security-groups => generated 17401 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1724/3586] 10.0.0.233 () {28 vars in 579 bytes} [Tue Mar 3 04:10:52 2026] GET /v2.0/ports => generated 4725 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1863/3587] 10.0.0.233 () {28 vars in 619 bytes} [Tue Mar 3 04:10:52 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1725/3588] 10.0.0.233 () {28 vars in 591 bytes} [Tue Mar 3 04:10:52 2026] GET /v2.0/floatingips => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1864/3589] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 04:10:53 2026] GET /v2.0/subnets => generated 1308 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1726/3590] 10.0.0.233 () {28 vars in 591 bytes} [Tue Mar 3 04:10:53 2026] GET /v2.0/subnetpools => generated 19 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1869/3599] 10.0.0.233 () {28 vars in 585 bytes} [Tue Mar 3 04:11:52 2026] GET /v2.0/networks => generated 2168 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1731/3600] 10.0.0.233 () {28 vars in 581 bytes} [Tue Mar 3 04:11:52 2026] GET /v2.0/agents => generated 3386 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1870/3601] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 04:11:52 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: 6|app: 0|req: 1732/3602] 10.0.0.233 () {28 vars in 579 bytes} [Tue Mar 3 04:11:52 2026] GET /v2.0/ports => generated 4725 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1871/3603] 10.0.0.233 () {28 vars in 619 bytes} [Tue Mar 3 04:11:52 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1733/3604] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 04:11:52 2026] GET /v2.0/routers => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1872/3605] 10.0.0.233 () {28 vars in 624 bytes} [Tue Mar 3 04:11:53 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1734/3606] 10.0.0.233 () {28 vars in 583 bytes} [Tue Mar 3 04:11:53 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: 1873/3607] 10.0.0.233 () {28 vars in 591 bytes} [Tue Mar 3 04:11:53 2026] GET /v2.0/subnetpools => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 6|app: 0|req: 1735/3608] 10.0.0.233 () {28 vars in 591 bytes} [Tue Mar 3 04:11:53 2026] GET /v2.0/floatingips => 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: 1874/3609] 10.0.0.233 () {28 vars in 599 bytes} [Tue Mar 3 04:11:53 2026] GET /v2.0/security-groups => generated 17401 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0)