+ 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 Apr 14 12:39:00 2026] *** compiled with version: 13.3.0 on 27 February 2026 14:41:32 os: Linux-5.15.0-174-generic #184-Ubuntu SMP Fri Mar 13 18:41:50 UTC 2026 nodename: neutron-server-db749c5b5-5qngk 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 0x7f7a1ad24668 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... 2026-04-14 12:39:04.889 7 INFO neutron.common.config [-] Logging enabled! 2026-04-14 12:39:04.889 7 INFO neutron.common.config [-] uwsgi version 27.0.2.dev36 2026-04-14 12:39:04.969 8 INFO neutron.common.config [-] Logging enabled! 2026-04-14 12:39:04.969 8 INFO neutron.common.config [-] uwsgi version 27.0.2.dev36 2026-04-14 12:39:05.271 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-14 12:39:05.345 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-14 12:39:06.725 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-14 12:39:06.728 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-14 12:39:06.732 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-14 12:39:06.733 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-14 12:39:06.733 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-14 12:39:06.733 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-14 12:39:06.733 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-14 12:39:06.741 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-14 12:39:06.742 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-14 12:39:06.742 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-14 12:39:06.764 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-14 12:39:06.766 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-14 12:39:06.766 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-14 12:39:06.793 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-14 12:39:06.794 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-14 12:39:06.794 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-14 12:39:06.794 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-14 12:39:06.915 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-14 12:39:06.918 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-14 12:39:06.922 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-14 12:39:06.923 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-14 12:39:06.923 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-14 12:39:06.923 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-14 12:39:06.923 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-14 12:39:06.931 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-14 12:39:06.931 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-14 12:39:06.931 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-14 12:39:06.953 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-14 12:39:06.954 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-14 12:39:06.955 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-14 12:39:06.981 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-14 12:39:06.982 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-14 12:39:06.982 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-14 12:39:06.982 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-14 12:39:07.080 7 INFO neutron.plugins.ml2.managers [None req-692a35a8-5520-403b-ac9f-47e748d3ba79 - - - - - -] Initializing driver for type 'vlan' 2026-04-14 12:39:07.292 8 INFO neutron.plugins.ml2.managers [None req-c24c656c-a43b-456e-9ed9-921ed4123ef4 - - - - - -] Initializing driver for type 'vlan' 2026-04-14 12:39:07.353 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-692a35a8-5520-403b-ac9f-47e748d3ba79 - - - - - -] VlanTypeDriver initialization complete 2026-04-14 12:39:07.353 7 INFO neutron.plugins.ml2.managers [None req-692a35a8-5520-403b-ac9f-47e748d3ba79 - - - - - -] Initializing driver for type 'vxlan' 2026-04-14 12:39:07.353 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-692a35a8-5520-403b-ac9f-47e748d3ba79 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-14 12:39:07.366 7 INFO neutron.plugins.ml2.managers [None req-692a35a8-5520-403b-ac9f-47e748d3ba79 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-14 12:39:07.366 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-692a35a8-5520-403b-ac9f-47e748d3ba79 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-14 12:39:07.366 7 INFO neutron.plugins.ml2.managers [None req-692a35a8-5520-403b-ac9f-47e748d3ba79 - - - - - -] Initializing extension driver 'port_security' 2026-04-14 12:39:07.366 7 INFO neutron.plugins.ml2.extensions.port_security [None req-692a35a8-5520-403b-ac9f-47e748d3ba79 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-14 12:39:07.366 7 INFO neutron.plugins.ml2.managers [None req-692a35a8-5520-403b-ac9f-47e748d3ba79 - - - - - -] Initializing extension driver 'qos' 2026-04-14 12:39:07.366 7 INFO neutron.plugins.ml2.managers [None req-692a35a8-5520-403b-ac9f-47e748d3ba79 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-14 12:39:07.366 7 INFO neutron.plugins.ml2.managers [None req-692a35a8-5520-403b-ac9f-47e748d3ba79 - - - - - -] Initializing mechanism driver 'l2population' 2026-04-14 12:39:07.379 7 INFO neutron.quota [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded quota_driver: . 2026-04-14 12:39:07.380 7 INFO neutron.plugins.ml2.plugin [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Modular L2 Plugin initialization complete 2026-04-14 12:39:07.380 7 INFO neutron.plugins.ml2.managers [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-14 12:39:07.380 7 INFO neutron.plugins.ml2.managers [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-14 12:39:07.380 7 INFO neutron.plugins.ml2.managers [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Got port-security extension from driver 'port_security' 2026-04-14 12:39:07.381 7 INFO neutron.manager [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loading Plugin: qos 2026-04-14 12:39:07.393 7 INFO neutron.manager [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loading Plugin: router 2026-04-14 12:39:07.433 7 INFO neutron.services.service_base [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-14 12:39:07.433 7 INFO neutron.manager [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loading Plugin: segments 2026-04-14 12:39:07.527 7 INFO neutron.manager [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loading Plugin: trunk 2026-04-14 12:39:07.542 7 INFO neutron.manager [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loading Plugin: vpnaas 2026-04-14 12:39:07.573 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-c24c656c-a43b-456e-9ed9-921ed4123ef4 - - - - - -] VlanTypeDriver initialization complete 2026-04-14 12:39:07.573 8 INFO neutron.plugins.ml2.managers [None req-c24c656c-a43b-456e-9ed9-921ed4123ef4 - - - - - -] Initializing driver for type 'vxlan' 2026-04-14 12:39:07.573 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-c24c656c-a43b-456e-9ed9-921ed4123ef4 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-14 12:39:07.579 7 WARNING stevedore.named [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-14 12:39:07.587 8 INFO neutron.plugins.ml2.managers [None req-c24c656c-a43b-456e-9ed9-921ed4123ef4 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-14 12:39:07.587 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-c24c656c-a43b-456e-9ed9-921ed4123ef4 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-14 12:39:07.588 8 INFO neutron.plugins.ml2.managers [None req-c24c656c-a43b-456e-9ed9-921ed4123ef4 - - - - - -] Initializing extension driver 'port_security' 2026-04-14 12:39:07.588 8 INFO neutron.plugins.ml2.extensions.port_security [None req-c24c656c-a43b-456e-9ed9-921ed4123ef4 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-14 12:39:07.588 8 INFO neutron.plugins.ml2.managers [None req-c24c656c-a43b-456e-9ed9-921ed4123ef4 - - - - - -] Initializing extension driver 'qos' 2026-04-14 12:39:07.588 8 INFO neutron.plugins.ml2.managers [None req-c24c656c-a43b-456e-9ed9-921ed4123ef4 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-14 12:39:07.588 8 INFO neutron.plugins.ml2.managers [None req-c24c656c-a43b-456e-9ed9-921ed4123ef4 - - - - - -] Initializing mechanism driver 'l2population' 2026-04-14 12:39:07.604 8 INFO neutron.quota [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded quota_driver: . 2026-04-14 12:39:07.605 8 INFO neutron.plugins.ml2.plugin [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Modular L2 Plugin initialization complete 2026-04-14 12:39:07.605 8 INFO neutron.plugins.ml2.managers [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-14 12:39:07.605 8 INFO neutron.plugins.ml2.managers [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-14 12:39:07.605 8 INFO neutron.plugins.ml2.managers [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Got port-security extension from driver 'port_security' 2026-04-14 12:39:07.606 8 INFO neutron.manager [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loading Plugin: qos 2026-04-14 12:39:07.619 8 INFO neutron.manager [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loading Plugin: router 2026-04-14 12:39:07.644 7 INFO neutron_vpnaas.services.vpn.plugin [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-14 12:39:07.644 7 INFO neutron.common.utils [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-14 12:39:07.645 7 INFO neutron.manager [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loading Plugin: taas 2026-04-14 12:39:07.662 8 INFO neutron.services.service_base [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-14 12:39:07.663 8 INFO neutron.manager [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loading Plugin: segments 2026-04-14 12:39:07.669 7 WARNING stevedore.named [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-14 12:39:07.669 7 WARNING stevedore.named [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-14 12:39:07.694 7 INFO neutron_taas.services.taas.taas_plugin [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-14 12:39:07.695 7 INFO neutron.manager [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loading Plugin: tapmirror 2026-04-14 12:39:07.708 7 WARNING stevedore.named [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-14 12:39:07.708 7 WARNING stevedore.named [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-14 12:39:07.724 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-14 12:39:07.724 7 INFO neutron.manager [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loading Plugin: auto_allocate 2026-04-14 12:39:07.734 7 INFO neutron.manager [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loading Plugin: tag 2026-04-14 12:39:07.743 7 INFO neutron.manager [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loading Plugin: timestamp 2026-04-14 12:39:07.745 7 INFO neutron.manager [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loading Plugin: network_ip_availability 2026-04-14 12:39:07.749 7 INFO neutron.manager [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loading Plugin: flavors 2026-04-14 12:39:07.752 7 INFO neutron.manager [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loading Plugin: revisions 2026-04-14 12:39:07.756 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Initializing extension manager. 2026-04-14 12:39:07.757 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: address-group 2026-04-14 12:39:07.758 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: address-scope 2026-04-14 12:39:07.759 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-14 12:39:07.760 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: agent 2026-04-14 12:39:07.760 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: agent-resources-synced 2026-04-14 12:39:07.761 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: allowed-address-pairs 2026-04-14 12:39:07.762 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: auto-allocated-topology 2026-04-14 12:39:07.763 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: availability_zone 2026-04-14 12:39:07.764 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: availability_zone_filter 2026-04-14 12:39:07.764 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-14 12:39:07.765 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: default-subnetpools 2026-04-14 12:39:07.767 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-14 12:39:07.767 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: dns-integration 2026-04-14 12:39:07.768 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: dns-domain-ports 2026-04-14 12:39:07.768 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-14 12:39:07.769 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: dvr 2026-04-14 12:39:07.770 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-14 12:39:07.770 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: empty-string-filtering 2026-04-14 12:39:07.771 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-14 12:39:07.771 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-14 12:39:07.772 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: external-net 2026-04-14 12:39:07.772 8 INFO neutron.manager [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loading Plugin: trunk 2026-04-14 12:39:07.772 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-14 12:39:07.773 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: extraroute 2026-04-14 12:39:07.774 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: extraroute-atomic 2026-04-14 12:39:07.775 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-14 12:39:07.775 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-14 12:39:07.776 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-14 12:39:07.776 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-14 12:39:07.777 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: fip-port-details 2026-04-14 12:39:07.777 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: flavors 2026-04-14 12:39:07.779 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-14 12:39:07.779 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: floatingip-pools 2026-04-14 12:39:07.780 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: ip_allocation 2026-04-14 12:39:07.780 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: ip-substring-filtering 2026-04-14 12:39:07.781 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: l2_adjacency 2026-04-14 12:39:07.782 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: router 2026-04-14 12:39:07.784 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-14 12:39:07.784 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-14 12:39:07.785 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-14 12:39:07.785 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: ext-gw-mode 2026-04-14 12:39:07.786 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: l3-ha 2026-04-14 12:39:07.786 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-14 12:39:07.787 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-14 12:39:07.787 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: l3-flavors 2026-04-14 12:39:07.788 8 INFO neutron.manager [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loading Plugin: vpnaas 2026-04-14 12:39:07.788 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-14 12:39:07.789 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-14 12:39:07.791 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-14 12:39:07.792 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-14 12:39:07.793 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-14 12:39:07.794 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-14 12:39:07.795 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-14 12:39:07.796 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: multi-provider 2026-04-14 12:39:07.796 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: net-mtu 2026-04-14 12:39:07.797 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: net-mtu-writable 2026-04-14 12:39:07.797 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: network_availability_zone 2026-04-14 12:39:07.798 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: network_ha 2026-04-14 12:39:07.798 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: network-ip-availability 2026-04-14 12:39:07.799 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-14 12:39:07.800 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: pagination 2026-04-14 12:39:07.800 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: port-device-profile 2026-04-14 12:39:07.801 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-14 12:39:07.801 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-14 12:39:07.802 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-14 12:39:07.803 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: port-mac-override 2026-04-14 12:39:07.803 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-14 12:39:07.804 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-14 12:39:07.804 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-14 12:39:07.805 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: port-resource-request 2026-04-14 12:39:07.805 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: port-resource-request-groups 2026-04-14 12:39:07.806 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-14 12:39:07.806 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: binding 2026-04-14 12:39:07.807 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: binding-extended 2026-04-14 12:39:07.808 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: port-security 2026-04-14 12:39:07.808 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: project-id 2026-04-14 12:39:07.809 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: provider 2026-04-14 12:39:07.809 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-14 12:39:07.813 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: qos 2026-04-14 12:39:07.814 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-14 12:39:07.814 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-14 12:39:07.815 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: qos-default 2026-04-14 12:39:07.815 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: qos-fip 2026-04-14 12:39:07.816 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-14 12:39:07.816 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: qos-gateway-ip 2026-04-14 12:39:07.817 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: qos-port-network-policy 2026-04-14 12:39:07.817 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: qos-pps-minimum 2026-04-14 12:39:07.818 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-14 12:39:07.819 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: qos-pps 2026-04-14 12:39:07.819 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: qos-rule-type-details 2026-04-14 12:39:07.820 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-14 12:39:07.820 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: qos-rules-alias 2026-04-14 12:39:07.821 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: quota-check-limit 2026-04-14 12:39:07.821 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: quota-check-limit-default 2026-04-14 12:39:07.823 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: quotas 2026-04-14 12:39:07.824 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: quota_details 2026-04-14 12:39:07.826 8 WARNING stevedore.named [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-14 12:39:07.826 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: rbac-policies 2026-04-14 12:39:07.826 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: rbac-address-group 2026-04-14 12:39:07.827 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: rbac-address-scope 2026-04-14 12:39:07.827 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: rbac-security-groups 2026-04-14 12:39:07.828 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: rbac-subnetpool 2026-04-14 12:39:07.828 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: revision-if-match 2026-04-14 12:39:07.829 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: standard-attr-revisions 2026-04-14 12:39:07.830 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: router_availability_zone 2026-04-14 12:39:07.830 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-14 12:39:07.832 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: security-groups-default-rules 2026-04-14 12:39:07.832 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-14 12:39:07.833 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-14 12:39:07.834 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-14 12:39:07.834 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-14 12:39:07.835 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-14 12:39:07.839 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: security-group 2026-04-14 12:39:07.841 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: segment 2026-04-14 12:39:07.841 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-14 12:39:07.842 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: service-type 2026-04-14 12:39:07.842 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: sorting 2026-04-14 12:39:07.843 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: standard-attr-segment 2026-04-14 12:39:07.843 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: standard-attr-description 2026-04-14 12:39:07.844 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: stateful-security-group 2026-04-14 12:39:07.844 7 WARNING neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-14 12:39:07.845 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-14 12:39:07.845 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: subnet-external-network 2026-04-14 12:39:07.846 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: subnet_onboard 2026-04-14 12:39:07.846 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-14 12:39:07.847 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: subnet-service-types 2026-04-14 12:39:07.848 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: subnet_allocation 2026-04-14 12:39:07.848 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-14 12:39:07.849 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: tag-creation 2026-04-14 12:39:07.849 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-14 12:39:07.854 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: standard-attr-tag 2026-04-14 12:39:07.854 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-14 12:39:07.855 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: trunk 2026-04-14 12:39:07.856 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: trunk-details 2026-04-14 12:39:07.856 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-14 12:39:07.857 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-14 12:39:07.857 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-14 12:39:07.858 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-14 12:39:07.860 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-14 12:39:07.861 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-14 12:39:07.861 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: vpn-flavors 2026-04-14 12:39:07.863 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: vpnaas 2026-04-14 12:39:07.864 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: taas 2026-04-14 12:39:07.865 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: tap-mirror 2026-04-14 12:39:07.866 7 INFO neutron.api.extensions [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Loaded extension: taas-vlan-filter 2026-04-14 12:39:07.869 7 INFO neutron.quota.resource_registry [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-14 12:39:07.869 7 INFO neutron.quota.resource_registry [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-14 12:39:07.869 7 INFO neutron.quota.resource_registry [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 12:39:07.869 7 INFO neutron.quota.resource_registry [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-14 12:39:07.873 7 INFO neutron.quota.resource_registry [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-14 12:39:07.874 7 INFO neutron.quota.resource_registry [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-14 12:39:07.878 7 INFO neutron.quota.resource_registry [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-14 12:39:07.879 7 INFO neutron.quota.resource_registry [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-14 12:39:07.880 7 INFO neutron.quota.resource_registry [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-14 12:39:07.880 7 INFO neutron.quota.resource_registry [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 12:39:07.881 7 WARNING neutron.quota.resource_registry [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] subnetpool is already registered 2026-04-14 12:39:07.881 7 INFO neutron.quota.resource_registry [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 12:39:07.881 7 WARNING neutron.quota.resource_registry [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] subnetpool is already registered 2026-04-14 12:39:07.882 7 INFO neutron.quota.resource_registry [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-14 12:39:07.882 7 INFO neutron.quota.resource_registry [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-14 12:39:07.883 7 INFO neutron.quota.resource_registry [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-14 12:39:07.883 7 INFO neutron.quota.resource_registry [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-14 12:39:07.884 7 INFO neutron.quota.resource_registry [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-14 12:39:07.884 7 INFO neutron.quota.resource_registry [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-14 12:39:07.885 7 INFO neutron.quota.resource_registry [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-14 12:39:07.885 7 WARNING neutron.quota.resource_registry [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] ipsecpolicy is already registered 2026-04-14 12:39:07.885 7 INFO neutron.quota.resource_registry [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-14 12:39:07.885 7 WARNING neutron.quota.resource_registry [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] ikepolicy is already registered 2026-04-14 12:39:07.887 8 INFO neutron_vpnaas.services.vpn.plugin [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-14 12:39:07.887 8 INFO neutron.common.utils [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-14 12:39:07.887 8 INFO neutron.manager [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loading Plugin: taas 2026-04-14 12:39:07.890 7 INFO neutron.quota.resource_registry [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-14 12:39:07.890 7 WARNING neutron.quota.resource_registry [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] router is already registered 2026-04-14 12:39:07.891 7 INFO neutron.quota.resource_registry [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-14 12:39:07.891 7 WARNING neutron.quota.resource_registry [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] floatingip is already registered 2026-04-14 12:39:07.895 7 INFO neutron.quota.resource_registry [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-14 12:39:07.895 7 WARNING neutron.quota.resource_registry [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] rbac_policy is already registered 2026-04-14 12:39:07.895 7 INFO neutron.quota.resource_registry [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-14 12:39:07.896 7 WARNING neutron.quota.resource_registry [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] security_group is already registered 2026-04-14 12:39:07.896 7 INFO neutron.quota.resource_registry [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-14 12:39:07.896 7 WARNING neutron.quota.resource_registry [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] security_group_rule is already registered 2026-04-14 12:39:07.897 7 INFO neutron.quota.resource_registry [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 12:39:07.897 7 WARNING neutron.quota.resource_registry [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] subnetpool is already registered 2026-04-14 12:39:07.898 7 INFO neutron.quota.resource_registry [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 12:39:07.898 7 WARNING neutron.quota.resource_registry [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] subnetpool is already registered 2026-04-14 12:39:07.898 7 INFO neutron.quota.resource_registry [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-14 12:39:07.898 7 WARNING neutron.quota.resource_registry [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] trunk is already registered 2026-04-14 12:39:07.899 7 INFO neutron.quota.resource_registry [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-14 12:39:07.899 7 WARNING neutron.quota.resource_registry [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] ikepolicy is already registered 2026-04-14 12:39:07.899 7 INFO neutron.quota.resource_registry [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-14 12:39:07.900 7 WARNING neutron.quota.resource_registry [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] ipsecpolicy is already registered 2026-04-14 12:39:07.900 7 INFO neutron.quota.resource_registry [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-14 12:39:07.900 7 WARNING neutron.quota.resource_registry [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] endpoint_group is already registered 2026-04-14 12:39:07.901 7 INFO neutron.quota.resource_registry [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-14 12:39:07.901 7 WARNING neutron.quota.resource_registry [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] vpnservice is already registered 2026-04-14 12:39:07.901 7 INFO neutron.quota.resource_registry [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-14 12:39:07.901 7 WARNING neutron.quota.resource_registry [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] ipsec_site_connection is already registered 2026-04-14 12:39:07.902 7 INFO neutron.quota.resource_registry [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-14 12:39:07.902 7 WARNING neutron.quota.resource_registry [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] ipsecpolicy is already registered 2026-04-14 12:39:07.902 7 INFO neutron.quota.resource_registry [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-14 12:39:07.902 7 WARNING neutron.quota.resource_registry [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] ikepolicy is already registered 2026-04-14 12:39:07.912 8 WARNING stevedore.named [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-14 12:39:07.913 8 WARNING stevedore.named [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-14 12:39:07.932 8 INFO neutron_taas.services.taas.taas_plugin [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-14 12:39:07.933 8 INFO neutron.manager [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loading Plugin: tapmirror 2026-04-14 12:39:07.940 7 WARNING keystonemiddleware._common.config [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-14 12:39:07.946 7 WARNING oslo_config.cfg [None req-4e85a0d4-54c7-4a5d-86bb-143712a3f8ac - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-04-14 12:39:07.948 8 WARNING stevedore.named [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-14 12:39:07.949 8 WARNING stevedore.named [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver WSGI app 0 (mountpoint='') ready in 7 seconds on interpreter 0x7f7a1ad24668 pid: 7 (default app) 2026-04-14 12:39:07.966 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-14 12:39:07.966 8 INFO neutron.manager [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loading Plugin: auto_allocate 2026-04-14 12:39:07.974 8 INFO neutron.manager [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loading Plugin: tag 2026-04-14 12:39:07.986 8 INFO neutron.manager [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loading Plugin: timestamp 2026-04-14 12:39:07.991 8 INFO neutron.manager [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loading Plugin: network_ip_availability 2026-04-14 12:39:07.996 8 INFO neutron.manager [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loading Plugin: flavors 2026-04-14 12:39:08.000 8 INFO neutron.manager [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loading Plugin: revisions 2026-04-14 12:39:08.004 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Initializing extension manager. 2026-04-14 12:39:08.005 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: address-group 2026-04-14 12:39:08.006 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: address-scope 2026-04-14 12:39:08.006 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-14 12:39:08.007 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: agent 2026-04-14 12:39:08.008 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: agent-resources-synced 2026-04-14 12:39:08.009 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: allowed-address-pairs 2026-04-14 12:39:08.009 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: auto-allocated-topology 2026-04-14 12:39:08.011 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: availability_zone 2026-04-14 12:39:08.012 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: availability_zone_filter 2026-04-14 12:39:08.013 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-14 12:39:08.013 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: default-subnetpools 2026-04-14 12:39:08.015 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-14 12:39:08.016 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: dns-integration 2026-04-14 12:39:08.016 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: dns-domain-ports 2026-04-14 12:39:08.017 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-14 12:39:08.018 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: dvr 2026-04-14 12:39:08.019 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-14 12:39:08.019 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: empty-string-filtering 2026-04-14 12:39:08.020 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-14 12:39:08.021 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-14 12:39:08.021 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: external-net 2026-04-14 12:39:08.022 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-14 12:39:08.022 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: extraroute 2026-04-14 12:39:08.023 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: extraroute-atomic 2026-04-14 12:39:08.023 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-14 12:39:08.024 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-14 12:39:08.024 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-14 12:39:08.025 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-14 12:39:08.025 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: fip-port-details 2026-04-14 12:39:08.026 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: flavors 2026-04-14 12:39:08.027 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-14 12:39:08.028 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: floatingip-pools 2026-04-14 12:39:08.028 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: ip_allocation 2026-04-14 12:39:08.029 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: ip-substring-filtering 2026-04-14 12:39:08.029 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: l2_adjacency 2026-04-14 12:39:08.031 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: router 2026-04-14 12:39:08.033 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-14 12:39:08.034 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-14 12:39:08.035 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-14 12:39:08.035 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: ext-gw-mode 2026-04-14 12:39:08.036 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: l3-ha 2026-04-14 12:39:08.036 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-14 12:39:08.037 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-14 12:39:08.038 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: l3-flavors 2026-04-14 12:39:08.039 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-14 12:39:08.040 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-14 12:39:08.043 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-14 12:39:08.044 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-14 12:39:08.046 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-14 12:39:08.047 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-14 12:39:08.047 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-14 12:39:08.048 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: multi-provider 2026-04-14 12:39:08.049 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: net-mtu 2026-04-14 12:39:08.049 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: net-mtu-writable 2026-04-14 12:39:08.050 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: network_availability_zone 2026-04-14 12:39:08.051 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: network_ha 2026-04-14 12:39:08.052 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: network-ip-availability 2026-04-14 12:39:08.053 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-14 12:39:08.054 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: pagination 2026-04-14 12:39:08.054 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: port-device-profile 2026-04-14 12:39:08.055 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-14 12:39:08.056 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-14 12:39:08.056 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-14 12:39:08.056 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: port-mac-override 2026-04-14 12:39:08.057 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-14 12:39:08.058 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-14 12:39:08.058 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-14 12:39:08.059 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: port-resource-request 2026-04-14 12:39:08.060 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: port-resource-request-groups 2026-04-14 12:39:08.060 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-14 12:39:08.061 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: binding 2026-04-14 12:39:08.062 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: binding-extended 2026-04-14 12:39:08.062 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: port-security 2026-04-14 12:39:08.063 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: project-id 2026-04-14 12:39:08.064 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: provider 2026-04-14 12:39:08.064 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-14 12:39:08.068 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: qos 2026-04-14 12:39:08.069 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-14 12:39:08.070 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-14 12:39:08.070 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: qos-default 2026-04-14 12:39:08.071 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: qos-fip 2026-04-14 12:39:08.071 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-14 12:39:08.072 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: qos-gateway-ip 2026-04-14 12:39:08.072 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: qos-port-network-policy 2026-04-14 12:39:08.073 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: qos-pps-minimum 2026-04-14 12:39:08.074 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-14 12:39:08.074 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: qos-pps 2026-04-14 12:39:08.075 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: qos-rule-type-details 2026-04-14 12:39:08.075 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-14 12:39:08.076 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: qos-rules-alias 2026-04-14 12:39:08.076 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: quota-check-limit 2026-04-14 12:39:08.077 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: quota-check-limit-default 2026-04-14 12:39:08.079 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: quotas 2026-04-14 12:39:08.080 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: quota_details 2026-04-14 12:39:08.081 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: rbac-policies 2026-04-14 12:39:08.082 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: rbac-address-group 2026-04-14 12:39:08.083 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: rbac-address-scope 2026-04-14 12:39:08.083 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: rbac-security-groups 2026-04-14 12:39:08.083 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: rbac-subnetpool 2026-04-14 12:39:08.084 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: revision-if-match 2026-04-14 12:39:08.085 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: standard-attr-revisions 2026-04-14 12:39:08.086 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: router_availability_zone 2026-04-14 12:39:08.087 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-14 12:39:08.088 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: security-groups-default-rules 2026-04-14 12:39:08.089 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-14 12:39:08.089 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-14 12:39:08.090 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-14 12:39:08.090 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-14 12:39:08.091 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-14 12:39:08.096 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: security-group 2026-04-14 12:39:08.097 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: segment 2026-04-14 12:39:08.097 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-14 12:39:08.098 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: service-type 2026-04-14 12:39:08.098 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: sorting 2026-04-14 12:39:08.099 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: standard-attr-segment 2026-04-14 12:39:08.100 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: standard-attr-description 2026-04-14 12:39:08.100 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: stateful-security-group 2026-04-14 12:39:08.100 8 WARNING neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-14 12:39:08.101 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-14 12:39:08.101 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: subnet-external-network 2026-04-14 12:39:08.102 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: subnet_onboard 2026-04-14 12:39:08.102 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-14 12:39:08.103 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: subnet-service-types 2026-04-14 12:39:08.104 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: subnet_allocation 2026-04-14 12:39:08.104 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-14 12:39:08.105 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: tag-creation 2026-04-14 12:39:08.105 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-14 12:39:08.109 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: standard-attr-tag 2026-04-14 12:39:08.110 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-14 12:39:08.110 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: trunk 2026-04-14 12:39:08.111 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: trunk-details 2026-04-14 12:39:08.111 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-14 12:39:08.112 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-14 12:39:08.113 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-14 12:39:08.113 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-14 12:39:08.115 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-14 12:39:08.116 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-14 12:39:08.116 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: vpn-flavors 2026-04-14 12:39:08.118 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: vpnaas 2026-04-14 12:39:08.119 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: taas 2026-04-14 12:39:08.120 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: tap-mirror 2026-04-14 12:39:08.121 8 INFO neutron.api.extensions [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Loaded extension: taas-vlan-filter 2026-04-14 12:39:08.123 8 INFO neutron.quota.resource_registry [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-14 12:39:08.124 8 INFO neutron.quota.resource_registry [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-14 12:39:08.124 8 INFO neutron.quota.resource_registry [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 12:39:08.124 8 INFO neutron.quota.resource_registry [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-14 12:39:08.127 8 INFO neutron.quota.resource_registry [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-14 12:39:08.128 8 INFO neutron.quota.resource_registry [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-14 12:39:08.132 8 INFO neutron.quota.resource_registry [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-14 12:39:08.133 8 INFO neutron.quota.resource_registry [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-14 12:39:08.133 8 INFO neutron.quota.resource_registry [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-14 12:39:08.134 8 INFO neutron.quota.resource_registry [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 12:39:08.134 8 WARNING neutron.quota.resource_registry [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] subnetpool is already registered 2026-04-14 12:39:08.135 8 INFO neutron.quota.resource_registry [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 12:39:08.135 8 WARNING neutron.quota.resource_registry [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] subnetpool is already registered 2026-04-14 12:39:08.135 8 INFO neutron.quota.resource_registry [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-14 12:39:08.136 8 INFO neutron.quota.resource_registry [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-14 12:39:08.136 8 INFO neutron.quota.resource_registry [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-14 12:39:08.137 8 INFO neutron.quota.resource_registry [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-14 12:39:08.137 8 INFO neutron.quota.resource_registry [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-14 12:39:08.137 8 INFO neutron.quota.resource_registry [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-14 12:39:08.138 8 INFO neutron.quota.resource_registry [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-14 12:39:08.138 8 WARNING neutron.quota.resource_registry [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] ipsecpolicy is already registered 2026-04-14 12:39:08.138 8 INFO neutron.quota.resource_registry [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-14 12:39:08.138 8 WARNING neutron.quota.resource_registry [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] ikepolicy is already registered 2026-04-14 12:39:08.143 8 INFO neutron.quota.resource_registry [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-14 12:39:08.143 8 WARNING neutron.quota.resource_registry [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] router is already registered 2026-04-14 12:39:08.144 8 INFO neutron.quota.resource_registry [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-14 12:39:08.144 8 WARNING neutron.quota.resource_registry [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] floatingip is already registered 2026-04-14 12:39:08.147 8 INFO neutron.quota.resource_registry [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-14 12:39:08.148 8 WARNING neutron.quota.resource_registry [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] rbac_policy is already registered 2026-04-14 12:39:08.148 8 INFO neutron.quota.resource_registry [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-14 12:39:08.148 8 WARNING neutron.quota.resource_registry [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] security_group is already registered 2026-04-14 12:39:08.149 8 INFO neutron.quota.resource_registry [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-14 12:39:08.149 8 WARNING neutron.quota.resource_registry [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] security_group_rule is already registered 2026-04-14 12:39:08.150 8 INFO neutron.quota.resource_registry [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 12:39:08.150 8 WARNING neutron.quota.resource_registry [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] subnetpool is already registered 2026-04-14 12:39:08.150 8 INFO neutron.quota.resource_registry [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 12:39:08.150 8 WARNING neutron.quota.resource_registry [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] subnetpool is already registered 2026-04-14 12:39:08.151 8 INFO neutron.quota.resource_registry [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-14 12:39:08.151 8 WARNING neutron.quota.resource_registry [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] trunk is already registered 2026-04-14 12:39:08.151 8 INFO neutron.quota.resource_registry [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-14 12:39:08.151 8 WARNING neutron.quota.resource_registry [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] ikepolicy is already registered 2026-04-14 12:39:08.152 8 INFO neutron.quota.resource_registry [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-14 12:39:08.152 8 WARNING neutron.quota.resource_registry [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] ipsecpolicy is already registered 2026-04-14 12:39:08.152 8 INFO neutron.quota.resource_registry [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-14 12:39:08.152 8 WARNING neutron.quota.resource_registry [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] endpoint_group is already registered 2026-04-14 12:39:08.153 8 INFO neutron.quota.resource_registry [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-14 12:39:08.153 8 WARNING neutron.quota.resource_registry [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] vpnservice is already registered 2026-04-14 12:39:08.153 8 INFO neutron.quota.resource_registry [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-14 12:39:08.153 8 WARNING neutron.quota.resource_registry [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] ipsec_site_connection is already registered 2026-04-14 12:39:08.154 8 INFO neutron.quota.resource_registry [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-14 12:39:08.154 8 WARNING neutron.quota.resource_registry [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] ipsecpolicy is already registered 2026-04-14 12:39:08.154 8 INFO neutron.quota.resource_registry [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-14 12:39:08.154 8 WARNING neutron.quota.resource_registry [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] ikepolicy is already registered 2026-04-14 12:39:08.194 8 WARNING keystonemiddleware._common.config [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-14 12:39:08.202 8 WARNING oslo_config.cfg [None req-1ca27dd7-ffac-43e9-acc1-a8ba8e9fff39 - - - - - -] 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 0x7f7a1ad24668 pid: 8 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 12:39:12.350 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2b87f5d2-583d-4b65-ba4f-287dc4c0ce34 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/3] 199.19.213.159 () {44 vars in 926 bytes} [Tue Apr 14 12:39:11 2026] GET /v2.0/networks/public => generated 108 bytes in 796 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1/4] 199.19.213.159 () {44 vars in 948 bytes} [Tue Apr 14 12:39:12 2026] GET /v2.0/networks?name=public => generated 15 bytes in 354 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 12:39:13.105 7 WARNING neutron.services.revisions.revision_plugin [None req-c6ce59f0-3d06-4e26-9110-d43f383c02f7 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Could not find related network for resource to bump revision. 2026-04-14 12:39:13.122 7 INFO neutron.db.segments_db [None req-c6ce59f0-3d06-4e26-9110-d43f383c02f7 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Added segment 04507dc3-f1fc-43cf-91e0-9a97fa4ce60f of type flat for network e5683784-24e9-431b-82d7-f3a268765eda 2026-04-14 12:39:13.170 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c6ce59f0-3d06-4e26-9110-d43f383c02f7 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/5] 199.19.213.159 () {48 vars in 966 bytes} [Tue Apr 14 12:39:12 2026] POST /v2.0/networks => generated 124 bytes in 466 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 12:39:19.035 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8f3b5ab7-f68f-4887-803c-43b214b9ee0b 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/7] 199.19.213.159 () {44 vars in 926 bytes} [Tue Apr 14 12:39:18 2026] GET /v2.0/networks/public => generated 108 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3/8] 199.19.213.159 () {44 vars in 948 bytes} [Tue Apr 14 12:39:19 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 12:39:19.103 7 WARNING neutron.services.revisions.revision_plugin [None req-aa6403dd-18b5-4ae6-8fee-9f89c66e3728 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Could not find related network for resource to bump revision. 2026-04-14 12:39:19.114 7 INFO neutron.db.segments_db [None req-aa6403dd-18b5-4ae6-8fee-9f89c66e3728 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Added segment 8cdda5ea-8eb1-47e7-894d-582d6a430ae6 of type flat for network d26d0364-16e4-424a-a126-fa696a1ffe76 2026-04-14 12:39:19.140 7 INFO neutron.pecan_wsgi.hooks.translation [None req-aa6403dd-18b5-4ae6-8fee-9f89c66e3728 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/9] 199.19.213.159 () {48 vars in 966 bytes} [Tue Apr 14 12:39:19 2026] POST /v2.0/networks => generated 124 bytes in 93 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 12:39:25.289 8 INFO neutron.pecan_wsgi.hooks.translation [None req-363eb295-1f7d-4709-a15c-e809679144eb 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/10] 199.19.213.159 () {44 vars in 926 bytes} [Tue Apr 14 12:39:24 2026] GET /v2.0/networks/public => generated 108 bytes in 334 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 7/11] 199.19.213.159 () {44 vars in 948 bytes} [Tue Apr 14 12:39:25 2026] GET /v2.0/networks?name=public => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 12:39:25.543 8 WARNING neutron.services.revisions.revision_plugin [None req-c70cbacc-d209-40fd-9543-05496b89d3e1 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Could not find related network for resource to bump revision. 2026-04-14 12:39:25.561 8 INFO neutron.db.segments_db [None req-c70cbacc-d209-40fd-9543-05496b89d3e1 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Added segment 3c842322-7c21-4aeb-ae5f-bcdd6818c604 of type flat for network 2658a6b4-3b10-49e4-a6de-e581747c111a 2026-04-14 12:39:25.608 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c70cbacc-d209-40fd-9543-05496b89d3e1 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/12] 199.19.213.159 () {48 vars in 966 bytes} [Tue Apr 14 12:39:25 2026] POST /v2.0/networks => generated 124 bytes in 311 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 12:39:31.460 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fef34cdb-6151-4b9d-812a-84c3c49f347f 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/14] 199.19.213.159 () {44 vars in 926 bytes} [Tue Apr 14 12:39: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: 7|app: 0|req: 9/15] 199.19.213.159 () {44 vars in 948 bytes} [Tue Apr 14 12:39:31 2026] GET /v2.0/networks?name=public => generated 15 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 12:39:31.528 8 WARNING neutron.services.revisions.revision_plugin [None req-34900a52-502a-4277-9cf5-47b54c94a9f2 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Could not find related network for resource to bump revision. 2026-04-14 12:39:31.546 8 INFO neutron.db.segments_db [None req-34900a52-502a-4277-9cf5-47b54c94a9f2 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Added segment ce661673-9018-4e4e-883a-89b0feac894f of type flat for network 4d2830a6-6e2e-45b9-b76f-9503969a244f 2026-04-14 12:39:31.570 8 INFO neutron.pecan_wsgi.hooks.translation [None req-34900a52-502a-4277-9cf5-47b54c94a9f2 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/16] 199.19.213.159 () {48 vars in 966 bytes} [Tue Apr 14 12:39:31 2026] POST /v2.0/networks => generated 124 bytes in 100 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 12:39:37.388 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5102df5c-e209-4031-91db-37c0d1a6a348 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/17] 199.19.213.159 () {44 vars in 926 bytes} [Tue Apr 14 12:39:37 2026] GET /v2.0/networks/public => generated 108 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/18] 199.19.213.159 () {44 vars in 948 bytes} [Tue Apr 14 12:39:37 2026] GET /v2.0/networks?name=public => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 12:39:37.600 7 WARNING neutron.services.revisions.revision_plugin [None req-8e333f6d-01eb-4905-9b4d-12741d1fb85b 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Could not find related network for resource to bump revision. 2026-04-14 12:39:37.621 7 INFO neutron.db.segments_db [None req-8e333f6d-01eb-4905-9b4d-12741d1fb85b 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Added segment 57264d46-6101-4c2c-9a5c-0cc3162c5306 of type flat for network 1b977c13-3b31-4f6d-b531-1f16337fb53c [pid: 7|app: 0|req: 11/19] 199.19.213.159 () {48 vars in 966 bytes} [Tue Apr 14 12:39:37 2026] POST /v2.0/networks => generated 706 bytes in 685 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 12:39:39.104 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b3dc8ce4-6e88-4f80-b1f4-ee78b312f1ad 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/20] 199.19.213.159 () {44 vars in 926 bytes} [Tue Apr 14 12:39:39 2026] GET /v2.0/networks/public => generated 108 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 12/21] 199.19.213.159 () {44 vars in 948 bytes} [Tue Apr 14 12:39:39 2026] GET /v2.0/networks?name=public => generated 709 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 12:39:39.168 8 INFO neutron.pecan_wsgi.hooks.translation [None req-da352287-7dea-4bbd-be69-59b81cf192c4 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/22] 199.19.213.159 () {44 vars in 1033 bytes} [Tue Apr 14 12:39:39 2026] GET /v2.0/subnets/public-subnet?network_id=1b977c13-3b31-4f6d-b531-1f16337fb53c => generated 113 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/23] 199.19.213.159 () {44 vars in 1056 bytes} [Tue Apr 14 12:39:39 2026] GET /v2.0/subnets?name=public-subnet&network_id=1b977c13-3b31-4f6d-b531-1f16337fb53c => generated 14 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 11/24] 199.19.213.159 () {48 vars in 964 bytes} [Tue Apr 14 12:39:39 2026] POST /v2.0/subnets => generated 664 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 12:44:26.867 7 INFO neutron.pecan_wsgi.hooks.translation [None req-14875d85-ffb4-47fe-9133-14400d859032 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 33/62] 199.19.213.159 () {44 vars in 936 bytes} [Tue Apr 14 12:44:26 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 121 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 30/63] 199.19.213.159 () {44 vars in 958 bytes} [Tue Apr 14 12:44:26 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 12:44:26.959 7 INFO neutron.db.segments_db [None req-d1692763-3bd0-4c0a-b8a5-aa56faedd2ec 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Added segment 9cb6ad05-f8f1-4b66-81d0-16dc50657a31 of type vxlan for network ff78bfc9-5c3f-49f7-82be-97c1d6b57009 [pid: 7|app: 0|req: 34/64] 199.19.213.159 () {48 vars in 965 bytes} [Tue Apr 14 12:44:26 2026] POST /v2.0/networks => generated 707 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 12:44:27.947 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e2faa641-9180-415e-a950-0cc7f1b169e9 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 31/65] 199.19.213.159 () {44 vars in 936 bytes} [Tue Apr 14 12:44:27 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/66] 199.19.213.159 () {44 vars in 958 bytes} [Tue Apr 14 12:44:27 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-04-14 12:44:28.008 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bfd81669-2224-404a-a5ab-418ebb3d1cfd 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 32/67] 199.19.213.159 () {44 vars in 1035 bytes} [Tue Apr 14 12:44:27 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=ff78bfc9-5c3f-49f7-82be-97c1d6b57009 => generated 114 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/68] 199.19.213.159 () {44 vars in 1058 bytes} [Tue Apr 14 12:44:28 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=ff78bfc9-5c3f-49f7-82be-97c1d6b57009 => generated 14 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 33/69] 199.19.213.159 () {48 vars in 964 bytes} [Tue Apr 14 12:44:28 2026] POST /v2.0/subnets => generated 651 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 12:44:29.157 7 INFO neutron.api.v2.resource [None req-87d4dc4b-f304-44fa-b1fa-b7cc39c3515c 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 37/70] 199.19.213.159 () {44 vars in 970 bytes} [Tue Apr 14 12:44:29 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/71] 199.19.213.159 () {44 vars in 992 bytes} [Tue Apr 14 12:44:29 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/72] 199.19.213.159 () {48 vars in 979 bytes} [Tue Apr 14 12:44:29 2026] POST /v2.0/security-groups => generated 1616 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/73] 199.19.213.159 () {44 vars in 1000 bytes} [Tue Apr 14 12:44:30 2026] GET /v2.0/security-groups/9e6c9e88-24cd-4e2e-bfce-ba5c3a53dee8 => generated 1616 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/74] 199.19.213.159 () {44 vars in 1000 bytes} [Tue Apr 14 12:44:30 2026] GET /v2.0/security-groups/9e6c9e88-24cd-4e2e-bfce-ba5c3a53dee8 => generated 1616 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/75] 199.19.213.159 () {44 vars in 1000 bytes} [Tue Apr 14 12:44:30 2026] GET /v2.0/security-groups/9e6c9e88-24cd-4e2e-bfce-ba5c3a53dee8 => generated 1616 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/76] 199.19.213.159 () {48 vars in 990 bytes} [Tue Apr 14 12:44:30 2026] POST /v2.0/security-group-rules => generated 601 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/79] 199.19.213.159 () {44 vars in 1000 bytes} [Tue Apr 14 12:44:31 2026] GET /v2.0/security-groups/9e6c9e88-24cd-4e2e-bfce-ba5c3a53dee8 => generated 2230 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/80] 199.19.213.159 () {44 vars in 1000 bytes} [Tue Apr 14 12:44:31 2026] GET /v2.0/security-groups/9e6c9e88-24cd-4e2e-bfce-ba5c3a53dee8 => generated 2230 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/81] 199.19.213.159 () {44 vars in 1000 bytes} [Tue Apr 14 12:44:31 2026] GET /v2.0/security-groups/9e6c9e88-24cd-4e2e-bfce-ba5c3a53dee8 => 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: 43/82] 199.19.213.159 () {48 vars in 990 bytes} [Tue Apr 14 12:44:31 2026] POST /v2.0/security-group-rules => generated 603 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/83] 199.19.213.159 () {44 vars in 1000 bytes} [Tue Apr 14 12:44:32 2026] GET /v2.0/security-groups/9e6c9e88-24cd-4e2e-bfce-ba5c3a53dee8 => generated 2846 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/84] 199.19.213.159 () {44 vars in 1000 bytes} [Tue Apr 14 12:44:32 2026] GET /v2.0/security-groups/9e6c9e88-24cd-4e2e-bfce-ba5c3a53dee8 => generated 2846 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/85] 199.19.213.159 () {44 vars in 1000 bytes} [Tue Apr 14 12:44:32 2026] GET /v2.0/security-groups/9e6c9e88-24cd-4e2e-bfce-ba5c3a53dee8 => generated 2846 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/86] 199.19.213.159 () {48 vars in 990 bytes} [Tue Apr 14 12:44:32 2026] POST /v2.0/security-group-rules => generated 603 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/87] 199.19.213.159 () {44 vars in 1000 bytes} [Tue Apr 14 12:44:33 2026] GET /v2.0/security-groups/9e6c9e88-24cd-4e2e-bfce-ba5c3a53dee8 => generated 3462 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/88] 199.19.213.159 () {44 vars in 1000 bytes} [Tue Apr 14 12:44:33 2026] GET /v2.0/security-groups/9e6c9e88-24cd-4e2e-bfce-ba5c3a53dee8 => generated 3462 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/89] 199.19.213.159 () {44 vars in 1000 bytes} [Tue Apr 14 12:44:33 2026] GET /v2.0/security-groups/9e6c9e88-24cd-4e2e-bfce-ba5c3a53dee8 => generated 3462 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/90] 199.19.213.159 () {48 vars in 990 bytes} [Tue Apr 14 12:44:33 2026] POST /v2.0/security-group-rules => generated 603 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/91] 199.19.213.159 () {44 vars in 1000 bytes} [Tue Apr 14 12:44:34 2026] GET /v2.0/security-groups/9e6c9e88-24cd-4e2e-bfce-ba5c3a53dee8 => generated 4078 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/92] 199.19.213.159 () {44 vars in 1000 bytes} [Tue Apr 14 12:44:34 2026] GET /v2.0/security-groups/9e6c9e88-24cd-4e2e-bfce-ba5c3a53dee8 => generated 4078 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/93] 199.19.213.159 () {44 vars in 1000 bytes} [Tue Apr 14 12:44:34 2026] GET /v2.0/security-groups/9e6c9e88-24cd-4e2e-bfce-ba5c3a53dee8 => generated 4078 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/94] 199.19.213.159 () {48 vars in 990 bytes} [Tue Apr 14 12:44:34 2026] POST /v2.0/security-group-rules => generated 603 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/95] 199.19.213.159 () {44 vars in 986 bytes} [Tue Apr 14 12:44:35 2026] GET /v2.0/networks/ff78bfc9-5c3f-49f7-82be-97c1d6b57009 => generated 732 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 12:44:35.866 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1200048f-fc4f-405e-97dc-1c4041b0eaa1 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 50/96] 199.19.213.159 () {44 vars in 1075 bytes} [Tue Apr 14 12:44:35 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=ff78bfc9-5c3f-49f7-82be-97c1d6b57009 => generated 132 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/97] 199.19.213.159 () {44 vars in 1098 bytes} [Tue Apr 14 12:44:35 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=ff78bfc9-5c3f-49f7-82be-97c1d6b57009 => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/98] 199.19.213.159 () {44 vars in 1000 bytes} [Tue Apr 14 12:44:35 2026] GET /v2.0/security-groups/9e6c9e88-24cd-4e2e-bfce-ba5c3a53dee8 => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/99] 199.19.213.159 () {48 vars in 960 bytes} [Tue Apr 14 12:44:35 2026] POST /v2.0/ports => generated 1096 bytes in 535 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: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 12:44:50.754 8 INFO neutron.pecan_wsgi.hooks.translation [None req-54c8d70c-4e2f-4cb4-8220-74245babe105 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 50/102] 199.19.213.159 () {44 vars in 978 bytes} [Tue Apr 14 12:44:50 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 71 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/103] 199.19.213.159 () {44 vars in 1000 bytes} [Tue Apr 14 12:44:50 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/104] 199.19.213.159 () {48 vars in 1030 bytes} [Tue Apr 14 12:44:50 2026] PUT /v2.0/ports/6b1fa15a-00c4-4428-8723-32608f96ff59 => generated 1245 bytes in 536 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/105] 199.19.213.159 () {44 vars in 919 bytes} [Tue Apr 14 12:44:53 2026] GET /v2.0/ports => generated 3726 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 12:44:54.222 8 INFO neutron.api.v2.resource [None req-f6d07a59-80d8-447e-87f1-502fef8f3aed 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 52/106] 199.19.213.159 () {44 vars in 958 bytes} [Tue Apr 14 12:44:54 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/107] 199.19.213.159 () {44 vars in 980 bytes} [Tue Apr 14 12:44:54 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/108] 199.19.213.159 () {48 vars in 979 bytes} [Tue Apr 14 12:44:54 2026] POST /v2.0/security-groups => generated 1610 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/109] 199.19.213.159 () {44 vars in 1000 bytes} [Tue Apr 14 12:44:55 2026] GET /v2.0/security-groups/cafc83ca-9549-4d17-a3dd-4cb5e7899062 => generated 1610 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/110] 199.19.213.159 () {44 vars in 1000 bytes} [Tue Apr 14 12:44:55 2026] GET /v2.0/security-groups/cafc83ca-9549-4d17-a3dd-4cb5e7899062 => generated 1610 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/111] 199.19.213.159 () {44 vars in 1000 bytes} [Tue Apr 14 12:44:55 2026] GET /v2.0/security-groups/cafc83ca-9549-4d17-a3dd-4cb5e7899062 => generated 1610 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/112] 199.19.213.159 () {48 vars in 990 bytes} [Tue Apr 14 12:44:55 2026] POST /v2.0/security-group-rules => generated 621 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/113] 199.19.213.159 () {44 vars in 1000 bytes} [Tue Apr 14 12:44:56 2026] GET /v2.0/security-groups/cafc83ca-9549-4d17-a3dd-4cb5e7899062 => generated 2244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/114] 199.19.213.159 () {44 vars in 1000 bytes} [Tue Apr 14 12:44:56 2026] GET /v2.0/security-groups/cafc83ca-9549-4d17-a3dd-4cb5e7899062 => generated 2244 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/115] 199.19.213.159 () {44 vars in 1000 bytes} [Tue Apr 14 12:44:56 2026] GET /v2.0/security-groups/cafc83ca-9549-4d17-a3dd-4cb5e7899062 => generated 2244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/116] 199.19.213.159 () {48 vars in 990 bytes} [Tue Apr 14 12:44:56 2026] POST /v2.0/security-group-rules => generated 625 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 63/127] 199.19.213.159 () {44 vars in 974 bytes} [Tue Apr 14 12:46:12 2026] GET /v2.0/quotas/3693f7621b9e471994e8c36dc0387c34 => 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: 65/128] 199.19.213.159 () {48 vars in 1026 bytes} [Tue Apr 14 12:46:13 2026] PUT /v2.0/quotas/3693f7621b9e471994e8c36dc0387c34 => generated 291 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 12:48:34.161 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b70f1355-4629-439d-b27d-2f5045d3b66c 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 76/149] 199.19.213.159 () {30 vars in 740 bytes} [Tue Apr 14 12:48:33 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 206 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 74/150] 199.19.213.159 () {30 vars in 762 bytes} [Tue Apr 14 12:48:34 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 12:48:36.031 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0867cd00-6a09-4177-9608-10510c2ade42 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 77/151] 199.19.213.159 () {30 vars in 740 bytes} [Tue Apr 14 12:48:35 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 75/152] 199.19.213.159 () {30 vars in 762 bytes} [Tue Apr 14 12:48:36 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 12:54:42.029 7 INFO neutron.api.v2.resource [None req-d93b9539-e79d-4971-aed8-534e66345d7e 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 102/201] 199.19.213.159 () {44 vars in 1073 bytes} [Tue Apr 14 12:54:41 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=659ce7647adf40dfa21c5b3ef66616ce => generated 139 bytes in 165 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 100/202] 199.19.213.159 () {44 vars in 1096 bytes} [Tue Apr 14 12:54:42 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=659ce7647adf40dfa21c5b3ef66616ce => generated 23 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 103/203] 199.19.213.159 () {48 vars in 980 bytes} [Tue Apr 14 12:54:42 2026] POST /v2.0/security-groups => generated 1624 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 101/204] 199.19.213.159 () {44 vars in 1087 bytes} [Tue Apr 14 12:54:43 2026] GET /v2.0/security-groups/e07f4ed5-a324-4d23-8874-7d6fb545b61c?project_id=659ce7647adf40dfa21c5b3ef66616ce => generated 1624 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/205] 199.19.213.159 () {44 vars in 1000 bytes} [Tue Apr 14 12:54:43 2026] GET /v2.0/security-groups/e07f4ed5-a324-4d23-8874-7d6fb545b61c => generated 1624 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 102/206] 199.19.213.159 () {44 vars in 1087 bytes} [Tue Apr 14 12:54:43 2026] GET /v2.0/security-groups/e07f4ed5-a324-4d23-8874-7d6fb545b61c?project_id=659ce7647adf40dfa21c5b3ef66616ce => generated 1624 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/207] 199.19.213.159 () {48 vars in 990 bytes} [Tue Apr 14 12:54:43 2026] POST /v2.0/security-group-rules => generated 597 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 103/208] 199.19.213.159 () {44 vars in 1087 bytes} [Tue Apr 14 12:54:44 2026] GET /v2.0/security-groups/e07f4ed5-a324-4d23-8874-7d6fb545b61c?project_id=659ce7647adf40dfa21c5b3ef66616ce => generated 2234 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/209] 199.19.213.159 () {44 vars in 1000 bytes} [Tue Apr 14 12:54:44 2026] GET /v2.0/security-groups/e07f4ed5-a324-4d23-8874-7d6fb545b61c => generated 2234 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/210] 199.19.213.159 () {44 vars in 1087 bytes} [Tue Apr 14 12:54:44 2026] GET /v2.0/security-groups/e07f4ed5-a324-4d23-8874-7d6fb545b61c?project_id=659ce7647adf40dfa21c5b3ef66616ce => generated 2234 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/211] 199.19.213.159 () {48 vars in 990 bytes} [Tue Apr 14 12:54:44 2026] POST /v2.0/security-group-rules => generated 599 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/212] 199.19.213.159 () {44 vars in 1087 bytes} [Tue Apr 14 12:54:45 2026] GET /v2.0/security-groups/e07f4ed5-a324-4d23-8874-7d6fb545b61c?project_id=659ce7647adf40dfa21c5b3ef66616ce => generated 2846 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/213] 199.19.213.159 () {44 vars in 1000 bytes} [Tue Apr 14 12:54:45 2026] GET /v2.0/security-groups/e07f4ed5-a324-4d23-8874-7d6fb545b61c => generated 2846 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/214] 199.19.213.159 () {44 vars in 1087 bytes} [Tue Apr 14 12:54:45 2026] GET /v2.0/security-groups/e07f4ed5-a324-4d23-8874-7d6fb545b61c?project_id=659ce7647adf40dfa21c5b3ef66616ce => generated 2846 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/215] 199.19.213.159 () {48 vars in 990 bytes} [Tue Apr 14 12:54:45 2026] POST /v2.0/security-group-rules => generated 601 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/218] 199.19.213.159 () {44 vars in 1087 bytes} [Tue Apr 14 12:54:46 2026] GET /v2.0/security-groups/e07f4ed5-a324-4d23-8874-7d6fb545b61c?project_id=659ce7647adf40dfa21c5b3ef66616ce => generated 3460 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/219] 199.19.213.159 () {44 vars in 1000 bytes} [Tue Apr 14 12:54:47 2026] GET /v2.0/security-groups/e07f4ed5-a324-4d23-8874-7d6fb545b61c => generated 3460 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/220] 199.19.213.159 () {44 vars in 1087 bytes} [Tue Apr 14 12:54:47 2026] GET /v2.0/security-groups/e07f4ed5-a324-4d23-8874-7d6fb545b61c?project_id=659ce7647adf40dfa21c5b3ef66616ce => generated 3460 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/221] 199.19.213.159 () {48 vars in 990 bytes} [Tue Apr 14 12:54:47 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) [pid: 8|app: 0|req: 119/240] 199.19.213.159 () {30 vars in 739 bytes} [Tue Apr 14 12:57:03 2026] GET /v2.0/networks?tenant_id=659ce7647adf40dfa21c5b3ef66616ce&shared=False => generated 15 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 12:57:03.443 7 INFO neutron.db.segments_db [None req-39c8a675-5825-4796-9f30-d3a50679c4a5 a4cdae638a6f4b9eb140bba409039a20 659ce7647adf40dfa21c5b3ef66616ce - - de5b86bbb71944dfa7c30677e7ecef06 de5b86bbb71944dfa7c30677e7ecef06] Added segment d178fa68-1ef4-43b0-b8ac-5e6daf4d023a of type vxlan for network 91e3d182-a010-4922-9296-a677116062a2 [pid: 7|app: 0|req: 122/241] 199.19.213.159 () {34 vars in 681 bytes} [Tue Apr 14 12:57:03 2026] POST /v2.0/networks => generated 718 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 120/242] 199.19.213.159 () {30 vars in 721 bytes} [Tue Apr 14 12:57:03 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/243] 199.19.213.159 () {30 vars in 632 bytes} [Tue Apr 14 12:57:03 2026] GET /v2.0/extensions => generated 21537 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 121/244] 199.19.213.159 () {34 vars in 676 bytes} [Tue Apr 14 12:57:03 2026] POST /v2.0/ports => generated 999 bytes in 409 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/245] 199.19.213.159 () {30 vars in 702 bytes} [Tue Apr 14 12:57:04 2026] GET /v2.0/networks/91e3d182-a010-4922-9296-a677116062a2 => generated 705 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/246] 199.19.213.159 () {30 vars in 721 bytes} [Tue Apr 14 12:57:06 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/247] 199.19.213.159 () {30 vars in 702 bytes} [Tue Apr 14 12:57:06 2026] GET /v2.0/networks/91e3d182-a010-4922-9296-a677116062a2 => generated 705 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/250] 199.19.213.159 () {44 vars in 974 bytes} [Tue Apr 14 12:57:18 2026] GET /v2.0/quotas/659ce7647adf40dfa21c5b3ef66616ce => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 127/251] 199.19.213.159 () {48 vars in 1026 bytes} [Tue Apr 14 12:57:18 2026] PUT /v2.0/quotas/659ce7647adf40dfa21c5b3ef66616ce => generated 291 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:08:23.059 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d61dedc7-2735-408e-8f51-6d8d50201aca 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 172/340] 199.19.213.159 () {44 vars in 926 bytes} [Tue Apr 14 13:08:22 2026] GET /v2.0/networks/public => generated 108 bytes in 137 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 169/341] 199.19.213.159 () {44 vars in 948 bytes} [Tue Apr 14 13:08:23 2026] GET /v2.0/networks?name=public => generated 753 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:08:24.137 7 INFO neutron.pecan_wsgi.hooks.translation [None req-786625a5-ec47-430b-906e-144a72d4095d 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 173/342] 199.19.213.159 () {44 vars in 926 bytes} [Tue Apr 14 13:08:24 2026] GET /v2.0/networks/public => generated 108 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 170/343] 199.19.213.159 () {44 vars in 948 bytes} [Tue Apr 14 13:08:24 2026] GET /v2.0/networks?name=public => generated 753 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:08:24.210 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f959540e-36ec-4742-838e-1d91562ca46f 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 174/344] 199.19.213.159 () {44 vars in 1033 bytes} [Tue Apr 14 13:08:24 2026] GET /v2.0/subnets/public-subnet?network_id=1b977c13-3b31-4f6d-b531-1f16337fb53c => generated 113 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 171/345] 199.19.213.159 () {44 vars in 1056 bytes} [Tue Apr 14 13:08:24 2026] GET /v2.0/subnets?name=public-subnet&network_id=1b977c13-3b31-4f6d-b531-1f16337fb53c => generated 667 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:08:50.728 8 INFO neutron.pecan_wsgi.hooks.translation [None req-747349d8-f133-4ea5-b3de-a65da71e35dd 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 174/350] 199.19.213.159 () {44 vars in 936 bytes} [Tue Apr 14 13:08:50 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 177/351] 199.19.213.159 () {44 vars in 958 bytes} [Tue Apr 14 13:08:50 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 275 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:08:51.936 8 INFO neutron.pecan_wsgi.hooks.translation [None req-14ecbb0d-ebf6-464a-91f8-2377a640ce5e 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 175/352] 199.19.213.159 () {44 vars in 936 bytes} [Tue Apr 14 13:08:51 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 62 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 178/353] 199.19.213.159 () {44 vars in 958 bytes} [Tue Apr 14 13:08:51 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:08:52.011 8 INFO neutron.pecan_wsgi.hooks.translation [None req-735b5a40-7ba9-4f60-9b6f-6faf223630dd 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 176/354] 199.19.213.159 () {44 vars in 1035 bytes} [Tue Apr 14 13:08:51 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=ff78bfc9-5c3f-49f7-82be-97c1d6b57009 => 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: 179/355] 199.19.213.159 () {44 vars in 1058 bytes} [Tue Apr 14 13:08:52 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=ff78bfc9-5c3f-49f7-82be-97c1d6b57009 => generated 654 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:08:53.184 8 INFO neutron.api.v2.resource [None req-638105e4-9ebe-4d87-b45e-02f3ce2f04ec 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 177/356] 199.19.213.159 () {44 vars in 970 bytes} [Tue Apr 14 13:08:53 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 180/357] 199.19.213.159 () {44 vars in 992 bytes} [Tue Apr 14 13:08:53 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 178/358] 199.19.213.159 () {44 vars in 1000 bytes} [Tue Apr 14 13:08:54 2026] GET /v2.0/security-groups/9e6c9e88-24cd-4e2e-bfce-ba5c3a53dee8 => generated 4694 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 181/359] 199.19.213.159 () {44 vars in 1000 bytes} [Tue Apr 14 13:08:54 2026] GET /v2.0/security-groups/9e6c9e88-24cd-4e2e-bfce-ba5c3a53dee8 => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 179/360] 199.19.213.159 () {44 vars in 1010 bytes} [Tue Apr 14 13:08:54 2026] GET /v2.0/security-group-rules/81133073-3f16-4e8e-ac67-dfcbb60ee933 => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/361] 199.19.213.159 () {44 vars in 1000 bytes} [Tue Apr 14 13:08:55 2026] GET /v2.0/security-groups/9e6c9e88-24cd-4e2e-bfce-ba5c3a53dee8 => generated 4694 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 180/362] 199.19.213.159 () {44 vars in 1000 bytes} [Tue Apr 14 13:08:55 2026] GET /v2.0/security-groups/9e6c9e88-24cd-4e2e-bfce-ba5c3a53dee8 => generated 4694 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/363] 199.19.213.159 () {44 vars in 1010 bytes} [Tue Apr 14 13:08:55 2026] GET /v2.0/security-group-rules/ab14dc01-1dc8-4d30-9337-9f6ce13e5a02 => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 181/364] 199.19.213.159 () {44 vars in 1000 bytes} [Tue Apr 14 13:08:56 2026] GET /v2.0/security-groups/9e6c9e88-24cd-4e2e-bfce-ba5c3a53dee8 => generated 4694 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/365] 199.19.213.159 () {44 vars in 1000 bytes} [Tue Apr 14 13:08:56 2026] GET /v2.0/security-groups/9e6c9e88-24cd-4e2e-bfce-ba5c3a53dee8 => generated 4694 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/366] 199.19.213.159 () {44 vars in 1010 bytes} [Tue Apr 14 13:08:56 2026] GET /v2.0/security-group-rules/5e748988-f733-4e80-804b-3536fff8f4fb => 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: 185/367] 199.19.213.159 () {44 vars in 1000 bytes} [Tue Apr 14 13:08:57 2026] GET /v2.0/security-groups/9e6c9e88-24cd-4e2e-bfce-ba5c3a53dee8 => generated 4694 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/368] 199.19.213.159 () {44 vars in 1000 bytes} [Tue Apr 14 13:08:57 2026] GET /v2.0/security-groups/9e6c9e88-24cd-4e2e-bfce-ba5c3a53dee8 => generated 4694 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/369] 199.19.213.159 () {44 vars in 1010 bytes} [Tue Apr 14 13:08:57 2026] GET /v2.0/security-group-rules/ca3eaaff-e9e8-4b27-ba85-a4171baafa3b => generated 603 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/370] 199.19.213.159 () {44 vars in 1000 bytes} [Tue Apr 14 13:08:58 2026] GET /v2.0/security-groups/9e6c9e88-24cd-4e2e-bfce-ba5c3a53dee8 => generated 4694 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/371] 199.19.213.159 () {44 vars in 1000 bytes} [Tue Apr 14 13:08:58 2026] GET /v2.0/security-groups/9e6c9e88-24cd-4e2e-bfce-ba5c3a53dee8 => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/372] 199.19.213.159 () {44 vars in 1010 bytes} [Tue Apr 14 13:08:58 2026] GET /v2.0/security-group-rules/d71e8eaf-1062-49ab-b966-6966b480be0e => generated 603 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/373] 199.19.213.159 () {44 vars in 986 bytes} [Tue Apr 14 13:08:59 2026] GET /v2.0/networks/ff78bfc9-5c3f-49f7-82be-97c1d6b57009 => generated 732 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:08:59.519 8 INFO neutron.pecan_wsgi.hooks.translation [None req-36f817d4-686f-4b5d-838a-af98c7c736ae 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 186/374] 199.19.213.159 () {44 vars in 1075 bytes} [Tue Apr 14 13:08:59 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=ff78bfc9-5c3f-49f7-82be-97c1d6b57009 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/375] 199.19.213.159 () {44 vars in 1098 bytes} [Tue Apr 14 13:08:59 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=ff78bfc9-5c3f-49f7-82be-97c1d6b57009 => generated 1250 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/376] 199.19.213.159 () {44 vars in 1000 bytes} [Tue Apr 14 13:08:59 2026] GET /v2.0/security-groups/9e6c9e88-24cd-4e2e-bfce-ba5c3a53dee8 => generated 4694 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 13:09:07.247 7 INFO neutron.pecan_wsgi.hooks.translation [None req-38ca407f-13d1-419e-bcea-2d74f0048a8e 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 191/379] 199.19.213.159 () {44 vars in 978 bytes} [Tue Apr 14 13:09:07 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: 8|app: 0|req: 189/380] 199.19.213.159 () {44 vars in 1000 bytes} [Tue Apr 14 13:09:07 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1250 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/381] 199.19.213.159 () {44 vars in 919 bytes} [Tue Apr 14 13:09:08 2026] GET /v2.0/ports => generated 4721 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 13:09:09.921 8 INFO neutron.api.v2.resource [None req-8f0ee3a3-a9c1-4c9f-81dd-c52f58d6290c 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 190/382] 199.19.213.159 () {44 vars in 958 bytes} [Tue Apr 14 13:09:09 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 63 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/383] 199.19.213.159 () {44 vars in 980 bytes} [Tue Apr 14 13:09:09 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2881 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/384] 199.19.213.159 () {44 vars in 1000 bytes} [Tue Apr 14 13:09:10 2026] GET /v2.0/security-groups/cafc83ca-9549-4d17-a3dd-4cb5e7899062 => generated 2882 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/385] 199.19.213.159 () {44 vars in 1000 bytes} [Tue Apr 14 13:09:10 2026] GET /v2.0/security-groups/cafc83ca-9549-4d17-a3dd-4cb5e7899062 => generated 2882 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/386] 199.19.213.159 () {44 vars in 1010 bytes} [Tue Apr 14 13:09:10 2026] GET /v2.0/security-group-rules/fc1709a8-3b4d-408d-82e6-c8137d6d1746 => generated 621 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/387] 199.19.213.159 () {44 vars in 1000 bytes} [Tue Apr 14 13:09:11 2026] GET /v2.0/security-groups/cafc83ca-9549-4d17-a3dd-4cb5e7899062 => generated 2882 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/388] 199.19.213.159 () {44 vars in 1000 bytes} [Tue Apr 14 13:09:11 2026] GET /v2.0/security-groups/cafc83ca-9549-4d17-a3dd-4cb5e7899062 => generated 2882 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/389] 199.19.213.159 () {44 vars in 1010 bytes} [Tue Apr 14 13:09:11 2026] GET /v2.0/security-group-rules/7f6a5435-78ea-43c9-a04e-0585bb06b29c => generated 625 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/392] 199.19.213.159 () {44 vars in 974 bytes} [Tue Apr 14 13:09:23 2026] GET /v2.0/quotas/3693f7621b9e471994e8c36dc0387c34 => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:10:14.142 7 INFO neutron.api.v2.resource [None req-03186d83-13b4-4b5b-906b-15b3cea95e4e 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 201/399] 199.19.213.159 () {44 vars in 1073 bytes} [Tue Apr 14 13:10:14 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=659ce7647adf40dfa21c5b3ef66616ce => generated 139 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/400] 199.19.213.159 () {44 vars in 1096 bytes} [Tue Apr 14 13:10:14 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=659ce7647adf40dfa21c5b3ef66616ce => generated 4072 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/401] 199.19.213.159 () {44 vars in 1087 bytes} [Tue Apr 14 13:10:15 2026] GET /v2.0/security-groups/e07f4ed5-a324-4d23-8874-7d6fb545b61c?project_id=659ce7647adf40dfa21c5b3ef66616ce => generated 4075 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/402] 199.19.213.159 () {44 vars in 1000 bytes} [Tue Apr 14 13:10:15 2026] GET /v2.0/security-groups/e07f4ed5-a324-4d23-8874-7d6fb545b61c => 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: 203/403] 199.19.213.159 () {44 vars in 1010 bytes} [Tue Apr 14 13:10:15 2026] GET /v2.0/security-group-rules/f09652ae-582c-4c61-840f-9253eacff8f0 => generated 597 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/406] 199.19.213.159 () {44 vars in 1087 bytes} [Tue Apr 14 13:10:16 2026] GET /v2.0/security-groups/e07f4ed5-a324-4d23-8874-7d6fb545b61c?project_id=659ce7647adf40dfa21c5b3ef66616ce => generated 4075 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/407] 199.19.213.159 () {44 vars in 1000 bytes} [Tue Apr 14 13:10:16 2026] GET /v2.0/security-groups/e07f4ed5-a324-4d23-8874-7d6fb545b61c => generated 4075 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/408] 199.19.213.159 () {44 vars in 1010 bytes} [Tue Apr 14 13:10:16 2026] GET /v2.0/security-group-rules/251543f5-215b-473e-a1c6-6e5c1d980505 => generated 599 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/409] 199.19.213.159 () {44 vars in 1087 bytes} [Tue Apr 14 13:10:17 2026] GET /v2.0/security-groups/e07f4ed5-a324-4d23-8874-7d6fb545b61c?project_id=659ce7647adf40dfa21c5b3ef66616ce => generated 4075 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/410] 199.19.213.159 () {44 vars in 1000 bytes} [Tue Apr 14 13:10:17 2026] GET /v2.0/security-groups/e07f4ed5-a324-4d23-8874-7d6fb545b61c => generated 4075 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/411] 199.19.213.159 () {44 vars in 1010 bytes} [Tue Apr 14 13:10:17 2026] GET /v2.0/security-group-rules/df6f8693-6331-4da1-b440-6f31e168395c => generated 601 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/412] 199.19.213.159 () {44 vars in 1087 bytes} [Tue Apr 14 13:10:18 2026] GET /v2.0/security-groups/e07f4ed5-a324-4d23-8874-7d6fb545b61c?project_id=659ce7647adf40dfa21c5b3ef66616ce => generated 4075 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/413] 199.19.213.159 () {44 vars in 1000 bytes} [Tue Apr 14 13:10:18 2026] GET /v2.0/security-groups/e07f4ed5-a324-4d23-8874-7d6fb545b61c => generated 4075 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/414] 199.19.213.159 () {44 vars in 1010 bytes} [Tue Apr 14 13:10:18 2026] GET /v2.0/security-group-rules/fd4c253c-9231-403e-95f0-4631b63529c8 => generated 602 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/415] 199.19.213.159 () {44 vars in 974 bytes} [Tue Apr 14 13:10:25 2026] GET /v2.0/quotas/659ce7647adf40dfa21c5b3ef66616ce => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/422] 199.19.213.159 () {44 vars in 948 bytes} [Tue Apr 14 13:11:14 2026] GET /v2.0/networks?name=public => generated 753 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/429] 10.0.0.89 () {32 vars in 647 bytes} [Tue Apr 14 13:11:52 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: 218/430] 10.0.0.89 () {32 vars in 653 bytes} [Tue Apr 14 13:11:53 2026] GET /v2.0/floatingips => generated 19 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/431] 10.0.0.89 () {32 vars in 645 bytes} [Tue Apr 14 13:11:53 2026] GET /v2.0/routers => generated 15 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/432] 10.0.0.89 () {32 vars in 641 bytes} [Tue Apr 14 13:11:53 2026] GET /v2.0/ports => generated 4721 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/433] 10.0.0.89 () {32 vars in 645 bytes} [Tue Apr 14 13:11:53 2026] GET /v2.0/subnets => generated 1308 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/434] 10.0.0.89 () {32 vars in 647 bytes} [Tue Apr 14 13:11:54 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: 8|app: 0|req: 215/435] 10.0.0.89 () {32 vars in 661 bytes} [Tue Apr 14 13:11:54 2026] GET /v2.0/security-groups => generated 17397 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/436] 10.0.0.89 () {32 vars in 653 bytes} [Tue Apr 14 13:11:54 2026] GET /v2.0/subnetpools => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 13:12:04.735 8 INFO neutron.db.segments_db [None req-91762d57-3da9-4a2d-a2fc-e5e20238d30e 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Added segment 0225b294-ee3d-423c-9b64-f9581d4e9b4b of type vxlan for network 212bbcc6-6f05-4ef8-8372-8b395f17a69b 2026-04-14 13:12:04.758 7 INFO neutron.db.segments_db [None req-41f7df7e-0550-4951-a524-68e7db0ecf4c 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Added segment b23d3624-7a12-425c-b971-3756d9be9b35 of type vxlan for network 485b1bcd-6946-44d7-a03d-3cf6ba48b432 [pid: 8|app: 0|req: 217/439] 10.0.0.89 () {34 vars in 669 bytes} [Tue Apr 14 13:12:04 2026] POST /v2.0/networks => generated 748 bytes in 405 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/440] 10.0.0.89 () {34 vars in 669 bytes} [Tue Apr 14 13:12:04 2026] POST /v2.0/networks => generated 745 bytes in 317 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/441] 10.0.0.89 () {34 vars in 667 bytes} [Tue Apr 14 13:12:04 2026] POST /v2.0/subnets => generated 692 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/442] 10.0.0.89 () {34 vars in 667 bytes} [Tue Apr 14 13:12:04 2026] POST /v2.0/subnets => generated 695 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/443] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:12:05 2026] GET /v2.0/security-groups?tenant_id=4a90a20cbd6340e089046c4ab0dad57a&name=default => generated 2921 bytes in 195 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 13:12:05.305 8 INFO neutron.db.segments_db [None req-9e1a0808-1dc6-408c-80c7-1153d66b9908 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Added segment 392703cf-77ed-4525-add7-3dec546aee56 of type vxlan for network e75d1e8b-e3ba-4403-851a-d5ea30acd3fb 2026-04-14 13:12:05.341 7 INFO neutron.db.segments_db [None req-5e6325c3-4a01-4171-83c1-eae890988e18 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Added segment d4eb299b-d1b9-441c-a7fa-099b783e0740 of type vxlan for network 76e32e8d-7dcc-4456-b0ab-60eba1a64514 [pid: 8|app: 0|req: 219/444] 10.0.0.89 () {34 vars in 669 bytes} [Tue Apr 14 13:12:05 2026] POST /v2.0/networks => generated 738 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 13:12:05.423 8 INFO neutron.db.segments_db [None req-e3b5f025-bc15-42ea-b357-6ae2d75f7741 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Added segment e8129266-5691-4665-a7da-e8d3c7ee95c2 of type vxlan for network b25a03b4-8de7-4ad9-bccb-14ff084cdcfb 2026-04-14 13:12:05.533 7 INFO neutron.db.l3_hamode_db [None req-5e6325c3-4a01-4171-83c1-eae890988e18 07a826a9f9ea4418bda3456837295b64 76e762dc21744c35913904b36b4fa5e7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 13:12:05.658 8 INFO neutron.db.l3_hamode_db [None req-e3b5f025-bc15-42ea-b357-6ae2d75f7741 07a826a9f9ea4418bda3456837295b64 964055d88bd74c10964972de2cf3347e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 13:12:06.369 7 INFO neutron.db.l3_hamode_db [None req-5e6325c3-4a01-4171-83c1-eae890988e18 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 13:12:06.683 8 INFO neutron.db.l3_hamode_db [None req-e3b5f025-bc15-42ea-b357-6ae2d75f7741 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 226/445] 10.0.0.89 () {34 vars in 667 bytes} [Tue Apr 14 13:12:05 2026] POST /v2.0/routers => generated 732 bytes in 2201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/446] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:12:07 2026] DELETE /v2.0/security-groups/1228fdc5-004b-421b-9848-3fb06218e906 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/447] 10.0.0.89 () {34 vars in 667 bytes} [Tue Apr 14 13:12:05 2026] POST /v2.0/routers => generated 735 bytes in 2306 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/448] 10.0.0.89 () {34 vars in 667 bytes} [Tue Apr 14 13:12:07 2026] POST /v2.0/subnets => generated 685 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/449] 10.0.0.89 () {34 vars in 781 bytes} [Tue Apr 14 13:12:07 2026] PUT /v2.0/routers/839b8c6c-9f59-4292-9152-e5440e5d72a4/add_router_interface => generated 309 bytes in 971 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:12:08.769 7 INFO neutron.db.segments_db [None req-e0b48e9b-e8b1-4bdf-bf13-25da6f4880be 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Added segment 3dc6f008-db05-4ffd-82ce-88ae9065120d of type vxlan for network c9089275-d563-413b-a22d-e1103be8932f [pid: 8|app: 0|req: 221/450] 10.0.0.89 () {34 vars in 781 bytes} [Tue Apr 14 13:12:07 2026] PUT /v2.0/routers/cb0bbde4-ae78-4b0a-a507-933acfa00813/add_router_interface => generated 309 bytes in 1113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:12:09.019 7 INFO neutron.db.l3_hamode_db [None req-e0b48e9b-e8b1-4bdf-bf13-25da6f4880be 07a826a9f9ea4418bda3456837295b64 efae65246f174b408fd7e618aff2214f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 13:12:09.745 7 INFO neutron.db.l3_hamode_db [None req-e0b48e9b-e8b1-4bdf-bf13-25da6f4880be 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 13:12:09.775 8 INFO neutron.db.segments_db [None req-d22dbb29-102a-4ea8-a23b-93e487bc1d88 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Added segment 9044f1b3-e461-46b2-83e2-2f65ddc03d52 of type vxlan for network 59048887-ef39-4a86-8adb-f90dce0ec837 [pid: 8|app: 0|req: 222/451] 10.0.0.89 () {34 vars in 669 bytes} [Tue Apr 14 13:12:09 2026] POST /v2.0/networks => generated 743 bytes in 375 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/452] 10.0.0.176 () {38 vars in 970 bytes} [Tue Apr 14 13:12:09 2026] POST /v2.0/security-groups => generated 1686 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/453] 10.0.0.176 () {38 vars in 970 bytes} [Tue Apr 14 13:12:10 2026] POST /v2.0/security-groups => generated 1682 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/454] 10.0.0.89 () {34 vars in 667 bytes} [Tue Apr 14 13:12:10 2026] POST /v2.0/subnets => generated 690 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/455] 10.0.0.176 () {34 vars in 990 bytes} [Tue Apr 14 13:12:10 2026] GET /v2.0/security-groups/51e8d45b-c276-47b6-8e9d-b2b95397fd91 => generated 1686 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/456] 10.0.0.176 () {38 vars in 970 bytes} [Tue Apr 14 13:12:10 2026] POST /v2.0/security-groups => generated 1680 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-14 13:12:10.656 8 INFO neutron.db.segments_db [None req-ae663548-5ecb-4985-bc7a-75ef30721cfb 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Added segment de22bded-64cf-4ec7-8742-63345e10e45e of type vxlan for network 536c8175-b8a7-467b-94d9-28bf092bf19b [pid: 7|app: 0|req: 230/457] 10.0.0.89 () {34 vars in 667 bytes} [Tue Apr 14 13:12:08 2026] POST /v2.0/routers => generated 725 bytes in 2026 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/458] 10.0.0.176 () {38 vars in 980 bytes} [Tue Apr 14 13:12:10 2026] POST /v2.0/security-group-rules => generated 614 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 13:12:10.908 8 INFO neutron.db.l3_hamode_db [None req-ae663548-5ecb-4985-bc7a-75ef30721cfb 07a826a9f9ea4418bda3456837295b64 161c448fe12c489698fa06ebe0b228f6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 232/459] 10.0.0.176 () {38 vars in 970 bytes} [Tue Apr 14 13:12:10 2026] POST /v2.0/security-groups => generated 1682 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-14 13:12:11.633 8 INFO neutron.db.l3_hamode_db [None req-ae663548-5ecb-4985-bc7a-75ef30721cfb 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 233/460] 10.0.0.89 () {34 vars in 781 bytes} [Tue Apr 14 13:12:11 2026] PUT /v2.0/routers/074d33a2-4207-454a-9e91-e8d91fddd991/add_router_interface => generated 309 bytes in 1195 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/461] 10.0.0.176 () {38 vars in 970 bytes} [Tue Apr 14 13:12:12 2026] POST /v2.0/security-groups => generated 1685 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/462] 10.0.0.176 () {34 vars in 1001 bytes} [Tue Apr 14 13:12:12 2026] GET /v2.0/security-groups?tenant_id=76e762dc21744c35913904b36b4fa5e7 => generated 7905 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/463] 10.0.0.176 () {34 vars in 990 bytes} [Tue Apr 14 13:12:12 2026] GET /v2.0/security-groups/e6704e6d-860c-4132-ab99-4b429862eb1b => generated 1685 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/464] 10.0.0.176 () {34 vars in 990 bytes} [Tue Apr 14 13:12:12 2026] GET /v2.0/security-groups/76e6457a-83d0-4843-8a41-9767ebfd54d4 => generated 2918 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/465] 10.0.0.89 () {34 vars in 667 bytes} [Tue Apr 14 13:12:10 2026] POST /v2.0/routers => generated 730 bytes in 1971 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/466] 10.0.0.176 () {38 vars in 980 bytes} [Tue Apr 14 13:12:12 2026] POST /v2.0/security-group-rules => generated 614 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/467] 10.0.0.176 () {34 vars in 990 bytes} [Tue Apr 14 13:12:12 2026] GET /v2.0/security-groups/76e6457a-83d0-4843-8a41-9767ebfd54d4 => generated 2918 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/468] 10.0.0.176 () {34 vars in 990 bytes} [Tue Apr 14 13:12:12 2026] GET /v2.0/security-groups/e6704e6d-860c-4132-ab99-4b429862eb1b => generated 2310 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/469] 10.0.0.176 () {38 vars in 980 bytes} [Tue Apr 14 13:12:12 2026] POST /v2.0/security-group-rules => generated 619 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/470] 10.0.0.89 () {34 vars in 683 bytes} [Tue Apr 14 13:12:12 2026] POST /v2.0/security-groups => generated 1661 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/471] 10.0.0.176 () {34 vars in 990 bytes} [Tue Apr 14 13:12:12 2026] GET /v2.0/security-groups/e8b29623-13c9-4c4d-9b9f-0d42c4b81263 => generated 1682 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/472] 10.0.0.176 () {34 vars in 990 bytes} [Tue Apr 14 13:12:12 2026] GET /v2.0/security-groups/e6704e6d-860c-4132-ab99-4b429862eb1b => generated 2940 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/473] 10.0.0.89 () {34 vars in 693 bytes} [Tue Apr 14 13:12:12 2026] POST /v2.0/security-group-rules => generated 597 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/474] 10.0.0.176 () {36 vars in 1012 bytes} [Tue Apr 14 13:12:13 2026] DELETE /v2.0/security-groups/e8b29623-13c9-4c4d-9b9f-0d42c4b81263 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/475] 10.0.0.176 () {34 vars in 1000 bytes} [Tue Apr 14 13:12:13 2026] GET /v2.0/security-group-rules/48b8bf8e-4ca0-406e-9878-2d7215494118 => generated 616 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/476] 10.0.0.89 () {34 vars in 693 bytes} [Tue Apr 14 13:12:13 2026] POST /v2.0/security-group-rules => generated 602 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 13:12:13.231 8 INFO neutron.api.v2.resource [req-916f7aff-1ac9-4ac8-b46c-86fc47ba5438 req-3b897072-d1e8-4268-9197-396b404e4890 fc6b428e83ab4815bf2e6ac724e3e2a8 76e762dc21744c35913904b36b4fa5e7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 239/477] 10.0.0.176 () {34 vars in 990 bytes} [Tue Apr 14 13:12:13 2026] GET /v2.0/security-groups/e8b29623-13c9-4c4d-9b9f-0d42c4b81263 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/478] 10.0.0.176 () {34 vars in 990 bytes} [Tue Apr 14 13:12:13 2026] GET /v2.0/security-groups/e6704e6d-860c-4132-ab99-4b429862eb1b => generated 2940 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/479] 10.0.0.89 () {34 vars in 781 bytes} [Tue Apr 14 13:12:12 2026] PUT /v2.0/routers/4efd0a4e-7fce-4774-89dc-a4c769fd07b1/add_router_interface => generated 309 bytes in 1300 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/480] 10.0.0.176 () {34 vars in 990 bytes} [Tue Apr 14 13:12:13 2026] GET /v2.0/security-groups/2ab17dc2-3397-4b02-9510-2133891827a9 => generated 1680 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/481] 10.0.0.176 () {36 vars in 1022 bytes} [Tue Apr 14 13:12:13 2026] DELETE /v2.0/security-group-rules/48b8bf8e-4ca0-406e-9878-2d7215494118 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/482] 10.0.0.89 () {34 vars in 674 bytes} [Tue Apr 14 13:12:13 2026] POST /v2.0/floatingips => generated 552 bytes in 761 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/483] 10.0.0.176 () {34 vars in 990 bytes} [Tue Apr 14 13:12:14 2026] GET /v2.0/security-groups/e6704e6d-860c-4132-ab99-4b429862eb1b => generated 2310 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/484] 10.0.0.176 () {36 vars in 1012 bytes} [Tue Apr 14 13:12:14 2026] DELETE /v2.0/security-groups/2ab17dc2-3397-4b02-9510-2133891827a9 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/485] 10.0.0.176 () {36 vars in 1012 bytes} [Tue Apr 14 13:12:14 2026] DELETE /v2.0/security-groups/e6704e6d-860c-4132-ab99-4b429862eb1b => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 13:12:14.159 7 INFO neutron.api.v2.resource [req-ec8ec6e9-d6b3-42c9-8f51-2e0a9e4724f6 req-48311cf6-561e-4365-aca3-11053ae7c2d5 fc6b428e83ab4815bf2e6ac724e3e2a8 76e762dc21744c35913904b36b4fa5e7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 243/486] 10.0.0.176 () {34 vars in 990 bytes} [Tue Apr 14 13:12:14 2026] GET /v2.0/security-groups/2ab17dc2-3397-4b02-9510-2133891827a9 => generated 146 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/487] 10.0.0.176 () {34 vars in 990 bytes} [Tue Apr 14 13:12:14 2026] GET /v2.0/security-groups/51e8d45b-c276-47b6-8e9d-b2b95397fd91 => generated 2311 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/488] 10.0.0.176 () {34 vars in 990 bytes} [Tue Apr 14 13:12:14 2026] GET /v2.0/security-groups/4606bb2f-6e76-4e89-9a6c-c5fe1cc8ed81 => generated 1682 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/489] 10.0.0.176 () {36 vars in 1012 bytes} [Tue Apr 14 13:12:14 2026] DELETE /v2.0/security-groups/51e8d45b-c276-47b6-8e9d-b2b95397fd91 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/490] 10.0.0.176 () {36 vars in 1012 bytes} [Tue Apr 14 13:12:14 2026] DELETE /v2.0/security-groups/4606bb2f-6e76-4e89-9a6c-c5fe1cc8ed81 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 13:12:14.378 7 INFO neutron.api.v2.resource [req-795060fc-a77e-4c50-8e66-957a38dfe122 req-ac4e444d-477f-4eb1-a9b1-1b9937d1a115 fc6b428e83ab4815bf2e6ac724e3e2a8 76e762dc21744c35913904b36b4fa5e7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 246/491] 10.0.0.176 () {34 vars in 990 bytes} [Tue Apr 14 13:12:14 2026] GET /v2.0/security-groups/4606bb2f-6e76-4e89-9a6c-c5fe1cc8ed81 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/492] 10.0.0.89 () {34 vars in 683 bytes} [Tue Apr 14 13:12:14 2026] POST /v2.0/security-groups => generated 1658 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/493] 10.0.0.176 () {34 vars in 1001 bytes} [Tue Apr 14 13:12:14 2026] GET /v2.0/security-groups?tenant_id=76e762dc21744c35913904b36b4fa5e7 => generated 2921 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/494] 10.0.0.176 () {34 vars in 1099 bytes} [Tue Apr 14 13:12:14 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1339876358&fields=id&tenant_id=efae65246f174b408fd7e618aff2214f => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/495] 10.0.0.89 () {34 vars in 693 bytes} [Tue Apr 14 13:12:14 2026] POST /v2.0/security-group-rules => generated 597 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/496] 10.0.0.176 () {34 vars in 990 bytes} [Tue Apr 14 13:12:14 2026] GET /v2.0/security-groups/76e6457a-83d0-4843-8a41-9767ebfd54d4 => generated 2918 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 13:12:14.810 8 INFO neutron_taas.services.taas.taas_plugin [None req-b6d8a4d8-87be-48c2-a49e-ca3a9958eba9 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] TaaS: Handle Delete Port: 73c383ba-af84-4d3e-849b-1e7975ad90b5 2026-04-14 13:12:14.833 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b6d8a4d8-87be-48c2-a49e-ca3a9958eba9 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Tap Mirror: Handle Delete Port: 73c383ba-af84-4d3e-849b-1e7975ad90b5 [pid: 7|app: 0|req: 252/497] 10.0.0.176 () {34 vars in 981 bytes} [Tue Apr 14 13:12:14 2026] GET /v2.0/networks?id=e75d1e8b-e3ba-4403-851a-d5ea30acd3fb => generated 670 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/498] 10.0.0.89 () {34 vars in 693 bytes} [Tue Apr 14 13:12:14 2026] POST /v2.0/security-group-rules => generated 602 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/499] 10.0.0.176 () {34 vars in 990 bytes} [Tue Apr 14 13:12:14 2026] GET /v2.0/security-groups/76e6457a-83d0-4843-8a41-9767ebfd54d4 => generated 2918 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/500] 10.0.0.176 () {34 vars in 964 bytes} [Tue Apr 14 13:12:15 2026] GET /v2.0/quotas/efae65246f174b408fd7e618aff2214f => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/501] 10.0.0.89 () {34 vars in 787 bytes} [Tue Apr 14 13:12:14 2026] PUT /v2.0/routers/839b8c6c-9f59-4292-9152-e5440e5d72a4/remove_router_interface => generated 309 bytes in 1081 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/502] 10.0.0.176 () {34 vars in 1001 bytes} [Tue Apr 14 13:12:15 2026] GET /v2.0/ports?tenant_id=efae65246f174b408fd7e618aff2214f&fields=id => generated 57 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 13:12:15.503 8 INFO neutron.api.v2.resource [req-66400f9d-ea50-42d0-8211-3f704f160bda req-797ccc02-445c-4206-9cef-db60c544e427 fc6b428e83ab4815bf2e6ac724e3e2a8 76e762dc21744c35913904b36b4fa5e7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 248/503] 10.0.0.176 () {34 vars in 990 bytes} [Tue Apr 14 13:12:15 2026] GET /v2.0/security-groups/4606bb2f-6e76-4e89-9a6c-c5fe1cc8ed81 => 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: 256/504] 10.0.0.89 () {34 vars in 674 bytes} [Tue Apr 14 13:12:15 2026] POST /v2.0/floatingips => generated 552 bytes in 521 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 13:12:15.573 7 INFO neutron.api.v2.resource [req-6b6f4ff2-9547-426e-9176-30d134885863 req-8c34c874-63a3-470d-925b-dce3a0df43d4 fc6b428e83ab4815bf2e6ac724e3e2a8 76e762dc21744c35913904b36b4fa5e7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 257/505] 10.0.0.176 () {34 vars in 990 bytes} [Tue Apr 14 13:12:15 2026] GET /v2.0/security-groups/2ab17dc2-3397-4b02-9510-2133891827a9 => generated 146 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 13:12:15.611 7 INFO neutron.api.v2.resource [req-f8336686-4b49-46de-b854-da92db3c34b5 req-ed34a22b-881f-43f7-883d-256f23254421 fc6b428e83ab4815bf2e6ac724e3e2a8 76e762dc21744c35913904b36b4fa5e7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 258/506] 10.0.0.176 () {34 vars in 990 bytes} [Tue Apr 14 13:12:15 2026] GET /v2.0/security-groups/e8b29623-13c9-4c4d-9b9f-0d42c4b81263 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 13:12:15.671 8 INFO neutron_taas.services.taas.taas_plugin [None req-a425a5af-ade6-41d8-8fc0-81127188430c 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] TaaS: Handle Delete Port: 5f8bc444-bfa4-4dc5-8016-ad35a4644854 2026-04-14 13:12:15.673 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a425a5af-ade6-41d8-8fc0-81127188430c 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Tap Mirror: Handle Delete Port: 5f8bc444-bfa4-4dc5-8016-ad35a4644854 2026-04-14 13:12:15.855 8 INFO neutron_taas.services.taas.taas_plugin [None req-a425a5af-ade6-41d8-8fc0-81127188430c 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] TaaS: Handle Delete Port: deef2edb-8985-49a6-aa3d-0513dae9d78e 2026-04-14 13:12:15.857 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a425a5af-ade6-41d8-8fc0-81127188430c 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Tap Mirror: Handle Delete Port: deef2edb-8985-49a6-aa3d-0513dae9d78e 2026-04-14 13:12:15.908 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-a425a5af-ade6-41d8-8fc0-81127188430c 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() 2026-04-14 13:12:16.091 7 INFO neutron_taas.services.taas.taas_plugin [None req-7180fbbe-49ff-4378-ad6d-9fc025b3bd74 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] TaaS: Handle Delete Port: c4294e67-0709-4bf4-bc16-667f0278aa4b 2026-04-14 13:12:16.099 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7180fbbe-49ff-4378-ad6d-9fc025b3bd74 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Tap Mirror: Handle Delete Port: c4294e67-0709-4bf4-bc16-667f0278aa4b 2026-04-14 13:12:16.188 8 INFO neutron.db.l3_hamode_db [None req-a425a5af-ade6-41d8-8fc0-81127188430c 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] HA network b25a03b4-8de7-4ad9-bccb-14ff084cdcfb was deleted as no HA routers are present in tenant 964055d88bd74c10964972de2cf3347e. [pid: 8|app: 0|req: 249/507] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:12:15 2026] DELETE /v2.0/routers/839b8c6c-9f59-4292-9152-e5440e5d72a4 => generated 0 bytes in 689 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/508] 10.0.0.176 () {34 vars in 906 bytes} [Tue Apr 14 13:12:16 2026] GET /v2.0/extensions => generated 21537 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/509] 10.0.0.176 () {34 vars in 1095 bytes} [Tue Apr 14 13:12:16 2026] GET /v2.0/security-groups?name=tempest-securitygroup--31820480&fields=id&tenant_id=161c448fe12c489698fa06ebe0b228f6 => generated 69 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/510] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:12:16 2026] DELETE /v2.0/subnets/4a61fa51-6eb2-4f63-892a-44d46738447b => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/511] 10.0.0.176 () {34 vars in 1007 bytes} [Tue Apr 14 13:12:16 2026] GET /v2.0/networks/e75d1e8b-e3ba-4403-851a-d5ea30acd3fb?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/514] 10.0.0.176 () {34 vars in 981 bytes} [Tue Apr 14 13:12:16 2026] GET /v2.0/networks?id=59048887-ef39-4a86-8adb-f90dce0ec837 => generated 675 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:12:16.535 8 INFO neutron.services.segments.plugin [-] Segment e8129266-5691-4665-a7da-e8d3c7ee95c2 resource provider aggregate not found 2026-04-14 13:12:16.564 8 INFO neutron.services.segments.plugin [-] Segment e8129266-5691-4665-a7da-e8d3c7ee95c2 resource provider aggregate not found 2026-04-14 13:12:16.571 8 INFO neutron.services.segments.plugin [-] Segment e8129266-5691-4665-a7da-e8d3c7ee95c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8129266-5691-4665-a7da-e8d3c7ee95c2 found for delete ", "request_id": "req-6fa63c02-446d-47a1-a7b8-5f7213866fb5"}]} 2026-04-14 13:12:16.587 8 INFO neutron_taas.services.taas.taas_plugin [None req-422502ba-891a-4864-852e-08a3c79300c1 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] TaaS: Handle Delete Port: 01a05892-1b1e-4af7-b2bb-65f666255cdc 2026-04-14 13:12:16.590 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-422502ba-891a-4864-852e-08a3c79300c1 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Tap Mirror: Handle Delete Port: 01a05892-1b1e-4af7-b2bb-65f666255cdc 2026-04-14 13:12:16.591 8 INFO neutron.services.segments.plugin [-] Segment e8129266-5691-4665-a7da-e8d3c7ee95c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8129266-5691-4665-a7da-e8d3c7ee95c2 found for delete ", "request_id": "req-feeab41b-91fd-49fe-a596-34e358f5ce52"}]} [pid: 7|app: 0|req: 259/515] 10.0.0.89 () {34 vars in 787 bytes} [Tue Apr 14 13:12:15 2026] PUT /v2.0/routers/cb0bbde4-ae78-4b0a-a507-933acfa00813/remove_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: 260/516] 10.0.0.176 () {34 vars in 1107 bytes} [Tue Apr 14 13:12:16 2026] GET /v2.0/networks/e75d1e8b-e3ba-4403-851a-d5ea30acd3fb?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: 261/517] 10.0.0.176 () {34 vars in 964 bytes} [Tue Apr 14 13:12:16 2026] GET /v2.0/quotas/161c448fe12c489698fa06ebe0b228f6 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/518] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:12:16 2026] DELETE /v2.0/networks/212bbcc6-6f05-4ef8-8372-8b395f17a69b => generated 0 bytes in 251 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/519] 10.0.0.176 () {34 vars in 1001 bytes} [Tue Apr 14 13:12:16 2026] GET /v2.0/ports?tenant_id=161c448fe12c489698fa06ebe0b228f6&fields=id => generated 57 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 13:12:16.857 7 INFO neutron_taas.services.taas.taas_plugin [None req-54a92efd-640d-4cbc-ab5b-6df9167d7e31 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] TaaS: Handle Delete Port: 0024faf2-1505-4131-87a7-ee9bceaf247a 2026-04-14 13:12:16.860 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-54a92efd-640d-4cbc-ab5b-6df9167d7e31 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Tap Mirror: Handle Delete Port: 0024faf2-1505-4131-87a7-ee9bceaf247a [pid: 8|app: 0|req: 259/520] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:16 2026] GET /v2.0/ports?device_id=bcb29377-daa1-465f-9137-5961980c479d => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/521] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:12:16 2026] GET /v2.0/security-groups?tenant_id=964055d88bd74c10964972de2cf3347e&name=default => generated 2921 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/522] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:12:16 2026] DELETE /v2.0/security-groups/aab8e9ce-810e-447a-aa17-b3b6ce30ed67 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 13:12:17.103 7 INFO neutron_taas.services.taas.taas_plugin [None req-54a92efd-640d-4cbc-ab5b-6df9167d7e31 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] TaaS: Handle Delete Port: bff1cb40-7f7e-4519-9dda-02e419a690ea 2026-04-14 13:12:17.106 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-54a92efd-640d-4cbc-ab5b-6df9167d7e31 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Tap Mirror: Handle Delete Port: bff1cb40-7f7e-4519-9dda-02e419a690ea 2026-04-14 13:12:17.196 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-54a92efd-640d-4cbc-ab5b-6df9167d7e31 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 8|app: 0|req: 262/523] 10.0.0.176 () {34 vars in 906 bytes} [Tue Apr 14 13:12:17 2026] GET /v2.0/extensions => generated 21537 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/524] 10.0.0.176 () {34 vars in 1007 bytes} [Tue Apr 14 13:12:17 2026] GET /v2.0/networks/59048887-ef39-4a86-8adb-f90dce0ec837?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/525] 10.0.0.176 () {34 vars in 1107 bytes} [Tue Apr 14 13:12:17 2026] GET /v2.0/networks/59048887-ef39-4a86-8adb-f90dce0ec837?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/526] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:17 2026] GET /v2.0/ports?device_id=e48723a7-5ba7-454d-bf63-8d1b44840c62 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 13:12:17.612 7 INFO neutron.db.l3_hamode_db [None req-54a92efd-640d-4cbc-ab5b-6df9167d7e31 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] HA network 76e32e8d-7dcc-4456-b0ab-60eba1a64514 was deleted as no HA routers are present in tenant 76e762dc21744c35913904b36b4fa5e7. [pid: 7|app: 0|req: 262/527] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:12:16 2026] DELETE /v2.0/routers/cb0bbde4-ae78-4b0a-a507-933acfa00813 => generated 0 bytes in 941 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/528] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:12:17 2026] DELETE /v2.0/subnets/29082b31-c4ec-4927-ab8a-f6238e02d51b => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:12:17.849 7 INFO neutron_taas.services.taas.taas_plugin [None req-b6399177-8763-43e8-858e-5638b52bee8f 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] TaaS: Handle Delete Port: 722575f2-bc24-44cd-9914-d11d8e2016c6 2026-04-14 13:12:17.855 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b6399177-8763-43e8-858e-5638b52bee8f 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Tap Mirror: Handle Delete Port: 722575f2-bc24-44cd-9914-d11d8e2016c6 2026-04-14 13:12:17.969 7 INFO neutron.services.segments.plugin [-] Segment d4eb299b-d1b9-441c-a7fa-099b783e0740 resource provider aggregate not found 2026-04-14 13:12:17.974 7 INFO neutron.services.segments.plugin [-] Segment d4eb299b-d1b9-441c-a7fa-099b783e0740 resource provider aggregate not found 2026-04-14 13:12:17.986 7 INFO neutron.services.segments.plugin [-] Segment d4eb299b-d1b9-441c-a7fa-099b783e0740 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d4eb299b-d1b9-441c-a7fa-099b783e0740 found for delete ", "request_id": "req-016376b2-5ccb-42bc-9a51-4bf179edc18f"}]} 2026-04-14 13:12:17.988 7 INFO neutron.services.segments.plugin [-] Segment d4eb299b-d1b9-441c-a7fa-099b783e0740 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d4eb299b-d1b9-441c-a7fa-099b783e0740 found for delete ", "request_id": "req-83e55ecc-39e8-4ed7-a734-191ded993a3f"}]} [pid: 8|app: 0|req: 267/529] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:18 2026] GET /v2.0/ports?device_id=bcb29377-daa1-465f-9137-5961980c479d => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/530] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:12:17 2026] DELETE /v2.0/networks/485b1bcd-6946-44d7-a03d-3cf6ba48b432 => generated 0 bytes in 349 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/531] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:12:18 2026] GET /v2.0/security-groups?tenant_id=76e762dc21744c35913904b36b4fa5e7&name=default => generated 2921 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/532] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:12:18 2026] DELETE /v2.0/security-groups/76e6457a-83d0-4843-8a41-9767ebfd54d4 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 13:12:18.594 8 INFO neutron.services.segments.plugin [-] Segment 0225b294-ee3d-423c-9b64-f9581d4e9b4b resource provider aggregate not found 2026-04-14 13:12:18.608 8 INFO neutron.services.segments.plugin [-] Segment 0225b294-ee3d-423c-9b64-f9581d4e9b4b resource provider aggregate not found 2026-04-14 13:12:18.612 8 INFO neutron.services.segments.plugin [-] Segment 0225b294-ee3d-423c-9b64-f9581d4e9b4b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0225b294-ee3d-423c-9b64-f9581d4e9b4b found for delete ", "request_id": "req-f29d4a52-47a8-428b-8c23-49538f3b72ad"}]} 2026-04-14 13:12:18.627 8 INFO neutron.services.segments.plugin [-] Segment 0225b294-ee3d-423c-9b64-f9581d4e9b4b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0225b294-ee3d-423c-9b64-f9581d4e9b4b found for delete ", "request_id": "req-e724ba55-8a17-4ce6-bf92-14d63dda63e6"}]} [pid: 8|app: 0|req: 269/533] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:18 2026] GET /v2.0/ports?device_id=e48723a7-5ba7-454d-bf63-8d1b44840c62 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/534] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:19 2026] GET /v2.0/ports?device_id=bcb29377-daa1-465f-9137-5961980c479d => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 13:12:19.155 7 INFO neutron.db.segments_db [None req-8e6e7c2f-79e6-40c6-987e-c28ec3f68cc1 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Added segment 8e5f95dd-644e-42a9-94c6-fda288172649 of type vxlan for network 6d54fa9b-e958-4e89-8fac-dae433ab6fc4 [pid: 7|app: 0|req: 265/535] 10.0.0.89 () {34 vars in 669 bytes} [Tue Apr 14 13:12:18 2026] POST /v2.0/networks => generated 746 bytes in 377 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/536] 10.0.0.89 () {34 vars in 667 bytes} [Tue Apr 14 13:12:19 2026] POST /v2.0/subnets => generated 693 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 13:12:19.494 7 INFO neutron.db.segments_db [None req-036d2e9b-868e-4ac1-8ebd-00ec0a07e506 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Added segment 6868b5f1-b8a1-4b4d-9427-97a0a7a252f4 of type vxlan for network 8fc0e9fa-c1c1-42df-a16d-c8535b35fcc9 2026-04-14 13:12:19.735 7 INFO neutron.db.l3_hamode_db [None req-036d2e9b-868e-4ac1-8ebd-00ec0a07e506 07a826a9f9ea4418bda3456837295b64 89dea17c724447888a4c47ec6d5521cf - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 272/537] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:19 2026] GET /v2.0/ports?device_id=e48723a7-5ba7-454d-bf63-8d1b44840c62 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 13:12:20.013 7 INFO neutron.services.segments.plugin [-] Segment b23d3624-7a12-425c-b971-3756d9be9b35 resource provider aggregate not found 2026-04-14 13:12:20.015 7 INFO neutron.services.segments.plugin [-] Segment b23d3624-7a12-425c-b971-3756d9be9b35 resource provider aggregate not found 2026-04-14 13:12:20.032 7 INFO neutron.services.segments.plugin [-] Segment b23d3624-7a12-425c-b971-3756d9be9b35 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b23d3624-7a12-425c-b971-3756d9be9b35 found for delete ", "request_id": "req-be80345e-f4dd-4482-b586-ab48748887ce"}]} 2026-04-14 13:12:20.033 7 INFO neutron.services.segments.plugin [-] Segment b23d3624-7a12-425c-b971-3756d9be9b35 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b23d3624-7a12-425c-b971-3756d9be9b35 found for delete ", "request_id": "req-3621c3b1-72d1-41a9-ac17-5ca62a2c1708"}]} 2026-04-14 13:12:20.281 8 INFO neutron.db.segments_db [None req-5e17312e-c6f9-4b39-b81c-2c78e516bebf 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Added segment ae6d446b-afde-4907-b79e-60f431a065a5 of type vxlan for network 1bf1181d-5fee-4f82-aa37-04d35566f0d2 [pid: 8|app: 0|req: 273/538] 10.0.0.89 () {34 vars in 669 bytes} [Tue Apr 14 13:12:20 2026] POST /v2.0/networks => generated 752 bytes in 321 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/539] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:20 2026] GET /v2.0/ports?device_id=bcb29377-daa1-465f-9137-5961980c479d => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 13:12:20.447 7 INFO neutron.db.l3_hamode_db [None req-036d2e9b-868e-4ac1-8ebd-00ec0a07e506 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 275/540] 10.0.0.89 () {34 vars in 667 bytes} [Tue Apr 14 13:12:20 2026] POST /v2.0/subnets => generated 699 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 13:12:20.625 8 INFO neutron.db.segments_db [None req-bbf0e79f-892d-4a8f-9d3c-acb63f6634fc 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Added segment fdf0c79b-c0e6-4d24-ae9c-ee196635a82e of type vxlan for network 2d1af06b-8020-4fd0-a38d-ac8f5d8ca64e 2026-04-14 13:12:20.891 8 INFO neutron.db.l3_hamode_db [None req-bbf0e79f-892d-4a8f-9d3c-acb63f6634fc 07a826a9f9ea4418bda3456837295b64 3ea0d0390d6944ddb0a2ae714f39918e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 266/541] 10.0.0.89 () {34 vars in 667 bytes} [Tue Apr 14 13:12:19 2026] POST /v2.0/routers => generated 733 bytes in 1942 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/542] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:21 2026] GET /v2.0/ports?device_id=e48723a7-5ba7-454d-bf63-8d1b44840c62 => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 13:12:21.641 8 INFO neutron.db.l3_hamode_db [None req-bbf0e79f-892d-4a8f-9d3c-acb63f6634fc 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 276/543] 10.0.0.89 () {34 vars in 667 bytes} [Tue Apr 14 13:12:20 2026] POST /v2.0/routers => generated 739 bytes in 1897 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/544] 10.0.0.89 () {34 vars in 781 bytes} [Tue Apr 14 13:12:21 2026] PUT /v2.0/routers/33dcc71d-6658-470e-8886-9f7cb8103952/add_router_interface => generated 309 bytes in 1042 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/545] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:22 2026] GET /v2.0/ports?device_id=bcb29377-daa1-465f-9137-5961980c479d => 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: 269/546] 199.19.213.159 () {34 vars in 985 bytes} [Tue Apr 14 13:12:22 2026] GET /v2.0/networks?id=e75d1e8b-e3ba-4403-851a-d5ea30acd3fb => generated 670 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/547] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:22 2026] GET /v2.0/ports?device_id=e48723a7-5ba7-454d-bf63-8d1b44840c62 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/548] 199.19.213.159 () {34 vars in 910 bytes} [Tue Apr 14 13:12:22 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: 7|app: 0|req: 272/549] 199.19.213.159 () {34 vars in 1049 bytes} [Tue Apr 14 13:12:22 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=efae65246f174b408fd7e618aff2214f => generated 181 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/550] 199.19.213.159 () {38 vars in 954 bytes} [Tue Apr 14 13:12:22 2026] POST /v2.0/ports => generated 958 bytes in 826 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: 274/551] 10.0.0.176 () {34 vars in 981 bytes} [Tue Apr 14 13:12:23 2026] GET /v2.0/networks?id=6d54fa9b-e958-4e89-8fac-dae433ab6fc4 => generated 678 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/552] 199.19.213.159 () {34 vars in 985 bytes} [Tue Apr 14 13:12:23 2026] GET /v2.0/networks?id=59048887-ef39-4a86-8adb-f90dce0ec837 => generated 675 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/553] 10.0.0.176 () {34 vars in 964 bytes} [Tue Apr 14 13:12:23 2026] GET /v2.0/quotas/89dea17c724447888a4c47ec6d5521cf => 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: 277/554] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:23 2026] GET /v2.0/ports?device_id=bcb29377-daa1-465f-9137-5961980c479d => generated 961 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/555] 199.19.213.159 () {34 vars in 1049 bytes} [Tue Apr 14 13:12:23 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=161c448fe12c489698fa06ebe0b228f6 => generated 179 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/556] 10.0.0.176 () {34 vars in 1001 bytes} [Tue Apr 14 13:12:23 2026] GET /v2.0/ports?tenant_id=89dea17c724447888a4c47ec6d5521cf&fields=id => generated 57 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/557] 10.0.0.89 () {34 vars in 781 bytes} [Tue Apr 14 13:12:22 2026] PUT /v2.0/routers/066cfdc5-cde9-4152-b9a5-9a404dcf59d2/add_router_interface => generated 309 bytes in 1322 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/558] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:12:23 2026] GET /v2.0/security-groups?id=8f85fc6b-99b4-46ff-a094-b596db813797&fields=id&fields=name => generated 114 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/559] 10.0.0.176 () {34 vars in 1007 bytes} [Tue Apr 14 13:12:23 2026] GET /v2.0/networks/6d54fa9b-e958-4e89-8fac-dae433ab6fc4?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: 282/560] 199.19.213.159 () {38 vars in 1027 bytes} [Tue Apr 14 13:12:23 2026] PUT /v2.0/ports/22415def-8db2-4d0a-a843-9141854f594e => generated 1239 bytes in 549 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: 283/561] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:24 2026] GET /v2.0/ports?device_id=e48723a7-5ba7-454d-bf63-8d1b44840c62 => generated 957 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/562] 10.0.0.176 () {34 vars in 1107 bytes} [Tue Apr 14 13:12:24 2026] GET /v2.0/networks/6d54fa9b-e958-4e89-8fac-dae433ab6fc4?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: 285/563] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:12:24 2026] GET /v2.0/security-groups?id=5890f137-5881-430f-b6f7-4a1dc079b8f5&fields=id&fields=name => generated 112 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/564] 199.19.213.159 () {38 vars in 954 bytes} [Tue Apr 14 13:12:23 2026] POST /v2.0/ports => generated 954 bytes in 794 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 280/565] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:24 2026] GET /v2.0/ports?device_id=f526b848-c2d7-43e9-9df8-24a8da1a03b4 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 13:12:24.851 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9cb52d46-a5c3-4042-931d-d14e15725401'] response: {'name': 'network-changed', 'server_uuid': 'bcb29377-daa1-465f-9137-5961980c479d', 'tag': '22415def-8db2-4d0a-a843-9141854f594e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 281/566] 10.0.0.89 () {34 vars in 683 bytes} [Tue Apr 14 13:12:24 2026] POST /v2.0/security-groups => generated 1660 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/567] 10.0.0.89 () {34 vars in 693 bytes} [Tue Apr 14 13:12:24 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: 7|app: 0|req: 286/568] 199.19.213.159 () {38 vars in 1027 bytes} [Tue Apr 14 13:12:24 2026] PUT /v2.0/ports/b170c0eb-436b-4d20-9d47-0cf7b6bfa66f => generated 1235 bytes in 514 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 283/569] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:25 2026] GET /v2.0/ports?device_id=bcb29377-daa1-465f-9137-5961980c479d => generated 973 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/570] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:12:25 2026] GET /v2.0/security-groups?id=8f85fc6b-99b4-46ff-a094-b596db813797&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: 287/571] 10.0.0.89 () {34 vars in 693 bytes} [Tue Apr 14 13:12:25 2026] POST /v2.0/security-group-rules => generated 602 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/572] 199.19.213.159 () {34 vars in 1079 bytes} [Tue Apr 14 13:12:25 2026] GET /v2.0/ports?tenant_id=efae65246f174b408fd7e618aff2214f&device_id=bcb29377-daa1-465f-9137-5961980c479d => generated 1242 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/573] 199.19.213.159 () {34 vars in 1017 bytes} [Tue Apr 14 13:12:25 2026] GET /v2.0/networks?tenant_id=efae65246f174b408fd7e618aff2214f&shared=False => generated 766 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/574] 199.19.213.159 () {34 vars in 929 bytes} [Tue Apr 14 13:12:25 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/575] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:25 2026] GET /v2.0/ports?device_id=e48723a7-5ba7-454d-bf63-8d1b44840c62 => 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: 292/576] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:12:25 2026] GET /v2.0/security-groups?id=5890f137-5881-430f-b6f7-4a1dc079b8f5&fields=id&fields=name => generated 112 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/577] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:25 2026] GET /v2.0/ports?device_id=f526b848-c2d7-43e9-9df8-24a8da1a03b4 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/578] 10.0.0.89 () {34 vars in 674 bytes} [Tue Apr 14 13:12:25 2026] POST /v2.0/floatingips => generated 552 bytes in 562 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/579] 199.19.213.159 () {34 vars in 1079 bytes} [Tue Apr 14 13:12:26 2026] GET /v2.0/ports?tenant_id=efae65246f174b408fd7e618aff2214f&device_id=bcb29377-daa1-465f-9137-5961980c479d => generated 1242 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/580] 199.19.213.159 () {34 vars in 1059 bytes} [Tue Apr 14 13:12:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=22415def-8db2-4d0a-a843-9141854f594e => generated 19 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/581] 199.19.213.159 () {34 vars in 1079 bytes} [Tue Apr 14 13:12:26 2026] GET /v2.0/ports?tenant_id=161c448fe12c489698fa06ebe0b228f6&device_id=e48723a7-5ba7-454d-bf63-8d1b44840c62 => generated 1238 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/582] 199.19.213.159 () {34 vars in 983 bytes} [Tue Apr 14 13:12:26 2026] GET /v2.0/subnets?id=41b5ba62-86ec-47b7-89e6-44955e24bb29 => generated 688 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/583] 199.19.213.159 () {34 vars in 1057 bytes} [Tue Apr 14 13:12:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=b170c0eb-436b-4d20-9d47-0cf7b6bfa66f => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/584] 10.0.0.176 () {34 vars in 1097 bytes} [Tue Apr 14 13:12:26 2026] GET /v2.0/security-groups?name=tempest-securitygroup--173991844&fields=id&tenant_id=3ea0d0390d6944ddb0a2ae714f39918e => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/585] 199.19.213.159 () {34 vars in 1051 bytes} [Tue Apr 14 13:12:26 2026] GET /v2.0/ports?network_id=e75d1e8b-e3ba-4403-851a-d5ea30acd3fb&device_owner=network%3Adhcp => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/586] 199.19.213.159 () {34 vars in 983 bytes} [Tue Apr 14 13:12:26 2026] GET /v2.0/subnets?id=2dc52163-2091-4f53-9d76-998613b56832 => generated 693 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/587] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:26 2026] GET /v2.0/ports?device_id=bcb29377-daa1-465f-9137-5961980c479d => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/588] 10.0.0.176 () {34 vars in 981 bytes} [Tue Apr 14 13:12:26 2026] GET /v2.0/networks?id=1bf1181d-5fee-4f82-aa37-04d35566f0d2 => generated 684 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/589] 199.19.213.159 () {34 vars in 1051 bytes} [Tue Apr 14 13:12:26 2026] GET /v2.0/ports?network_id=59048887-ef39-4a86-8adb-f90dce0ec837&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/590] 199.19.213.159 () {34 vars in 1011 bytes} [Tue Apr 14 13:12:26 2026] GET /v2.0/networks/e75d1e8b-e3ba-4403-851a-d5ea30acd3fb?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/591] 10.0.0.176 () {34 vars in 964 bytes} [Tue Apr 14 13:12:26 2026] GET /v2.0/quotas/3ea0d0390d6944ddb0a2ae714f39918e => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/592] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:12:26 2026] GET /v2.0/security-groups?id=8f85fc6b-99b4-46ff-a094-b596db813797&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/593] 199.19.213.159 () {34 vars in 1011 bytes} [Tue Apr 14 13:12:26 2026] GET /v2.0/networks/59048887-ef39-4a86-8adb-f90dce0ec837?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/594] 199.19.213.159 () {34 vars in 1111 bytes} [Tue Apr 14 13:12:26 2026] GET /v2.0/networks/e75d1e8b-e3ba-4403-851a-d5ea30acd3fb?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: 303/595] 199.19.213.159 () {34 vars in 1111 bytes} [Tue Apr 14 13:12:26 2026] GET /v2.0/networks/59048887-ef39-4a86-8adb-f90dce0ec837?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/596] 10.0.0.176 () {34 vars in 1001 bytes} [Tue Apr 14 13:12:26 2026] GET /v2.0/ports?tenant_id=3ea0d0390d6944ddb0a2ae714f39918e&fields=id => generated 57 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/597] 10.0.0.176 () {34 vars in 1007 bytes} [Tue Apr 14 13:12:26 2026] GET /v2.0/networks/1bf1181d-5fee-4f82-aa37-04d35566f0d2?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/598] 10.0.0.176 () {34 vars in 1107 bytes} [Tue Apr 14 13:12:26 2026] GET /v2.0/networks/1bf1181d-5fee-4f82-aa37-04d35566f0d2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/599] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:26 2026] GET /v2.0/ports?device_id=d760deda-6cbd-49b3-8d8b-628ce2a1597c => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/600] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:26 2026] GET /v2.0/ports?device_id=e48723a7-5ba7-454d-bf63-8d1b44840c62 => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/601] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:26 2026] GET /v2.0/ports?device_id=f526b848-c2d7-43e9-9df8-24a8da1a03b4 => 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: 306/602] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:12:26 2026] GET /v2.0/security-groups?id=5890f137-5881-430f-b6f7-4a1dc079b8f5&fields=id&fields=name => generated 112 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:12:26.963 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b5743547-35b4-4c7a-bdb6-f8ab75ab3a11'] response: {'name': 'network-changed', 'server_uuid': 'e48723a7-5ba7-454d-bf63-8d1b44840c62', 'tag': 'b170c0eb-436b-4d20-9d47-0cf7b6bfa66f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 297/603] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:27 2026] GET /v2.0/ports?device_id=bcb29377-daa1-465f-9137-5961980c479d => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/604] 199.19.213.159 () {34 vars in 1079 bytes} [Tue Apr 14 13:12:27 2026] GET /v2.0/ports?tenant_id=161c448fe12c489698fa06ebe0b228f6&device_id=e48723a7-5ba7-454d-bf63-8d1b44840c62 => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/605] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:12:27 2026] GET /v2.0/security-groups?id=8f85fc6b-99b4-46ff-a094-b596db813797&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/606] 199.19.213.159 () {34 vars in 985 bytes} [Tue Apr 14 13:12:27 2026] GET /v2.0/networks?id=59048887-ef39-4a86-8adb-f90dce0ec837 => generated 771 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/607] 199.19.213.159 () {34 vars in 1057 bytes} [Tue Apr 14 13:12:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=b170c0eb-436b-4d20-9d47-0cf7b6bfa66f => 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: 309/608] 199.19.213.159 () {34 vars in 983 bytes} [Tue Apr 14 13:12:27 2026] GET /v2.0/subnets?id=2dc52163-2091-4f53-9d76-998613b56832 => generated 693 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/609] 199.19.213.159 () {34 vars in 1051 bytes} [Tue Apr 14 13:12:27 2026] GET /v2.0/ports?network_id=59048887-ef39-4a86-8adb-f90dce0ec837&device_owner=network%3Adhcp => generated 1244 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/610] 199.19.213.159 () {34 vars in 1011 bytes} [Tue Apr 14 13:12:27 2026] GET /v2.0/networks/59048887-ef39-4a86-8adb-f90dce0ec837?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/611] 199.19.213.159 () {34 vars in 1111 bytes} [Tue Apr 14 13:12:27 2026] GET /v2.0/networks/59048887-ef39-4a86-8adb-f90dce0ec837?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: 311/612] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:27 2026] GET /v2.0/ports?device_id=d760deda-6cbd-49b3-8d8b-628ce2a1597c => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/613] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:27 2026] GET /v2.0/ports?device_id=f526b848-c2d7-43e9-9df8-24a8da1a03b4 => 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: 312/614] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:27 2026] GET /v2.0/ports?device_id=e48723a7-5ba7-454d-bf63-8d1b44840c62 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/615] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:12:28 2026] GET /v2.0/security-groups?id=5890f137-5881-430f-b6f7-4a1dc079b8f5&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/616] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:28 2026] GET /v2.0/ports?device_id=bcb29377-daa1-465f-9137-5961980c479d => generated 973 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/617] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:12:28 2026] GET /v2.0/security-groups?id=8f85fc6b-99b4-46ff-a094-b596db813797&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: 314/618] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:28 2026] GET /v2.0/ports?device_id=d760deda-6cbd-49b3-8d8b-628ce2a1597c => 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: 315/619] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:29 2026] GET /v2.0/ports?device_id=f526b848-c2d7-43e9-9df8-24a8da1a03b4 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/620] 199.19.213.159 () {34 vars in 985 bytes} [Tue Apr 14 13:12:29 2026] GET /v2.0/networks?id=6d54fa9b-e958-4e89-8fac-dae433ab6fc4 => generated 678 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/621] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:29 2026] GET /v2.0/ports?device_id=e48723a7-5ba7-454d-bf63-8d1b44840c62 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/622] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:12:29 2026] GET /v2.0/security-groups?id=5890f137-5881-430f-b6f7-4a1dc079b8f5&fields=id&fields=name => generated 112 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/623] 199.19.213.159 () {38 vars in 954 bytes} [Tue Apr 14 13:12:29 2026] POST /v2.0/ports => generated 958 bytes in 309 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: 317/624] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:29 2026] GET /v2.0/ports?device_id=bcb29377-daa1-465f-9137-5961980c479d => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/625] 199.19.213.159 () {38 vars in 1027 bytes} [Tue Apr 14 13:12:29 2026] PUT /v2.0/ports/1f473a34-a154-4168-a12f-d8228154374a => generated 1239 bytes in 495 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/626] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:12:29 2026] GET /v2.0/security-groups?id=8f85fc6b-99b4-46ff-a094-b596db813797&fields=id&fields=name => generated 114 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 309/627] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:30 2026] GET /v2.0/ports?device_id=d760deda-6cbd-49b3-8d8b-628ce2a1597c => 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: 319/628] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:30 2026] GET /v2.0/ports?device_id=f526b848-c2d7-43e9-9df8-24a8da1a03b4 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/629] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:12:30 2026] GET /v2.0/security-groups?id=d73161f3-3401-45bd-9794-aa5b4495483f&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 13:12:30.322 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-54232f41-9558-4880-ba64-f22f4d1e84a9'] response: {'name': 'network-changed', 'server_uuid': 'f526b848-c2d7-43e9-9df8-24a8da1a03b4', 'tag': '1f473a34-a154-4168-a12f-d8228154374a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 320/630] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:30 2026] GET /v2.0/ports?device_id=e48723a7-5ba7-454d-bf63-8d1b44840c62 => generated 969 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/631] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:12:30 2026] GET /v2.0/security-groups?id=5890f137-5881-430f-b6f7-4a1dc079b8f5&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/632] 199.19.213.159 () {34 vars in 1079 bytes} [Tue Apr 14 13:12:30 2026] GET /v2.0/ports?tenant_id=89dea17c724447888a4c47ec6d5521cf&device_id=f526b848-c2d7-43e9-9df8-24a8da1a03b4 => generated 1242 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/633] 199.19.213.159 () {34 vars in 1017 bytes} [Tue Apr 14 13:12:30 2026] GET /v2.0/networks?tenant_id=89dea17c724447888a4c47ec6d5521cf&shared=False => generated 774 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/634] 199.19.213.159 () {34 vars in 929 bytes} [Tue Apr 14 13:12:30 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/635] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:30 2026] GET /v2.0/ports?device_id=bcb29377-daa1-465f-9137-5961980c479d => generated 973 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/636] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:12:31 2026] GET /v2.0/security-groups?id=8f85fc6b-99b4-46ff-a094-b596db813797&fields=id&fields=name => generated 114 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/637] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:31 2026] GET /v2.0/ports?device_id=d760deda-6cbd-49b3-8d8b-628ce2a1597c => 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: 324/638] 199.19.213.159 () {34 vars in 985 bytes} [Tue Apr 14 13:12:31 2026] GET /v2.0/networks?id=1bf1181d-5fee-4f82-aa37-04d35566f0d2 => generated 684 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/641] 199.19.213.159 () {34 vars in 1049 bytes} [Tue Apr 14 13:12:31 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3ea0d0390d6944ddb0a2ae714f39918e => generated 180 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/642] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:31 2026] GET /v2.0/ports?device_id=f526b848-c2d7-43e9-9df8-24a8da1a03b4 => generated 973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/643] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:12:31 2026] GET /v2.0/security-groups?id=d73161f3-3401-45bd-9794-aa5b4495483f&fields=id&fields=name => generated 88 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/644] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:31 2026] GET /v2.0/ports?device_id=e48723a7-5ba7-454d-bf63-8d1b44840c62 => 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: 330/645] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:12:31 2026] GET /v2.0/security-groups?id=5890f137-5881-430f-b6f7-4a1dc079b8f5&fields=id&fields=name => generated 112 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/646] 199.19.213.159 () {38 vars in 954 bytes} [Tue Apr 14 13:12:31 2026] POST /v2.0/ports => generated 958 bytes in 348 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 317/647] 199.19.213.159 () {34 vars in 1079 bytes} [Tue Apr 14 13:12:32 2026] GET /v2.0/ports?tenant_id=89dea17c724447888a4c47ec6d5521cf&device_id=f526b848-c2d7-43e9-9df8-24a8da1a03b4 => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/648] 199.19.213.159 () {34 vars in 1059 bytes} [Tue Apr 14 13:12:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=1f473a34-a154-4168-a12f-d8228154374a => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/649] 199.19.213.159 () {34 vars in 983 bytes} [Tue Apr 14 13:12:32 2026] GET /v2.0/subnets?id=d5123fe7-8ab2-4c5a-bae3-f97acf216750 => generated 696 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/650] 199.19.213.159 () {34 vars in 1051 bytes} [Tue Apr 14 13:12:32 2026] GET /v2.0/ports?network_id=6d54fa9b-e958-4e89-8fac-dae433ab6fc4&device_owner=network%3Adhcp => generated 1242 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/651] 199.19.213.159 () {38 vars in 1027 bytes} [Tue Apr 14 13:12:31 2026] PUT /v2.0/ports/498966e9-2df1-4677-9072-267f0c929b41 => generated 1239 bytes in 483 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 13:12:32.174 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-51afbd75-1e9c-4a30-9104-3b0ea8c1627f'] response: {'name': 'network-changed', 'server_uuid': 'd760deda-6cbd-49b3-8d8b-628ce2a1597c', 'tag': '498966e9-2df1-4677-9072-267f0c929b41', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 321/652] 199.19.213.159 () {34 vars in 1011 bytes} [Tue Apr 14 13:12:32 2026] GET /v2.0/networks/6d54fa9b-e958-4e89-8fac-dae433ab6fc4?fields=segments => generated 14 bytes in 32 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: 332/653] 199.19.213.159 () {34 vars in 1111 bytes} [Tue Apr 14 13:12:32 2026] GET /v2.0/networks/6d54fa9b-e958-4e89-8fac-dae433ab6fc4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/654] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:32 2026] GET /v2.0/ports?device_id=bcb29377-daa1-465f-9137-5961980c479d => generated 975 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/655] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:12:32 2026] GET /v2.0/security-groups?id=8f85fc6b-99b4-46ff-a094-b596db813797&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/656] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:32 2026] GET /v2.0/ports?device_id=d760deda-6cbd-49b3-8d8b-628ce2a1597c => 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: 334/657] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:12:32 2026] GET /v2.0/security-groups?id=2011a52a-48c5-4d42-9993-b95ed082a4ce&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/658] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:32 2026] GET /v2.0/ports?device_id=f526b848-c2d7-43e9-9df8-24a8da1a03b4 => 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: 335/659] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:12:32 2026] GET /v2.0/security-groups?id=d73161f3-3401-45bd-9794-aa5b4495483f&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/660] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:32 2026] GET /v2.0/ports?device_id=e48723a7-5ba7-454d-bf63-8d1b44840c62 => generated 971 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/661] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:12:32 2026] GET /v2.0/security-groups?id=5890f137-5881-430f-b6f7-4a1dc079b8f5&fields=id&fields=name => generated 112 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/662] 199.19.213.159 () {34 vars in 1079 bytes} [Tue Apr 14 13:12:32 2026] GET /v2.0/ports?tenant_id=3ea0d0390d6944ddb0a2ae714f39918e&device_id=d760deda-6cbd-49b3-8d8b-628ce2a1597c => generated 1242 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/663] 199.19.213.159 () {34 vars in 1017 bytes} [Tue Apr 14 13:12:32 2026] GET /v2.0/networks?tenant_id=3ea0d0390d6944ddb0a2ae714f39918e&shared=False => generated 780 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/664] 199.19.213.159 () {34 vars in 929 bytes} [Tue Apr 14 13:12:32 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/665] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:33 2026] GET /v2.0/ports?device_id=bcb29377-daa1-465f-9137-5961980c479d => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/666] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:12:33 2026] GET /v2.0/security-groups?id=8f85fc6b-99b4-46ff-a094-b596db813797&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/667] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:33 2026] GET /v2.0/ports?device_id=d760deda-6cbd-49b3-8d8b-628ce2a1597c => 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: 339/668] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:12:33 2026] GET /v2.0/security-groups?id=2011a52a-48c5-4d42-9993-b95ed082a4ce&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/669] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:33 2026] GET /v2.0/ports?device_id=f526b848-c2d7-43e9-9df8-24a8da1a03b4 => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/670] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:12:33 2026] GET /v2.0/security-groups?id=d73161f3-3401-45bd-9794-aa5b4495483f&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/671] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:33 2026] GET /v2.0/ports?device_id=e48723a7-5ba7-454d-bf63-8d1b44840c62 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/672] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:12:33 2026] GET /v2.0/security-groups?id=5890f137-5881-430f-b6f7-4a1dc079b8f5&fields=id&fields=name => generated 112 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/673] 199.19.213.159 () {34 vars in 1079 bytes} [Tue Apr 14 13:12:33 2026] GET /v2.0/ports?tenant_id=3ea0d0390d6944ddb0a2ae714f39918e&device_id=d760deda-6cbd-49b3-8d8b-628ce2a1597c => generated 1242 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/674] 199.19.213.159 () {34 vars in 1059 bytes} [Tue Apr 14 13:12:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=498966e9-2df1-4677-9072-267f0c929b41 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/675] 199.19.213.159 () {34 vars in 983 bytes} [Tue Apr 14 13:12:33 2026] GET /v2.0/subnets?id=600b6437-f1b3-4333-b597-2c077375ee5d => generated 702 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/676] 199.19.213.159 () {34 vars in 1051 bytes} [Tue Apr 14 13:12:33 2026] GET /v2.0/ports?network_id=1bf1181d-5fee-4f82-aa37-04d35566f0d2&device_owner=network%3Adhcp => 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: 343/677] 199.19.213.159 () {34 vars in 1011 bytes} [Tue Apr 14 13:12:34 2026] GET /v2.0/networks/1bf1181d-5fee-4f82-aa37-04d35566f0d2?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/678] 199.19.213.159 () {34 vars in 1111 bytes} [Tue Apr 14 13:12:34 2026] GET /v2.0/networks/1bf1181d-5fee-4f82-aa37-04d35566f0d2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/679] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:34 2026] GET /v2.0/ports?device_id=d760deda-6cbd-49b3-8d8b-628ce2a1597c => 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: 344/680] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:34 2026] GET /v2.0/ports?device_id=bcb29377-daa1-465f-9137-5961980c479d => generated 975 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/681] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:12:34 2026] GET /v2.0/security-groups?id=2011a52a-48c5-4d42-9993-b95ed082a4ce&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/682] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:12:34 2026] GET /v2.0/security-groups?id=8f85fc6b-99b4-46ff-a094-b596db813797&fields=id&fields=name => generated 114 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/683] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:34 2026] GET /v2.0/ports?device_id=bcb29377-daa1-465f-9137-5961980c479d => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/684] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:34 2026] GET /v2.0/ports?device_id=f526b848-c2d7-43e9-9df8-24a8da1a03b4 => generated 973 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/685] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:12:34 2026] GET /v2.0/security-groups?id=d73161f3-3401-45bd-9794-aa5b4495483f&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/686] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:34 2026] GET /v2.0/ports?device_id=e48723a7-5ba7-454d-bf63-8d1b44840c62 => 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: 349/687] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:12:35 2026] GET /v2.0/security-groups?id=5890f137-5881-430f-b6f7-4a1dc079b8f5&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:12:35.343 8 INFO neutron.db.l3_db [None req-febeb809-83ff-4a06-95c3-b80effe59ea5 befe3d8fc2d542e9a310553dd73f8e86 efae65246f174b408fd7e618aff2214f - - default default] Floating IP b2c5df50-8255-4f69-853a-ac75c36744f2 associated. External IP: 10.96.250.207, port: 22415def-8db2-4d0a-a843-9141854f594e. [pid: 8|app: 0|req: 339/688] 10.0.0.89 () {34 vars in 747 bytes} [Tue Apr 14 13:12:34 2026] PUT /v2.0/floatingips/b2c5df50-8255-4f69-853a-ac75c36744f2 => generated 856 bytes in 794 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:12:35.666 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-420e2761-e847-472c-b615-ac14b8728e04'] response: {'name': 'network-changed', 'server_uuid': 'bcb29377-daa1-465f-9137-5961980c479d', 'tag': '22415def-8db2-4d0a-a843-9141854f594e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 350/689] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:35 2026] GET /v2.0/ports?device_id=bcb29377-daa1-465f-9137-5961980c479d => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/690] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:12:35 2026] GET /v2.0/security-groups?id=8f85fc6b-99b4-46ff-a094-b596db813797&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/691] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:35 2026] GET /v2.0/ports?device_id=d760deda-6cbd-49b3-8d8b-628ce2a1597c => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/692] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:12:35 2026] GET /v2.0/security-groups?id=2011a52a-48c5-4d42-9993-b95ed082a4ce&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/693] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:35 2026] GET /v2.0/ports?device_id=f526b848-c2d7-43e9-9df8-24a8da1a03b4 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/694] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:12:36 2026] GET /v2.0/security-groups?id=d73161f3-3401-45bd-9794-aa5b4495483f&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/695] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:36 2026] GET /v2.0/ports?device_id=bcb29377-daa1-465f-9137-5961980c479d => generated 975 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/696] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:36 2026] GET /v2.0/ports?device_id=e48723a7-5ba7-454d-bf63-8d1b44840c62 => generated 971 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/697] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:12:36 2026] GET /v2.0/security-groups?id=8f85fc6b-99b4-46ff-a094-b596db813797&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: 355/698] 199.19.213.159 () {34 vars in 1079 bytes} [Tue Apr 14 13:12:36 2026] GET /v2.0/ports?tenant_id=efae65246f174b408fd7e618aff2214f&device_id=bcb29377-daa1-465f-9137-5961980c479d => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/699] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:12:36 2026] GET /v2.0/security-groups?id=5890f137-5881-430f-b6f7-4a1dc079b8f5&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: 356/700] 199.19.213.159 () {34 vars in 985 bytes} [Tue Apr 14 13:12:36 2026] GET /v2.0/networks?id=e75d1e8b-e3ba-4403-851a-d5ea30acd3fb => generated 766 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/701] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:36 2026] GET /v2.0/ports?device_id=e48723a7-5ba7-454d-bf63-8d1b44840c62 => 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: 357/702] 199.19.213.159 () {34 vars in 1059 bytes} [Tue Apr 14 13:12:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=22415def-8db2-4d0a-a843-9141854f594e => generated 859 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/703] 199.19.213.159 () {34 vars in 983 bytes} [Tue Apr 14 13:12:36 2026] GET /v2.0/subnets?id=41b5ba62-86ec-47b7-89e6-44955e24bb29 => generated 688 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/704] 199.19.213.159 () {34 vars in 1051 bytes} [Tue Apr 14 13:12:36 2026] GET /v2.0/ports?network_id=e75d1e8b-e3ba-4403-851a-d5ea30acd3fb&device_owner=network%3Adhcp => 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: 360/705] 199.19.213.159 () {34 vars in 1011 bytes} [Tue Apr 14 13:12:36 2026] GET /v2.0/networks/e75d1e8b-e3ba-4403-851a-d5ea30acd3fb?fields=segments => generated 14 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/706] 199.19.213.159 () {34 vars in 1111 bytes} [Tue Apr 14 13:12:36 2026] GET /v2.0/networks/e75d1e8b-e3ba-4403-851a-d5ea30acd3fb?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) 2026-04-14 13:12:36.681 8 INFO neutron.db.l3_db [None req-88dbda20-d9d4-4a3e-87e0-6d290672d3fc 8f96883f3ac546a0b0701ff2592dec20 161c448fe12c489698fa06ebe0b228f6 - - default default] Floating IP 6fdf551c-39f7-4b39-970f-35d81de1d5ad associated. External IP: 10.96.250.208, port: b170c0eb-436b-4d20-9d47-0cf7b6bfa66f. [pid: 7|app: 0|req: 362/707] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:36 2026] GET /v2.0/ports?device_id=d760deda-6cbd-49b3-8d8b-628ce2a1597c => generated 973 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/708] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:12:36 2026] GET /v2.0/security-groups?id=2011a52a-48c5-4d42-9993-b95ed082a4ce&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/709] 10.0.0.89 () {34 vars in 747 bytes} [Tue Apr 14 13:12:36 2026] PUT /v2.0/floatingips/6fdf551c-39f7-4b39-970f-35d81de1d5ad => generated 855 bytes in 653 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/710] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:37 2026] GET /v2.0/ports?device_id=e48723a7-5ba7-454d-bf63-8d1b44840c62 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/711] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:12:37 2026] GET /v2.0/security-groups?id=5890f137-5881-430f-b6f7-4a1dc079b8f5&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: 7|app: 0|req: 365/712] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:37 2026] GET /v2.0/ports?device_id=f526b848-c2d7-43e9-9df8-24a8da1a03b4 => generated 975 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/713] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:12:37 2026] GET /v2.0/security-groups?id=d73161f3-3401-45bd-9794-aa5b4495483f&fields=id&fields=name => generated 88 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/714] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:37 2026] GET /v2.0/ports?device_id=bcb29377-daa1-465f-9137-5961980c479d => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/715] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:12:37 2026] GET /v2.0/security-groups?id=8f85fc6b-99b4-46ff-a094-b596db813797&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/716] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:37 2026] GET /v2.0/ports?device_id=e48723a7-5ba7-454d-bf63-8d1b44840c62 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/717] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:12:37 2026] GET /v2.0/security-groups?id=5890f137-5881-430f-b6f7-4a1dc079b8f5&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:12:37.705 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e5f9b049-61e0-4d3d-baf3-8631c45aa84e'] response: {'name': 'network-changed', 'server_uuid': 'e48723a7-5ba7-454d-bf63-8d1b44840c62', 'tag': 'b170c0eb-436b-4d20-9d47-0cf7b6bfa66f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 368/718] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:38 2026] GET /v2.0/ports?device_id=d760deda-6cbd-49b3-8d8b-628ce2a1597c => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/719] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:12:38 2026] GET /v2.0/security-groups?id=2011a52a-48c5-4d42-9993-b95ed082a4ce&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: 369/720] 199.19.213.159 () {34 vars in 1079 bytes} [Tue Apr 14 13:12:38 2026] GET /v2.0/ports?tenant_id=161c448fe12c489698fa06ebe0b228f6&device_id=e48723a7-5ba7-454d-bf63-8d1b44840c62 => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/721] 199.19.213.159 () {34 vars in 985 bytes} [Tue Apr 14 13:12:38 2026] GET /v2.0/networks?id=59048887-ef39-4a86-8adb-f90dce0ec837 => generated 771 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/722] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:38 2026] GET /v2.0/ports?device_id=f526b848-c2d7-43e9-9df8-24a8da1a03b4 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/723] 199.19.213.159 () {34 vars in 1057 bytes} [Tue Apr 14 13:12:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=b170c0eb-436b-4d20-9d47-0cf7b6bfa66f => generated 858 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/724] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:12:38 2026] GET /v2.0/security-groups?id=d73161f3-3401-45bd-9794-aa5b4495483f&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/725] 199.19.213.159 () {34 vars in 983 bytes} [Tue Apr 14 13:12:38 2026] GET /v2.0/subnets?id=2dc52163-2091-4f53-9d76-998613b56832 => generated 693 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/726] 199.19.213.159 () {34 vars in 1051 bytes} [Tue Apr 14 13:12:38 2026] GET /v2.0/ports?network_id=59048887-ef39-4a86-8adb-f90dce0ec837&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: 8|app: 0|req: 355/727] 199.19.213.159 () {34 vars in 1011 bytes} [Tue Apr 14 13:12:38 2026] GET /v2.0/networks/59048887-ef39-4a86-8adb-f90dce0ec837?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/728] 199.19.213.159 () {34 vars in 993 bytes} [Tue Apr 14 13:12:38 2026] GET /v2.0/ports?device_id=bcb29377-daa1-465f-9137-5961980c479d => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/729] 199.19.213.159 () {34 vars in 1111 bytes} [Tue Apr 14 13:12:38 2026] GET /v2.0/networks/59048887-ef39-4a86-8adb-f90dce0ec837?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/730] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:38 2026] GET /v2.0/ports?device_id=e48723a7-5ba7-454d-bf63-8d1b44840c62 => generated 971 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/731] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:38 2026] GET /v2.0/ports?device_id=bcb29377-daa1-465f-9137-5961980c479d => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/732] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:12:38 2026] GET /v2.0/security-groups?id=5890f137-5881-430f-b6f7-4a1dc079b8f5&fields=id&fields=name => generated 112 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:12:38.726 7 INFO neutron_taas.services.taas.taas_plugin [req-58c4a404-7bbf-4df4-b4cb-957c00c8aa7a req-a5f3be15-7435-4a6c-be81-336f9400690f befe3d8fc2d542e9a310553dd73f8e86 efae65246f174b408fd7e618aff2214f - - default default] TaaS: Handle Delete Port: 22415def-8db2-4d0a-a843-9141854f594e 2026-04-14 13:12:38.734 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-58c4a404-7bbf-4df4-b4cb-957c00c8aa7a req-a5f3be15-7435-4a6c-be81-336f9400690f befe3d8fc2d542e9a310553dd73f8e86 efae65246f174b408fd7e618aff2214f - - default default] Tap Mirror: Handle Delete Port: 22415def-8db2-4d0a-a843-9141854f594e [pid: 8|app: 0|req: 360/733] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:12:38 2026] GET /v2.0/security-groups?id=8f85fc6b-99b4-46ff-a094-b596db813797&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/734] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:38 2026] GET /v2.0/ports?device_id=f526b848-c2d7-43e9-9df8-24a8da1a03b4 => generated 975 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:12:38.970 7 INFO neutron.db.l3_db [req-58c4a404-7bbf-4df4-b4cb-957c00c8aa7a req-a5f3be15-7435-4a6c-be81-336f9400690f befe3d8fc2d542e9a310553dd73f8e86 efae65246f174b408fd7e618aff2214f - - default default] Floating IP b2c5df50-8255-4f69-853a-ac75c36744f2 disassociated. External IP: 10.96.250.207, port: 22415def-8db2-4d0a-a843-9141854f594e. [pid: 8|app: 0|req: 362/735] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:12:38 2026] GET /v2.0/security-groups?id=d73161f3-3401-45bd-9794-aa5b4495483f&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/736] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:39 2026] GET /v2.0/ports?device_id=d760deda-6cbd-49b3-8d8b-628ce2a1597c => generated 975 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/737] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:12:39 2026] GET /v2.0/security-groups?id=2011a52a-48c5-4d42-9993-b95ed082a4ce&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/738] 199.19.213.159 () {36 vars in 996 bytes} [Tue Apr 14 13:12:38 2026] DELETE /v2.0/ports/22415def-8db2-4d0a-a843-9141854f594e => generated 0 bytes in 829 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:12:39.457 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4a5bb275-3f3c-48a6-a34a-aa341489e278'] response: {'server_uuid': 'bcb29377-daa1-465f-9137-5961980c479d', 'name': 'network-vif-deleted', 'tag': '22415def-8db2-4d0a-a843-9141854f594e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 375/739] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:39 2026] GET /v2.0/ports?device_id=bcb29377-daa1-465f-9137-5961980c479d => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/740] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:39 2026] GET /v2.0/ports?device_id=e48723a7-5ba7-454d-bf63-8d1b44840c62 => 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: 376/741] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:12:39 2026] GET /v2.0/security-groups?id=5890f137-5881-430f-b6f7-4a1dc079b8f5&fields=id&fields=name => generated 112 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/742] 199.19.213.159 () {34 vars in 993 bytes} [Tue Apr 14 13:12:39 2026] GET /v2.0/ports?device_id=e48723a7-5ba7-454d-bf63-8d1b44840c62 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:12:40.061 7 INFO neutron_taas.services.taas.taas_plugin [req-75d423fc-15be-447e-bdef-7f58d5dca79f req-7baf582d-9dbe-4603-955d-92c83d2f90ed 8f96883f3ac546a0b0701ff2592dec20 161c448fe12c489698fa06ebe0b228f6 - - default default] TaaS: Handle Delete Port: b170c0eb-436b-4d20-9d47-0cf7b6bfa66f 2026-04-14 13:12:40.063 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-75d423fc-15be-447e-bdef-7f58d5dca79f req-7baf582d-9dbe-4603-955d-92c83d2f90ed 8f96883f3ac546a0b0701ff2592dec20 161c448fe12c489698fa06ebe0b228f6 - - default default] Tap Mirror: Handle Delete Port: b170c0eb-436b-4d20-9d47-0cf7b6bfa66f [pid: 8|app: 0|req: 367/743] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:40 2026] GET /v2.0/ports?device_id=f526b848-c2d7-43e9-9df8-24a8da1a03b4 => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/744] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:12:40 2026] GET /v2.0/security-groups?id=d73161f3-3401-45bd-9794-aa5b4495483f&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 13:12:40.171 7 INFO neutron.db.l3_db [req-75d423fc-15be-447e-bdef-7f58d5dca79f req-7baf582d-9dbe-4603-955d-92c83d2f90ed 8f96883f3ac546a0b0701ff2592dec20 161c448fe12c489698fa06ebe0b228f6 - - default default] Floating IP 6fdf551c-39f7-4b39-970f-35d81de1d5ad disassociated. External IP: 10.96.250.208, port: b170c0eb-436b-4d20-9d47-0cf7b6bfa66f. [pid: 8|app: 0|req: 369/745] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:40 2026] GET /v2.0/ports?device_id=d760deda-6cbd-49b3-8d8b-628ce2a1597c => generated 975 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/746] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:12:40 2026] GET /v2.0/security-groups?id=2011a52a-48c5-4d42-9993-b95ed082a4ce&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: 377/747] 199.19.213.159 () {36 vars in 996 bytes} [Tue Apr 14 13:12:39 2026] DELETE /v2.0/ports/b170c0eb-436b-4d20-9d47-0cf7b6bfa66f => generated 0 bytes in 551 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/748] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:40 2026] GET /v2.0/ports?device_id=d760deda-6cbd-49b3-8d8b-628ce2a1597c => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/749] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:40 2026] GET /v2.0/ports?device_id=bcb29377-daa1-465f-9137-5961980c479d => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 13:12:40.976 7 INFO neutron.db.l3_db [None req-624638e7-1b24-44f7-ad39-d838078ea6d8 c6b4792789644b478edaf250f14cfc66 3ea0d0390d6944ddb0a2ae714f39918e - - default default] Floating IP 9bc90444-be1e-4f35-b317-f2892dd63523 associated. External IP: 10.96.250.205, port: 498966e9-2df1-4677-9072-267f0c929b41. [pid: 8|app: 0|req: 373/750] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:40 2026] GET /v2.0/ports?device_id=e48723a7-5ba7-454d-bf63-8d1b44840c62 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/751] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:41 2026] GET /v2.0/ports?device_id=f526b848-c2d7-43e9-9df8-24a8da1a03b4 => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/752] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:12:41 2026] GET /v2.0/security-groups?id=d73161f3-3401-45bd-9794-aa5b4495483f&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: 378/753] 10.0.0.89 () {34 vars in 747 bytes} [Tue Apr 14 13:12:40 2026] PUT /v2.0/floatingips/9bc90444-be1e-4f35-b317-f2892dd63523 => generated 856 bytes in 717 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/754] 199.19.213.159 () {34 vars in 993 bytes} [Tue Apr 14 13:12:41 2026] GET /v2.0/ports?device_id=f526b848-c2d7-43e9-9df8-24a8da1a03b4 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/755] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:41 2026] GET /v2.0/ports?device_id=d760deda-6cbd-49b3-8d8b-628ce2a1597c => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/756] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:12:41 2026] GET /v2.0/security-groups?id=2011a52a-48c5-4d42-9993-b95ed082a4ce&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:12:41.444 7 INFO neutron_taas.services.taas.taas_plugin [req-f38719b6-5981-471b-b8ff-2ffe66e9acbf req-79ddcaca-2b35-4ba2-a5dd-c857e23bbaa9 64667bd69d874880a9dc099702c4aa1c 89dea17c724447888a4c47ec6d5521cf - - default default] TaaS: Handle Delete Port: 1f473a34-a154-4168-a12f-d8228154374a 2026-04-14 13:12:41.447 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f38719b6-5981-471b-b8ff-2ffe66e9acbf req-79ddcaca-2b35-4ba2-a5dd-c857e23bbaa9 64667bd69d874880a9dc099702c4aa1c 89dea17c724447888a4c47ec6d5521cf - - default default] Tap Mirror: Handle Delete Port: 1f473a34-a154-4168-a12f-d8228154374a 2026-04-14 13:12:41.499 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b706a2a0-2316-4697-8af3-4100b1005ac3'] response: {'server_uuid': 'e48723a7-5ba7-454d-bf63-8d1b44840c62', 'name': 'network-vif-deleted', 'tag': 'b170c0eb-436b-4d20-9d47-0cf7b6bfa66f', 'status': 'completed', 'code': 200} 2026-04-14 13:12:41.500 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b706a2a0-2316-4697-8af3-4100b1005ac3'] response: {'name': 'network-changed', 'server_uuid': 'd760deda-6cbd-49b3-8d8b-628ce2a1597c', 'tag': '498966e9-2df1-4677-9072-267f0c929b41', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 379/757] 199.19.213.159 () {36 vars in 996 bytes} [Tue Apr 14 13:12:41 2026] DELETE /v2.0/ports/1f473a34-a154-4168-a12f-d8228154374a => 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: 380/758] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:42 2026] GET /v2.0/ports?device_id=bcb29377-daa1-465f-9137-5961980c479d => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/759] 199.19.213.159 () {34 vars in 1079 bytes} [Tue Apr 14 13:12:42 2026] GET /v2.0/ports?tenant_id=3ea0d0390d6944ddb0a2ae714f39918e&device_id=d760deda-6cbd-49b3-8d8b-628ce2a1597c => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/760] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:42 2026] GET /v2.0/ports?device_id=e48723a7-5ba7-454d-bf63-8d1b44840c62 => 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: 381/761] 199.19.213.159 () {34 vars in 985 bytes} [Tue Apr 14 13:12:42 2026] GET /v2.0/networks?id=1bf1181d-5fee-4f82-aa37-04d35566f0d2 => generated 780 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/762] 199.19.213.159 () {34 vars in 1059 bytes} [Tue Apr 14 13:12:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=498966e9-2df1-4677-9072-267f0c929b41 => 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: 382/763] 199.19.213.159 () {34 vars in 983 bytes} [Tue Apr 14 13:12:42 2026] GET /v2.0/subnets?id=600b6437-f1b3-4333-b597-2c077375ee5d => generated 702 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/764] 199.19.213.159 () {34 vars in 1051 bytes} [Tue Apr 14 13:12:42 2026] GET /v2.0/ports?network_id=1bf1181d-5fee-4f82-aa37-04d35566f0d2&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: 383/765] 199.19.213.159 () {34 vars in 1011 bytes} [Tue Apr 14 13:12:42 2026] GET /v2.0/networks/1bf1181d-5fee-4f82-aa37-04d35566f0d2?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: 384/766] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:42 2026] GET /v2.0/ports?device_id=f526b848-c2d7-43e9-9df8-24a8da1a03b4 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/767] 199.19.213.159 () {34 vars in 1111 bytes} [Tue Apr 14 13:12:42 2026] GET /v2.0/networks/1bf1181d-5fee-4f82-aa37-04d35566f0d2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/768] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:43 2026] GET /v2.0/ports?device_id=e48723a7-5ba7-454d-bf63-8d1b44840c62 => 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: 385/769] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:12:43 2026] DELETE /v2.0/security-groups/8f85fc6b-99b4-46ff-a094-b596db813797 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 13:12:43.279 8 INFO neutron.api.v2.resource [None req-7e29fe23-fb28-4e27-aa94-4a32abf46dda befe3d8fc2d542e9a310553dd73f8e86 efae65246f174b408fd7e618aff2214f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 385/770] 10.0.0.89 () {32 vars in 735 bytes} [Tue Apr 14 13:12:43 2026] GET /v2.0/security-groups/8f85fc6b-99b4-46ff-a094-b596db813797 => generated 146 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/771] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:43 2026] GET /v2.0/ports?device_id=f526b848-c2d7-43e9-9df8-24a8da1a03b4 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 13:12:43.750 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3c8e84ae-c3b9-41fd-a8e4-1b8b598eb11b'] response: {'server_uuid': 'f526b848-c2d7-43e9-9df8-24a8da1a03b4', 'name': 'network-vif-deleted', 'tag': '1f473a34-a154-4168-a12f-d8228154374a', 'status': 'completed', 'code': 200} 2026-04-14 13:12:43.756 7 INFO neutron_taas.services.taas.taas_plugin [None req-018b8536-0932-4b5b-a813-20a74aff97e4 befe3d8fc2d542e9a310553dd73f8e86 efae65246f174b408fd7e618aff2214f - - default default] TaaS: Handle Delete Port: b8aba3dc-cb36-43c1-92ab-d1855f280b67 2026-04-14 13:12:43.759 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-018b8536-0932-4b5b-a813-20a74aff97e4 befe3d8fc2d542e9a310553dd73f8e86 efae65246f174b408fd7e618aff2214f - - default default] Tap Mirror: Handle Delete Port: b8aba3dc-cb36-43c1-92ab-d1855f280b67 [pid: 7|app: 0|req: 386/772] 10.0.0.89 () {32 vars in 730 bytes} [Tue Apr 14 13:12:43 2026] DELETE /v2.0/floatingips/b2c5df50-8255-4f69-853a-ac75c36744f2 => generated 0 bytes in 627 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 13:12:44.323 8 INFO neutron_taas.services.taas.taas_plugin [None req-25dcb474-9a58-4294-ab44-c3f7eda64fae 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] TaaS: Handle Delete Port: b1dc420a-5552-4f26-bb05-545d840a833c 2026-04-14 13:12:44.328 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-25dcb474-9a58-4294-ab44-c3f7eda64fae 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Tap Mirror: Handle Delete Port: b1dc420a-5552-4f26-bb05-545d840a833c [pid: 7|app: 0|req: 387/773] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:12:44 2026] DELETE /v2.0/security-groups/5890f137-5881-430f-b6f7-4a1dc079b8f5 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 13:12:44.470 7 INFO neutron.api.v2.resource [None req-d8e946f4-fc0c-4b62-a8ec-d7d80ff4c38b 8f96883f3ac546a0b0701ff2592dec20 161c448fe12c489698fa06ebe0b228f6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 388/774] 10.0.0.89 () {32 vars in 735 bytes} [Tue Apr 14 13:12:44 2026] GET /v2.0/security-groups/5890f137-5881-430f-b6f7-4a1dc079b8f5 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 13:12:44.584 7 INFO neutron_taas.services.taas.taas_plugin [None req-b451334b-c6c5-4c6b-a22d-8ca9dd1c8813 8f96883f3ac546a0b0701ff2592dec20 161c448fe12c489698fa06ebe0b228f6 - - default default] TaaS: Handle Delete Port: 3ac029e2-b132-41db-b557-189e52d2c05b 2026-04-14 13:12:44.587 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b451334b-c6c5-4c6b-a22d-8ca9dd1c8813 8f96883f3ac546a0b0701ff2592dec20 161c448fe12c489698fa06ebe0b228f6 - - default default] Tap Mirror: Handle Delete Port: 3ac029e2-b132-41db-b557-189e52d2c05b [pid: 7|app: 0|req: 389/775] 10.0.0.89 () {32 vars in 730 bytes} [Tue Apr 14 13:12:44 2026] DELETE /v2.0/floatingips/6fdf551c-39f7-4b39-970f-35d81de1d5ad => generated 0 bytes in 303 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/776] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:12:44 2026] GET /v2.0/ports?device_id=f526b848-c2d7-43e9-9df8-24a8da1a03b4 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/777] 10.0.0.89 () {34 vars in 787 bytes} [Tue Apr 14 13:12:43 2026] PUT /v2.0/routers/074d33a2-4207-454a-9e91-e8d91fddd991/remove_router_interface => generated 309 bytes in 1043 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:12:45.179 7 INFO neutron_taas.services.taas.taas_plugin [None req-a07629ac-085c-4b87-af40-6246bff357dc 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] TaaS: Handle Delete Port: 1955a36c-7339-4ebb-8e2e-9e96ba5c6cdf 2026-04-14 13:12:45.182 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a07629ac-085c-4b87-af40-6246bff357dc 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Tap Mirror: Handle Delete Port: 1955a36c-7339-4ebb-8e2e-9e96ba5c6cdf 2026-04-14 13:12:45.204 8 INFO neutron_taas.services.taas.taas_plugin [None req-c8f7c03e-8732-479a-b8cf-496f5a656377 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] TaaS: Handle Delete Port: d7faf9c5-c922-4bd6-94bd-a499b8e2c02f 2026-04-14 13:12:45.207 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c8f7c03e-8732-479a-b8cf-496f5a656377 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Tap Mirror: Handle Delete Port: d7faf9c5-c922-4bd6-94bd-a499b8e2c02f 2026-04-14 13:12:45.546 8 INFO neutron_taas.services.taas.taas_plugin [None req-c8f7c03e-8732-479a-b8cf-496f5a656377 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] TaaS: Handle Delete Port: 41f50124-b8e4-4810-a065-e2341bb2aa96 2026-04-14 13:12:45.551 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c8f7c03e-8732-479a-b8cf-496f5a656377 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Tap Mirror: Handle Delete Port: 41f50124-b8e4-4810-a065-e2341bb2aa96 [pid: 7|app: 0|req: 391/778] 10.0.0.89 () {34 vars in 787 bytes} [Tue Apr 14 13:12:44 2026] PUT /v2.0/routers/4efd0a4e-7fce-4774-89dc-a4c769fd07b1/remove_router_interface => generated 309 bytes in 1021 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:12:45.938 8 INFO neutron.services.segments.plugin [-] Segment 3dc6f008-db05-4ffd-82ce-88ae9065120d resource provider aggregate not found 2026-04-14 13:12:45.946 8 INFO neutron.services.segments.plugin [-] Segment 3dc6f008-db05-4ffd-82ce-88ae9065120d resource provider aggregate not found 2026-04-14 13:12:45.964 8 INFO neutron.db.l3_hamode_db [None req-c8f7c03e-8732-479a-b8cf-496f5a656377 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] HA network c9089275-d563-413b-a22d-e1103be8932f was deleted as no HA routers are present in tenant efae65246f174b408fd7e618aff2214f. 2026-04-14 13:12:45.969 8 INFO neutron.services.segments.plugin [-] Segment 3dc6f008-db05-4ffd-82ce-88ae9065120d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3dc6f008-db05-4ffd-82ce-88ae9065120d found for delete ", "request_id": "req-b61459c1-c8c0-4c1b-b879-db60120089a6"}]} 2026-04-14 13:12:45.971 8 INFO neutron.services.segments.plugin [-] Segment 3dc6f008-db05-4ffd-82ce-88ae9065120d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3dc6f008-db05-4ffd-82ce-88ae9065120d found for delete ", "request_id": "req-8a3f689f-682b-4571-be4d-124e1a8a1a47"}]} [pid: 8|app: 0|req: 388/779] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:12:44 2026] DELETE /v2.0/routers/074d33a2-4207-454a-9e91-e8d91fddd991 => generated 0 bytes in 1003 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 13:12:46.074 7 INFO neutron_taas.services.taas.taas_plugin [None req-058ea4e0-9f67-49af-b237-9a7ddead46dc 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] TaaS: Handle Delete Port: 03454067-2d9e-4dd2-8b43-6a27a0bf46a4 2026-04-14 13:12:46.076 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-058ea4e0-9f67-49af-b237-9a7ddead46dc 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Tap Mirror: Handle Delete Port: 03454067-2d9e-4dd2-8b43-6a27a0bf46a4 2026-04-14 13:12:46.300 8 INFO neutron_taas.services.taas.taas_plugin [None req-d2e75c78-1196-4f1b-a07e-e72bf28e181f 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] TaaS: Handle Delete Port: ba8f1298-93eb-4326-860f-d4dd793cc5a0 2026-04-14 13:12:46.303 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d2e75c78-1196-4f1b-a07e-e72bf28e181f 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Tap Mirror: Handle Delete Port: ba8f1298-93eb-4326-860f-d4dd793cc5a0 2026-04-14 13:12:46.347 7 INFO neutron_taas.services.taas.taas_plugin [None req-058ea4e0-9f67-49af-b237-9a7ddead46dc 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] TaaS: Handle Delete Port: 8b56cec4-d864-4705-ba0a-e98b02d412e9 2026-04-14 13:12:46.351 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-058ea4e0-9f67-49af-b237-9a7ddead46dc 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Tap Mirror: Handle Delete Port: 8b56cec4-d864-4705-ba0a-e98b02d412e9 2026-04-14 13:12:46.655 7 INFO neutron.services.segments.plugin [-] Segment de22bded-64cf-4ec7-8742-63345e10e45e resource provider aggregate not found 2026-04-14 13:12:46.656 7 INFO neutron.services.segments.plugin [-] Segment de22bded-64cf-4ec7-8742-63345e10e45e resource provider aggregate not found 2026-04-14 13:12:46.678 7 INFO neutron.db.l3_hamode_db [None req-058ea4e0-9f67-49af-b237-9a7ddead46dc 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] HA network 536c8175-b8a7-467b-94d9-28bf092bf19b was deleted as no HA routers are present in tenant 161c448fe12c489698fa06ebe0b228f6. 2026-04-14 13:12:46.683 7 INFO neutron.services.segments.plugin [-] Segment de22bded-64cf-4ec7-8742-63345e10e45e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de22bded-64cf-4ec7-8742-63345e10e45e found for delete ", "request_id": "req-d826b836-d19d-4f2c-8d84-fbee6763a4a3"}]} 2026-04-14 13:12:46.684 7 INFO neutron.services.segments.plugin [-] Segment de22bded-64cf-4ec7-8742-63345e10e45e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de22bded-64cf-4ec7-8742-63345e10e45e found for delete ", "request_id": "req-517f8d0c-0301-492b-904a-92f5fab90ecf"}]} [pid: 7|app: 0|req: 392/780] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:12:45 2026] DELETE /v2.0/routers/4efd0a4e-7fce-4774-89dc-a4c769fd07b1 => generated 0 bytes in 861 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/781] 10.0.0.89 () {34 vars in 787 bytes} [Tue Apr 14 13:12:45 2026] PUT /v2.0/routers/33dcc71d-6658-470e-8886-9f7cb8103952/remove_router_interface => generated 309 bytes in 782 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/784] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:12:46 2026] DELETE /v2.0/subnets/2dc52163-2091-4f53-9d76-998613b56832 => 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: 393/785] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:12:46 2026] DELETE /v2.0/subnets/41b5ba62-86ec-47b7-89e6-44955e24bb29 => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:12:46.977 7 INFO neutron_taas.services.taas.taas_plugin [None req-a5718758-f806-4c0d-950e-a793f827af6a 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] TaaS: Handle Delete Port: 7ff2a833-523c-42b9-86a1-6a94bf18e504 2026-04-14 13:12:46.981 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a5718758-f806-4c0d-950e-a793f827af6a 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Tap Mirror: Handle Delete Port: 7ff2a833-523c-42b9-86a1-6a94bf18e504 2026-04-14 13:12:47.029 8 INFO neutron_taas.services.taas.taas_plugin [None req-4a7285d1-7b63-4708-bfd1-44148c8a03a2 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] TaaS: Handle Delete Port: d72660b7-331e-4cd0-965f-b89e62d143b4 2026-04-14 13:12:47.031 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a7285d1-7b63-4708-bfd1-44148c8a03a2 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Tap Mirror: Handle Delete Port: d72660b7-331e-4cd0-965f-b89e62d143b4 [pid: 7|app: 0|req: 394/786] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:12:46 2026] DELETE /v2.0/networks/59048887-ef39-4a86-8adb-f90dce0ec837 => generated 0 bytes in 273 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:12:47.245 7 INFO neutron_taas.services.taas.taas_plugin [None req-69689cae-061c-4de3-babf-6706a81a7341 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] TaaS: Handle Delete Port: 61b053d7-a124-4e32-bf82-ac22b98d37e1 2026-04-14 13:12:47.248 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-69689cae-061c-4de3-babf-6706a81a7341 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Tap Mirror: Handle Delete Port: 61b053d7-a124-4e32-bf82-ac22b98d37e1 2026-04-14 13:12:47.289 8 INFO neutron_taas.services.taas.taas_plugin [None req-4a7285d1-7b63-4708-bfd1-44148c8a03a2 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] TaaS: Handle Delete Port: 56ab867a-a237-400b-b56b-5c9437c19711 2026-04-14 13:12:47.293 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a7285d1-7b63-4708-bfd1-44148c8a03a2 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Tap Mirror: Handle Delete Port: 56ab867a-a237-400b-b56b-5c9437c19711 [pid: 7|app: 0|req: 395/787] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:12:47 2026] DELETE /v2.0/networks/e75d1e8b-e3ba-4403-851a-d5ea30acd3fb => generated 0 bytes in 288 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/788] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:12:47 2026] GET /v2.0/security-groups?tenant_id=161c448fe12c489698fa06ebe0b228f6&name=default => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/789] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:12:47 2026] DELETE /v2.0/security-groups/695beb96-39c5-4577-a295-1e3c54d35638 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 13:12:47.649 8 INFO neutron.db.l3_hamode_db [None req-4a7285d1-7b63-4708-bfd1-44148c8a03a2 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] HA network 8fc0e9fa-c1c1-42df-a16d-c8535b35fcc9 was deleted as no HA routers are present in tenant 89dea17c724447888a4c47ec6d5521cf. [pid: 8|app: 0|req: 393/790] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:12:46 2026] DELETE /v2.0/routers/33dcc71d-6658-470e-8886-9f7cb8103952 => generated 0 bytes in 782 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/791] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:12:47 2026] GET /v2.0/security-groups?tenant_id=efae65246f174b408fd7e618aff2214f&name=default => generated 2921 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/792] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:12:47 2026] DELETE /v2.0/subnets/d5123fe7-8ab2-4c5a-bae3-f97acf216750 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/793] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:12:47 2026] DELETE /v2.0/security-groups/438f83eb-3a09-45e8-88ac-540c71890ac4 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 13:12:47.878 7 INFO neutron_taas.services.taas.taas_plugin [None req-a89371aa-e912-42d3-98dd-592080681e62 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] TaaS: Handle Delete Port: 19596e32-23d8-469d-9649-d34c8f6b942c 2026-04-14 13:12:47.881 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a89371aa-e912-42d3-98dd-592080681e62 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Tap Mirror: Handle Delete Port: 19596e32-23d8-469d-9649-d34c8f6b942c 2026-04-14 13:12:48.003 8 INFO neutron.services.segments.plugin [-] Segment 6868b5f1-b8a1-4b4d-9427-97a0a7a252f4 resource provider aggregate not found 2026-04-14 13:12:48.015 8 INFO neutron.services.segments.plugin [-] Segment 6868b5f1-b8a1-4b4d-9427-97a0a7a252f4 resource provider aggregate not found 2026-04-14 13:12:48.018 8 INFO neutron.services.segments.plugin [-] Segment 6868b5f1-b8a1-4b4d-9427-97a0a7a252f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6868b5f1-b8a1-4b4d-9427-97a0a7a252f4 found for delete ", "request_id": "req-4c9d3805-c580-495d-91a9-1821eb561631"}]} 2026-04-14 13:12:48.036 8 INFO neutron.services.segments.plugin [-] Segment 6868b5f1-b8a1-4b4d-9427-97a0a7a252f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6868b5f1-b8a1-4b4d-9427-97a0a7a252f4 found for delete ", "request_id": "req-3eda939a-4703-48ad-969f-1e05d082b38d"}]} [pid: 7|app: 0|req: 399/794] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:12:47 2026] DELETE /v2.0/networks/6d54fa9b-e958-4e89-8fac-dae433ab6fc4 => generated 0 bytes in 261 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/795] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:12:48 2026] GET /v2.0/security-groups?tenant_id=89dea17c724447888a4c47ec6d5521cf&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/796] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:12:48 2026] DELETE /v2.0/security-groups/d73161f3-3401-45bd-9794-aa5b4495483f => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 13:12:48.700 7 INFO neutron.services.segments.plugin [-] Segment 9044f1b3-e461-46b2-83e2-2f65ddc03d52 resource provider aggregate not found 2026-04-14 13:12:48.705 7 INFO neutron.services.segments.plugin [-] Segment 9044f1b3-e461-46b2-83e2-2f65ddc03d52 resource provider aggregate not found 2026-04-14 13:12:48.710 7 INFO neutron.services.segments.plugin [-] Segment 9044f1b3-e461-46b2-83e2-2f65ddc03d52 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9044f1b3-e461-46b2-83e2-2f65ddc03d52 found for delete ", "request_id": "req-5b47616a-7757-4ace-aa41-ec38c1d43a80"}]} 2026-04-14 13:12:48.720 7 INFO neutron.services.segments.plugin [-] Segment 392703cf-77ed-4525-add7-3dec546aee56 resource provider aggregate not found 2026-04-14 13:12:48.723 7 INFO neutron.services.segments.plugin [-] Segment 9044f1b3-e461-46b2-83e2-2f65ddc03d52 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9044f1b3-e461-46b2-83e2-2f65ddc03d52 found for delete ", "request_id": "req-947d2eda-3d30-47cb-aed4-ce583eed9b3e"}]} 2026-04-14 13:12:48.731 7 INFO neutron.services.segments.plugin [-] Segment 392703cf-77ed-4525-add7-3dec546aee56 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 392703cf-77ed-4525-add7-3dec546aee56 found for delete ", "request_id": "req-8274ad04-2765-4771-bd6f-e2daafa07dec"}]} 2026-04-14 13:12:48.746 7 INFO neutron.services.segments.plugin [-] Segment 8e5f95dd-644e-42a9-94c6-fda288172649 resource provider aggregate not found 2026-04-14 13:12:48.752 7 INFO neutron.services.segments.plugin [-] Segment 392703cf-77ed-4525-add7-3dec546aee56 resource provider aggregate not found 2026-04-14 13:12:48.755 7 INFO neutron.services.segments.plugin [-] Segment 8e5f95dd-644e-42a9-94c6-fda288172649 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e5f95dd-644e-42a9-94c6-fda288172649 found for delete ", "request_id": "req-b76d3a12-c774-4924-9da6-4e5a3cbc8ab6"}]} 2026-04-14 13:12:48.762 7 INFO neutron.services.segments.plugin [-] Segment 392703cf-77ed-4525-add7-3dec546aee56 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 392703cf-77ed-4525-add7-3dec546aee56 found for delete ", "request_id": "req-0c98feca-58f3-4fd5-a2b7-92d74848fe59"}]} 2026-04-14 13:12:48.778 7 INFO neutron.services.segments.plugin [-] Segment 8e5f95dd-644e-42a9-94c6-fda288172649 resource provider aggregate not found 2026-04-14 13:12:48.788 7 INFO neutron.services.segments.plugin [-] Segment 8e5f95dd-644e-42a9-94c6-fda288172649 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e5f95dd-644e-42a9-94c6-fda288172649 found for delete ", "request_id": "req-58908f79-ee16-4767-94d9-063fab41c6e8"}]} [pid: 7|app: 0|req: 401/797] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:12:50 2026] GET /v2.0/security-groups?tenant_id=28a190118ce74148918640fa0d857078&name=default => generated 2925 bytes in 286 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/798] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:12:51 2026] DELETE /v2.0/security-groups/690b42fd-fca5-4257-981a-c9f4aa1f0fb0 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/799] 10.0.0.130 () {34 vars in 989 bytes} [Tue Apr 14 13:12:50 2026] GET /v2.0/ports?device_id=d760deda-6cbd-49b3-8d8b-628ce2a1597c => generated 1244 bytes in 796 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/800] 10.0.0.130 () {34 vars in 1039 bytes} [Tue Apr 14 13:12:51 2026] GET /v2.0/security-groups?id=2011a52a-48c5-4d42-9993-b95ed082a4ce&fields=id&fields=name => generated 113 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/801] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:12:52 2026] GET /v2.0/security-groups?tenant_id=96de92c6d9f8434794f605c97ac2bbb0&name=default => generated 2925 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/802] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:12:52 2026] GET /v2.0/security-groups?tenant_id=13cd9aa94d32463bbead66c212ed72e7&name=default => generated 2925 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/803] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:12:52 2026] DELETE /v2.0/security-groups/cd50a2c0-8169-4a90-b05b-877fedbf7a45 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/804] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:12:52 2026] DELETE /v2.0/security-groups/3fad2cbd-0ebb-445d-a3c8-d93e078b98cd => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/805] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:12:52 2026] GET /v2.0/security-groups?tenant_id=eb2658804977423a9ef3ea2ee8320abf&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: 406/806] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:12:52 2026] GET /v2.0/security-groups?tenant_id=45c456ceb6b9483094b70ef5a7914cb0&name=default => generated 2925 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/807] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:12:53 2026] DELETE /v2.0/security-groups/b3de11f8-e7f4-44ac-ae4e-4d43c846e202 => 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: 407/808] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:12:53 2026] DELETE /v2.0/security-groups/ddb22270-e8d1-4b06-9645-562b4230bf99 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/809] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:12:57 2026] GET /v2.0/security-groups?tenant_id=e27ee582d0c545a5aab1b6251b8db6dc&name=default => generated 2925 bytes in 307 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/810] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:12:57 2026] DELETE /v2.0/security-groups/8c974d18-6836-4b30-aa77-93d66d4696f2 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/811] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:12:57 2026] GET /v2.0/security-groups?tenant_id=00cb5a806a934c26b9af303369bf7a44&name=default => generated 2925 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/812] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:12:58 2026] DELETE /v2.0/security-groups/2d1c110f-19c0-4b3f-ae7e-f2f27be2d80e => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/813] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:12:59 2026] GET /v2.0/security-groups?tenant_id=10258a74ecad499390ab85d3ca4e9b29&name=default => generated 2925 bytes in 247 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/814] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:12:59 2026] DELETE /v2.0/security-groups/b954a2d5-537a-4464-a267-7708304888be => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/815] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:12:59 2026] GET /v2.0/security-groups?tenant_id=aa795d180f764f3fa7e55079d6ba8816&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/816] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:12:59 2026] DELETE /v2.0/security-groups/94976b34-d2d7-4ecd-b917-f89956c23981 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/817] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:13:00 2026] GET /v2.0/security-groups?tenant_id=87ae30e3e8274e22846a17118388a079&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: 412/818] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:13:00 2026] DELETE /v2.0/security-groups/e7738dd6-3cd4-4876-bb7a-d300c4e12989 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/819] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:13:00 2026] GET /v2.0/security-groups?tenant_id=1b02768b97fe469886abeb61f3946cdb&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/820] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:13:00 2026] DELETE /v2.0/security-groups/ab543cfe-f0f6-4228-ab27-84fb80e578f7 => 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: 413/821] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:13:00 2026] GET /v2.0/security-groups?tenant_id=454c218089a4416f89893060143f102d&name=default => generated 2925 bytes in 303 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/822] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:13:01 2026] DELETE /v2.0/security-groups/7ec58915-6fc2-40d9-bd0b-630d9319dbb2 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/825] 10.0.0.89 () {32 vars in 651 bytes} [Tue Apr 14 13:13:01 2026] GET /v2.0/extensions => generated 21537 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/826] 10.0.0.89 () {32 vars in 679 bytes} [Tue Apr 14 13:13:01 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/827] 10.0.0.89 () {32 vars in 679 bytes} [Tue Apr 14 13:13:01 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/828] 10.0.0.89 () {32 vars in 727 bytes} [Tue Apr 14 13:13:01 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/829] 10.0.0.89 () {32 vars in 663 bytes} [Tue Apr 14 13:13:01 2026] GET /v2.0/extensions/agent => generated 153 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/830] 10.0.0.89 () {32 vars in 697 bytes} [Tue Apr 14 13:13:01 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: 8|app: 0|req: 414/831] 10.0.0.89 () {32 vars in 695 bytes} [Tue Apr 14 13:13:01 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: 418/832] 10.0.0.89 () {32 vars in 699 bytes} [Tue Apr 14 13:13:01 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/833] 10.0.0.89 () {32 vars in 687 bytes} [Tue Apr 14 13:13:01 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/834] 10.0.0.89 () {32 vars in 701 bytes} [Tue Apr 14 13:13:01 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/835] 10.0.0.89 () {32 vars in 691 bytes} [Tue Apr 14 13:13:01 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/836] 10.0.0.89 () {32 vars in 693 bytes} [Tue Apr 14 13:13:01 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/837] 10.0.0.89 () {32 vars in 683 bytes} [Tue Apr 14 13:13:01 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/838] 10.0.0.89 () {32 vars in 685 bytes} [Tue Apr 14 13:13:01 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/839] 10.0.0.89 () {32 vars in 659 bytes} [Tue Apr 14 13:13:01 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/840] 10.0.0.89 () {32 vars in 697 bytes} [Tue Apr 14 13:13:01 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/841] 10.0.0.89 () {32 vars in 677 bytes} [Tue Apr 14 13:13:01 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/842] 10.0.0.89 () {32 vars in 681 bytes} [Tue Apr 14 13:13:01 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/843] 10.0.0.89 () {32 vars in 673 bytes} [Tue Apr 14 13:13:01 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/844] 10.0.0.89 () {32 vars in 687 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/845] 10.0.0.89 () {32 vars in 721 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/846] 10.0.0.89 () {32 vars in 685 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/847] 10.0.0.89 () {32 vars in 667 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/848] 10.0.0.89 () {32 vars in 685 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/849] 10.0.0.89 () {32 vars in 679 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/850] 10.0.0.89 () {32 vars in 697 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/851] 10.0.0.89 () {32 vars in 677 bytes} [Tue Apr 14 13:13:02 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) [pid: 7|app: 0|req: 428/852] 10.0.0.89 () {32 vars in 665 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/router => generated 256 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/853] 10.0.0.89 () {32 vars in 675 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/854] 10.0.0.89 () {32 vars in 663 bytes} [Tue Apr 14 13:13:02 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: 8|app: 0|req: 426/855] 10.0.0.89 () {32 vars in 673 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/856] 10.0.0.89 () {32 vars in 711 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/857] 10.0.0.89 () {32 vars in 689 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/858] 10.0.0.89 () {32 vars in 681 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/859] 10.0.0.89 () {32 vars in 667 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/860] 10.0.0.89 () {32 vars in 685 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/861] 10.0.0.89 () {32 vars in 703 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/network_availability_zone => 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: 433/862] 10.0.0.89 () {32 vars in 673 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/863] 10.0.0.89 () {32 vars in 699 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/864] 10.0.0.89 () {32 vars in 673 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/865] 10.0.0.89 () {32 vars in 691 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/866] 10.0.0.89 () {32 vars in 687 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/867] 10.0.0.89 () {32 vars in 707 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/868] 10.0.0.89 () {32 vars in 703 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/869] 10.0.0.89 () {32 vars in 717 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/870] 10.0.0.89 () {32 vars in 695 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/871] 10.0.0.89 () {32 vars in 709 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/872] 10.0.0.89 () {32 vars in 667 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/binding => generated 193 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/873] 10.0.0.89 () {32 vars in 685 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/874] 10.0.0.89 () {32 vars in 679 bytes} [Tue Apr 14 13:13:02 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: 441/875] 10.0.0.89 () {32 vars in 673 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/876] 10.0.0.89 () {32 vars in 669 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/provider => generated 191 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/877] 10.0.0.89 () {32 vars in 659 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/878] 10.0.0.89 () {32 vars in 697 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/879] 10.0.0.89 () {32 vars in 697 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/880] 10.0.0.89 () {32 vars in 675 bytes} [Tue Apr 14 13:13:02 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: 447/881] 10.0.0.89 () {32 vars in 667 bytes} [Tue Apr 14 13:13:02 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: 448/882] 10.0.0.89 () {32 vars in 681 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/883] 10.0.0.89 () {32 vars in 699 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/884] 10.0.0.89 () {32 vars in 683 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/885] 10.0.0.89 () {32 vars in 705 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/886] 10.0.0.89 () {32 vars in 667 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/887] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/ports?device_id=d760deda-6cbd-49b3-8d8b-628ce2a1597c => generated 975 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/888] 10.0.0.89 () {32 vars in 695 bytes} [Tue Apr 14 13:13:02 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: 8|app: 0|req: 436/889] 10.0.0.89 () {32 vars in 693 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/890] 10.0.0.89 () {32 vars in 683 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/891] 10.0.0.89 () {32 vars in 687 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/892] 10.0.0.89 () {32 vars in 703 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/893] 10.0.0.89 () {32 vars in 665 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/894] 10.0.0.89 () {32 vars in 679 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/895] 10.0.0.89 () {32 vars in 679 bytes} [Tue Apr 14 13:13:02 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: 459/896] 10.0.0.89 () {32 vars in 689 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/897] 10.0.0.176 () {34 vars in 970 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/ports/498966e9-2df1-4677-9072-267f0c929b41 => generated 972 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/898] 10.0.0.89 () {32 vars in 689 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/899] 10.0.0.89 () {32 vars in 693 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/900] 10.0.0.89 () {32 vars in 683 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/901] 10.0.0.89 () {32 vars in 687 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/902] 10.0.0.89 () {32 vars in 699 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/903] 10.0.0.89 () {32 vars in 701 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/904] 10.0.0.89 () {32 vars in 711 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/905] 10.0.0.89 () {32 vars in 715 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/906] 10.0.0.89 () {32 vars in 713 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/907] 10.0.0.89 () {32 vars in 725 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/908] 10.0.0.89 () {32 vars in 739 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/909] 10.0.0.89 () {32 vars in 717 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/910] 10.0.0.89 () {32 vars in 681 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/911] 10.0.0.89 () {32 vars in 667 bytes} [Tue Apr 14 13:13:02 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: 7|app: 0|req: 467/912] 10.0.0.89 () {32 vars in 717 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/913] 10.0.0.89 () {32 vars in 677 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/914] 10.0.0.89 () {32 vars in 667 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/915] 10.0.0.89 () {32 vars in 695 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/916] 10.0.0.89 () {32 vars in 703 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/917] 10.0.0.89 () {32 vars in 699 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/918] 10.0.0.89 () {32 vars in 699 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/919] 10.0.0.89 () {32 vars in 681 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/920] 10.0.0.89 () {32 vars in 703 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/921] 10.0.0.89 () {32 vars in 693 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/922] 10.0.0.89 () {32 vars in 687 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/923] 10.0.0.89 () {32 vars in 695 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/924] 10.0.0.89 () {32 vars in 677 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/925] 10.0.0.89 () {32 vars in 687 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/926] 10.0.0.89 () {32 vars in 699 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/927] 10.0.0.89 () {32 vars in 663 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/928] 10.0.0.89 () {32 vars in 679 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/929] 10.0.0.89 () {32 vars in 675 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/930] 10.0.0.89 () {32 vars in 691 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/931] 10.0.0.89 () {32 vars in 675 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/932] 10.0.0.89 () {32 vars in 665 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/933] 10.0.0.89 () {32 vars in 661 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/taas => generated 175 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/934] 10.0.0.89 () {32 vars in 673 bytes} [Tue Apr 14 13:13:02 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: 8|app: 0|req: 457/935] 10.0.0.89 () {32 vars in 685 bytes} [Tue Apr 14 13:13:02 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/936] 199.19.213.159 () {34 vars in 999 bytes} [Tue Apr 14 13:13:03 2026] GET /v2.0/subnets?network_id=1bf1181d-5fee-4f82-aa37-04d35566f0d2 => generated 684 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/937] 199.19.213.159 () {34 vars in 1145 bytes} [Tue Apr 14 13:13:03 2026] GET /v2.0/ports?device_id=d760deda-6cbd-49b3-8d8b-628ce2a1597c&device_owner=compute%3Anova&network_id=1bf1181d-5fee-4f82-aa37-04d35566f0d2 => generated 975 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/938] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:13:03 2026] GET /v2.0/security-groups?tenant_id=738a130c6cd04b2aa854e03310087ab3&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: 480/939] 199.19.213.159 () {38 vars in 1027 bytes} [Tue Apr 14 13:13:03 2026] PUT /v2.0/ports/498966e9-2df1-4677-9072-267f0c929b41 => generated 1149 bytes in 536 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 460/940] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:13:03 2026] GET /v2.0/security-groups?tenant_id=79b3bcb6cb7046239527ee2bef58e928&name=default => generated 2925 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 13:13:03.807 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-791869db-1a3a-4e69-a525-9c01af5472c8'] response: {'name': 'network-changed', 'server_uuid': 'd760deda-6cbd-49b3-8d8b-628ce2a1597c', 'tag': '498966e9-2df1-4677-9072-267f0c929b41', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 481/941] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:13:03 2026] DELETE /v2.0/security-groups/697cad2e-60b5-4a04-96ea-79d8d2e5d323 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/942] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:13:03 2026] DELETE /v2.0/security-groups/2f14052a-33b9-42e3-b678-d795012c3a1c => 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: 482/943] 199.19.213.159 () {34 vars in 1079 bytes} [Tue Apr 14 13:13:04 2026] GET /v2.0/ports?tenant_id=3ea0d0390d6944ddb0a2ae714f39918e&device_id=d760deda-6cbd-49b3-8d8b-628ce2a1597c => generated 1421 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/944] 199.19.213.159 () {34 vars in 985 bytes} [Tue Apr 14 13:13:04 2026] GET /v2.0/networks?id=1bf1181d-5fee-4f82-aa37-04d35566f0d2 => generated 780 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/945] 199.19.213.159 () {34 vars in 1059 bytes} [Tue Apr 14 13:13:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=498966e9-2df1-4677-9072-267f0c929b41 => generated 861 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/946] 199.19.213.159 () {34 vars in 1057 bytes} [Tue Apr 14 13:13:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=498966e9-2df1-4677-9072-267f0c929b41 => 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: 484/947] 199.19.213.159 () {34 vars in 983 bytes} [Tue Apr 14 13:13:04 2026] GET /v2.0/subnets?id=600b6437-f1b3-4333-b597-2c077375ee5d => generated 702 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/948] 199.19.213.159 () {34 vars in 1051 bytes} [Tue Apr 14 13:13:04 2026] GET /v2.0/ports?network_id=1bf1181d-5fee-4f82-aa37-04d35566f0d2&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/949] 199.19.213.159 () {34 vars in 1011 bytes} [Tue Apr 14 13:13:04 2026] GET /v2.0/networks/1bf1181d-5fee-4f82-aa37-04d35566f0d2?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/950] 199.19.213.159 () {34 vars in 1111 bytes} [Tue Apr 14 13:13:04 2026] GET /v2.0/networks/1bf1181d-5fee-4f82-aa37-04d35566f0d2?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: 485/951] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:13:04 2026] GET /v2.0/security-groups?tenant_id=dd2b6f51db9e4154851e8535a39fabb8&name=default => generated 2925 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/952] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:13:04 2026] DELETE /v2.0/security-groups/84144317-1e1b-4980-a7cc-502e5d5b2a0d => 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: 486/953] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:13:05 2026] GET /v2.0/security-groups?tenant_id=b331f0c4d18f45af9418770fc130a913&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/954] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:13:05 2026] DELETE /v2.0/security-groups/8ba868ed-c936-4cf4-a414-6d3fc193fd5d => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 13:13:05.861 8 INFO neutron.db.segments_db [None req-e2ed578a-954a-4bfe-b741-36221f682168 bab24dc65eeb4bbda429230b9df0179e 91640022795b4dfa8f0cfd250d09db27 - - default default] Added segment 8807e08a-f320-4c09-ae53-ae79fffd1843 of type vxlan for network 8e1f41de-d63c-4488-a953-9ed9aa0874c9 2026-04-14 13:13:05.880 7 INFO neutron.db.segments_db [None req-fb28e984-d36e-4272-9c78-08096fdd5b29 3f4c64f8a8f44f5aa44699231bdafa0b 09b7c9df43574a9ab4d6c159847328e7 - - default default] Added segment b1fbb46d-45ef-4333-abed-42e686258ea7 of type vxlan for network 0b1c4abd-04ee-4c88-9758-0a4b812ed536 [pid: 8|app: 0|req: 469/955] 10.0.0.89 () {34 vars in 668 bytes} [Tue Apr 14 13:13:05 2026] POST /v2.0/networks => generated 648 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/956] 10.0.0.89 () {34 vars in 668 bytes} [Tue Apr 14 13:13:05 2026] POST /v2.0/networks => generated 649 bytes in 376 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/957] 199.19.213.159 () {34 vars in 1079 bytes} [Tue Apr 14 13:13:05 2026] GET /v2.0/ports?tenant_id=3ea0d0390d6944ddb0a2ae714f39918e&device_id=d760deda-6cbd-49b3-8d8b-628ce2a1597c => generated 1421 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/958] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:13:05 2026] GET /v2.0/ports?device_id=d760deda-6cbd-49b3-8d8b-628ce2a1597c => 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: 489/959] 199.19.213.159 () {34 vars in 985 bytes} [Tue Apr 14 13:13:06 2026] GET /v2.0/networks?id=1bf1181d-5fee-4f82-aa37-04d35566f0d2 => generated 780 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/960] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:13:06 2026] GET /v2.0/security-groups?id=2011a52a-48c5-4d42-9993-b95ed082a4ce&fields=id&fields=name => generated 113 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/961] 199.19.213.159 () {34 vars in 1059 bytes} [Tue Apr 14 13:13:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=498966e9-2df1-4677-9072-267f0c929b41 => generated 861 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/962] 199.19.213.159 () {34 vars in 1057 bytes} [Tue Apr 14 13:13:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=498966e9-2df1-4677-9072-267f0c929b41 => 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: 493/963] 199.19.213.159 () {34 vars in 983 bytes} [Tue Apr 14 13:13:06 2026] GET /v2.0/subnets?id=600b6437-f1b3-4333-b597-2c077375ee5d => generated 702 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/964] 10.0.0.89 () {34 vars in 667 bytes} [Tue Apr 14 13:13:06 2026] POST /v2.0/subnets => generated 627 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/965] 199.19.213.159 () {34 vars in 1051 bytes} [Tue Apr 14 13:13:06 2026] GET /v2.0/ports?network_id=1bf1181d-5fee-4f82-aa37-04d35566f0d2&device_owner=network%3Adhcp => 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: 495/966] 199.19.213.159 () {34 vars in 1011 bytes} [Tue Apr 14 13:13:06 2026] GET /v2.0/networks/1bf1181d-5fee-4f82-aa37-04d35566f0d2?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 13:13:06.323 8 INFO neutron.db.segments_db [None req-74c882cd-fa50-45db-9079-8ea6413d79a6 3f4c64f8a8f44f5aa44699231bdafa0b 09b7c9df43574a9ab4d6c159847328e7 - - default default] Added segment d2e85a69-557c-42b3-8861-d4842ed60f4e of type vxlan for network 93028fc3-5381-4b3f-95ab-45c3237a829a [pid: 7|app: 0|req: 496/967] 199.19.213.159 () {34 vars in 1111 bytes} [Tue Apr 14 13:13:06 2026] GET /v2.0/networks/1bf1181d-5fee-4f82-aa37-04d35566f0d2?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-04-14 13:13:06.571 8 INFO neutron.db.l3_hamode_db [None req-74c882cd-fa50-45db-9079-8ea6413d79a6 3f4c64f8a8f44f5aa44699231bdafa0b 09b7c9df43574a9ab4d6c159847328e7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 497/968] 10.0.0.89 () {34 vars in 667 bytes} [Tue Apr 14 13:13:06 2026] POST /v2.0/subnets => generated 673 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 13:13:06.721 7 INFO neutron.db.segments_db [None req-57bf28bf-132a-46d1-9d5b-1d027f424d06 bab24dc65eeb4bbda429230b9df0179e 91640022795b4dfa8f0cfd250d09db27 - - default default] Added segment c5c954ac-5cf3-4e8a-88e3-a7c3098787bd of type vxlan for network cd114a27-09e6-46c2-bb53-34e12dcabbc6 [pid: 7|app: 0|req: 498/969] 10.0.0.89 () {34 vars in 668 bytes} [Tue Apr 14 13:13:06 2026] POST /v2.0/networks => generated 647 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/970] 10.0.0.89 () {34 vars in 741 bytes} [Tue Apr 14 13:13:06 2026] PUT /v2.0/networks/cd114a27-09e6-46c2-bb53-34e12dcabbc6 => generated 592 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/971] 199.19.213.159 () {34 vars in 1117 bytes} [Tue Apr 14 13:13:06 2026] GET /v2.0/ports?device_id=d760deda-6cbd-49b3-8d8b-628ce2a1597c&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.7 => generated 1152 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/972] 10.0.0.89 () {34 vars in 667 bytes} [Tue Apr 14 13:13:06 2026] POST /v2.0/subnets => generated 646 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 13:13:07.368 8 INFO neutron.db.l3_hamode_db [None req-74c882cd-fa50-45db-9079-8ea6413d79a6 3f4c64f8a8f44f5aa44699231bdafa0b 09b7c9df43574a9ab4d6c159847328e7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 502/973] 199.19.213.159 () {38 vars in 1027 bytes} [Tue Apr 14 13:13:07 2026] PUT /v2.0/ports/498966e9-2df1-4677-9072-267f0c929b41 => generated 972 bytes in 347 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 13:13:07.564 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-37dba095-4a97-4c39-86fb-914ab9ab3ca1'] response: {'name': 'network-changed', 'server_uuid': 'd760deda-6cbd-49b3-8d8b-628ce2a1597c', 'tag': '498966e9-2df1-4677-9072-267f0c929b41', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 503/974] 10.0.0.89 () {34 vars in 739 bytes} [Tue Apr 14 13:13:07 2026] PUT /v2.0/subnets/b401fc35-534c-4b0e-b053-17bf6e0a91c6 => generated 656 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:13:07.825 7 INFO neutron.services.segments.plugin [-] Segment c5c954ac-5cf3-4e8a-88e3-a7c3098787bd resource provider aggregate not found 2026-04-14 13:13:07.828 7 INFO neutron.services.segments.plugin [-] Segment c5c954ac-5cf3-4e8a-88e3-a7c3098787bd resource provider aggregate not found 2026-04-14 13:13:07.852 7 INFO neutron.services.segments.plugin [-] Segment c5c954ac-5cf3-4e8a-88e3-a7c3098787bd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c5c954ac-5cf3-4e8a-88e3-a7c3098787bd found for delete ", "request_id": "req-ccfab8ab-b03b-4422-bba9-d835ff2b8c0e"}]} 2026-04-14 13:13:07.857 7 INFO neutron.services.segments.plugin [-] Segment c5c954ac-5cf3-4e8a-88e3-a7c3098787bd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c5c954ac-5cf3-4e8a-88e3-a7c3098787bd found for delete ", "request_id": "req-aa8800bd-8e91-4127-9ebd-12a7ea69bf9e"}]} [pid: 7|app: 0|req: 504/975] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:13:07 2026] DELETE /v2.0/networks/cd114a27-09e6-46c2-bb53-34e12dcabbc6 => generated 0 bytes in 221 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:13:07.878 7 INFO neutron.pecan_wsgi.hooks.translation [None req-318ab1ae-b321-4ba1-80e4-bbfd9f270796 bab24dc65eeb4bbda429230b9df0179e 91640022795b4dfa8f0cfd250d09db27 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 505/976] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:13:07 2026] DELETE /v2.0/networks/cd114a27-09e6-46c2-bb53-34e12dcabbc6 => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/977] 10.0.0.89 () {32 vars in 692 bytes} [Tue Apr 14 13:13:07 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/978] 10.0.0.89 () {32 vars in 740 bytes} [Tue Apr 14 13:13:07 2026] GET /v2.0/subnets?network_id=1b977c13-3b31-4f6d-b531-1f16337fb53c => generated 649 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/979] 10.0.0.89 () {32 vars in 651 bytes} [Tue Apr 14 13:13:07 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/980] 10.0.0.89 () {32 vars in 647 bytes} [Tue Apr 14 13:13:07 2026] GET /v2.0/networks => generated 1313 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/981] 199.19.213.159 () {34 vars in 1079 bytes} [Tue Apr 14 13:13:08 2026] GET /v2.0/ports?tenant_id=3ea0d0390d6944ddb0a2ae714f39918e&device_id=d760deda-6cbd-49b3-8d8b-628ce2a1597c => 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: 511/982] 10.0.0.89 () {32 vars in 645 bytes} [Tue Apr 14 13:13:08 2026] GET /v2.0/subnets => generated 1312 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/983] 10.0.0.89 () {34 vars in 667 bytes} [Tue Apr 14 13:13:06 2026] POST /v2.0/routers => generated 694 bytes in 1884 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/984] 199.19.213.159 () {34 vars in 985 bytes} [Tue Apr 14 13:13:08 2026] GET /v2.0/networks?id=1bf1181d-5fee-4f82-aa37-04d35566f0d2 => generated 780 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/985] 10.0.0.89 () {32 vars in 721 bytes} [Tue Apr 14 13:13:08 2026] GET /v2.0/networks/8e1f41de-d63c-4488-a953-9ed9aa0874c9 => generated 673 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/986] 199.19.213.159 () {34 vars in 1059 bytes} [Tue Apr 14 13:13:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=498966e9-2df1-4677-9072-267f0c929b41 => generated 861 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/987] 10.0.0.89 () {32 vars in 719 bytes} [Tue Apr 14 13:13:08 2026] GET /v2.0/subnets/b091269a-0b26-4e7a-b085-c3b202ff9e58 => generated 673 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/988] 199.19.213.159 () {34 vars in 983 bytes} [Tue Apr 14 13:13:08 2026] GET /v2.0/subnets?id=600b6437-f1b3-4333-b597-2c077375ee5d => generated 702 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:13:08.285 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9218e965-dd0f-4391-a636-83752316dc1b bab24dc65eeb4bbda429230b9df0179e 91640022795b4dfa8f0cfd250d09db27 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 477/989] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:13:08 2026] DELETE /v2.0/subnets/b401fc35-534c-4b0e-b053-17bf6e0a91c6 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/990] 199.19.213.159 () {34 vars in 1051 bytes} [Tue Apr 14 13:13:08 2026] GET /v2.0/ports?network_id=1bf1181d-5fee-4f82-aa37-04d35566f0d2&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 13:13:08.338 8 INFO neutron.pecan_wsgi.hooks.translation [None req-56bd651a-5e77-4b8b-b576-d2743bdfdd31 bab24dc65eeb4bbda429230b9df0179e 91640022795b4dfa8f0cfd250d09db27 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 479/991] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:13:08 2026] DELETE /v2.0/networks/cd114a27-09e6-46c2-bb53-34e12dcabbc6 => generated 138 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/992] 199.19.213.159 () {34 vars in 1011 bytes} [Tue Apr 14 13:13:08 2026] GET /v2.0/networks/1bf1181d-5fee-4f82-aa37-04d35566f0d2?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/993] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:13:08 2026] DELETE /v2.0/subnets/b091269a-0b26-4e7a-b085-c3b202ff9e58 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/994] 199.19.213.159 () {34 vars in 1111 bytes} [Tue Apr 14 13:13:08 2026] GET /v2.0/networks/1bf1181d-5fee-4f82-aa37-04d35566f0d2?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) 2026-04-14 13:13:08.652 8 INFO neutron_taas.services.taas.taas_plugin [None req-bef64f65-58c1-43c8-ab5c-693342889270 bab24dc65eeb4bbda429230b9df0179e 91640022795b4dfa8f0cfd250d09db27 - - default default] TaaS: Handle Delete Port: 4a845703-e345-45f7-b499-b2be23a20423 2026-04-14 13:13:08.656 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bef64f65-58c1-43c8-ab5c-693342889270 bab24dc65eeb4bbda429230b9df0179e 91640022795b4dfa8f0cfd250d09db27 - - default default] Tap Mirror: Handle Delete Port: 4a845703-e345-45f7-b499-b2be23a20423 2026-04-14 13:13:08.825 8 INFO neutron.services.segments.plugin [-] Segment 8807e08a-f320-4c09-ae53-ae79fffd1843 resource provider aggregate not found 2026-04-14 13:13:08.829 8 INFO neutron.services.segments.plugin [-] Segment 8807e08a-f320-4c09-ae53-ae79fffd1843 resource provider aggregate not found 2026-04-14 13:13:08.840 8 INFO neutron.services.segments.plugin [-] Segment 8807e08a-f320-4c09-ae53-ae79fffd1843 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8807e08a-f320-4c09-ae53-ae79fffd1843 found for delete ", "request_id": "req-bc384852-2988-440d-9570-ff3ff077b321"}]} 2026-04-14 13:13:08.845 8 INFO neutron.services.segments.plugin [-] Segment 8807e08a-f320-4c09-ae53-ae79fffd1843 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8807e08a-f320-4c09-ae53-ae79fffd1843 found for delete ", "request_id": "req-4caa8675-0161-4f8e-97c9-bf20338a48b9"}]} [pid: 8|app: 0|req: 483/995] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:13:08 2026] DELETE /v2.0/networks/8e1f41de-d63c-4488-a953-9ed9aa0874c9 => generated 0 bytes in 278 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/996] 10.0.0.89 () {34 vars in 781 bytes} [Tue Apr 14 13:13:08 2026] PUT /v2.0/routers/8cfc4649-fa60-4427-839e-0352785221bc/add_router_interface => generated 309 bytes in 1260 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/997] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:13:09 2026] GET /v2.0/security-groups?tenant_id=91640022795b4dfa8f0cfd250d09db27&name=default => generated 2925 bytes in 207 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/998] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:13:09 2026] GET /v2.0/ports?device_id=d760deda-6cbd-49b3-8d8b-628ce2a1597c => generated 975 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/999] 199.19.213.159 () {34 vars in 1079 bytes} [Tue Apr 14 13:13:09 2026] GET /v2.0/ports?tenant_id=3ea0d0390d6944ddb0a2ae714f39918e&device_id=d760deda-6cbd-49b3-8d8b-628ce2a1597c => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/1000] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:13:09 2026] DELETE /v2.0/security-groups/72444ca1-f0b9-4e5e-9acd-6bbd6d46bcb9 => 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: 514/1001] 10.0.0.89 () {34 vars in 663 bytes} [Tue Apr 14 13:13:09 2026] POST /v2.0/ports => generated 955 bytes in 387 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/1002] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:13:09 2026] GET /v2.0/security-groups?id=2011a52a-48c5-4d42-9993-b95ed082a4ce&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 489/1003] 199.19.213.159 () {34 vars in 985 bytes} [Tue Apr 14 13:13:09 2026] GET /v2.0/networks?id=1bf1181d-5fee-4f82-aa37-04d35566f0d2 => generated 780 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1004] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:13:09 2026] GET /v2.0/security-groups?tenant_id=ea74bfda3c6a40d5b90a45b7a786a55e&name=default => generated 2925 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1005] 199.19.213.159 () {34 vars in 1059 bytes} [Tue Apr 14 13:13:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=498966e9-2df1-4677-9072-267f0c929b41 => generated 861 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1006] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:13:10 2026] DELETE /v2.0/security-groups/8f271615-40ca-4921-a62f-f3c21ab585cb => 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: 518/1007] 199.19.213.159 () {34 vars in 983 bytes} [Tue Apr 14 13:13:10 2026] GET /v2.0/subnets?id=600b6437-f1b3-4333-b597-2c077375ee5d => generated 702 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1008] 199.19.213.159 () {34 vars in 1051 bytes} [Tue Apr 14 13:13:10 2026] GET /v2.0/ports?network_id=1bf1181d-5fee-4f82-aa37-04d35566f0d2&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/1009] 10.0.0.89 () {34 vars in 663 bytes} [Tue Apr 14 13:13:09 2026] POST /v2.0/ports => generated 954 bytes in 348 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: 520/1010] 199.19.213.159 () {34 vars in 1011 bytes} [Tue Apr 14 13:13:10 2026] GET /v2.0/networks/1bf1181d-5fee-4f82-aa37-04d35566f0d2?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: 521/1011] 199.19.213.159 () {34 vars in 1111 bytes} [Tue Apr 14 13:13:10 2026] GET /v2.0/networks/1bf1181d-5fee-4f82-aa37-04d35566f0d2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 13:13:10.943 8 INFO neutron.db.l3_db [None req-20b5918f-f596-4707-9489-3509b6c548e5 3f4c64f8a8f44f5aa44699231bdafa0b 09b7c9df43574a9ab4d6c159847328e7 - - default default] Floating IP 60a8cb2b-ebc3-4b32-bda6-dc4a78ac9786 associated. External IP: 10.96.250.209, port: 5016b497-b53f-4f03-951b-7fb445017a65. [pid: 7|app: 0|req: 522/1012] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:13:10 2026] GET /v2.0/ports?device_id=d760deda-6cbd-49b3-8d8b-628ce2a1597c => generated 975 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1013] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:13:10 2026] GET /v2.0/security-groups?id=2011a52a-48c5-4d42-9993-b95ed082a4ce&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/1014] 10.0.0.89 () {34 vars in 675 bytes} [Tue Apr 14 13:13:10 2026] POST /v2.0/floatingips => generated 841 bytes in 1053 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 13:13:11.410 7 INFO neutron.db.l3_db [None req-b9440188-6baa-403e-8cf2-021efe750d2f 3f4c64f8a8f44f5aa44699231bdafa0b 09b7c9df43574a9ab4d6c159847328e7 - - default default] Floating IP 60a8cb2b-ebc3-4b32-bda6-dc4a78ac9786 disassociated. External IP: 10.96.250.209, port: 5016b497-b53f-4f03-951b-7fb445017a65. [pid: 7|app: 0|req: 524/1015] 10.0.0.89 () {34 vars in 747 bytes} [Tue Apr 14 13:13:11 2026] PUT /v2.0/floatingips/60a8cb2b-ebc3-4b32-bda6-dc4a78ac9786 => generated 552 bytes in 429 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:13:11.811 7 INFO neutron_taas.services.taas.taas_plugin [None req-e5b7b694-91d5-4413-8248-717d99436cd8 3f4c64f8a8f44f5aa44699231bdafa0b 09b7c9df43574a9ab4d6c159847328e7 - - default default] TaaS: Handle Delete Port: 7dd10d1c-ec51-4e27-be5e-4b8d78da56d8 2026-04-14 13:13:11.813 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e5b7b694-91d5-4413-8248-717d99436cd8 3f4c64f8a8f44f5aa44699231bdafa0b 09b7c9df43574a9ab4d6c159847328e7 - - default default] Tap Mirror: Handle Delete Port: 7dd10d1c-ec51-4e27-be5e-4b8d78da56d8 2026-04-14 13:13:11.920 8 INFO neutron.db.segments_db [None req-a6ea6882-f4ac-4152-88d2-b47b0846da50 fd0aafc3062549cbaf788bbc970d9b07 57149aab365c48e49070c549fb5ecf94 - - default default] Added segment 711e26aa-615b-4054-86aa-7326f76f5192 of type vxlan for network 4dd882e8-6f0e-42b9-bbd5-3568a0c85e6c [pid: 7|app: 0|req: 525/1016] 10.0.0.89 () {32 vars in 730 bytes} [Tue Apr 14 13:13:11 2026] DELETE /v2.0/floatingips/60a8cb2b-ebc3-4b32-bda6-dc4a78ac9786 => generated 0 bytes in 260 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/1017] 10.0.0.89 () {34 vars in 668 bytes} [Tue Apr 14 13:13:11 2026] POST /v2.0/networks => generated 649 bytes in 470 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/1018] 199.19.213.159 () {34 vars in 993 bytes} [Tue Apr 14 13:13:12 2026] GET /v2.0/ports?device_id=d760deda-6cbd-49b3-8d8b-628ce2a1597c => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:13:12.162 7 INFO neutron.db.segments_db [None req-bbc4a9da-c95e-4eaf-bcb6-cb34fc599045 b86cea4a582048a6a9ae18a6d58eb543 42c8684e9bec4b618ca08d1ecd2a5c64 - - default default] Added segment 14bfc2ca-fdc2-4229-a52a-db873ec1a3ad of type vxlan for network 33dcd6cb-ebe2-4a1f-8ae3-4c626e83eec7 2026-04-14 13:13:12.217 7 INFO neutron.db.segments_db [None req-bbc4a9da-c95e-4eaf-bcb6-cb34fc599045 b86cea4a582048a6a9ae18a6d58eb543 42c8684e9bec4b618ca08d1ecd2a5c64 - - default default] Added segment fb8d9e34-39b6-44f3-a082-f9b630c020bf of type vxlan for network 5897398f-ef89-4cae-ba24-f94a0a29d46e [pid: 7|app: 0|req: 526/1019] 10.0.0.89 () {34 vars in 668 bytes} [Tue Apr 14 13:13:11 2026] POST /v2.0/networks => generated 1246 bytes in 355 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1020] 10.0.0.89 () {34 vars in 663 bytes} [Tue Apr 14 13:13:12 2026] POST /v2.0/ports => generated 777 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 13:13:12.703 7 INFO neutron_taas.services.taas.taas_plugin [req-541a1b7c-6e6b-4e7d-89d4-5334ef75b484 req-5d19c286-7481-4b3b-b8d4-9f5b3fe134c0 c6b4792789644b478edaf250f14cfc66 3ea0d0390d6944ddb0a2ae714f39918e - - default default] TaaS: Handle Delete Port: 498966e9-2df1-4677-9072-267f0c929b41 2026-04-14 13:13:12.705 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-541a1b7c-6e6b-4e7d-89d4-5334ef75b484 req-5d19c286-7481-4b3b-b8d4-9f5b3fe134c0 c6b4792789644b478edaf250f14cfc66 3ea0d0390d6944ddb0a2ae714f39918e - - default default] Tap Mirror: Handle Delete Port: 498966e9-2df1-4677-9072-267f0c929b41 2026-04-14 13:13:12.740 8 INFO neutron.db.l3_db [None req-cbe018e3-5389-4b85-80cd-f589c06f1bf1 3f4c64f8a8f44f5aa44699231bdafa0b 09b7c9df43574a9ab4d6c159847328e7 - - default default] Floating IP 909ba160-4169-4603-96fc-22658fbff7cb associated. External IP: 10.96.250.207, port: 5373d30e-e36e-45ea-936b-8bb85d3cf174. 2026-04-14 13:13:12.823 7 INFO neutron.db.l3_db [req-541a1b7c-6e6b-4e7d-89d4-5334ef75b484 req-5d19c286-7481-4b3b-b8d4-9f5b3fe134c0 c6b4792789644b478edaf250f14cfc66 3ea0d0390d6944ddb0a2ae714f39918e - - default default] Floating IP 9bc90444-be1e-4f35-b317-f2892dd63523 disassociated. External IP: 10.96.250.205, port: 498966e9-2df1-4677-9072-267f0c929b41. [pid: 8|app: 0|req: 494/1021] 10.0.0.89 () {34 vars in 675 bytes} [Tue Apr 14 13:13:12 2026] POST /v2.0/floatingips => generated 842 bytes in 983 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/1022] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:13:13 2026] GET /v2.0/ports?device_id=d760deda-6cbd-49b3-8d8b-628ce2a1597c => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/1023] 10.0.0.89 () {32 vars in 647 bytes} [Tue Apr 14 13:13:13 2026] GET /v2.0/networks => generated 1845 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 13:13:13.161 8 INFO neutron.db.segments_db [None req-cf865afe-5a08-4b0b-b45f-db9b73f90a88 fd0aafc3062549cbaf788bbc970d9b07 57149aab365c48e49070c549fb5ecf94 - - default default] Added segment 8786d595-59c2-48a9-94de-af3b07ca8112 of type vxlan for network a1deda6a-0ca6-4900-94fe-3688321d74f5 [pid: 7|app: 0|req: 528/1024] 199.19.213.159 () {36 vars in 996 bytes} [Tue Apr 14 13:13:12 2026] DELETE /v2.0/ports/498966e9-2df1-4677-9072-267f0c929b41 => generated 0 bytes in 599 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:13:13.226 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4db92deb-ff07-4271-aa1c-7a5561ecd522'] response: {'server_uuid': 'd760deda-6cbd-49b3-8d8b-628ce2a1597c', 'name': 'network-vif-deleted', 'tag': '498966e9-2df1-4677-9072-267f0c929b41', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 529/1025] 10.0.0.89 () {32 vars in 727 bytes} [Tue Apr 14 13:13:13 2026] GET /v2.0/floatingips/909ba160-4169-4603-96fc-22658fbff7cb => generated 842 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/1026] 10.0.0.89 () {34 vars in 668 bytes} [Tue Apr 14 13:13:13 2026] POST /v2.0/networks => generated 635 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/1027] 10.0.0.89 () {32 vars in 653 bytes} [Tue Apr 14 13:13:13 2026] GET /v2.0/floatingips => generated 845 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:13:13.338 7 INFO neutron.services.segments.plugin [-] Segment 14bfc2ca-fdc2-4229-a52a-db873ec1a3ad resource provider aggregate not found 2026-04-14 13:13:13.343 7 INFO neutron.services.segments.plugin [-] Segment 14bfc2ca-fdc2-4229-a52a-db873ec1a3ad resource provider aggregate not found 2026-04-14 13:13:13.361 7 INFO neutron.services.segments.plugin [-] Segment 14bfc2ca-fdc2-4229-a52a-db873ec1a3ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 14bfc2ca-fdc2-4229-a52a-db873ec1a3ad found for delete ", "request_id": "req-b1b338c4-2ea6-4ea8-9384-c653b054cfb2"}]} 2026-04-14 13:13:13.361 7 INFO neutron.services.segments.plugin [-] Segment 14bfc2ca-fdc2-4229-a52a-db873ec1a3ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 14bfc2ca-fdc2-4229-a52a-db873ec1a3ad found for delete ", "request_id": "req-62b84b4a-4c66-4aa0-8a73-bdb2be9f343a"}]} [pid: 7|app: 0|req: 530/1028] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:13:13 2026] DELETE /v2.0/networks/33dcd6cb-ebe2-4a1f-8ae3-4c626e83eec7 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/1029] 10.0.0.89 () {34 vars in 667 bytes} [Tue Apr 14 13:13:13 2026] POST /v2.0/subnets => generated 646 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 13:13:13.628 8 INFO neutron.services.segments.plugin [-] Segment fb8d9e34-39b6-44f3-a082-f9b630c020bf resource provider aggregate not found 2026-04-14 13:13:13.648 8 INFO neutron.services.segments.plugin [-] Segment fb8d9e34-39b6-44f3-a082-f9b630c020bf resource provider aggregate not found 2026-04-14 13:13:13.665 8 INFO neutron.services.segments.plugin [-] Segment fb8d9e34-39b6-44f3-a082-f9b630c020bf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb8d9e34-39b6-44f3-a082-f9b630c020bf found for delete ", "request_id": "req-5d57fd25-f968-4a79-a90e-d4a9217940e0"}]} 2026-04-14 13:13:13.672 8 INFO neutron.services.segments.plugin [-] Segment fb8d9e34-39b6-44f3-a082-f9b630c020bf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb8d9e34-39b6-44f3-a082-f9b630c020bf found for delete ", "request_id": "req-0a4b799d-50d3-4d1e-b503-5127b5c2f14c"}]} [pid: 8|app: 0|req: 500/1030] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:13:13 2026] DELETE /v2.0/networks/5897398f-ef89-4cae-ba24-f94a0a29d46e => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:13:13.721 7 INFO neutron.db.l3_db [None req-7e7574f7-90d2-401e-adb8-f4075d8f7818 3f4c64f8a8f44f5aa44699231bdafa0b 09b7c9df43574a9ab4d6c159847328e7 - - default default] Floating IP 909ba160-4169-4603-96fc-22658fbff7cb associated. External IP: 10.96.250.207, port: 5373d30e-e36e-45ea-936b-8bb85d3cf174. [pid: 8|app: 0|req: 501/1031] 10.0.0.89 () {34 vars in 663 bytes} [Tue Apr 14 13:13:13 2026] POST /v2.0/ports => generated 961 bytes in 418 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 502/1032] 10.0.0.89 () {32 vars in 647 bytes} [Tue Apr 14 13:13:14 2026] GET /v2.0/networks => generated 651 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:13:14.313 8 INFO neutron_taas.services.taas.taas_plugin [None req-ff26a504-1b3b-432d-9134-51a7f9989865 fd0aafc3062549cbaf788bbc970d9b07 57149aab365c48e49070c549fb5ecf94 - - default default] TaaS: Handle Delete Port: 618d6034-fd02-4a33-b8a6-d2d04a24f4b8 2026-04-14 13:13:14.321 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ff26a504-1b3b-432d-9134-51a7f9989865 fd0aafc3062549cbaf788bbc970d9b07 57149aab365c48e49070c549fb5ecf94 - - default default] Tap Mirror: Handle Delete Port: 618d6034-fd02-4a33-b8a6-d2d04a24f4b8 [pid: 7|app: 0|req: 531/1033] 10.0.0.89 () {34 vars in 747 bytes} [Tue Apr 14 13:13:13 2026] PUT /v2.0/floatingips/909ba160-4169-4603-96fc-22658fbff7cb => generated 841 bytes in 989 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1034] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:13:14 2026] GET /v2.0/ports?device_id=d760deda-6cbd-49b3-8d8b-628ce2a1597c => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 13:13:14.417 7 INFO neutron.db.segments_db [None req-cee29b71-fa0a-43c3-9ab3-402ae0f0849f b86cea4a582048a6a9ae18a6d58eb543 42c8684e9bec4b618ca08d1ecd2a5c64 - - default default] Added segment 767f41e5-ac43-4515-946d-570cc568b58c of type vxlan for network 8ca3cfe6-c00e-457f-8e5d-cc99cdaa2af9 [pid: 8|app: 0|req: 503/1035] 10.0.0.89 () {32 vars in 718 bytes} [Tue Apr 14 13:13:14 2026] DELETE /v2.0/ports/618d6034-fd02-4a33-b8a6-d2d04a24f4b8 => generated 0 bytes in 315 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1036] 10.0.0.89 () {34 vars in 668 bytes} [Tue Apr 14 13:13:14 2026] POST /v2.0/networks => generated 653 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 13:13:14.538 7 INFO neutron.pecan_wsgi.hooks.translation [None req-69e99499-214f-4a1c-9ee1-4176f3be0c36 fd0aafc3062549cbaf788bbc970d9b07 57149aab365c48e49070c549fb5ecf94 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 534/1037] 10.0.0.89 () {32 vars in 718 bytes} [Tue Apr 14 13:13:14 2026] DELETE /v2.0/ports/618d6034-fd02-4a33-b8a6-d2d04a24f4b8 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 13:13:14.567 8 INFO neutron.db.l3_db [None req-0b4a9cae-c353-4709-8a99-9c2c6d025b95 3f4c64f8a8f44f5aa44699231bdafa0b 09b7c9df43574a9ab4d6c159847328e7 - - default default] Floating IP 909ba160-4169-4603-96fc-22658fbff7cb disassociated. External IP: 10.96.250.207, port: 5016b497-b53f-4f03-951b-7fb445017a65. 2026-04-14 13:13:14.602 7 INFO neutron.db.segments_db [None req-5551e455-65e0-4e7e-a675-405d0a08ad35 b86cea4a582048a6a9ae18a6d58eb543 42c8684e9bec4b618ca08d1ecd2a5c64 - - default default] Added segment 5543d44e-2049-4ad6-88d1-b84ba995a6fe of type vxlan for network 2e14628d-fb33-4f36-a892-484d458e2873 [pid: 7|app: 0|req: 535/1038] 10.0.0.89 () {34 vars in 668 bytes} [Tue Apr 14 13:13:14 2026] POST /v2.0/networks => generated 653 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 13:13:14.714 7 INFO neutron.pecan_wsgi.hooks.translation [None req-49e8ffcb-b5f2-4231-987c-5b1a485c090f fd0aafc3062549cbaf788bbc970d9b07 57149aab365c48e49070c549fb5ecf94 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 536/1039] 10.0.0.89 () {32 vars in 715 bytes} [Tue Apr 14 13:13:14 2026] GET /v2.0/ports/618d6034-fd02-4a33-b8a6-d2d04a24f4b8 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/1040] 10.0.0.89 () {34 vars in 747 bytes} [Tue Apr 14 13:13:14 2026] PUT /v2.0/floatingips/909ba160-4169-4603-96fc-22658fbff7cb => generated 552 bytes in 371 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/1041] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:13:14 2026] DELETE /v2.0/subnets/4571174e-8cb2-4a5b-ac8a-9ddcc0aec484 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:13:15.067 8 INFO neutron_taas.services.taas.taas_plugin [None req-efad9893-9d07-416f-8784-88ec87f1746f 3f4c64f8a8f44f5aa44699231bdafa0b 09b7c9df43574a9ab4d6c159847328e7 - - default default] TaaS: Handle Delete Port: 1113b41f-fe86-4d19-9af5-1f2a3ae44bfd 2026-04-14 13:13:15.070 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-efad9893-9d07-416f-8784-88ec87f1746f 3f4c64f8a8f44f5aa44699231bdafa0b 09b7c9df43574a9ab4d6c159847328e7 - - default default] Tap Mirror: Handle Delete Port: 1113b41f-fe86-4d19-9af5-1f2a3ae44bfd [pid: 8|app: 0|req: 506/1042] 10.0.0.89 () {32 vars in 730 bytes} [Tue Apr 14 13:13:14 2026] DELETE /v2.0/floatingips/909ba160-4169-4603-96fc-22658fbff7cb => generated 0 bytes in 260 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1043] 10.0.0.89 () {34 vars in 663 bytes} [Tue Apr 14 13:13:14 2026] POST /v2.0/ports => generated 1506 bytes in 595 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 13:13:15.327 7 INFO neutron.api.v2.resource [None req-b146f431-af67-4446-90b4-aefcd902af93 3f4c64f8a8f44f5aa44699231bdafa0b 09b7c9df43574a9ab4d6c159847328e7 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 538/1044] 10.0.0.89 () {32 vars in 730 bytes} [Tue Apr 14 13:13:15 2026] DELETE /v2.0/floatingips/909ba160-4169-4603-96fc-22658fbff7cb => generated 144 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1045] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:13:15 2026] DELETE /v2.0/networks/a1deda6a-0ca6-4900-94fe-3688321d74f5 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1046] 10.0.0.89 () {32 vars in 641 bytes} [Tue Apr 14 13:13:15 2026] GET /v2.0/ports => generated 1506 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 13:13:15.432 7 INFO neutron.db.segments_db [None req-607c8f38-3c6e-44e7-9dee-077e3d7948de fd0aafc3062549cbaf788bbc970d9b07 57149aab365c48e49070c549fb5ecf94 - - default default] Added segment 05d755e7-0e9c-4148-b484-a92bedb718b7 of type vxlan for network de7ef913-1538-4e8d-94d1-1fdf769dbb9e 2026-04-14 13:13:15.520 8 INFO neutron_taas.services.taas.taas_plugin [None req-3cf44af4-6b71-43c3-8383-02728fa66959 3f4c64f8a8f44f5aa44699231bdafa0b 09b7c9df43574a9ab4d6c159847328e7 - - default default] TaaS: Handle Delete Port: 5016b497-b53f-4f03-951b-7fb445017a65 2026-04-14 13:13:15.523 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3cf44af4-6b71-43c3-8383-02728fa66959 3f4c64f8a8f44f5aa44699231bdafa0b 09b7c9df43574a9ab4d6c159847328e7 - - default default] Tap Mirror: Handle Delete Port: 5016b497-b53f-4f03-951b-7fb445017a65 [pid: 7|app: 0|req: 540/1047] 10.0.0.89 () {34 vars in 668 bytes} [Tue Apr 14 13:13:15 2026] POST /v2.0/networks => generated 636 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 13:13:15.618 7 INFO neutron_taas.services.taas.taas_plugin [None req-a7b14889-8a84-499a-a6de-6056abc7084a b86cea4a582048a6a9ae18a6d58eb543 42c8684e9bec4b618ca08d1ecd2a5c64 - - default default] TaaS: Handle Delete Port: 1fa65b85-8684-4147-b6d2-d2d2c3ed9143 2026-04-14 13:13:15.622 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a7b14889-8a84-499a-a6de-6056abc7084a b86cea4a582048a6a9ae18a6d58eb543 42c8684e9bec4b618ca08d1ecd2a5c64 - - default default] Tap Mirror: Handle Delete Port: 1fa65b85-8684-4147-b6d2-d2d2c3ed9143 [pid: 8|app: 0|req: 508/1048] 10.0.0.89 () {32 vars in 718 bytes} [Tue Apr 14 13:13:15 2026] DELETE /v2.0/ports/5016b497-b53f-4f03-951b-7fb445017a65 => generated 0 bytes in 286 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1049] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:13:15 2026] GET /v2.0/ports?device_id=d760deda-6cbd-49b3-8d8b-628ce2a1597c => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 13:13:15.692 8 INFO neutron.services.segments.plugin [-] Segment 8786d595-59c2-48a9-94de-af3b07ca8112 resource provider aggregate not found 2026-04-14 13:13:15.699 8 INFO neutron.services.segments.plugin [-] Segment 8786d595-59c2-48a9-94de-af3b07ca8112 resource provider aggregate not found 2026-04-14 13:13:15.711 8 INFO neutron.services.segments.plugin [-] Segment 8786d595-59c2-48a9-94de-af3b07ca8112 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8786d595-59c2-48a9-94de-af3b07ca8112 found for delete ", "request_id": "req-5238d617-19fd-4498-8568-a03bae28de12"}]} [pid: 7|app: 0|req: 541/1050] 10.0.0.89 () {32 vars in 718 bytes} [Tue Apr 14 13:13:15 2026] DELETE /v2.0/ports/1fa65b85-8684-4147-b6d2-d2d2c3ed9143 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:13:15.714 8 INFO neutron.services.segments.plugin [-] Segment 8786d595-59c2-48a9-94de-af3b07ca8112 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8786d595-59c2-48a9-94de-af3b07ca8112 found for delete ", "request_id": "req-60f407e1-7dbb-475a-ac4a-20bb382e6e58"}]} 2026-04-14 13:13:15.854 7 INFO neutron_taas.services.taas.taas_plugin [None req-c42d59de-c071-43ab-b98d-fac96c7d24a2 3f4c64f8a8f44f5aa44699231bdafa0b 09b7c9df43574a9ab4d6c159847328e7 - - default default] TaaS: Handle Delete Port: 5373d30e-e36e-45ea-936b-8bb85d3cf174 2026-04-14 13:13:15.857 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c42d59de-c071-43ab-b98d-fac96c7d24a2 3f4c64f8a8f44f5aa44699231bdafa0b 09b7c9df43574a9ab4d6c159847328e7 - - default default] Tap Mirror: Handle Delete Port: 5373d30e-e36e-45ea-936b-8bb85d3cf174 [pid: 8|app: 0|req: 510/1051] 10.0.0.89 () {34 vars in 667 bytes} [Tue Apr 14 13:13:15 2026] POST /v2.0/subnets => generated 646 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1052] 10.0.0.89 () {32 vars in 718 bytes} [Tue Apr 14 13:13:15 2026] DELETE /v2.0/ports/5373d30e-e36e-45ea-936b-8bb85d3cf174 => generated 0 bytes in 285 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:13:16.008 8 INFO neutron_taas.services.taas.taas_plugin [None req-e21730b7-037e-4978-8acb-4caded42f585 b86cea4a582048a6a9ae18a6d58eb543 42c8684e9bec4b618ca08d1ecd2a5c64 - - default default] TaaS: Handle Delete Port: d54aba80-6fea-486f-9c82-76e86ef126d2 2026-04-14 13:13:16.010 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e21730b7-037e-4978-8acb-4caded42f585 b86cea4a582048a6a9ae18a6d58eb543 42c8684e9bec4b618ca08d1ecd2a5c64 - - default default] Tap Mirror: Handle Delete Port: d54aba80-6fea-486f-9c82-76e86ef126d2 [pid: 8|app: 0|req: 511/1053] 10.0.0.89 () {32 vars in 718 bytes} [Tue Apr 14 13:13:15 2026] DELETE /v2.0/ports/d54aba80-6fea-486f-9c82-76e86ef126d2 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/1054] 10.0.0.89 () {32 vars in 734 bytes} [Tue Apr 14 13:13:16 2026] GET /v2.0/ports?device_id=8cfc4649-fa60-4427-839e-0352785221bc => generated 958 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1055] 10.0.0.89 () {32 vars in 641 bytes} [Tue Apr 14 13:13:16 2026] GET /v2.0/ports => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1056] 10.0.0.89 () {34 vars in 663 bytes} [Tue Apr 14 13:13:15 2026] POST /v2.0/ports => generated 927 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 13:13:16.395 7 INFO neutron.db.segments_db [None req-59a1537d-1c3d-4600-83c1-5618ee006b58 b86cea4a582048a6a9ae18a6d58eb543 42c8684e9bec4b618ca08d1ecd2a5c64 - - default default] Added segment f9ec457e-b532-4e70-895c-a78c4ebcee8d of type vxlan for network 6585f186-9d41-4699-9a67-76fb66e17e2c 2026-04-14 13:13:16.472 8 INFO neutron_taas.services.taas.taas_plugin [None req-8ba0ea15-2c5a-4cd5-ad6e-8a2728c62a08 3f4c64f8a8f44f5aa44699231bdafa0b 09b7c9df43574a9ab4d6c159847328e7 - - default default] TaaS: Handle Delete Port: 4c08eebf-bd2a-4c0e-961b-6a7c1d8b9ec0 2026-04-14 13:13:16.475 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8ba0ea15-2c5a-4cd5-ad6e-8a2728c62a08 3f4c64f8a8f44f5aa44699231bdafa0b 09b7c9df43574a9ab4d6c159847328e7 - - default default] Tap Mirror: Handle Delete Port: 4c08eebf-bd2a-4c0e-961b-6a7c1d8b9ec0 [pid: 7|app: 0|req: 544/1057] 10.0.0.89 () {34 vars in 668 bytes} [Tue Apr 14 13:13:16 2026] POST /v2.0/networks => generated 654 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 13:13:16.596 7 INFO neutron_taas.services.taas.taas_plugin [None req-80ddac41-3382-471a-83d4-e8c482ff9d39 fd0aafc3062549cbaf788bbc970d9b07 57149aab365c48e49070c549fb5ecf94 - - default default] TaaS: Handle Delete Port: 04b42bba-f001-476c-ad01-aae6cf489d59 2026-04-14 13:13:16.601 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-80ddac41-3382-471a-83d4-e8c482ff9d39 fd0aafc3062549cbaf788bbc970d9b07 57149aab365c48e49070c549fb5ecf94 - - default default] Tap Mirror: Handle Delete Port: 04b42bba-f001-476c-ad01-aae6cf489d59 [pid: 7|app: 0|req: 547/1060] 10.0.0.89 () {32 vars in 718 bytes} [Tue Apr 14 13:13:16 2026] DELETE /v2.0/ports/04b42bba-f001-476c-ad01-aae6cf489d59 => generated 0 bytes in 226 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:13:16.775 7 INFO neutron.db.segments_db [None req-8906bc92-46a9-4aa2-b6ea-85aa1adc44fe b86cea4a582048a6a9ae18a6d58eb543 42c8684e9bec4b618ca08d1ecd2a5c64 - - default default] Added segment fb8086d7-c8a8-4cbe-9d8b-08ada5f5b0b7 of type vxlan for network c166a924-0a50-4c35-81a0-134d00b7c339 [pid: 8|app: 0|req: 514/1061] 10.0.0.89 () {34 vars in 787 bytes} [Tue Apr 14 13:13:16 2026] PUT /v2.0/routers/8cfc4649-fa60-4427-839e-0352785221bc/remove_router_interface => generated 309 bytes in 718 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1062] 10.0.0.89 () {34 vars in 668 bytes} [Tue Apr 14 13:13:16 2026] POST /v2.0/networks => generated 653 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 13:13:16.881 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0dbbbf2c-984d-4475-8b76-5c281f0788f0 fd0aafc3062549cbaf788bbc970d9b07 57149aab365c48e49070c549fb5ecf94 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 515/1063] 10.0.0.89 () {32 vars in 715 bytes} [Tue Apr 14 13:13:16 2026] GET /v2.0/ports/04b42bba-f001-476c-ad01-aae6cf489d59 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1064] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:13:16 2026] GET /v2.0/ports?device_id=d760deda-6cbd-49b3-8d8b-628ce2a1597c => 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: 550/1065] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:13:16 2026] DELETE /v2.0/subnets/bca0d89a-9bdc-4678-8a27-13e54f5148a2 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:13:17.037 8 INFO neutron_taas.services.taas.taas_plugin [None req-416dc303-d1f0-4da8-b4c0-bc6ef031da56 3f4c64f8a8f44f5aa44699231bdafa0b 09b7c9df43574a9ab4d6c159847328e7 - - default default] TaaS: Handle Delete Port: 4e9450b0-dfec-44ae-8a75-2bbaff73d585 2026-04-14 13:13:17.040 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-416dc303-d1f0-4da8-b4c0-bc6ef031da56 3f4c64f8a8f44f5aa44699231bdafa0b 09b7c9df43574a9ab4d6c159847328e7 - - default default] Tap Mirror: Handle Delete Port: 4e9450b0-dfec-44ae-8a75-2bbaff73d585 2026-04-14 13:13:17.104 7 INFO neutron.services.segments.plugin [-] Segment 05d755e7-0e9c-4148-b484-a92bedb718b7 resource provider aggregate not found 2026-04-14 13:13:17.110 7 INFO neutron.services.segments.plugin [-] Segment 05d755e7-0e9c-4148-b484-a92bedb718b7 resource provider aggregate not found 2026-04-14 13:13:17.126 7 INFO neutron.services.segments.plugin [-] Segment 05d755e7-0e9c-4148-b484-a92bedb718b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05d755e7-0e9c-4148-b484-a92bedb718b7 found for delete ", "request_id": "req-6cf597ff-a7d0-4e51-bfed-e29aa4efd5b4"}]} 2026-04-14 13:13:17.130 7 INFO neutron.services.segments.plugin [-] Segment 05d755e7-0e9c-4148-b484-a92bedb718b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05d755e7-0e9c-4148-b484-a92bedb718b7 found for delete ", "request_id": "req-ad8de9af-88a7-4cb1-80ae-6230669a5de6"}]} [pid: 7|app: 0|req: 551/1066] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:13:16 2026] DELETE /v2.0/networks/de7ef913-1538-4e8d-94d1-1fdf769dbb9e => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:13:17.280 8 INFO neutron_taas.services.taas.taas_plugin [None req-416dc303-d1f0-4da8-b4c0-bc6ef031da56 3f4c64f8a8f44f5aa44699231bdafa0b 09b7c9df43574a9ab4d6c159847328e7 - - default default] TaaS: Handle Delete Port: ca577072-05d2-4af4-aba5-ef43fdecd531 2026-04-14 13:13:17.283 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-416dc303-d1f0-4da8-b4c0-bc6ef031da56 3f4c64f8a8f44f5aa44699231bdafa0b 09b7c9df43574a9ab4d6c159847328e7 - - default default] Tap Mirror: Handle Delete Port: ca577072-05d2-4af4-aba5-ef43fdecd531 [pid: 7|app: 0|req: 552/1067] 10.0.0.89 () {34 vars in 663 bytes} [Tue Apr 14 13:13:17 2026] POST /v2.0/ports => generated 778 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 13:13:17.581 8 INFO neutron.db.l3_hamode_db [None req-416dc303-d1f0-4da8-b4c0-bc6ef031da56 3f4c64f8a8f44f5aa44699231bdafa0b 09b7c9df43574a9ab4d6c159847328e7 - - default default] HA network 93028fc3-5381-4b3f-95ab-45c3237a829a was deleted as no HA routers are present in tenant 09b7c9df43574a9ab4d6c159847328e7. [pid: 8|app: 0|req: 516/1068] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:13:16 2026] DELETE /v2.0/routers/8cfc4649-fa60-4427-839e-0352785221bc => generated 0 bytes in 704 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 13:13:17.731 8 INFO neutron.services.segments.plugin [-] Segment d2e85a69-557c-42b3-8861-d4842ed60f4e resource provider aggregate not found 2026-04-14 13:13:17.734 8 INFO neutron.services.segments.plugin [-] Segment d2e85a69-557c-42b3-8861-d4842ed60f4e resource provider aggregate not found 2026-04-14 13:13:17.749 8 INFO neutron.services.segments.plugin [-] Segment d2e85a69-557c-42b3-8861-d4842ed60f4e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d2e85a69-557c-42b3-8861-d4842ed60f4e found for delete ", "request_id": "req-eb372688-a530-49fa-8f3b-c5ec2eb6f1bc"}]} 2026-04-14 13:13:17.753 8 INFO neutron.services.segments.plugin [-] Segment d2e85a69-557c-42b3-8861-d4842ed60f4e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d2e85a69-557c-42b3-8861-d4842ed60f4e found for delete ", "request_id": "req-be42158c-de06-4167-88e1-4bf77d117bd6"}]} [pid: 8|app: 0|req: 517/1069] 10.0.0.89 () {34 vars in 735 bytes} [Tue Apr 14 13:13:17 2026] PUT /v2.0/ports/a85c663e-2375-404d-82c7-054456380b08 => generated 752 bytes in 193 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: 553/1070] 10.0.0.89 () {34 vars in 667 bytes} [Tue Apr 14 13:13:17 2026] POST /v2.0/subnets => generated 1324 bytes in 433 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1071] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:13:17 2026] DELETE /v2.0/subnets/a8d9e3a9-ab30-46a2-99e3-9629deb05db6 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1072] 10.0.0.89 () {32 vars in 645 bytes} [Tue Apr 14 13:13:17 2026] GET /v2.0/subnets => generated 1960 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 13:13:17.952 7 INFO neutron_taas.services.taas.taas_plugin [None req-ff1abf86-e797-40aa-93ba-4b3d22b99ab7 fd0aafc3062549cbaf788bbc970d9b07 57149aab365c48e49070c549fb5ecf94 - - default default] TaaS: Handle Delete Port: a85c663e-2375-404d-82c7-054456380b08 2026-04-14 13:13:17.955 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ff1abf86-e797-40aa-93ba-4b3d22b99ab7 fd0aafc3062549cbaf788bbc970d9b07 57149aab365c48e49070c549fb5ecf94 - - default default] Tap Mirror: Handle Delete Port: a85c663e-2375-404d-82c7-054456380b08 [pid: 7|app: 0|req: 554/1073] 10.0.0.89 () {32 vars in 718 bytes} [Tue Apr 14 13:13:17 2026] DELETE /v2.0/ports/a85c663e-2375-404d-82c7-054456380b08 => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1074] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:13:17 2026] DELETE /v2.0/networks/0b1c4abd-04ee-4c88-9758-0a4b812ed536 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1075] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:13:18 2026] DELETE /v2.0/security-groups/2011a52a-48c5-4d42-9993-b95ed082a4ce => 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: 555/1076] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:13:18 2026] DELETE /v2.0/subnets/e61b5c9c-979d-4c9e-a731-1c952d922f26 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:13:18.174 7 INFO neutron.api.v2.resource [None req-73befb96-6cb0-4fbe-a29f-ebd598bb0c45 c6b4792789644b478edaf250f14cfc66 3ea0d0390d6944ddb0a2ae714f39918e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 556/1077] 10.0.0.89 () {32 vars in 735 bytes} [Tue Apr 14 13:13:18 2026] GET /v2.0/security-groups/2011a52a-48c5-4d42-9993-b95ed082a4ce => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1078] 10.0.0.89 () {32 vars in 641 bytes} [Tue Apr 14 13:13:18 2026] GET /v2.0/ports => generated 780 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:13:18.290 8 INFO neutron_taas.services.taas.taas_plugin [None req-f8972811-7bb9-4baf-9ea2-4e8ce33b04a8 c6b4792789644b478edaf250f14cfc66 3ea0d0390d6944ddb0a2ae714f39918e - - default default] TaaS: Handle Delete Port: 327c52aa-8620-485c-b228-dfab7ff582b3 2026-04-14 13:13:18.293 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f8972811-7bb9-4baf-9ea2-4e8ce33b04a8 c6b4792789644b478edaf250f14cfc66 3ea0d0390d6944ddb0a2ae714f39918e - - default default] Tap Mirror: Handle Delete Port: 327c52aa-8620-485c-b228-dfab7ff582b3 [pid: 7|app: 0|req: 557/1079] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:13:18 2026] DELETE /v2.0/subnets/a2a15e8b-0a37-4c13-aad2-ea991020fd6e => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:13:18.310 7 INFO neutron.pecan_wsgi.hooks.translation [None req-889c3a52-bf57-4cd6-afee-c30fcd7b4027 fd0aafc3062549cbaf788bbc970d9b07 57149aab365c48e49070c549fb5ecf94 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 558/1080] 10.0.0.89 () {32 vars in 715 bytes} [Tue Apr 14 13:13:18 2026] GET /v2.0/ports/a85c663e-2375-404d-82c7-054456380b08 => 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: 559/1081] 10.0.0.89 () {32 vars in 645 bytes} [Tue Apr 14 13:13:18 2026] GET /v2.0/subnets => generated 649 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1082] 10.0.0.89 () {32 vars in 641 bytes} [Tue Apr 14 13:13:18 2026] GET /v2.0/ports => generated 780 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1083] 10.0.0.89 () {32 vars in 730 bytes} [Tue Apr 14 13:13:18 2026] DELETE /v2.0/floatingips/9bc90444-be1e-4f35-b317-f2892dd63523 => generated 0 bytes in 259 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1084] 10.0.0.89 () {32 vars in 715 bytes} [Tue Apr 14 13:13:18 2026] GET /v2.0/ports/13e8461f-dc73-4f42-9fa9-faa4b7125ae3 => generated 777 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1085] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:13:18 2026] DELETE /v2.0/networks/c166a924-0a50-4c35-81a0-134d00b7c339 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:13:18.497 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cd5f8b21-d914-402e-8c84-8dfab4edcce9 fd0aafc3062549cbaf788bbc970d9b07 57149aab365c48e49070c549fb5ecf94 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 525/1086] 10.0.0.89 () {32 vars in 718 bytes} [Tue Apr 14 13:13:18 2026] DELETE /v2.0/ports/04b42bba-f001-476c-ad01-aae6cf489d59 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 13:13:18.515 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8bee9b16-f5ec-482d-9b1d-0d35bf0c0e93 fd0aafc3062549cbaf788bbc970d9b07 57149aab365c48e49070c549fb5ecf94 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 526/1087] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:13:18 2026] DELETE /v2.0/subnets/bca0d89a-9bdc-4678-8a27-13e54f5148a2 => 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: 562/1088] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:13:18 2026] DELETE /v2.0/networks/6585f186-9d41-4699-9a67-76fb66e17e2c => generated 0 bytes in 110 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:13:18.601 7 INFO neutron.pecan_wsgi.hooks.translation [None req-74701415-473c-41e0-9fc5-d3c90c16fce3 fd0aafc3062549cbaf788bbc970d9b07 57149aab365c48e49070c549fb5ecf94 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 563/1089] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:13:18 2026] DELETE /v2.0/subnets/4571174e-8cb2-4a5b-ac8a-9ddcc0aec484 => generated 136 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1090] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:13:18 2026] GET /v2.0/security-groups?tenant_id=09b7c9df43574a9ab4d6c159847328e7&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: 565/1091] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:13:18 2026] DELETE /v2.0/networks/2e14628d-fb33-4f36-a892-484d458e2873 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:13:18.848 8 INFO neutron_taas.services.taas.taas_plugin [None req-c5ff2499-b677-4703-adc2-1351f0c59073 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] TaaS: Handle Delete Port: 5d9c66d0-996b-4a27-b535-b0d835fe4016 2026-04-14 13:13:18.850 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c5ff2499-b677-4703-adc2-1351f0c59073 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Tap Mirror: Handle Delete Port: 5d9c66d0-996b-4a27-b535-b0d835fe4016 2026-04-14 13:13:18.922 7 INFO neutron_taas.services.taas.taas_plugin [None req-9825d94a-50f9-4419-83be-db0f39c6ead3 fd0aafc3062549cbaf788bbc970d9b07 57149aab365c48e49070c549fb5ecf94 - - default default] TaaS: Handle Delete Port: 13e8461f-dc73-4f42-9fa9-faa4b7125ae3 2026-04-14 13:13:18.926 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9825d94a-50f9-4419-83be-db0f39c6ead3 fd0aafc3062549cbaf788bbc970d9b07 57149aab365c48e49070c549fb5ecf94 - - default default] Tap Mirror: Handle Delete Port: 13e8461f-dc73-4f42-9fa9-faa4b7125ae3 [pid: 7|app: 0|req: 566/1092] 10.0.0.89 () {32 vars in 718 bytes} [Tue Apr 14 13:13:18 2026] DELETE /v2.0/ports/13e8461f-dc73-4f42-9fa9-faa4b7125ae3 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1093] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:13:19 2026] DELETE /v2.0/security-groups/d9f4b8af-125f-4a2f-b02d-2f90bf6ca5cb => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 13:13:19.149 7 INFO neutron.services.segments.plugin [-] Segment fb8086d7-c8a8-4cbe-9d8b-08ada5f5b0b7 resource provider aggregate not found 2026-04-14 13:13:19.153 7 INFO neutron.services.segments.plugin [-] Segment fb8086d7-c8a8-4cbe-9d8b-08ada5f5b0b7 resource provider aggregate not found 2026-04-14 13:13:19.170 7 INFO neutron.services.segments.plugin [-] Segment fb8086d7-c8a8-4cbe-9d8b-08ada5f5b0b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb8086d7-c8a8-4cbe-9d8b-08ada5f5b0b7 found for delete ", "request_id": "req-57618532-d49d-4de9-80ce-b22e03892a6e"}]} 2026-04-14 13:13:19.173 7 INFO neutron.services.segments.plugin [-] Segment fb8086d7-c8a8-4cbe-9d8b-08ada5f5b0b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb8086d7-c8a8-4cbe-9d8b-08ada5f5b0b7 found for delete ", "request_id": "req-fad9eee0-37eb-475f-aa15-c23680475701"}]} 2026-04-14 13:13:19.190 7 INFO neutron.services.segments.plugin [-] Segment f9ec457e-b532-4e70-895c-a78c4ebcee8d resource provider aggregate not found 2026-04-14 13:13:19.195 7 INFO neutron.services.segments.plugin [-] Segment f9ec457e-b532-4e70-895c-a78c4ebcee8d resource provider aggregate not found 2026-04-14 13:13:19.208 7 INFO neutron.services.segments.plugin [-] Segment f9ec457e-b532-4e70-895c-a78c4ebcee8d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f9ec457e-b532-4e70-895c-a78c4ebcee8d found for delete ", "request_id": "req-d2babc45-64e5-485f-8dd6-1c646ea0d0aa"}]} 2026-04-14 13:13:19.226 7 INFO neutron.services.segments.plugin [-] Segment f9ec457e-b532-4e70-895c-a78c4ebcee8d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f9ec457e-b532-4e70-895c-a78c4ebcee8d found for delete ", "request_id": "req-f3758cbe-b5d5-4093-bbe2-6bc150e4fc0d"}]} 2026-04-14 13:13:19.230 7 INFO neutron.services.segments.plugin [-] Segment 5543d44e-2049-4ad6-88d1-b84ba995a6fe resource provider aggregate not found 2026-04-14 13:13:19.248 7 INFO neutron.services.segments.plugin [-] Segment 5543d44e-2049-4ad6-88d1-b84ba995a6fe resource provider aggregate not found 2026-04-14 13:13:19.253 7 INFO neutron.services.segments.plugin [-] Segment 5543d44e-2049-4ad6-88d1-b84ba995a6fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5543d44e-2049-4ad6-88d1-b84ba995a6fe found for delete ", "request_id": "req-a4da996c-d849-47d9-8a81-423532a984e0"}]} [pid: 7|app: 0|req: 568/1094] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:13:19 2026] DELETE /v2.0/networks/8ca3cfe6-c00e-457f-8e5d-cc99cdaa2af9 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:13:19.269 7 INFO neutron.services.segments.plugin [-] Segment 5543d44e-2049-4ad6-88d1-b84ba995a6fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5543d44e-2049-4ad6-88d1-b84ba995a6fe found for delete ", "request_id": "req-33a20b8f-cc8d-4773-92c2-d1c60572909a"}]} [pid: 7|app: 0|req: 569/1095] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:13:19 2026] DELETE /v2.0/networks/4dd882e8-6f0e-42b9-bbd5-3568a0c85e6c => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1096] 10.0.0.89 () {34 vars in 787 bytes} [Tue Apr 14 13:13:18 2026] PUT /v2.0/routers/066cfdc5-cde9-4152-b9a5-9a404dcf59d2/remove_router_interface => generated 309 bytes in 871 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:13:19.590 7 INFO neutron_taas.services.taas.taas_plugin [None req-fb88e869-b069-439b-88f1-e210a29e19f9 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] TaaS: Handle Delete Port: 4af9e59b-5ea8-4fe9-b69f-c4ca7259a1ad 2026-04-14 13:13:19.595 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fb88e869-b069-439b-88f1-e210a29e19f9 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Tap Mirror: Handle Delete Port: 4af9e59b-5ea8-4fe9-b69f-c4ca7259a1ad 2026-04-14 13:13:19.770 8 INFO neutron.services.segments.plugin [-] Segment b1fbb46d-45ef-4333-abed-42e686258ea7 resource provider aggregate not found 2026-04-14 13:13:19.775 8 INFO neutron.services.segments.plugin [-] Segment b1fbb46d-45ef-4333-abed-42e686258ea7 resource provider aggregate not found 2026-04-14 13:13:19.791 8 INFO neutron.services.segments.plugin [-] Segment b1fbb46d-45ef-4333-abed-42e686258ea7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1fbb46d-45ef-4333-abed-42e686258ea7 found for delete ", "request_id": "req-bfd5a54c-de60-426d-8d08-acd2f47b6205"}]} 2026-04-14 13:13:19.796 8 INFO neutron.services.segments.plugin [-] Segment b1fbb46d-45ef-4333-abed-42e686258ea7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1fbb46d-45ef-4333-abed-42e686258ea7 found for delete ", "request_id": "req-11275772-0751-4d99-9068-afd7d413a933"}]} 2026-04-14 13:13:19.906 7 INFO neutron_taas.services.taas.taas_plugin [None req-fb88e869-b069-439b-88f1-e210a29e19f9 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] TaaS: Handle Delete Port: e6141315-2c72-4ea8-9a62-5c94e79846da 2026-04-14 13:13:19.909 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fb88e869-b069-439b-88f1-e210a29e19f9 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Tap Mirror: Handle Delete Port: e6141315-2c72-4ea8-9a62-5c94e79846da [pid: 8|app: 0|req: 528/1097] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:13:19 2026] GET /v2.0/security-groups?tenant_id=42c8684e9bec4b618ca08d1ecd2a5c64&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1098] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:13:19 2026] GET /v2.0/security-groups?tenant_id=57149aab365c48e49070c549fb5ecf94&name=default => generated 2925 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1099] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:13:20 2026] DELETE /v2.0/security-groups/129dcb18-5f9f-4132-b0ee-231787d6aa7d => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1100] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:13:20 2026] DELETE /v2.0/security-groups/98d9ff14-f612-4828-8894-4ed36000f552 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 13:13:20.290 7 INFO neutron.db.l3_hamode_db [None req-fb88e869-b069-439b-88f1-e210a29e19f9 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] HA network 2d1af06b-8020-4fd0-a38d-ac8f5d8ca64e was deleted as no HA routers are present in tenant 3ea0d0390d6944ddb0a2ae714f39918e. [pid: 7|app: 0|req: 570/1101] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:13:19 2026] DELETE /v2.0/routers/066cfdc5-cde9-4152-b9a5-9a404dcf59d2 => generated 0 bytes in 899 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1102] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:13:20 2026] DELETE /v2.0/subnets/600b6437-f1b3-4333-b597-2c077375ee5d => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:13:20.549 7 INFO neutron_taas.services.taas.taas_plugin [None req-9eec4577-3d48-4845-bb37-837ce1bbe7db 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] TaaS: Handle Delete Port: 4abfb890-686b-4b67-a830-7d669b5dca84 2026-04-14 13:13:20.551 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9eec4577-3d48-4845-bb37-837ce1bbe7db 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Tap Mirror: Handle Delete Port: 4abfb890-686b-4b67-a830-7d669b5dca84 [pid: 7|app: 0|req: 571/1103] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:13:20 2026] DELETE /v2.0/networks/1bf1181d-5fee-4f82-aa37-04d35566f0d2 => generated 0 bytes in 255 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1104] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:13:20 2026] GET /v2.0/security-groups?tenant_id=3ea0d0390d6944ddb0a2ae714f39918e&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: 572/1105] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:13:20 2026] DELETE /v2.0/security-groups/979ad0ff-0ea7-4d6a-a3b7-b476a1a7a05a => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 13:13:21.136 8 INFO neutron.db.segments_db [None req-048da2b2-892f-464a-b441-deb673540645 a4765ddf829f4fb7b5157442ca714973 9f801fef6a7e4222894786fd24da2ed4 - - default default] Added segment c2161220-94e0-4afa-b320-25021143157a of type vxlan for network 2958896a-1eb5-4874-a51b-f207665110ab 2026-04-14 13:13:21.194 8 INFO neutron.db.segments_db [None req-048da2b2-892f-464a-b441-deb673540645 a4765ddf829f4fb7b5157442ca714973 9f801fef6a7e4222894786fd24da2ed4 - - default default] Added segment bc4e6f79-06bd-4d95-b074-549067b75908 of type vxlan for network 7ce3c769-c2de-4a56-b21f-7d239ae9e563 2026-04-14 13:13:21.274 7 INFO neutron.services.segments.plugin [-] Segment 767f41e5-ac43-4515-946d-570cc568b58c resource provider aggregate not found 2026-04-14 13:13:21.293 7 INFO neutron.services.segments.plugin [-] Segment 767f41e5-ac43-4515-946d-570cc568b58c resource provider aggregate not found 2026-04-14 13:13:21.299 7 INFO neutron.services.segments.plugin [-] Segment 767f41e5-ac43-4515-946d-570cc568b58c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 767f41e5-ac43-4515-946d-570cc568b58c found for delete ", "request_id": "req-98efc295-8fec-4871-93db-43200e1b56a6"}]} 2026-04-14 13:13:21.319 7 INFO neutron.services.segments.plugin [-] Segment 767f41e5-ac43-4515-946d-570cc568b58c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 767f41e5-ac43-4515-946d-570cc568b58c found for delete ", "request_id": "req-f12e7b8c-cd8e-48fa-afdb-0d7364eeda31"}]} 2026-04-14 13:13:21.327 7 INFO neutron.services.segments.plugin [-] Segment 711e26aa-615b-4054-86aa-7326f76f5192 resource provider aggregate not found [pid: 8|app: 0|req: 534/1106] 10.0.0.89 () {34 vars in 668 bytes} [Tue Apr 14 13:13:20 2026] POST /v2.0/networks => generated 1246 bytes in 460 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-14 13:13:21.347 7 INFO neutron.services.segments.plugin [-] Segment 711e26aa-615b-4054-86aa-7326f76f5192 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 711e26aa-615b-4054-86aa-7326f76f5192 found for delete ", "request_id": "req-d4d0905f-58d2-4d84-a6d2-3e43e6e14390"}]} 2026-04-14 13:13:21.354 7 INFO neutron.services.segments.plugin [-] Segment 711e26aa-615b-4054-86aa-7326f76f5192 resource provider aggregate not found 2026-04-14 13:13:21.369 7 INFO neutron.services.segments.plugin [-] Segment fdf0c79b-c0e6-4d24-ae9c-ee196635a82e resource provider aggregate not found 2026-04-14 13:13:21.376 7 INFO neutron.services.segments.plugin [-] Segment 711e26aa-615b-4054-86aa-7326f76f5192 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 711e26aa-615b-4054-86aa-7326f76f5192 found for delete ", "request_id": "req-31b41854-423d-4831-9a73-fe4eee3cae74"}]} 2026-04-14 13:13:21.390 7 INFO neutron.services.segments.plugin [-] Segment fdf0c79b-c0e6-4d24-ae9c-ee196635a82e resource provider aggregate not found 2026-04-14 13:13:21.390 7 INFO neutron.services.segments.plugin [-] Segment fdf0c79b-c0e6-4d24-ae9c-ee196635a82e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fdf0c79b-c0e6-4d24-ae9c-ee196635a82e found for delete ", "request_id": "req-8e2f5763-f624-46d4-9a73-ead56138a41b"}]} 2026-04-14 13:13:21.407 7 INFO neutron.services.segments.plugin [-] Segment fdf0c79b-c0e6-4d24-ae9c-ee196635a82e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fdf0c79b-c0e6-4d24-ae9c-ee196635a82e found for delete ", "request_id": "req-746771ea-0660-4c4c-ab2b-4eb6e6be656d"}]} 2026-04-14 13:13:21.412 7 INFO neutron.services.segments.plugin [-] Segment ae6d446b-afde-4907-b79e-60f431a065a5 resource provider aggregate not found 2026-04-14 13:13:21.426 7 INFO neutron.services.segments.plugin [-] Segment ae6d446b-afde-4907-b79e-60f431a065a5 resource provider aggregate not found 2026-04-14 13:13:21.430 7 INFO neutron.services.segments.plugin [-] Segment ae6d446b-afde-4907-b79e-60f431a065a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae6d446b-afde-4907-b79e-60f431a065a5 found for delete ", "request_id": "req-5b3a0a85-6083-4480-863b-9f3a74a9070f"}]} 2026-04-14 13:13:21.442 7 INFO neutron.services.segments.plugin [-] Segment ae6d446b-afde-4907-b79e-60f431a065a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae6d446b-afde-4907-b79e-60f431a065a5 found for delete ", "request_id": "req-47e4a12b-fd73-44fe-a1e9-e2982415f1a9"}]} [pid: 7|app: 0|req: 573/1107] 10.0.0.89 () {32 vars in 647 bytes} [Tue Apr 14 13:13:21 2026] GET /v2.0/networks => generated 1845 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1108] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:13:21 2026] DELETE /v2.0/networks/2958896a-1eb5-4874-a51b-f207665110ab => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1109] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:13:21 2026] DELETE /v2.0/networks/7ce3c769-c2de-4a56-b21f-7d239ae9e563 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1110] 10.0.0.89 () {32 vars in 647 bytes} [Tue Apr 14 13:13:21 2026] GET /v2.0/networks => generated 651 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:13:21.810 8 INFO neutron.services.segments.plugin [-] Segment c2161220-94e0-4afa-b320-25021143157a resource provider aggregate not found 2026-04-14 13:13:21.820 8 INFO neutron.services.segments.plugin [-] Segment c2161220-94e0-4afa-b320-25021143157a resource provider aggregate not found 2026-04-14 13:13:21.843 8 INFO neutron.services.segments.plugin [-] Segment c2161220-94e0-4afa-b320-25021143157a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c2161220-94e0-4afa-b320-25021143157a found for delete ", "request_id": "req-7d767df1-1d2c-448b-83e3-b6e3978a2dd4"}]} 2026-04-14 13:13:21.847 7 INFO neutron.db.segments_db [None req-7fb35a4c-02e2-4983-9e2d-f3aa22ba472c a4765ddf829f4fb7b5157442ca714973 9f801fef6a7e4222894786fd24da2ed4 - - default default] Added segment d2e8cbcb-46c4-48ac-ac9c-ade602eae1d8 of type vxlan for network e29b55a6-0704-488f-9410-a06f1797694c 2026-04-14 13:13:21.857 8 INFO neutron.services.segments.plugin [-] Segment c2161220-94e0-4afa-b320-25021143157a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c2161220-94e0-4afa-b320-25021143157a found for delete ", "request_id": "req-f4b69e1a-91ea-4a9c-bd5a-33e1ed8ab188"}]} [pid: 8|app: 0|req: 537/1111] 10.0.0.89 () {32 vars in 621 bytes} [Tue Apr 14 13:13:21 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1112] 10.0.0.89 () {34 vars in 668 bytes} [Tue Apr 14 13:13:21 2026] POST /v2.0/networks => generated 650 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 13:13:22.020 7 INFO neutron.db.segments_db [None req-8ded300d-8a5e-4ddb-85cd-6fe1b81a9923 a4765ddf829f4fb7b5157442ca714973 9f801fef6a7e4222894786fd24da2ed4 - - default default] Added segment 03dc74f9-7eda-440c-b4ce-741e2a97e5b3 of type vxlan for network aa4e80c6-3a39-43db-92ec-fe5802fda391 [pid: 7|app: 0|req: 576/1113] 10.0.0.89 () {34 vars in 668 bytes} [Tue Apr 14 13:13:21 2026] POST /v2.0/networks => generated 650 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1114] 10.0.0.89 () {32 vars in 631 bytes} [Tue Apr 14 13:13:21 2026] GET /v2.0/ => generated 632 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1115] 10.0.0.89 () {34 vars in 674 bytes} [Tue Apr 14 13:13:22 2026] POST /v2.0/subnetpools => generated 546 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1116] 10.0.0.89 () {32 vars in 727 bytes} [Tue Apr 14 13:13:22 2026] GET /v2.0/subnetpools/8080fc83-ecd0-4eaf-a969-582c2dfd6009 => generated 546 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1117] 10.0.0.89 () {34 vars in 747 bytes} [Tue Apr 14 13:13:22 2026] PUT /v2.0/subnetpools/8080fc83-ecd0-4eaf-a969-582c2dfd6009 => generated 501 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1118] 10.0.0.89 () {32 vars in 730 bytes} [Tue Apr 14 13:13:22 2026] DELETE /v2.0/subnetpools/8080fc83-ecd0-4eaf-a969-582c2dfd6009 => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 13:13:22.330 7 INFO neutron.api.v2.resource [None req-98ca3dad-ec43-442e-9efd-b975f0cbf3ad d263519bfb8249c1b12990cfeed934f9 8ba1929ef7c04a73a701dce2caea6840 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 581/1119] 10.0.0.89 () {32 vars in 727 bytes} [Tue Apr 14 13:13:22 2026] GET /v2.0/subnetpools/8080fc83-ecd0-4eaf-a969-582c2dfd6009 => generated 145 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 13:13:22.347 7 INFO neutron.api.v2.resource [None req-2907e7cd-67dd-4c25-b1f3-c955d047bd6e d263519bfb8249c1b12990cfeed934f9 8ba1929ef7c04a73a701dce2caea6840 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 582/1120] 10.0.0.89 () {32 vars in 730 bytes} [Tue Apr 14 13:13:22 2026] DELETE /v2.0/subnetpools/8080fc83-ecd0-4eaf-a969-582c2dfd6009 => generated 145 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1121] 10.0.0.89 () {34 vars in 663 bytes} [Tue Apr 14 13:13:22 2026] POST /v2.0/ports => generated 1506 bytes in 633 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 540/1122] 10.0.0.89 () {32 vars in 641 bytes} [Tue Apr 14 13:13:22 2026] GET /v2.0/ports => generated 1506 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1123] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:13:22 2026] GET /v2.0/security-groups?tenant_id=775e439b492b48be8e53fb32ff87d52f&name=default => generated 2925 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 13:13:22.997 8 INFO neutron.db.segments_db [None req-c9f3b48a-1f06-429a-823c-963cbf3e8f67 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Added segment cf38e785-5905-4f2e-a592-b841fe9b0e0a of type vxlan for network 9aca550a-a292-4820-8243-427e7fa8e426 [pid: 8|app: 0|req: 541/1124] 10.0.0.89 () {34 vars in 669 bytes} [Tue Apr 14 13:13:22 2026] POST /v2.0/networks => generated 747 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1125] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:13:23 2026] GET /v2.0/security-groups?tenant_id=8ba1929ef7c04a73a701dce2caea6840&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1126] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:13:23 2026] DELETE /v2.0/security-groups/fef76871-c8ce-4716-b6a1-84738f50b533 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 13:13:23.409 7 INFO neutron_taas.services.taas.taas_plugin [None req-962f68c4-44b3-4b74-bf87-0e61532e5f4d a4765ddf829f4fb7b5157442ca714973 9f801fef6a7e4222894786fd24da2ed4 - - default default] TaaS: Handle Delete Port: 9b055c1a-3d38-49aa-bcdf-76786bd63b76 2026-04-14 13:13:23.412 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-962f68c4-44b3-4b74-bf87-0e61532e5f4d a4765ddf829f4fb7b5157442ca714973 9f801fef6a7e4222894786fd24da2ed4 - - default default] Tap Mirror: Handle Delete Port: 9b055c1a-3d38-49aa-bcdf-76786bd63b76 2026-04-14 13:13:23.463 7 INFO neutron.services.segments.plugin [-] Segment bc4e6f79-06bd-4d95-b074-549067b75908 resource provider aggregate not found 2026-04-14 13:13:23.464 7 INFO neutron.services.segments.plugin [-] Segment bc4e6f79-06bd-4d95-b074-549067b75908 resource provider aggregate not found 2026-04-14 13:13:23.488 7 INFO neutron.services.segments.plugin [-] Segment bc4e6f79-06bd-4d95-b074-549067b75908 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc4e6f79-06bd-4d95-b074-549067b75908 found for delete ", "request_id": "req-21c0acb0-cbbb-46b1-882b-46f9453883c8"}]} 2026-04-14 13:13:23.491 7 INFO neutron.services.segments.plugin [-] Segment bc4e6f79-06bd-4d95-b074-549067b75908 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc4e6f79-06bd-4d95-b074-549067b75908 found for delete ", "request_id": "req-27d34f2a-8d85-414f-9987-9bd01cc88aaf"}]} [pid: 8|app: 0|req: 544/1127] 10.0.0.89 () {34 vars in 667 bytes} [Tue Apr 14 13:13:23 2026] POST /v2.0/subnets => generated 694 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1128] 10.0.0.89 () {32 vars in 718 bytes} [Tue Apr 14 13:13:22 2026] DELETE /v2.0/ports/9b055c1a-3d38-49aa-bcdf-76786bd63b76 => generated 0 bytes in 594 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:13:23.568 7 INFO neutron.db.segments_db [None req-2098224e-9a84-4add-ac42-2951a9aba78d 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Added segment f77eb5ba-0a15-4ac2-87da-27b10861c03d of type vxlan for network 6941b4ba-5918-497b-b41d-192bb8093b75 [pid: 8|app: 0|req: 545/1129] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:13:23 2026] DELETE /v2.0/security-groups/7ffcd63a-c5cb-439f-89a6-de18c08a964d => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 13:13:23.717 8 INFO neutron_taas.services.taas.taas_plugin [None req-8f604804-8964-4979-bed9-9dabf3e50258 a4765ddf829f4fb7b5157442ca714973 9f801fef6a7e4222894786fd24da2ed4 - - default default] TaaS: Handle Delete Port: 8828c4f4-e486-4f0e-8fc2-7baa327b97f4 2026-04-14 13:13:23.720 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8f604804-8964-4979-bed9-9dabf3e50258 a4765ddf829f4fb7b5157442ca714973 9f801fef6a7e4222894786fd24da2ed4 - - default default] Tap Mirror: Handle Delete Port: 8828c4f4-e486-4f0e-8fc2-7baa327b97f4 [pid: 8|app: 0|req: 546/1130] 10.0.0.89 () {32 vars in 718 bytes} [Tue Apr 14 13:13:23 2026] DELETE /v2.0/ports/8828c4f4-e486-4f0e-8fc2-7baa327b97f4 => generated 0 bytes in 227 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:13:23.845 7 INFO neutron.db.l3_hamode_db [None req-2098224e-9a84-4add-ac42-2951a9aba78d 07a826a9f9ea4418bda3456837295b64 8bb29c37e7064f209dafa40d53915bf3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 547/1131] 10.0.0.89 () {32 vars in 641 bytes} [Tue Apr 14 13:13:23 2026] GET /v2.0/ports => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 13:13:23.925 8 INFO neutron.db.segments_db [None req-a3d945e5-64f0-42cb-870c-b0dd6d6e6337 a4765ddf829f4fb7b5157442ca714973 9f801fef6a7e4222894786fd24da2ed4 - - default default] Added segment 959efa5c-b3cf-436e-b41c-eaa97d765d89 of type vxlan for network c39691e8-b8d2-4526-8ed0-2682a6d75784 [pid: 8|app: 0|req: 548/1132] 10.0.0.89 () {34 vars in 668 bytes} [Tue Apr 14 13:13:23 2026] POST /v2.0/networks => generated 650 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 13:13:24.090 8 INFO neutron.db.segments_db [None req-ba541bd9-d0e8-45c4-9b20-6e0f7103644e a4765ddf829f4fb7b5157442ca714973 9f801fef6a7e4222894786fd24da2ed4 - - default default] Added segment 0b7bd338-8db6-4071-991f-fb420e91c109 of type vxlan for network 47b8348b-0f7f-4699-b79e-de44e8072318 [pid: 8|app: 0|req: 549/1133] 10.0.0.89 () {34 vars in 668 bytes} [Tue Apr 14 13:13:24 2026] POST /v2.0/networks => generated 650 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 13:13:24.538 7 INFO neutron.db.l3_hamode_db [None req-2098224e-9a84-4add-ac42-2951a9aba78d 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 550/1134] 10.0.0.89 () {34 vars in 667 bytes} [Tue Apr 14 13:13:24 2026] POST /v2.0/subnets => generated 1273 bytes in 423 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1135] 10.0.0.89 () {32 vars in 645 bytes} [Tue Apr 14 13:13:24 2026] GET /v2.0/subnets => generated 1909 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1136] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:13:24 2026] DELETE /v2.0/subnets/28bcd01e-e0c1-4d47-8c93-e1ae6d8efefb => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1137] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:13:24 2026] DELETE /v2.0/subnets/677aefe3-829c-4f94-b3b0-f055e5bfc308 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1138] 10.0.0.89 () {32 vars in 645 bytes} [Tue Apr 14 13:13:24 2026] GET /v2.0/subnets => generated 649 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:13:25.076 8 INFO neutron.services.segments.plugin [-] Segment 0b7bd338-8db6-4071-991f-fb420e91c109 resource provider aggregate not found 2026-04-14 13:13:25.080 8 INFO neutron.services.segments.plugin [-] Segment 0b7bd338-8db6-4071-991f-fb420e91c109 resource provider aggregate not found 2026-04-14 13:13:25.101 8 INFO neutron.services.segments.plugin [-] Segment 0b7bd338-8db6-4071-991f-fb420e91c109 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b7bd338-8db6-4071-991f-fb420e91c109 found for delete ", "request_id": "req-8719969c-7a66-4837-af4a-4aea067ae3c1"}]} 2026-04-14 13:13:25.105 8 INFO neutron.services.segments.plugin [-] Segment 0b7bd338-8db6-4071-991f-fb420e91c109 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b7bd338-8db6-4071-991f-fb420e91c109 found for delete ", "request_id": "req-6074c3b9-cc17-4ad2-9048-8ec05d9884ad"}]} [pid: 8|app: 0|req: 555/1139] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:13:24 2026] DELETE /v2.0/networks/47b8348b-0f7f-4699-b79e-de44e8072318 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1140] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:13:25 2026] DELETE /v2.0/networks/c39691e8-b8d2-4526-8ed0-2682a6d75784 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1141] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:13:25 2026] DELETE /v2.0/networks/aa4e80c6-3a39-43db-92ec-fe5802fda391 => 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: 585/1142] 10.0.0.89 () {34 vars in 667 bytes} [Tue Apr 14 13:13:23 2026] POST /v2.0/routers => generated 734 bytes in 1911 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1143] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:13:25 2026] DELETE /v2.0/networks/e29b55a6-0704-488f-9410-a06f1797694c => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1144] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:13:25 2026] GET /v2.0/security-groups?tenant_id=b1e13f48507345559678196a6a7c924a&name=default => generated 2925 bytes in 395 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1145] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:13:26 2026] DELETE /v2.0/security-groups/22224c8e-14a9-4f6f-a479-0d154d1e0508 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1146] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:13:26 2026] GET /v2.0/security-groups?tenant_id=9f801fef6a7e4222894786fd24da2ed4&name=default => generated 2925 bytes in 263 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1147] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:13:26 2026] DELETE /v2.0/security-groups/fefd1314-cd0e-4d04-a5ae-59f295404bc6 => 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: 586/1148] 10.0.0.89 () {34 vars in 781 bytes} [Tue Apr 14 13:13:25 2026] PUT /v2.0/routers/22ae9db6-2ae2-42d8-98f6-74ed705b3da3/add_router_interface => generated 309 bytes in 1127 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:13:27.119 8 INFO neutron.services.segments.plugin [-] Segment 959efa5c-b3cf-436e-b41c-eaa97d765d89 resource provider aggregate not found 2026-04-14 13:13:27.133 8 INFO neutron.services.segments.plugin [-] Segment 959efa5c-b3cf-436e-b41c-eaa97d765d89 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 959efa5c-b3cf-436e-b41c-eaa97d765d89 found for delete ", "request_id": "req-5c8c463f-543b-44f8-b13c-c0a55daa99bd"}]} 2026-04-14 13:13:27.144 8 INFO neutron.services.segments.plugin [-] Segment 03dc74f9-7eda-440c-b4ce-741e2a97e5b3 resource provider aggregate not found 2026-04-14 13:13:27.148 8 INFO neutron.services.segments.plugin [-] Segment 959efa5c-b3cf-436e-b41c-eaa97d765d89 resource provider aggregate not found 2026-04-14 13:13:27.165 8 INFO neutron.services.segments.plugin [-] Segment 03dc74f9-7eda-440c-b4ce-741e2a97e5b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03dc74f9-7eda-440c-b4ce-741e2a97e5b3 found for delete ", "request_id": "req-fceffdc6-ab29-4a3d-aa6e-be2681c6ef8a"}]} 2026-04-14 13:13:27.173 8 INFO neutron.services.segments.plugin [-] Segment 959efa5c-b3cf-436e-b41c-eaa97d765d89 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 959efa5c-b3cf-436e-b41c-eaa97d765d89 found for delete ", "request_id": "req-f56c60db-4ba0-481c-a0eb-451438102553"}]} 2026-04-14 13:13:27.182 8 INFO neutron.services.segments.plugin [-] Segment d2e8cbcb-46c4-48ac-ac9c-ade602eae1d8 resource provider aggregate not found 2026-04-14 13:13:27.196 8 INFO neutron.services.segments.plugin [-] Segment d2e8cbcb-46c4-48ac-ac9c-ade602eae1d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d2e8cbcb-46c4-48ac-ac9c-ade602eae1d8 found for delete ", "request_id": "req-49fd576a-394d-4d3a-aef4-288f465e5f7d"}]} 2026-04-14 13:13:27.202 8 INFO neutron.services.segments.plugin [-] Segment 03dc74f9-7eda-440c-b4ce-741e2a97e5b3 resource provider aggregate not found 2026-04-14 13:13:27.224 8 INFO neutron.services.segments.plugin [-] Segment 03dc74f9-7eda-440c-b4ce-741e2a97e5b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03dc74f9-7eda-440c-b4ce-741e2a97e5b3 found for delete ", "request_id": "req-4408a470-f72a-4837-902a-e32862f29005"}]} 2026-04-14 13:13:27.253 8 INFO neutron.services.segments.plugin [-] Segment d2e8cbcb-46c4-48ac-ac9c-ade602eae1d8 resource provider aggregate not found 2026-04-14 13:13:27.273 8 INFO neutron.services.segments.plugin [-] Segment d2e8cbcb-46c4-48ac-ac9c-ade602eae1d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d2e8cbcb-46c4-48ac-ac9c-ade602eae1d8 found for delete ", "request_id": "req-a3f07231-bc64-4e65-ad2c-8c0e430c736f"}]} [pid: 8|app: 0|req: 563/1149] 10.0.0.89 () {34 vars in 683 bytes} [Tue Apr 14 13:13:27 2026] POST /v2.0/security-groups => generated 1659 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1150] 10.0.0.89 () {34 vars in 693 bytes} [Tue Apr 14 13:13:27 2026] POST /v2.0/security-group-rules => generated 597 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1151] 10.0.0.89 () {34 vars in 693 bytes} [Tue Apr 14 13:13:27 2026] POST /v2.0/security-group-rules => generated 602 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1152] 10.0.0.89 () {34 vars in 674 bytes} [Tue Apr 14 13:13:27 2026] POST /v2.0/floatingips => generated 552 bytes in 554 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1153] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:13:28 2026] GET /v2.0/security-groups?tenant_id=ffda55da380644e285692239c81682ca&name=default => generated 2925 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 13:13:28.716 8 INFO neutron.db.segments_db [None req-9ec6fa2f-f813-4d24-8ab8-293106d9931c 945acf607da54312b841b98cf8aaee9d abb8f57310e840c0bb06b2fdf9b59fb2 - - default default] Added segment 053ad33c-d5ec-4282-bce5-2d2f4c572822 of type vxlan for network 1f257848-512d-411f-8767-d80efbd42cfd [pid: 8|app: 0|req: 565/1154] 10.0.0.89 () {34 vars in 668 bytes} [Tue Apr 14 13:13:28 2026] POST /v2.0/networks => generated 643 bytes in 369 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1155] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:13:28 2026] DELETE /v2.0/security-groups/4e819e77-2220-4e33-9a6f-e008de3ef636 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1156] 10.0.0.89 () {34 vars in 667 bytes} [Tue Apr 14 13:13:28 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) [pid: 7|app: 0|req: 591/1157] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:13:29 2026] GET /v2.0/security-groups?tenant_id=1015b69e830a407ab7511bd0d02ba510&name=default => generated 2925 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 13:13:29.123 8 INFO neutron.db.segments_db [None req-fe1c26f4-9b5a-4427-85a5-1f8f77e0cc80 945acf607da54312b841b98cf8aaee9d abb8f57310e840c0bb06b2fdf9b59fb2 - - default default] Added segment 48076dcc-da6e-42e9-b2cc-d4e17401e978 of type vxlan for network d76bd4eb-6504-4212-871f-e02b63395306 [pid: 8|app: 0|req: 567/1158] 10.0.0.89 () {34 vars in 668 bytes} [Tue Apr 14 13:13:29 2026] POST /v2.0/networks => generated 644 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1159] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:13:29 2026] DELETE /v2.0/security-groups/25725206-5a0c-411c-990e-8ef8165db5fb => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1160] 10.0.0.89 () {34 vars in 741 bytes} [Tue Apr 14 13:13:29 2026] PUT /v2.0/networks/d76bd4eb-6504-4212-871f-e02b63395306 => generated 592 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1161] 10.0.0.89 () {34 vars in 667 bytes} [Tue Apr 14 13:13:29 2026] POST /v2.0/subnets => generated 626 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 13:13:29.701 7 INFO neutron.db.segments_db [None req-118ce81f-14a3-425c-af29-d4865728d1d4 7ba77edcd10b4fae95d38526a191d3b1 17408829ff614696bcc27130b7a6f6c4 - - default default] Added segment 5307d239-6f7e-43aa-a4a9-856034e5de8a of type vxlan for network 025fea5d-d5c5-4c84-baa2-56d907fd49de [pid: 8|app: 0|req: 570/1162] 10.0.0.89 () {34 vars in 739 bytes} [Tue Apr 14 13:13:29 2026] PUT /v2.0/subnets/f5f5e49c-9dd5-480b-8199-d3ecfe068721 => generated 636 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1163] 10.0.0.89 () {34 vars in 669 bytes} [Tue Apr 14 13:13:29 2026] POST /v2.0/networks => generated 632 bytes in 578 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 13:13:29.881 7 INFO neutron.db.segments_db [None req-d42f89f0-6d88-4ad8-84bb-9dd939f39bc9 7ba77edcd10b4fae95d38526a191d3b1 17408829ff614696bcc27130b7a6f6c4 - - default default] Added segment 5f147e35-6276-49a8-b3a3-3f39038469c1 of type vxlan for network c5913366-10fa-4275-aec3-483a20d26f46 2026-04-14 13:13:29.992 8 INFO neutron.services.segments.plugin [-] Segment 48076dcc-da6e-42e9-b2cc-d4e17401e978 resource provider aggregate not found 2026-04-14 13:13:29.997 8 INFO neutron.services.segments.plugin [-] Segment 48076dcc-da6e-42e9-b2cc-d4e17401e978 resource provider aggregate not found 2026-04-14 13:13:30.012 8 INFO neutron.services.segments.plugin [-] Segment 48076dcc-da6e-42e9-b2cc-d4e17401e978 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 48076dcc-da6e-42e9-b2cc-d4e17401e978 found for delete ", "request_id": "req-43e74dd9-58f5-4b2c-967d-e34713d96036"}]} 2026-04-14 13:13:30.025 8 INFO neutron.services.segments.plugin [-] Segment 48076dcc-da6e-42e9-b2cc-d4e17401e978 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 48076dcc-da6e-42e9-b2cc-d4e17401e978 found for delete ", "request_id": "req-73f4310f-d2d1-46cb-868d-a3f9156b2418"}]} [pid: 8|app: 0|req: 571/1164] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:13:29 2026] DELETE /v2.0/networks/d76bd4eb-6504-4212-871f-e02b63395306 => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:13:30.049 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d1336948-30a9-466a-b6e3-ae9dd8f10afc 945acf607da54312b841b98cf8aaee9d abb8f57310e840c0bb06b2fdf9b59fb2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 572/1165] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:13:30 2026] DELETE /v2.0/networks/d76bd4eb-6504-4212-871f-e02b63395306 => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1166] 10.0.0.89 () {32 vars in 692 bytes} [Tue Apr 14 13:13:30 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:13:30.143 7 INFO neutron.db.l3_hamode_db [None req-d42f89f0-6d88-4ad8-84bb-9dd939f39bc9 7ba77edcd10b4fae95d38526a191d3b1 17408829ff614696bcc27130b7a6f6c4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 574/1167] 10.0.0.89 () {32 vars in 740 bytes} [Tue Apr 14 13:13:30 2026] GET /v2.0/subnets?network_id=1b977c13-3b31-4f6d-b531-1f16337fb53c => generated 649 bytes in 368 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1168] 10.0.0.89 () {32 vars in 651 bytes} [Tue Apr 14 13:13:30 2026] GET /v2.0/extensions => generated 21537 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1169] 10.0.0.89 () {32 vars in 647 bytes} [Tue Apr 14 13:13:30 2026] GET /v2.0/networks => generated 1308 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1170] 10.0.0.89 () {32 vars in 645 bytes} [Tue Apr 14 13:13:30 2026] GET /v2.0/subnets => generated 1280 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1171] 10.0.0.89 () {32 vars in 721 bytes} [Tue Apr 14 13:13:30 2026] GET /v2.0/networks/1f257848-512d-411f-8767-d80efbd42cfd => generated 668 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1172] 10.0.0.89 () {32 vars in 719 bytes} [Tue Apr 14 13:13:30 2026] GET /v2.0/subnets/8381065e-f985-40d6-9830-e1f21070d620 => generated 641 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:13:30.701 8 INFO neutron.pecan_wsgi.hooks.translation [None req-63e1a6e7-ace1-460a-b17b-6c7d22c59137 945acf607da54312b841b98cf8aaee9d abb8f57310e840c0bb06b2fdf9b59fb2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 580/1173] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:13:30 2026] DELETE /v2.0/subnets/f5f5e49c-9dd5-480b-8199-d3ecfe068721 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 13:13:30.716 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2dc669cc-7d8d-424d-9b00-d748d05f4114 945acf607da54312b841b98cf8aaee9d abb8f57310e840c0bb06b2fdf9b59fb2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 581/1174] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:13:30 2026] DELETE /v2.0/networks/d76bd4eb-6504-4212-871f-e02b63395306 => generated 138 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1175] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:13:30 2026] DELETE /v2.0/subnets/8381065e-f985-40d6-9830-e1f21070d620 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1176] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:13:30 2026] DELETE /v2.0/networks/1f257848-512d-411f-8767-d80efbd42cfd => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:13:31.006 7 INFO neutron.db.l3_hamode_db [None req-d42f89f0-6d88-4ad8-84bb-9dd939f39bc9 7ba77edcd10b4fae95d38526a191d3b1 17408829ff614696bcc27130b7a6f6c4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 586/1179] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:13:31 2026] GET /v2.0/security-groups?tenant_id=abb8f57310e840c0bb06b2fdf9b59fb2&name=default => generated 2925 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1180] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:13:31 2026] DELETE /v2.0/security-groups/a25c2d3d-87b6-47c5-bf52-2346f02a3526 => 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: 594/1181] 10.0.0.89 () {34 vars in 667 bytes} [Tue Apr 14 13:13:29 2026] POST /v2.0/routers => generated 694 bytes in 2178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 13:13:32.035 8 INFO neutron.services.segments.plugin [-] Segment 053ad33c-d5ec-4282-bce5-2d2f4c572822 resource provider aggregate not found 2026-04-14 13:13:32.052 8 INFO neutron.services.segments.plugin [-] Segment 053ad33c-d5ec-4282-bce5-2d2f4c572822 resource provider aggregate not found 2026-04-14 13:13:32.060 8 INFO neutron.services.segments.plugin [-] Segment 053ad33c-d5ec-4282-bce5-2d2f4c572822 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 053ad33c-d5ec-4282-bce5-2d2f4c572822 found for delete ", "request_id": "req-0c92c178-d3aa-4956-bde7-1af50d9d4627"}]} 2026-04-14 13:13:32.076 8 INFO neutron.services.segments.plugin [-] Segment 053ad33c-d5ec-4282-bce5-2d2f4c572822 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 053ad33c-d5ec-4282-bce5-2d2f4c572822 found for delete ", "request_id": "req-f4251b99-0f24-4625-9098-6b8483719a06"}]} [pid: 8|app: 0|req: 588/1182] 10.0.0.89 () {32 vars in 774 bytes} [Tue Apr 14 13:13:32 2026] GET /v2.0/subnets?project_id=17408829ff614696bcc27130b7a6f6c4&cidr=10.100.0.0%2F28 => generated 14 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1183] 10.0.0.89 () {32 vars in 692 bytes} [Tue Apr 14 13:13:32 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1184] 10.0.0.89 () {32 vars in 782 bytes} [Tue Apr 14 13:13:32 2026] GET /v2.0/subnets?network_id=1b977c13-3b31-4f6d-b531-1f16337fb53c&cidr=10.100.0.0%2F28 => 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: 596/1185] 10.0.0.89 () {34 vars in 667 bytes} [Tue Apr 14 13:13:32 2026] POST /v2.0/subnets => generated 657 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1186] 10.0.0.176 () {34 vars in 1097 bytes} [Tue Apr 14 13:13:33 2026] GET /v2.0/security-groups?name=tempest-securitygroup--983375320&fields=id&tenant_id=8bb29c37e7064f209dafa40d53915bf3 => generated 69 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1187] 10.0.0.176 () {34 vars in 981 bytes} [Tue Apr 14 13:13:33 2026] GET /v2.0/networks?id=9aca550a-a292-4820-8243-427e7fa8e426 => generated 679 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1188] 10.0.0.176 () {34 vars in 964 bytes} [Tue Apr 14 13:13:33 2026] GET /v2.0/quotas/8bb29c37e7064f209dafa40d53915bf3 => 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: 600/1189] 10.0.0.176 () {34 vars in 1001 bytes} [Tue Apr 14 13:13:33 2026] GET /v2.0/ports?tenant_id=8bb29c37e7064f209dafa40d53915bf3&fields=id => generated 103 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1190] 10.0.0.176 () {34 vars in 1007 bytes} [Tue Apr 14 13:13:33 2026] GET /v2.0/networks/9aca550a-a292-4820-8243-427e7fa8e426?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: 602/1191] 10.0.0.176 () {34 vars in 1107 bytes} [Tue Apr 14 13:13:33 2026] GET /v2.0/networks/9aca550a-a292-4820-8243-427e7fa8e426?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: 603/1192] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:13:33 2026] GET /v2.0/ports?device_id=e4be3d1e-91c1-4a8f-a732-66eba4925de5 => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1193] 10.0.0.89 () {34 vars in 781 bytes} [Tue Apr 14 13:13:32 2026] PUT /v2.0/routers/35fadec5-72aa-4a33-b5b0-f24ac84bba47/add_router_interface => generated 309 bytes in 1313 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1194] 10.0.0.89 () {32 vars in 647 bytes} [Tue Apr 14 13:13:33 2026] GET /v2.0/networks => generated 5063 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1195] 10.0.0.89 () {32 vars in 645 bytes} [Tue Apr 14 13:13:34 2026] GET /v2.0/subnets => generated 3901 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 13:13:34.073 7 INFO neutron.db.segments_db [None req-75aa7bcf-bef8-42fc-8db9-8a092971f5bf 48d84f7e84b9487eb5cb4806b1d86512 871a363cad7842af988278238df20394 - - default default] Added segment a84ff602-520f-45a3-85ac-bb5bf7cee2ef of type vxlan for network 50be7910-a91d-4223-84e7-e0d794d6fa48 [pid: 8|app: 0|req: 593/1196] 10.0.0.89 () {32 vars in 645 bytes} [Tue Apr 14 13:13:34 2026] GET /v2.0/routers => generated 1467 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1197] 10.0.0.89 () {34 vars in 668 bytes} [Tue Apr 14 13:13:33 2026] POST /v2.0/networks => generated 633 bytes in 463 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 13:13:34.261 8 INFO neutron.db.segments_db [None req-fad52293-3c68-40d1-b70b-c396197b4265 48d84f7e84b9487eb5cb4806b1d86512 871a363cad7842af988278238df20394 - - default default] Added segment 04e30ce5-828c-4157-91fe-fa83b0948145 of type vxlan for network 7edd61cb-dfe5-4f61-ac96-0d56bc785234 [pid: 7|app: 0|req: 605/1198] 10.0.0.89 () {34 vars in 683 bytes} [Tue Apr 14 13:13:34 2026] POST /v2.0/security-groups => generated 1675 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1199] 10.0.0.89 () {34 vars in 668 bytes} [Tue Apr 14 13:13:34 2026] POST /v2.0/networks => generated 634 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1200] 10.0.0.89 () {34 vars in 693 bytes} [Tue Apr 14 13:13:34 2026] POST /v2.0/security-group-rules => generated 597 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1201] 10.0.0.89 () {34 vars in 667 bytes} [Tue Apr 14 13:13:34 2026] POST /v2.0/subnets => generated 646 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1202] 10.0.0.89 () {34 vars in 693 bytes} [Tue Apr 14 13:13:34 2026] POST /v2.0/security-group-rules => generated 596 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1203] 10.0.0.89 () {34 vars in 693 bytes} [Tue Apr 14 13:13:34 2026] POST /v2.0/security-group-rules => generated 602 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1204] 10.0.0.89 () {34 vars in 693 bytes} [Tue Apr 14 13:13:34 2026] POST /v2.0/security-group-rules => generated 601 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1205] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:13:34 2026] GET /v2.0/ports?device_id=e4be3d1e-91c1-4a8f-a732-66eba4925de5 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1206] 10.0.0.89 () {34 vars in 667 bytes} [Tue Apr 14 13:13:34 2026] POST /v2.0/subnets => generated 655 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 13:13:34.895 7 INFO neutron.db.securitygroups_db [None req-2755bac9-8475-4d1c-84ab-4f8d2dd5d9e3 7ba77edcd10b4fae95d38526a191d3b1 17408829ff614696bcc27130b7a6f6c4 - - default default] Project 17408829ff614696bcc27130b7a6f6c4 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-04-14 13:13:34.914 8 INFO neutron.db.segments_db [None req-a8b8408b-f9b7-40d2-a18b-be6fa9d8a688 48d84f7e84b9487eb5cb4806b1d86512 871a363cad7842af988278238df20394 - - default default] Added segment d77164e6-b8d1-4f34-a462-f507066adef3 of type vxlan for network 4eb0f915-bcfe-41f8-8294-b9337dbc3313 [pid: 7|app: 0|req: 611/1207] 10.0.0.89 () {34 vars in 693 bytes} [Tue Apr 14 13:13:34 2026] POST /v2.0/security-group-rules => generated 607 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 13:13:35.021 7 INFO neutron.db.securitygroups_db [None req-e08889ba-730b-4997-a76b-1c8b9302aa6c 7ba77edcd10b4fae95d38526a191d3b1 17408829ff614696bcc27130b7a6f6c4 - - default default] Project 17408829ff614696bcc27130b7a6f6c4 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: 612/1208] 10.0.0.89 () {34 vars in 693 bytes} [Tue Apr 14 13:13:34 2026] POST /v2.0/security-group-rules => generated 606 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 13:13:35.214 8 INFO neutron.db.l3_hamode_db [None req-a8b8408b-f9b7-40d2-a18b-be6fa9d8a688 48d84f7e84b9487eb5cb4806b1d86512 871a363cad7842af988278238df20394 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 13:13:35.416 8 INFO neutron.db.l3_hamode_db [None req-a8b8408b-f9b7-40d2-a18b-be6fa9d8a688 48d84f7e84b9487eb5cb4806b1d86512 871a363cad7842af988278238df20394 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 613/1209] 10.0.0.89 () {32 vars in 647 bytes} [Tue Apr 14 13:13:35 2026] GET /v2.0/networks => generated 1297 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1210] 10.0.0.176 () {34 vars in 1099 bytes} [Tue Apr 14 13:13:35 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1863615885&fields=id&tenant_id=17408829ff614696bcc27130b7a6f6c4 => 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: 615/1211] 10.0.0.176 () {34 vars in 981 bytes} [Tue Apr 14 13:13:35 2026] GET /v2.0/networks?id=025fea5d-d5c5-4c84-baa2-56d907fd49de => generated 660 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1212] 10.0.0.176 () {34 vars in 964 bytes} [Tue Apr 14 13:13:35 2026] GET /v2.0/quotas/17408829ff614696bcc27130b7a6f6c4 => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1213] 10.0.0.176 () {34 vars in 1001 bytes} [Tue Apr 14 13:13:35 2026] GET /v2.0/ports?tenant_id=17408829ff614696bcc27130b7a6f6c4&fields=id => generated 57 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1214] 10.0.0.176 () {34 vars in 1007 bytes} [Tue Apr 14 13:13:35 2026] GET /v2.0/networks/025fea5d-d5c5-4c84-baa2-56d907fd49de?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: 619/1215] 10.0.0.176 () {34 vars in 1107 bytes} [Tue Apr 14 13:13:35 2026] GET /v2.0/networks/025fea5d-d5c5-4c84-baa2-56d907fd49de?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1216] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:13:35 2026] GET /v2.0/ports?device_id=e4be3d1e-91c1-4a8f-a732-66eba4925de5 => 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: 621/1217] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:13:36 2026] GET /v2.0/ports?device_id=ee7e3e96-3593-4a1b-9420-f53da30a908d => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1218] 10.0.0.89 () {34 vars in 667 bytes} [Tue Apr 14 13:13:34 2026] POST /v2.0/routers => generated 511 bytes in 1266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1219] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:13:37 2026] GET /v2.0/ports?device_id=e4be3d1e-91c1-4a8f-a732-66eba4925de5 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1220] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:13:37 2026] GET /v2.0/ports?device_id=ee7e3e96-3593-4a1b-9420-f53da30a908d => 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: 622/1221] 10.0.0.89 () {34 vars in 781 bytes} [Tue Apr 14 13:13:36 2026] PUT /v2.0/routers/020bb069-8de0-475f-a61d-bcf8ca6d01c0/add_router_interface => generated 309 bytes in 1058 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1222] 10.0.0.89 () {32 vars in 715 bytes} [Tue Apr 14 13:13:37 2026] GET /v2.0/ports/2ee9268c-1089-4024-823d-ca157be806fd => generated 959 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1223] 199.19.213.159 () {34 vars in 985 bytes} [Tue Apr 14 13:13:38 2026] GET /v2.0/networks?id=9aca550a-a292-4820-8243-427e7fa8e426 => generated 679 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1224] 199.19.213.159 () {34 vars in 1049 bytes} [Tue Apr 14 13:13:38 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=8bb29c37e7064f209dafa40d53915bf3 => generated 180 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1225] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:13:38 2026] GET /v2.0/ports?device_id=e4be3d1e-91c1-4a8f-a732-66eba4925de5 => 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: 623/1226] 10.0.0.89 () {34 vars in 781 bytes} [Tue Apr 14 13:13:37 2026] PUT /v2.0/routers/020bb069-8de0-475f-a61d-bcf8ca6d01c0/add_router_interface => generated 309 bytes in 1041 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1227] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:13:38 2026] GET /v2.0/ports?device_id=ee7e3e96-3593-4a1b-9420-f53da30a908d => 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: 625/1228] 10.0.0.89 () {32 vars in 715 bytes} [Tue Apr 14 13:13:38 2026] GET /v2.0/ports/8b38af58-cca9-419a-9c2b-7d10d789d39e => generated 967 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1229] 199.19.213.159 () {38 vars in 954 bytes} [Tue Apr 14 13:13:38 2026] POST /v2.0/ports => generated 958 bytes in 431 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 13:13:38.791 7 INFO neutron_taas.services.taas.taas_plugin [None req-ccc54c11-565e-498d-b489-d95ec457975c 48d84f7e84b9487eb5cb4806b1d86512 871a363cad7842af988278238df20394 - - default default] TaaS: Handle Delete Port: 8b38af58-cca9-419a-9c2b-7d10d789d39e 2026-04-14 13:13:38.793 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ccc54c11-565e-498d-b489-d95ec457975c 48d84f7e84b9487eb5cb4806b1d86512 871a363cad7842af988278238df20394 - - default default] Tap Mirror: Handle Delete Port: 8b38af58-cca9-419a-9c2b-7d10d789d39e [pid: 8|app: 0|req: 605/1230] 199.19.213.159 () {38 vars in 1027 bytes} [Tue Apr 14 13:13:38 2026] PUT /v2.0/ports/9c17ac97-c15d-4367-8c27-f4c922f8baf0 => generated 1239 bytes in 497 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 13:13:39.116 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c1350f63-96e7-48be-be6b-e2cdcc25c9ab'] response: {'name': 'network-changed', 'server_uuid': 'e4be3d1e-91c1-4a8f-a732-66eba4925de5', 'tag': '9c17ac97-c15d-4367-8c27-f4c922f8baf0', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 606/1231] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:13:39 2026] GET /v2.0/ports?device_id=e4be3d1e-91c1-4a8f-a732-66eba4925de5 => generated 973 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1232] 10.0.0.89 () {34 vars in 787 bytes} [Tue Apr 14 13:13:38 2026] PUT /v2.0/routers/020bb069-8de0-475f-a61d-bcf8ca6d01c0/remove_router_interface => generated 309 bytes in 893 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1233] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:13:39 2026] GET /v2.0/security-groups?id=ff46f2a4-d34f-4773-b60b-b7a5fe8bde95&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1234] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:13:39 2026] GET /v2.0/security-groups?tenant_id=abe85d71095b40daa58d55ce21520131&name=default => generated 2925 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1235] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:13:39 2026] GET /v2.0/ports?device_id=ee7e3e96-3593-4a1b-9420-f53da30a908d => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 13:13:39.602 7 INFO neutron_taas.services.taas.taas_plugin [None req-2d0db135-e263-42a0-ae17-e37a28098494 48d84f7e84b9487eb5cb4806b1d86512 871a363cad7842af988278238df20394 - - default default] TaaS: Handle Delete Port: 2ee9268c-1089-4024-823d-ca157be806fd 2026-04-14 13:13:39.606 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2d0db135-e263-42a0-ae17-e37a28098494 48d84f7e84b9487eb5cb4806b1d86512 871a363cad7842af988278238df20394 - - default default] Tap Mirror: Handle Delete Port: 2ee9268c-1089-4024-823d-ca157be806fd [pid: 8|app: 0|req: 610/1236] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:13:39 2026] DELETE /v2.0/security-groups/d9479d3d-3cbe-4a98-98dc-5b71003c4843 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1237] 199.19.213.159 () {34 vars in 1079 bytes} [Tue Apr 14 13:13:39 2026] GET /v2.0/ports?tenant_id=8bb29c37e7064f209dafa40d53915bf3&device_id=e4be3d1e-91c1-4a8f-a732-66eba4925de5 => generated 1242 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1238] 199.19.213.159 () {34 vars in 1017 bytes} [Tue Apr 14 13:13:39 2026] GET /v2.0/networks?tenant_id=8bb29c37e7064f209dafa40d53915bf3&shared=False => generated 775 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1239] 199.19.213.159 () {34 vars in 929 bytes} [Tue Apr 14 13:13:39 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1240] 10.0.0.89 () {34 vars in 787 bytes} [Tue Apr 14 13:13:39 2026] PUT /v2.0/routers/020bb069-8de0-475f-a61d-bcf8ca6d01c0/remove_router_interface => generated 309 bytes in 761 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1241] 10.0.0.89 () {32 vars in 734 bytes} [Tue Apr 14 13:13:40 2026] GET /v2.0/ports?device_id=020bb069-8de0-475f-a61d-bcf8ca6d01c0 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 13:13:40.283 7 INFO neutron_taas.services.taas.taas_plugin [None req-ce6bfb8a-9835-4d06-84c4-8ba6cf1d85a3 48d84f7e84b9487eb5cb4806b1d86512 871a363cad7842af988278238df20394 - - default default] TaaS: Handle Delete Port: 57f05376-ee21-4c10-a2c5-7b162437c982 2026-04-14 13:13:40.285 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ce6bfb8a-9835-4d06-84c4-8ba6cf1d85a3 48d84f7e84b9487eb5cb4806b1d86512 871a363cad7842af988278238df20394 - - default default] Tap Mirror: Handle Delete Port: 57f05376-ee21-4c10-a2c5-7b162437c982 [pid: 8|app: 0|req: 615/1242] 199.19.213.159 () {34 vars in 985 bytes} [Tue Apr 14 13:13:40 2026] GET /v2.0/networks?id=025fea5d-d5c5-4c84-baa2-56d907fd49de => generated 660 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1243] 199.19.213.159 () {34 vars in 1049 bytes} [Tue Apr 14 13:13:40 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=17408829ff614696bcc27130b7a6f6c4 => generated 181 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1244] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:13:40 2026] GET /v2.0/ports?device_id=e4be3d1e-91c1-4a8f-a732-66eba4925de5 => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:13:40.681 7 INFO neutron.services.segments.plugin [-] Segment d77164e6-b8d1-4f34-a462-f507066adef3 resource provider aggregate not found 2026-04-14 13:13:40.688 7 INFO neutron.services.segments.plugin [-] Segment d77164e6-b8d1-4f34-a462-f507066adef3 resource provider aggregate not found 2026-04-14 13:13:40.704 7 INFO neutron.services.segments.plugin [-] Segment d77164e6-b8d1-4f34-a462-f507066adef3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d77164e6-b8d1-4f34-a462-f507066adef3 found for delete ", "request_id": "req-87be2d8e-7d56-4aad-b9c2-704d5a1588e9"}]} 2026-04-14 13:13:40.705 7 INFO neutron.services.segments.plugin [-] Segment d77164e6-b8d1-4f34-a462-f507066adef3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d77164e6-b8d1-4f34-a462-f507066adef3 found for delete ", "request_id": "req-19ed310a-b137-4127-9e79-16e5c495c30e"}]} 2026-04-14 13:13:40.716 7 INFO neutron.db.l3_hamode_db [None req-ce6bfb8a-9835-4d06-84c4-8ba6cf1d85a3 48d84f7e84b9487eb5cb4806b1d86512 871a363cad7842af988278238df20394 - - default default] HA network 4eb0f915-bcfe-41f8-8294-b9337dbc3313 was deleted as no HA routers are present in tenant 871a363cad7842af988278238df20394. [pid: 7|app: 0|req: 628/1245] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:13:40 2026] DELETE /v2.0/routers/020bb069-8de0-475f-a61d-bcf8ca6d01c0 => generated 0 bytes in 614 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1246] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:13:40 2026] GET /v2.0/security-groups?id=ff46f2a4-d34f-4773-b60b-b7a5fe8bde95&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: 8|app: 0|req: 618/1247] 199.19.213.159 () {38 vars in 954 bytes} [Tue Apr 14 13:13:40 2026] POST /v2.0/ports => generated 958 bytes in 350 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: 630/1248] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:13:40 2026] GET /v2.0/ports?device_id=ee7e3e96-3593-4a1b-9420-f53da30a908d => generated 961 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1249] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:13:40 2026] DELETE /v2.0/subnets/a981374e-2462-4eeb-9ac8-8c76adc0858a => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1250] 199.19.213.159 () {34 vars in 1079 bytes} [Tue Apr 14 13:13:40 2026] GET /v2.0/ports?tenant_id=8bb29c37e7064f209dafa40d53915bf3&device_id=e4be3d1e-91c1-4a8f-a732-66eba4925de5 => generated 1242 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1251] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:13:40 2026] GET /v2.0/security-groups?id=41ce67d6-4fff-44e1-b3cf-38d68d49d0ab&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1252] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:13:41 2026] DELETE /v2.0/subnets/ffd0ef36-9591-4d53-8fdb-3adaaf7636b1 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1253] 199.19.213.159 () {34 vars in 1059 bytes} [Tue Apr 14 13:13:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=9c17ac97-c15d-4367-8c27-f4c922f8baf0 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 13:13:41.256 8 INFO neutron.services.segments.plugin [-] Segment 04e30ce5-828c-4157-91fe-fa83b0948145 resource provider aggregate not found 2026-04-14 13:13:41.262 8 INFO neutron.services.segments.plugin [-] Segment 04e30ce5-828c-4157-91fe-fa83b0948145 resource provider aggregate not found [pid: 7|app: 0|req: 631/1254] 199.19.213.159 () {38 vars in 1027 bytes} [Tue Apr 14 13:13:40 2026] PUT /v2.0/ports/1de4044a-e10e-4327-80d8-df9e422a8b73 => generated 1239 bytes in 446 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 13:13:41.281 8 INFO neutron.services.segments.plugin [-] Segment 04e30ce5-828c-4157-91fe-fa83b0948145 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 04e30ce5-828c-4157-91fe-fa83b0948145 found for delete ", "request_id": "req-41b5ac27-b1fc-416c-9c6f-c4ad404c07e7"}]} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 13:13:41.294 8 INFO neutron.services.segments.plugin [-] Segment 04e30ce5-828c-4157-91fe-fa83b0948145 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 04e30ce5-828c-4157-91fe-fa83b0948145 found for delete ", "request_id": "req-6c6c8804-45cb-4803-9470-36df9ea32c7d"}]} [pid: 8|app: 0|req: 624/1255] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:13:41 2026] DELETE /v2.0/networks/7edd61cb-dfe5-4f61-ac96-0d56bc785234 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1256] 199.19.213.159 () {34 vars in 983 bytes} [Tue Apr 14 13:13:41 2026] GET /v2.0/subnets?id=993b2bef-da36-4781-aebe-8a6dc2f07252 => generated 697 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:13:41.341 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ef744eb3-c604-4e38-916a-bfd3ba3dc830'] response: {'name': 'network-changed', 'server_uuid': 'ee7e3e96-3593-4a1b-9420-f53da30a908d', 'tag': '1de4044a-e10e-4327-80d8-df9e422a8b73', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 633/1257] 199.19.213.159 () {34 vars in 1051 bytes} [Tue Apr 14 13:13:41 2026] GET /v2.0/ports?network_id=9aca550a-a292-4820-8243-427e7fa8e426&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: 634/1258] 199.19.213.159 () {34 vars in 1011 bytes} [Tue Apr 14 13:13:41 2026] GET /v2.0/networks/9aca550a-a292-4820-8243-427e7fa8e426?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 13:13:41.413 8 INFO neutron_taas.services.taas.taas_plugin [None req-0b153a24-dbad-416d-b9c6-b85622c9f9dd 48d84f7e84b9487eb5cb4806b1d86512 871a363cad7842af988278238df20394 - - default default] TaaS: Handle Delete Port: 388423da-122d-4b51-a758-9e39b21f94c9 2026-04-14 13:13:41.416 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0b153a24-dbad-416d-b9c6-b85622c9f9dd 48d84f7e84b9487eb5cb4806b1d86512 871a363cad7842af988278238df20394 - - default default] Tap Mirror: Handle Delete Port: 388423da-122d-4b51-a758-9e39b21f94c9 [pid: 7|app: 0|req: 635/1259] 199.19.213.159 () {34 vars in 1111 bytes} [Tue Apr 14 13:13:41 2026] GET /v2.0/networks/9aca550a-a292-4820-8243-427e7fa8e426?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1260] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:13:41 2026] DELETE /v2.0/networks/50be7910-a91d-4223-84e7-e0d794d6fa48 => generated 0 bytes in 298 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:13:41.679 7 INFO neutron.db.segments_db [None req-befa94ed-7b5e-4f0e-a7c1-596bfb86ab2f 48d84f7e84b9487eb5cb4806b1d86512 871a363cad7842af988278238df20394 - - default default] Added segment 0a6fd16e-1b14-4f10-a541-b4ea8d665127 of type vxlan for network 802d8fc1-39bf-47a5-b41f-2e1a5c23b47b [pid: 7|app: 0|req: 636/1261] 10.0.0.89 () {34 vars in 668 bytes} [Tue Apr 14 13:13:41 2026] POST /v2.0/networks => generated 633 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1262] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:13:41 2026] GET /v2.0/ports?device_id=e4be3d1e-91c1-4a8f-a732-66eba4925de5 => generated 973 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1263] 199.19.213.159 () {34 vars in 1079 bytes} [Tue Apr 14 13:13:41 2026] GET /v2.0/ports?tenant_id=17408829ff614696bcc27130b7a6f6c4&device_id=ee7e3e96-3593-4a1b-9420-f53da30a908d => generated 1242 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1264] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:13:41 2026] GET /v2.0/security-groups?id=ff46f2a4-d34f-4773-b60b-b7a5fe8bde95&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: 640/1265] 199.19.213.159 () {34 vars in 1017 bytes} [Tue Apr 14 13:13:41 2026] GET /v2.0/networks?tenant_id=17408829ff614696bcc27130b7a6f6c4&shared=False => generated 756 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1266] 10.0.0.89 () {34 vars in 667 bytes} [Tue Apr 14 13:13:41 2026] POST /v2.0/subnets => generated 646 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1267] 199.19.213.159 () {34 vars in 929 bytes} [Tue Apr 14 13:13:41 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:13:42.052 8 INFO neutron.db.segments_db [None req-d302a9b6-fd99-4f40-85ff-b90a08b8710a 48d84f7e84b9487eb5cb4806b1d86512 871a363cad7842af988278238df20394 - - default default] Added segment 2b2a7fdd-4b9a-4d16-a564-310de8a50753 of type vxlan for network 4bcc4cc8-027d-446c-a6a7-8d9e95d7d537 [pid: 7|app: 0|req: 642/1268] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:13:42 2026] GET /v2.0/ports?device_id=ee7e3e96-3593-4a1b-9420-f53da30a908d => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1269] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:13:42 2026] GET /v2.0/security-groups?id=41ce67d6-4fff-44e1-b3cf-38d68d49d0ab&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:13:42.299 8 INFO neutron.db.l3_hamode_db [None req-d302a9b6-fd99-4f40-85ff-b90a08b8710a 48d84f7e84b9487eb5cb4806b1d86512 871a363cad7842af988278238df20394 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 13:13:42.421 8 INFO neutron.db.l3_hamode_db [None req-d302a9b6-fd99-4f40-85ff-b90a08b8710a 48d84f7e84b9487eb5cb4806b1d86512 871a363cad7842af988278238df20394 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 627/1270] 10.0.0.89 () {34 vars in 667 bytes} [Tue Apr 14 13:13:42 2026] POST /v2.0/routers => generated 511 bytes in 995 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1271] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:13:42 2026] GET /v2.0/ports?device_id=e4be3d1e-91c1-4a8f-a732-66eba4925de5 => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1272] 199.19.213.159 () {34 vars in 1079 bytes} [Tue Apr 14 13:13:43 2026] GET /v2.0/ports?tenant_id=17408829ff614696bcc27130b7a6f6c4&device_id=ee7e3e96-3593-4a1b-9420-f53da30a908d => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1273] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:13:43 2026] GET /v2.0/security-groups?id=ff46f2a4-d34f-4773-b60b-b7a5fe8bde95&fields=id&fields=name => generated 113 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1274] 199.19.213.159 () {34 vars in 1059 bytes} [Tue Apr 14 13:13:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=1de4044a-e10e-4327-80d8-df9e422a8b73 => 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: 648/1275] 199.19.213.159 () {34 vars in 983 bytes} [Tue Apr 14 13:13:43 2026] GET /v2.0/subnets?id=547e80b3-0025-42b5-a58f-d6749bb82646 => 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: 649/1276] 199.19.213.159 () {34 vars in 1051 bytes} [Tue Apr 14 13:13:43 2026] GET /v2.0/ports?network_id=025fea5d-d5c5-4c84-baa2-56d907fd49de&device_owner=network%3Adhcp => 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: 650/1277] 199.19.213.159 () {34 vars in 1011 bytes} [Tue Apr 14 13:13:43 2026] GET /v2.0/networks/025fea5d-d5c5-4c84-baa2-56d907fd49de?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: 651/1278] 199.19.213.159 () {34 vars in 1111 bytes} [Tue Apr 14 13:13:43 2026] GET /v2.0/networks/025fea5d-d5c5-4c84-baa2-56d907fd49de?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 13:13:43.302 8 INFO neutron.services.segments.plugin [-] Segment a84ff602-520f-45a3-85ac-bb5bf7cee2ef resource provider aggregate not found [pid: 8|app: 0|req: 628/1279] 10.0.0.89 () {34 vars in 663 bytes} [Tue Apr 14 13:13:43 2026] POST /v2.0/ports => generated 963 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 13:13:43.316 8 INFO neutron.services.segments.plugin [-] Segment a84ff602-520f-45a3-85ac-bb5bf7cee2ef resource provider aggregate not found 2026-04-14 13:13:43.320 8 INFO neutron.services.segments.plugin [-] Segment a84ff602-520f-45a3-85ac-bb5bf7cee2ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a84ff602-520f-45a3-85ac-bb5bf7cee2ef found for delete ", "request_id": "req-c8563443-518d-46b4-b726-347919031df4"}]} 2026-04-14 13:13:43.352 8 INFO neutron.services.segments.plugin [-] Segment a84ff602-520f-45a3-85ac-bb5bf7cee2ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a84ff602-520f-45a3-85ac-bb5bf7cee2ef found for delete ", "request_id": "req-45c4d4ac-ab0f-4438-a4c7-70c40b8fa110"}]} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 629/1280] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:13:43 2026] GET /v2.0/ports?device_id=ee7e3e96-3593-4a1b-9420-f53da30a908d => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1281] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:13:43 2026] GET /v2.0/security-groups?id=41ce67d6-4fff-44e1-b3cf-38d68d49d0ab&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1282] 10.0.0.89 () {34 vars in 781 bytes} [Tue Apr 14 13:13:43 2026] PUT /v2.0/routers/219cccbc-7d5d-4942-abc2-c3c36feeb340/add_router_interface => generated 309 bytes in 1145 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: 653/1283] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:13:44 2026] GET /v2.0/ports?device_id=e4be3d1e-91c1-4a8f-a732-66eba4925de5 => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1284] 10.0.0.89 () {32 vars in 715 bytes} [Tue Apr 14 13:13:44 2026] GET /v2.0/ports/c095080a-e08d-417b-9c4f-0e515ab400c1 => generated 1037 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1285] 10.0.0.89 () {34 vars in 674 bytes} [Tue Apr 14 13:13:43 2026] POST /v2.0/floatingips => generated 552 bytes in 710 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1286] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:13:44 2026] GET /v2.0/ports?device_id=ee7e3e96-3593-4a1b-9420-f53da30a908d => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1287] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:13:44 2026] GET /v2.0/security-groups?id=ff46f2a4-d34f-4773-b60b-b7a5fe8bde95&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:13:44.945 7 INFO neutron_taas.services.taas.taas_plugin [None req-5e2b0d58-d522-43f9-972a-ad40a38c17a9 48d84f7e84b9487eb5cb4806b1d86512 871a363cad7842af988278238df20394 - - default default] TaaS: Handle Delete Port: c095080a-e08d-417b-9c4f-0e515ab400c1 2026-04-14 13:13:44.947 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5e2b0d58-d522-43f9-972a-ad40a38c17a9 48d84f7e84b9487eb5cb4806b1d86512 871a363cad7842af988278238df20394 - - default default] Tap Mirror: Handle Delete Port: c095080a-e08d-417b-9c4f-0e515ab400c1 [pid: 8|app: 0|req: 633/1288] 10.0.0.89 () {34 vars in 674 bytes} [Tue Apr 14 13:13:44 2026] POST /v2.0/floatingips => generated 552 bytes in 476 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1289] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:13:45 2026] GET /v2.0/security-groups?id=41ce67d6-4fff-44e1-b3cf-38d68d49d0ab&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1290] 10.0.0.89 () {34 vars in 787 bytes} [Tue Apr 14 13:13:44 2026] PUT /v2.0/routers/219cccbc-7d5d-4942-abc2-c3c36feeb340/remove_router_interface => generated 309 bytes in 755 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 13:13:45.438 7 INFO neutron.api.v2.resource [None req-b171e013-6031-43b3-9e6a-0e9dbb40c443 48d84f7e84b9487eb5cb4806b1d86512 871a363cad7842af988278238df20394 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 657/1291] 10.0.0.89 () {34 vars in 787 bytes} [Tue Apr 14 13:13:45 2026] PUT /v2.0/routers/219cccbc-7d5d-4942-abc2-c3c36feeb340/remove_router_interface => generated 197 bytes in 83 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1292] 10.0.0.89 () {32 vars in 734 bytes} [Tue Apr 14 13:13:45 2026] GET /v2.0/ports?device_id=219cccbc-7d5d-4942-abc2-c3c36feeb340 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 13:13:45.608 7 INFO neutron_taas.services.taas.taas_plugin [None req-8d05cb90-8b46-4022-949f-48723177a68b 48d84f7e84b9487eb5cb4806b1d86512 871a363cad7842af988278238df20394 - - default default] TaaS: Handle Delete Port: 51f04c54-7beb-490b-92b3-b100ab80e22b 2026-04-14 13:13:45.611 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8d05cb90-8b46-4022-949f-48723177a68b 48d84f7e84b9487eb5cb4806b1d86512 871a363cad7842af988278238df20394 - - default default] Tap Mirror: Handle Delete Port: 51f04c54-7beb-490b-92b3-b100ab80e22b [pid: 8|app: 0|req: 635/1293] 10.0.0.89 () {34 vars in 674 bytes} [Tue Apr 14 13:13:45 2026] POST /v2.0/floatingips => generated 552 bytes in 552 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 13:13:45.929 7 INFO neutron.services.segments.plugin [-] Segment 2b2a7fdd-4b9a-4d16-a564-310de8a50753 resource provider aggregate not found 2026-04-14 13:13:45.938 7 INFO neutron.services.segments.plugin [-] Segment 2b2a7fdd-4b9a-4d16-a564-310de8a50753 resource provider aggregate not found 2026-04-14 13:13:45.955 7 INFO neutron.services.segments.plugin [-] Segment 2b2a7fdd-4b9a-4d16-a564-310de8a50753 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2b2a7fdd-4b9a-4d16-a564-310de8a50753 found for delete ", "request_id": "req-4373292e-e1e0-4c2e-90cf-ac7aa09c9b69"}]} 2026-04-14 13:13:45.962 7 INFO neutron.services.segments.plugin [-] Segment 2b2a7fdd-4b9a-4d16-a564-310de8a50753 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2b2a7fdd-4b9a-4d16-a564-310de8a50753 found for delete ", "request_id": "req-fb155f41-07f3-4d8d-a60d-66e635058e5c"}]} 2026-04-14 13:13:45.972 7 INFO neutron.db.l3_hamode_db [None req-8d05cb90-8b46-4022-949f-48723177a68b 48d84f7e84b9487eb5cb4806b1d86512 871a363cad7842af988278238df20394 - - default default] HA network 4bcc4cc8-027d-446c-a6a7-8d9e95d7d537 was deleted as no HA routers are present in tenant 871a363cad7842af988278238df20394. [pid: 7|app: 0|req: 659/1294] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:13:45 2026] DELETE /v2.0/routers/219cccbc-7d5d-4942-abc2-c3c36feeb340 => generated 0 bytes in 511 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1295] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:13:45 2026] GET /v2.0/ports?device_id=e4be3d1e-91c1-4a8f-a732-66eba4925de5 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1296] 10.0.0.89 () {34 vars in 674 bytes} [Tue Apr 14 13:13:45 2026] POST /v2.0/floatingips => generated 552 bytes in 425 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1297] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:13:46 2026] GET /v2.0/security-groups?id=ff46f2a4-d34f-4773-b60b-b7a5fe8bde95&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: 661/1298] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:13:46 2026] DELETE /v2.0/subnets/959a7dff-ff22-4206-889c-16d61a024241 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1299] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:13:46 2026] GET /v2.0/ports?device_id=ee7e3e96-3593-4a1b-9420-f53da30a908d => generated 973 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1300] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:13:46 2026] DELETE /v2.0/networks/802d8fc1-39bf-47a5-b41f-2e1a5c23b47b => 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: 664/1301] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:13:46 2026] GET /v2.0/security-groups?id=41ce67d6-4fff-44e1-b3cf-38d68d49d0ab&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-04-14 13:13:46.452 7 INFO neutron.db.segments_db [None req-57bc239e-8f1f-4be5-a027-07ec607c1b08 48d84f7e84b9487eb5cb4806b1d86512 871a363cad7842af988278238df20394 - - default default] Added segment 895101d6-68ea-4b85-8012-361bf6b55e79 of type vxlan for network f6ea8089-d1a0-4b16-94ce-ef3d3c383f0f [pid: 7|app: 0|req: 667/1304] 10.0.0.89 () {34 vars in 668 bytes} [Tue Apr 14 13:13:46 2026] POST /v2.0/networks => generated 634 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1305] 10.0.0.89 () {34 vars in 674 bytes} [Tue Apr 14 13:13:46 2026] POST /v2.0/floatingips => generated 552 bytes in 508 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1306] 10.0.0.89 () {34 vars in 757 bytes} [Tue Apr 14 13:13:46 2026] PUT /v2.0/floatingips/b2692b3f-986e-4242-a4d0-a0bd0e61a43d/tags => generated 17 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1307] 10.0.0.89 () {34 vars in 667 bytes} [Tue Apr 14 13:13:46 2026] POST /v2.0/subnets => generated 646 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1308] 10.0.0.89 () {34 vars in 757 bytes} [Tue Apr 14 13:13:46 2026] PUT /v2.0/floatingips/7c1b586d-8fec-4a47-b0bb-928dee262fba/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 13:13:46.794 7 INFO neutron.db.segments_db [None req-f81928ed-3ce1-4d9f-b1b2-5a181065653f 48d84f7e84b9487eb5cb4806b1d86512 871a363cad7842af988278238df20394 - - default default] Added segment c3e94383-1fba-4f32-98d9-b5e7266b9577 of type vxlan for network 62610187-2eda-455c-880f-ad47d46e08d3 [pid: 8|app: 0|req: 641/1309] 10.0.0.89 () {34 vars in 757 bytes} [Tue Apr 14 13:13:46 2026] PUT /v2.0/floatingips/f2153f35-f2ad-40cb-a569-0c14bedbadd0/tags => generated 34 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1310] 10.0.0.89 () {34 vars in 757 bytes} [Tue Apr 14 13:13:46 2026] PUT /v2.0/floatingips/cfb4f679-9922-4707-b9b6-773856249f5b/tags => generated 19 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1311] 10.0.0.89 () {32 vars in 670 bytes} [Tue Apr 14 13:13:46 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 13:13:47.060 7 INFO neutron.db.l3_hamode_db [None req-f81928ed-3ce1-4d9f-b1b2-5a181065653f 48d84f7e84b9487eb5cb4806b1d86512 871a363cad7842af988278238df20394 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 644/1312] 10.0.0.89 () {32 vars in 684 bytes} [Tue Apr 14 13:13:47 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1313] 10.0.0.89 () {32 vars in 680 bytes} [Tue Apr 14 13:13:47 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1314] 10.0.0.89 () {32 vars in 692 bytes} [Tue Apr 14 13:13:47 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1315] 10.0.0.89 () {32 vars in 678 bytes} [Tue Apr 14 13:13:47 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1316] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:13:47 2026] GET /v2.0/ports?device_id=e4be3d1e-91c1-4a8f-a732-66eba4925de5 => generated 973 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1317] 10.0.0.89 () {32 vars in 692 bytes} [Tue Apr 14 13:13:47 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1318] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:13:47 2026] GET /v2.0/security-groups?id=ff46f2a4-d34f-4773-b60b-b7a5fe8bde95&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: 8|app: 0|req: 651/1319] 10.0.0.89 () {32 vars in 688 bytes} [Tue Apr 14 13:13:47 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1320] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:13:47 2026] GET /v2.0/ports?device_id=ee7e3e96-3593-4a1b-9420-f53da30a908d => generated 975 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1321] 10.0.0.89 () {32 vars in 700 bytes} [Tue Apr 14 13:13:47 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 13:13:47.624 7 INFO neutron.db.l3_hamode_db [None req-f81928ed-3ce1-4d9f-b1b2-5a181065653f 48d84f7e84b9487eb5cb4806b1d86512 871a363cad7842af988278238df20394 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 654/1322] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:13:47 2026] GET /v2.0/security-groups?id=41ce67d6-4fff-44e1-b3cf-38d68d49d0ab&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:13:47.744 8 INFO neutron_taas.services.taas.taas_plugin [None req-37effb51-5f1d-4cc3-95c7-a52c8827959c 0cb06591ebb74d8ca20f070e9da46954 f4573eec77fc4b18a9deeb3d2df59097 - - default default] TaaS: Handle Delete Port: 6a6018fc-2018-4fae-bc6c-773164280097 2026-04-14 13:13:47.747 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-37effb51-5f1d-4cc3-95c7-a52c8827959c 0cb06591ebb74d8ca20f070e9da46954 f4573eec77fc4b18a9deeb3d2df59097 - - default default] Tap Mirror: Handle Delete Port: 6a6018fc-2018-4fae-bc6c-773164280097 [pid: 8|app: 0|req: 655/1323] 10.0.0.89 () {32 vars in 730 bytes} [Tue Apr 14 13:13:47 2026] DELETE /v2.0/floatingips/b2692b3f-986e-4242-a4d0-a0bd0e61a43d => generated 0 bytes in 302 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 13:13:47.990 7 INFO neutron.services.segments.plugin [-] Segment 0a6fd16e-1b14-4f10-a541-b4ea8d665127 resource provider aggregate not found 2026-04-14 13:13:48.007 7 INFO neutron.services.segments.plugin [-] Segment 0a6fd16e-1b14-4f10-a541-b4ea8d665127 resource provider aggregate not found 2026-04-14 13:13:48.034 7 INFO neutron.services.segments.plugin [-] Segment 0a6fd16e-1b14-4f10-a541-b4ea8d665127 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a6fd16e-1b14-4f10-a541-b4ea8d665127 found for delete ", "request_id": "req-28d38dea-e166-480d-ba6e-689223e021cd"}]} 2026-04-14 13:13:48.038 7 INFO neutron.services.segments.plugin [-] Segment 0a6fd16e-1b14-4f10-a541-b4ea8d665127 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a6fd16e-1b14-4f10-a541-b4ea8d665127 found for delete ", "request_id": "req-b321a9a4-15d7-43d4-afaa-425f06f4d758"}]} 2026-04-14 13:13:48.060 8 INFO neutron_taas.services.taas.taas_plugin [None req-ea3630f8-492e-4a78-b644-dae6405e8683 0cb06591ebb74d8ca20f070e9da46954 f4573eec77fc4b18a9deeb3d2df59097 - - default default] TaaS: Handle Delete Port: 9370aa6d-80b8-4549-9b5f-6c0e06a794e4 2026-04-14 13:13:48.065 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea3630f8-492e-4a78-b644-dae6405e8683 0cb06591ebb74d8ca20f070e9da46954 f4573eec77fc4b18a9deeb3d2df59097 - - default default] Tap Mirror: Handle Delete Port: 9370aa6d-80b8-4549-9b5f-6c0e06a794e4 [pid: 7|app: 0|req: 669/1324] 10.0.0.89 () {34 vars in 667 bytes} [Tue Apr 14 13:13:46 2026] POST /v2.0/routers => generated 510 bytes in 1476 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1325] 10.0.0.89 () {32 vars in 730 bytes} [Tue Apr 14 13:13:47 2026] DELETE /v2.0/floatingips/7c1b586d-8fec-4a47-b0bb-928dee262fba => generated 0 bytes in 287 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 13:13:48.345 8 INFO neutron_taas.services.taas.taas_plugin [None req-fd85bd3a-18c3-4b4d-ad5b-7037a8e608b9 0cb06591ebb74d8ca20f070e9da46954 f4573eec77fc4b18a9deeb3d2df59097 - - default default] TaaS: Handle Delete Port: 1830a751-e7a0-44a2-8e56-0131b023ca5f 2026-04-14 13:13:48.348 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fd85bd3a-18c3-4b4d-ad5b-7037a8e608b9 0cb06591ebb74d8ca20f070e9da46954 f4573eec77fc4b18a9deeb3d2df59097 - - default default] Tap Mirror: Handle Delete Port: 1830a751-e7a0-44a2-8e56-0131b023ca5f [pid: 8|app: 0|req: 657/1326] 10.0.0.89 () {32 vars in 730 bytes} [Tue Apr 14 13:13:48 2026] DELETE /v2.0/floatingips/f2153f35-f2ad-40cb-a569-0c14bedbadd0 => generated 0 bytes in 270 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1327] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:13:48 2026] GET /v2.0/ports?device_id=e4be3d1e-91c1-4a8f-a732-66eba4925de5 => generated 975 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:13:48.671 8 INFO neutron_taas.services.taas.taas_plugin [None req-f92e06ed-71a5-427a-991a-b08e88354caf 0cb06591ebb74d8ca20f070e9da46954 f4573eec77fc4b18a9deeb3d2df59097 - - default default] TaaS: Handle Delete Port: 8a99c017-2389-4567-8001-6c5a33138bed 2026-04-14 13:13:48.674 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f92e06ed-71a5-427a-991a-b08e88354caf 0cb06591ebb74d8ca20f070e9da46954 f4573eec77fc4b18a9deeb3d2df59097 - - default default] Tap Mirror: Handle Delete Port: 8a99c017-2389-4567-8001-6c5a33138bed [pid: 8|app: 0|req: 659/1328] 10.0.0.89 () {32 vars in 730 bytes} [Tue Apr 14 13:13:48 2026] DELETE /v2.0/floatingips/cfb4f679-9922-4707-b9b6-773856249f5b => generated 0 bytes in 278 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1329] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:13:48 2026] GET /v2.0/security-groups?id=ff46f2a4-d34f-4773-b60b-b7a5fe8bde95&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: 8|app: 0|req: 661/1330] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:13:48 2026] GET /v2.0/ports?device_id=ee7e3e96-3593-4a1b-9420-f53da30a908d => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:13:48.990 8 INFO neutron_taas.services.taas.taas_plugin [None req-8bf4c270-6dab-4063-a13d-e299172b4483 0cb06591ebb74d8ca20f070e9da46954 f4573eec77fc4b18a9deeb3d2df59097 - - default default] TaaS: Handle Delete Port: c583f2db-35a5-4844-b0b6-afbeb57eee8f 2026-04-14 13:13:48.993 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8bf4c270-6dab-4063-a13d-e299172b4483 0cb06591ebb74d8ca20f070e9da46954 f4573eec77fc4b18a9deeb3d2df59097 - - default default] Tap Mirror: Handle Delete Port: c583f2db-35a5-4844-b0b6-afbeb57eee8f [pid: 8|app: 0|req: 662/1331] 10.0.0.89 () {32 vars in 730 bytes} [Tue Apr 14 13:13:48 2026] DELETE /v2.0/floatingips/9c301841-d09e-4766-990b-0eb5411a1b32 => generated 0 bytes in 238 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1332] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:13:49 2026] GET /v2.0/security-groups?id=41ce67d6-4fff-44e1-b3cf-38d68d49d0ab&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1333] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:13:49 2026] GET /v2.0/ports?device_id=ee7e3e96-3593-4a1b-9420-f53da30a908d => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1334] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:13:49 2026] GET /v2.0/security-groups?id=41ce67d6-4fff-44e1-b3cf-38d68d49d0ab&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: 670/1335] 10.0.0.89 () {34 vars in 781 bytes} [Tue Apr 14 13:13:48 2026] PUT /v2.0/routers/97d6ce94-5c61-4f1b-90b5-b1ebcf71fe00/add_router_interface => generated 309 bytes in 1090 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1336] 10.0.0.89 () {32 vars in 734 bytes} [Tue Apr 14 13:13:49 2026] GET /v2.0/ports?device_id=ee7e3e96-3593-4a1b-9420-f53da30a908d => generated 1244 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1337] 10.0.0.89 () {32 vars in 715 bytes} [Tue Apr 14 13:13:49 2026] GET /v2.0/ports/0fe0bad2-33ee-4e68-af44-6fd00789cce1 => generated 959 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:13:49.770 8 INFO neutron_taas.services.taas.taas_plugin [None req-c89837cd-cae4-4440-8adc-3f3e7a95c995 48d84f7e84b9487eb5cb4806b1d86512 871a363cad7842af988278238df20394 - - default default] TaaS: Handle Delete Port: 0fe0bad2-33ee-4e68-af44-6fd00789cce1 2026-04-14 13:13:49.774 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c89837cd-cae4-4440-8adc-3f3e7a95c995 48d84f7e84b9487eb5cb4806b1d86512 871a363cad7842af988278238df20394 - - default default] Tap Mirror: Handle Delete Port: 0fe0bad2-33ee-4e68-af44-6fd00789cce1 2026-04-14 13:13:50.174 7 INFO neutron.db.l3_db [None req-02aa1b47-e567-4d4f-8c23-8def54204e0f 7ba77edcd10b4fae95d38526a191d3b1 17408829ff614696bcc27130b7a6f6c4 - - default default] Floating IP 64c933e8-9a1f-4d9b-8a57-1340fecc6f15 associated. External IP: 10.96.250.211, port: 1de4044a-e10e-4327-80d8-df9e422a8b73. [pid: 8|app: 0|req: 667/1338] 10.0.0.89 () {34 vars in 787 bytes} [Tue Apr 14 13:13:49 2026] PUT /v2.0/routers/97d6ce94-5c61-4f1b-90b5-b1ebcf71fe00/remove_router_interface => generated 309 bytes in 858 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1339] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:13:50 2026] GET /v2.0/ports?device_id=e4be3d1e-91c1-4a8f-a732-66eba4925de5 => 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: 672/1340] 10.0.0.89 () {34 vars in 675 bytes} [Tue Apr 14 13:13:49 2026] POST /v2.0/floatingips => generated 856 bytes in 1071 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1341] 10.0.0.89 () {32 vars in 734 bytes} [Tue Apr 14 13:13:50 2026] GET /v2.0/ports?device_id=97d6ce94-5c61-4f1b-90b5-b1ebcf71fe00 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 13:13:50.516 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-25c13272-d29d-43ab-94c7-cbfe777d9996'] response: {'name': 'network-changed', 'server_uuid': 'ee7e3e96-3593-4a1b-9420-f53da30a908d', 'tag': '1de4044a-e10e-4327-80d8-df9e422a8b73', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 669/1342] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:13:50 2026] GET /v2.0/security-groups?tenant_id=f51cfae2c28e4389a3e49ac3c3a65741&name=default => generated 2925 bytes in 239 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1343] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:13:50 2026] GET /v2.0/security-groups?id=ff46f2a4-d34f-4773-b60b-b7a5fe8bde95&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1344] 10.0.0.89 () {32 vars in 727 bytes} [Tue Apr 14 13:13:50 2026] GET /v2.0/floatingips/64c933e8-9a1f-4d9b-8a57-1340fecc6f15 => generated 856 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1345] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:13:50 2026] DELETE /v2.0/security-groups/ca235378-3745-46b0-9b37-ff4e1de85da7 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 13:13:50.742 7 INFO neutron_taas.services.taas.taas_plugin [None req-1e4ab2ab-9528-4928-bebe-fad67c36543d 48d84f7e84b9487eb5cb4806b1d86512 871a363cad7842af988278238df20394 - - default default] TaaS: Handle Delete Port: a01ccea0-553c-45bd-b8c9-32239b2a52bc 2026-04-14 13:13:50.746 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1e4ab2ab-9528-4928-bebe-fad67c36543d 48d84f7e84b9487eb5cb4806b1d86512 871a363cad7842af988278238df20394 - - default default] Tap Mirror: Handle Delete Port: a01ccea0-553c-45bd-b8c9-32239b2a52bc [pid: 8|app: 0|req: 672/1346] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:13:50 2026] GET /v2.0/security-groups?tenant_id=f4573eec77fc4b18a9deeb3d2df59097&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1347] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:13:50 2026] DELETE /v2.0/security-groups/b5711ba8-098a-49da-ac81-150f04070f3c => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1348] 199.19.213.159 () {34 vars in 1079 bytes} [Tue Apr 14 13:13:51 2026] GET /v2.0/ports?tenant_id=17408829ff614696bcc27130b7a6f6c4&device_id=ee7e3e96-3593-4a1b-9420-f53da30a908d => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1349] 199.19.213.159 () {34 vars in 985 bytes} [Tue Apr 14 13:13:51 2026] GET /v2.0/networks?id=025fea5d-d5c5-4c84-baa2-56d907fd49de => generated 756 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1350] 199.19.213.159 () {34 vars in 1059 bytes} [Tue Apr 14 13:13:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=1de4044a-e10e-4327-80d8-df9e422a8b73 => generated 859 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:13:51.164 7 INFO neutron.services.segments.plugin [-] Segment c3e94383-1fba-4f32-98d9-b5e7266b9577 resource provider aggregate not found 2026-04-14 13:13:51.168 7 INFO neutron.services.segments.plugin [-] Segment c3e94383-1fba-4f32-98d9-b5e7266b9577 resource provider aggregate not found 2026-04-14 13:13:51.184 7 INFO neutron.services.segments.plugin [-] Segment c3e94383-1fba-4f32-98d9-b5e7266b9577 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c3e94383-1fba-4f32-98d9-b5e7266b9577 found for delete ", "request_id": "req-978836b7-3e23-47b3-af03-415976d86e05"}]} 2026-04-14 13:13:51.189 7 INFO neutron.services.segments.plugin [-] Segment c3e94383-1fba-4f32-98d9-b5e7266b9577 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c3e94383-1fba-4f32-98d9-b5e7266b9577 found for delete ", "request_id": "req-48ce44be-9927-4090-84eb-79921f127701"}]} [pid: 8|app: 0|req: 677/1351] 199.19.213.159 () {34 vars in 983 bytes} [Tue Apr 14 13:13:51 2026] GET /v2.0/subnets?id=547e80b3-0025-42b5-a58f-d6749bb82646 => generated 678 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:13:51.197 7 INFO neutron.db.l3_hamode_db [None req-1e4ab2ab-9528-4928-bebe-fad67c36543d 48d84f7e84b9487eb5cb4806b1d86512 871a363cad7842af988278238df20394 - - default default] HA network 62610187-2eda-455c-880f-ad47d46e08d3 was deleted as no HA routers are present in tenant 871a363cad7842af988278238df20394. [pid: 7|app: 0|req: 675/1352] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:13:50 2026] DELETE /v2.0/routers/97d6ce94-5c61-4f1b-90b5-b1ebcf71fe00 => generated 0 bytes in 657 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1353] 199.19.213.159 () {34 vars in 1051 bytes} [Tue Apr 14 13:13:51 2026] GET /v2.0/ports?network_id=025fea5d-d5c5-4c84-baa2-56d907fd49de&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1354] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:13:51 2026] GET /v2.0/security-groups?tenant_id=32e27b1c2dcf4c69bf698a3707ff3d8c&name=default => generated 2925 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1355] 199.19.213.159 () {34 vars in 1011 bytes} [Tue Apr 14 13:13:51 2026] GET /v2.0/networks/025fea5d-d5c5-4c84-baa2-56d907fd49de?fields=segments => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1356] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:13:51 2026] DELETE /v2.0/subnets/b890aa57-a3fe-456f-b9fa-3d167bf373e3 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1357] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:13:51 2026] DELETE /v2.0/security-groups/e032ddad-d538-4c36-a2c5-b349005679d4 => 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: 678/1358] 199.19.213.159 () {34 vars in 1111 bytes} [Tue Apr 14 13:13:51 2026] GET /v2.0/networks/025fea5d-d5c5-4c84-baa2-56d907fd49de?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) 2026-04-14 13:13:51.565 8 INFO neutron.services.segments.plugin [-] Segment 895101d6-68ea-4b85-8012-361bf6b55e79 resource provider aggregate not found 2026-04-14 13:13:51.577 8 INFO neutron.services.segments.plugin [-] Segment 895101d6-68ea-4b85-8012-361bf6b55e79 resource provider aggregate not found [pid: 8|app: 0|req: 681/1359] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:13:51 2026] DELETE /v2.0/networks/f6ea8089-d1a0-4b16-94ce-ef3d3c383f0f => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:13:51.584 8 INFO neutron.services.segments.plugin [-] Segment 895101d6-68ea-4b85-8012-361bf6b55e79 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 895101d6-68ea-4b85-8012-361bf6b55e79 found for delete ", "request_id": "req-cb9a779e-d8e3-44a9-8d36-261e4cbfa682"}]} 2026-04-14 13:13:51.610 8 INFO neutron.services.segments.plugin [-] Segment 895101d6-68ea-4b85-8012-361bf6b55e79 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 895101d6-68ea-4b85-8012-361bf6b55e79 found for delete ", "request_id": "req-08d63a8e-f4ad-42dc-a61e-ebf4c13a35b2"}]} [pid: 7|app: 0|req: 679/1360] 10.0.0.89 () {32 vars in 727 bytes} [Tue Apr 14 13:13:51 2026] GET /v2.0/floatingips/64c933e8-9a1f-4d9b-8a57-1340fecc6f15 => generated 856 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:13:51.640 8 INFO neutron.db.segments_db [None req-6cf06260-f7bd-4ee9-b150-6734dd73eeb6 48d84f7e84b9487eb5cb4806b1d86512 871a363cad7842af988278238df20394 - - default default] Added segment 84d1d3ef-69a7-40b8-a12c-4f405902da23 of type vxlan for network ef99b81a-b644-44c4-be53-fff38cc1dd1e [pid: 7|app: 0|req: 680/1361] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:13:51 2026] GET /v2.0/ports?device_id=e4be3d1e-91c1-4a8f-a732-66eba4925de5 => generated 975 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1362] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:13:51 2026] GET /v2.0/security-groups?id=ff46f2a4-d34f-4773-b60b-b7a5fe8bde95&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: 682/1363] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:13:51 2026] GET /v2.0/ports?device_id=e4be3d1e-91c1-4a8f-a732-66eba4925de5 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:13:51.920 8 INFO neutron.db.l3_hamode_db [None req-6cf06260-f7bd-4ee9-b150-6734dd73eeb6 48d84f7e84b9487eb5cb4806b1d86512 871a363cad7842af988278238df20394 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 13:13:52.224 7 INFO neutron.db.l3_db [None req-33640a2b-8d8a-451c-bb37-972c1926605a 3fcd51028c4e44b4993bafe22cd5abe1 8bb29c37e7064f209dafa40d53915bf3 - - default default] Floating IP e3f78e22-6a1b-4e90-88c8-755c0a64f55c associated. External IP: 10.96.250.214, port: 9c17ac97-c15d-4367-8c27-f4c922f8baf0. [pid: 7|app: 0|req: 683/1364] 10.0.0.89 () {34 vars in 747 bytes} [Tue Apr 14 13:13:51 2026] PUT /v2.0/floatingips/e3f78e22-6a1b-4e90-88c8-755c0a64f55c => generated 856 bytes in 628 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:13:52.555 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-81d6d5c5-5bc6-4ad9-97ad-37545ad73a90'] response: {'name': 'network-changed', 'server_uuid': 'e4be3d1e-91c1-4a8f-a732-66eba4925de5', 'tag': '9c17ac97-c15d-4367-8c27-f4c922f8baf0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 684/1365] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:13:52 2026] GET /v2.0/ports?device_id=e4be3d1e-91c1-4a8f-a732-66eba4925de5 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1366] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:13:52 2026] GET /v2.0/security-groups?id=ff46f2a4-d34f-4773-b60b-b7a5fe8bde95&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:13:52.714 8 INFO neutron.db.l3_hamode_db [None req-6cf06260-f7bd-4ee9-b150-6734dd73eeb6 48d84f7e84b9487eb5cb4806b1d86512 871a363cad7842af988278238df20394 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 686/1367] 10.0.0.89 () {32 vars in 727 bytes} [Tue Apr 14 13:13:52 2026] GET /v2.0/floatingips/64c933e8-9a1f-4d9b-8a57-1340fecc6f15 => generated 858 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1368] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:13:52 2026] GET /v2.0/ports?device_id=e4be3d1e-91c1-4a8f-a732-66eba4925de5 => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1369] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:13:52 2026] GET /v2.0/security-groups?id=ff46f2a4-d34f-4773-b60b-b7a5fe8bde95&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1370] 199.19.213.159 () {34 vars in 1079 bytes} [Tue Apr 14 13:13:53 2026] GET /v2.0/ports?tenant_id=8bb29c37e7064f209dafa40d53915bf3&device_id=e4be3d1e-91c1-4a8f-a732-66eba4925de5 => 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: 690/1371] 199.19.213.159 () {34 vars in 985 bytes} [Tue Apr 14 13:13:53 2026] GET /v2.0/networks?id=9aca550a-a292-4820-8243-427e7fa8e426 => generated 775 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1372] 199.19.213.159 () {34 vars in 1059 bytes} [Tue Apr 14 13:13:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=9c17ac97-c15d-4367-8c27-f4c922f8baf0 => generated 859 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1373] 199.19.213.159 () {34 vars in 983 bytes} [Tue Apr 14 13:13:53 2026] GET /v2.0/subnets?id=993b2bef-da36-4781-aebe-8a6dc2f07252 => generated 697 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1374] 199.19.213.159 () {34 vars in 1051 bytes} [Tue Apr 14 13:13:53 2026] GET /v2.0/ports?network_id=9aca550a-a292-4820-8243-427e7fa8e426&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: 694/1375] 199.19.213.159 () {34 vars in 1011 bytes} [Tue Apr 14 13:13:53 2026] GET /v2.0/networks/9aca550a-a292-4820-8243-427e7fa8e426?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: 695/1376] 199.19.213.159 () {34 vars in 1111 bytes} [Tue Apr 14 13:13:53 2026] GET /v2.0/networks/9aca550a-a292-4820-8243-427e7fa8e426?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1377] 10.0.0.89 () {34 vars in 667 bytes} [Tue Apr 14 13:13:51 2026] POST /v2.0/routers => generated 691 bytes in 2015 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1378] 10.0.0.89 () {32 vars in 719 bytes} [Tue Apr 14 13:13:53 2026] GET /v2.0/routers/c63b16f7-c9a9-458c-87ce-32a643f40a24 => generated 697 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1379] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:13:54 2026] GET /v2.0/ports?device_id=e4be3d1e-91c1-4a8f-a732-66eba4925de5 => 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: 698/1380] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:13:54 2026] GET /v2.0/security-groups?id=ff46f2a4-d34f-4773-b60b-b7a5fe8bde95&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1381] 10.0.0.89 () {32 vars in 645 bytes} [Tue Apr 14 13:13:53 2026] GET /v2.0/routers => generated 700 bytes in 457 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1382] 10.0.0.89 () {34 vars in 739 bytes} [Tue Apr 14 13:13:54 2026] PUT /v2.0/routers/c63b16f7-c9a9-458c-87ce-32a643f40a24 => generated 704 bytes in 363 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1383] 10.0.0.89 () {32 vars in 719 bytes} [Tue Apr 14 13:13:54 2026] GET /v2.0/routers/c63b16f7-c9a9-458c-87ce-32a643f40a24 => generated 704 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1384] 10.0.0.89 () {32 vars in 734 bytes} [Tue Apr 14 13:13:54 2026] GET /v2.0/ports?device_id=c63b16f7-c9a9-458c-87ce-32a643f40a24 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 13:13:54.847 8 INFO neutron_taas.services.taas.taas_plugin [None req-5056e42d-44d6-4cbc-bfde-3118847721f2 48d84f7e84b9487eb5cb4806b1d86512 871a363cad7842af988278238df20394 - - default default] TaaS: Handle Delete Port: 231b4286-2d04-41d3-a1a9-1792d8f100aa 2026-04-14 13:13:54.849 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5056e42d-44d6-4cbc-bfde-3118847721f2 48d84f7e84b9487eb5cb4806b1d86512 871a363cad7842af988278238df20394 - - default default] Tap Mirror: Handle Delete Port: 231b4286-2d04-41d3-a1a9-1792d8f100aa 2026-04-14 13:13:55.046 8 INFO neutron_taas.services.taas.taas_plugin [None req-5056e42d-44d6-4cbc-bfde-3118847721f2 48d84f7e84b9487eb5cb4806b1d86512 871a363cad7842af988278238df20394 - - default default] TaaS: Handle Delete Port: 5738f0eb-b0aa-49ce-b9b9-6e34cd97775d 2026-04-14 13:13:55.049 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5056e42d-44d6-4cbc-bfde-3118847721f2 48d84f7e84b9487eb5cb4806b1d86512 871a363cad7842af988278238df20394 - - default default] Tap Mirror: Handle Delete Port: 5738f0eb-b0aa-49ce-b9b9-6e34cd97775d [pid: 7|app: 0|req: 701/1385] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:13:55 2026] GET /v2.0/ports?device_id=e4be3d1e-91c1-4a8f-a732-66eba4925de5 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1386] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:13:55 2026] GET /v2.0/security-groups?id=ff46f2a4-d34f-4773-b60b-b7a5fe8bde95&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:13:55.329 8 INFO neutron.services.segments.plugin [-] Segment 84d1d3ef-69a7-40b8-a12c-4f405902da23 resource provider aggregate not found 2026-04-14 13:13:55.333 8 INFO neutron.services.segments.plugin [-] Segment 84d1d3ef-69a7-40b8-a12c-4f405902da23 resource provider aggregate not found 2026-04-14 13:13:55.349 8 INFO neutron.services.segments.plugin [-] Segment 84d1d3ef-69a7-40b8-a12c-4f405902da23 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84d1d3ef-69a7-40b8-a12c-4f405902da23 found for delete ", "request_id": "req-5d3971ec-1741-40da-9fa3-7d240834c0d6"}]} 2026-04-14 13:13:55.351 8 INFO neutron.services.segments.plugin [-] Segment 84d1d3ef-69a7-40b8-a12c-4f405902da23 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84d1d3ef-69a7-40b8-a12c-4f405902da23 found for delete ", "request_id": "req-1e8e6b37-c17e-43c5-8823-0b94067657a8"}]} 2026-04-14 13:13:55.357 8 INFO neutron.db.l3_hamode_db [None req-5056e42d-44d6-4cbc-bfde-3118847721f2 48d84f7e84b9487eb5cb4806b1d86512 871a363cad7842af988278238df20394 - - default default] HA network ef99b81a-b644-44c4-be53-fff38cc1dd1e was deleted as no HA routers are present in tenant 871a363cad7842af988278238df20394. [pid: 8|app: 0|req: 685/1387] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:13:54 2026] DELETE /v2.0/routers/c63b16f7-c9a9-458c-87ce-32a643f40a24 => generated 0 bytes in 727 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1388] 10.0.0.89 () {32 vars in 734 bytes} [Tue Apr 14 13:13:55 2026] GET /v2.0/ports?device_id=c63b16f7-c9a9-458c-87ce-32a643f40a24 => 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: 703/1389] 199.19.213.159 () {34 vars in 993 bytes} [Tue Apr 14 13:13:55 2026] GET /v2.0/ports?device_id=e4be3d1e-91c1-4a8f-a732-66eba4925de5 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:13:55.405 8 INFO neutron.api.v2.resource [None req-14bfe303-da90-4ef6-9113-2c11e8a42668 48d84f7e84b9487eb5cb4806b1d86512 871a363cad7842af988278238df20394 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 687/1390] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:13:55 2026] DELETE /v2.0/routers/c63b16f7-c9a9-458c-87ce-32a643f40a24 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1391] 10.0.0.89 () {32 vars in 734 bytes} [Tue Apr 14 13:13:55 2026] GET /v2.0/ports?device_id=97d6ce94-5c61-4f1b-90b5-b1ebcf71fe00 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 13:13:55.443 8 INFO neutron.api.v2.resource [None req-7376b34d-99c9-4642-a89c-e57490912c5e 48d84f7e84b9487eb5cb4806b1d86512 871a363cad7842af988278238df20394 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 689/1392] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:13:55 2026] DELETE /v2.0/routers/97d6ce94-5c61-4f1b-90b5-b1ebcf71fe00 => generated 135 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 13:13:55.457 8 INFO neutron.pecan_wsgi.hooks.translation [None req-278de6f6-5fbe-421e-8850-13bcc3c86547 48d84f7e84b9487eb5cb4806b1d86512 871a363cad7842af988278238df20394 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 690/1393] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:13:55 2026] DELETE /v2.0/subnets/b890aa57-a3fe-456f-b9fa-3d167bf373e3 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1394] 10.0.0.89 () {32 vars in 734 bytes} [Tue Apr 14 13:13:55 2026] GET /v2.0/ports?device_id=219cccbc-7d5d-4942-abc2-c3c36feeb340 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 13:13:55.483 7 INFO neutron_taas.services.taas.taas_plugin [req-e74006aa-9e37-4d4f-b0b4-d5285c92d4cf req-090322da-71bb-4625-85e2-e5b9bfa443a2 3fcd51028c4e44b4993bafe22cd5abe1 8bb29c37e7064f209dafa40d53915bf3 - - default default] TaaS: Handle Delete Port: 9c17ac97-c15d-4367-8c27-f4c922f8baf0 2026-04-14 13:13:55.486 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e74006aa-9e37-4d4f-b0b4-d5285c92d4cf req-090322da-71bb-4625-85e2-e5b9bfa443a2 3fcd51028c4e44b4993bafe22cd5abe1 8bb29c37e7064f209dafa40d53915bf3 - - default default] Tap Mirror: Handle Delete Port: 9c17ac97-c15d-4367-8c27-f4c922f8baf0 2026-04-14 13:13:55.491 8 INFO neutron.api.v2.resource [None req-c6d16db0-d8e8-4427-9978-b70854851871 48d84f7e84b9487eb5cb4806b1d86512 871a363cad7842af988278238df20394 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 692/1395] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:13:55 2026] DELETE /v2.0/routers/219cccbc-7d5d-4942-abc2-c3c36feeb340 => generated 135 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 13:13:55.503 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d625b008-a75b-4eea-b150-caf5df8b89da 48d84f7e84b9487eb5cb4806b1d86512 871a363cad7842af988278238df20394 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 693/1396] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:13:55 2026] DELETE /v2.0/subnets/959a7dff-ff22-4206-889c-16d61a024241 => generated 136 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1397] 10.0.0.89 () {32 vars in 734 bytes} [Tue Apr 14 13:13:55 2026] GET /v2.0/ports?device_id=020bb069-8de0-475f-a61d-bcf8ca6d01c0 => generated 12 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 13:13:55.600 7 INFO neutron.db.l3_db [req-e74006aa-9e37-4d4f-b0b4-d5285c92d4cf req-090322da-71bb-4625-85e2-e5b9bfa443a2 3fcd51028c4e44b4993bafe22cd5abe1 8bb29c37e7064f209dafa40d53915bf3 - - default default] Floating IP e3f78e22-6a1b-4e90-88c8-755c0a64f55c disassociated. External IP: 10.96.250.214, port: 9c17ac97-c15d-4367-8c27-f4c922f8baf0. [pid: 8|app: 0|req: 695/1398] 10.0.0.89 () {34 vars in 676 bytes} [Tue Apr 14 13:13:55 2026] POST /v2.0/qos/policies => generated 359 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 13:13:55.739 8 INFO neutron.api.v2.resource [None req-05cd15c7-a58c-4820-8c65-e1bb1a39e409 48d84f7e84b9487eb5cb4806b1d86512 871a363cad7842af988278238df20394 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 696/1399] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:13:55 2026] DELETE /v2.0/routers/020bb069-8de0-475f-a61d-bcf8ca6d01c0 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1400] 10.0.0.89 () {34 vars in 676 bytes} [Tue Apr 14 13:13:55 2026] POST /v2.0/qos/policies => generated 359 bytes in 33 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 13:13:55.785 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4debe3c8-da3d-4587-bb98-a40c2beb05c3 48d84f7e84b9487eb5cb4806b1d86512 871a363cad7842af988278238df20394 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 698/1401] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:13:55 2026] DELETE /v2.0/subnets/a981374e-2462-4eeb-9ac8-8c76adc0858a => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1402] 10.0.0.89 () {34 vars in 676 bytes} [Tue Apr 14 13:13:55 2026] POST /v2.0/qos/policies => generated 359 bytes in 34 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 13:13:55.842 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ebea3487-94b1-42fa-a6ce-eab21984b429 48d84f7e84b9487eb5cb4806b1d86512 871a363cad7842af988278238df20394 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 700/1403] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:13:55 2026] DELETE /v2.0/subnets/ffd0ef36-9591-4d53-8fdb-3adaaf7636b1 => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1404] 10.0.0.89 () {34 vars in 676 bytes} [Tue Apr 14 13:13:55 2026] POST /v2.0/qos/policies => generated 359 bytes in 38 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1405] 10.0.0.89 () {34 vars in 676 bytes} [Tue Apr 14 13:13:55 2026] POST /v2.0/qos/policies => generated 359 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1406] 199.19.213.159 () {36 vars in 996 bytes} [Tue Apr 14 13:13:55 2026] DELETE /v2.0/ports/9c17ac97-c15d-4367-8c27-f4c922f8baf0 => generated 0 bytes in 533 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:13:55.973 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-98c2b217-95e6-40df-8185-b2d8ef7fbd0f'] response: {'server_uuid': 'e4be3d1e-91c1-4a8f-a732-66eba4925de5', 'name': 'network-vif-deleted', 'tag': '9c17ac97-c15d-4367-8c27-f4c922f8baf0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 703/1407] 10.0.0.89 () {34 vars in 751 bytes} [Tue Apr 14 13:13:55 2026] PUT /v2.0/policies/58b62654-1f7e-4477-b2d3-46b0c7ceccde/tags => generated 17 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1408] 10.0.0.89 () {34 vars in 751 bytes} [Tue Apr 14 13:13:55 2026] PUT /v2.0/policies/71688441-354e-4232-8ad1-78e026257ee1/tags => generated 25 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1409] 10.0.0.89 () {34 vars in 751 bytes} [Tue Apr 14 13:13:56 2026] PUT /v2.0/policies/6df2dbab-43e7-4420-91b0-a422c4050b8c/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1410] 10.0.0.89 () {34 vars in 751 bytes} [Tue Apr 14 13:13:56 2026] PUT /v2.0/policies/b6d11daa-947a-407f-83a7-6383903d882a/tags => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1411] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:13:56 2026] GET /v2.0/ports?device_id=e4be3d1e-91c1-4a8f-a732-66eba4925de5 => 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: 707/1412] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:13:56 2026] GET /v2.0/security-groups?tenant_id=871a363cad7842af988278238df20394&name=default => generated 2925 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1413] 10.0.0.89 () {32 vars in 672 bytes} [Tue Apr 14 13:13:56 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1414] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:13:56 2026] DELETE /v2.0/security-groups/b6ee4158-615e-46ab-a6d7-c31304ffb5a0 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1415] 10.0.0.89 () {32 vars in 686 bytes} [Tue Apr 14 13:13:56 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1416] 10.0.0.89 () {32 vars in 682 bytes} [Tue Apr 14 13:13:56 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1417] 10.0.0.89 () {32 vars in 694 bytes} [Tue Apr 14 13:13:56 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1418] 10.0.0.89 () {32 vars in 680 bytes} [Tue Apr 14 13:13:56 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1419] 10.0.0.89 () {32 vars in 694 bytes} [Tue Apr 14 13:13:56 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1420] 10.0.0.89 () {32 vars in 690 bytes} [Tue Apr 14 13:13:56 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1421] 10.0.0.89 () {32 vars in 702 bytes} [Tue Apr 14 13:13:56 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1422] 10.0.0.89 () {32 vars in 732 bytes} [Tue Apr 14 13:13:57 2026] DELETE /v2.0/qos/policies/58b62654-1f7e-4477-b2d3-46b0c7ceccde => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1423] 10.0.0.89 () {32 vars in 732 bytes} [Tue Apr 14 13:13:57 2026] DELETE /v2.0/qos/policies/71688441-354e-4232-8ad1-78e026257ee1 => 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: 713/1424] 10.0.0.89 () {32 vars in 732 bytes} [Tue Apr 14 13:13:57 2026] DELETE /v2.0/qos/policies/6df2dbab-43e7-4420-91b0-a422c4050b8c => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1425] 10.0.0.89 () {32 vars in 732 bytes} [Tue Apr 14 13:13:57 2026] DELETE /v2.0/qos/policies/b6d11daa-947a-407f-83a7-6383903d882a => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1426] 10.0.0.89 () {32 vars in 732 bytes} [Tue Apr 14 13:13:57 2026] DELETE /v2.0/qos/policies/cd852943-7baf-455e-bdd2-b8b47666890d => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1427] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:13:57 2026] GET /v2.0/ports?device_id=e4be3d1e-91c1-4a8f-a732-66eba4925de5 => 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: 715/1428] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:13:58 2026] GET /v2.0/security-groups?tenant_id=74678d0421c34b3eb6ebc6d5c638cfb3&name=default => generated 2925 bytes in 327 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1429] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:13:58 2026] DELETE /v2.0/security-groups/3375c8a4-758e-4e62-9912-adc830f0d21c => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1430] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:13:58 2026] GET /v2.0/ports?device_id=e4be3d1e-91c1-4a8f-a732-66eba4925de5 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1431] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:13:58 2026] GET /v2.0/security-groups?tenant_id=46a19906751849afa16dead8434f95b5&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1432] 10.0.0.89 () {34 vars in 682 bytes} [Tue Apr 14 13:13:58 2026] POST /v2.0/security-groups => generated 1625 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1433] 10.0.0.89 () {32 vars in 661 bytes} [Tue Apr 14 13:13:58 2026] GET /v2.0/security-groups => generated 4530 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1434] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:13:58 2026] DELETE /v2.0/security-groups/1dd5f25a-78ba-4312-a362-8852fb80b8ff => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1435] 10.0.0.89 () {34 vars in 756 bytes} [Tue Apr 14 13:13:58 2026] PUT /v2.0/security-groups/8977741e-af0d-4eea-9f82-a1e19809eea4 => generated 1662 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1436] 10.0.0.89 () {32 vars in 735 bytes} [Tue Apr 14 13:13:58 2026] GET /v2.0/security-groups/8977741e-af0d-4eea-9f82-a1e19809eea4 => generated 1662 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1437] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:13:58 2026] DELETE /v2.0/security-groups/8977741e-af0d-4eea-9f82-a1e19809eea4 => 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: 720/1438] 10.0.0.89 () {32 vars in 661 bytes} [Tue Apr 14 13:13:59 2026] GET /v2.0/security-groups => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 13:13:59.073 7 INFO neutron.api.v2.resource [None req-a450d171-3fe9-430b-a76f-033a0f1f7648 1fd9ed0125884379b88cce8a24e23867 b057e7cde9a444a38159013402e2c36b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 721/1439] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:13:59 2026] DELETE /v2.0/security-groups/8977741e-af0d-4eea-9f82-a1e19809eea4 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1440] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:13:58 2026] GET /v2.0/security-groups?tenant_id=fdf4836e50ae49cf875bb5a1db8b831b&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1441] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:13:59 2026] DELETE /v2.0/security-groups/595cc1c6-ddee-4e18-86b4-074a52b09783 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1442] 10.0.0.89 () {34 vars in 682 bytes} [Tue Apr 14 13:13:59 2026] POST /v2.0/security-groups => generated 1625 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1443] 10.0.0.89 () {34 vars in 693 bytes} [Tue Apr 14 13:13:59 2026] POST /v2.0/security-group-rules => generated 601 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1444] 10.0.0.89 () {32 vars in 745 bytes} [Tue Apr 14 13:13:59 2026] GET /v2.0/security-group-rules/91ac6af0-dbea-4e8b-93cf-36a8be3329f2 => generated 601 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1445] 10.0.0.89 () {32 vars in 671 bytes} [Tue Apr 14 13:13:59 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1446] 10.0.0.89 () {32 vars in 748 bytes} [Tue Apr 14 13:13:59 2026] DELETE /v2.0/security-group-rules/91ac6af0-dbea-4e8b-93cf-36a8be3329f2 => 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: 726/1447] 10.0.0.89 () {32 vars in 671 bytes} [Tue Apr 14 13:13:59 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) [pid: 8|app: 0|req: 722/1448] 10.0.0.130 () {34 vars in 989 bytes} [Tue Apr 14 13:13:59 2026] GET /v2.0/ports?device_id=ee7e3e96-3593-4a1b-9420-f53da30a908d => generated 1244 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1449] 10.0.0.130 () {34 vars in 1039 bytes} [Tue Apr 14 13:13:59 2026] GET /v2.0/security-groups?id=41ce67d6-4fff-44e1-b3cf-38d68d49d0ab&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1450] 10.0.0.89 () {34 vars in 693 bytes} [Tue Apr 14 13:13:59 2026] POST /v2.0/security-group-rules => generated 601 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1451] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:13:59 2026] GET /v2.0/ports?device_id=e4be3d1e-91c1-4a8f-a732-66eba4925de5 => 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: 728/1452] 10.0.0.89 () {32 vars in 745 bytes} [Tue Apr 14 13:13:59 2026] GET /v2.0/security-group-rules/bf70c352-1c29-4f9c-a876-0e8007638a29 => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1453] 10.0.0.89 () {32 vars in 671 bytes} [Tue Apr 14 13:13:59 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1454] 10.0.0.89 () {32 vars in 748 bytes} [Tue Apr 14 13:13:59 2026] DELETE /v2.0/security-group-rules/bf70c352-1c29-4f9c-a876-0e8007638a29 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1455] 10.0.0.89 () {32 vars in 671 bytes} [Tue Apr 14 13:13:59 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1456] 10.0.0.89 () {34 vars in 693 bytes} [Tue Apr 14 13:13:59 2026] POST /v2.0/security-group-rules => generated 602 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1457] 10.0.0.89 () {32 vars in 745 bytes} [Tue Apr 14 13:14:00 2026] GET /v2.0/security-group-rules/58566d56-6fdd-4ca2-a21e-cd041e0a6282 => generated 602 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1458] 10.0.0.89 () {32 vars in 671 bytes} [Tue Apr 14 13:14:00 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1459] 10.0.0.89 () {32 vars in 748 bytes} [Tue Apr 14 13:14:00 2026] DELETE /v2.0/security-group-rules/58566d56-6fdd-4ca2-a21e-cd041e0a6282 => 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: 732/1460] 10.0.0.89 () {32 vars in 671 bytes} [Tue Apr 14 13:14:00 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1461] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:14:00 2026] DELETE /v2.0/security-groups/da7ccba2-73a0-4192-a36e-f077cb1e1727 => 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: 733/1462] 10.0.0.89 () {32 vars in 661 bytes} [Tue Apr 14 13:14:00 2026] GET /v2.0/security-groups => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1463] 10.0.0.89 () {32 vars in 661 bytes} [Tue Apr 14 13:14:00 2026] GET /v2.0/security-groups => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1464] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:14:00 2026] DELETE /v2.0/security-groups/ff46f2a4-d34f-4773-b60b-b7a5fe8bde95 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 13:14:00.867 7 INFO neutron.api.v2.resource [None req-085cb6b2-dcc8-4e7f-9bdc-bcc7cb7a0e7a 3fcd51028c4e44b4993bafe22cd5abe1 8bb29c37e7064f209dafa40d53915bf3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 735/1465] 10.0.0.89 () {32 vars in 735 bytes} [Tue Apr 14 13:14:00 2026] GET /v2.0/security-groups/ff46f2a4-d34f-4773-b60b-b7a5fe8bde95 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 13:14:00.965 7 INFO neutron_taas.services.taas.taas_plugin [None req-6ac8180e-2479-4844-a0b8-3e0b7280a579 3fcd51028c4e44b4993bafe22cd5abe1 8bb29c37e7064f209dafa40d53915bf3 - - default default] TaaS: Handle Delete Port: 486169be-238d-44eb-bc2a-2b439b198717 2026-04-14 13:14:00.968 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6ac8180e-2479-4844-a0b8-3e0b7280a579 3fcd51028c4e44b4993bafe22cd5abe1 8bb29c37e7064f209dafa40d53915bf3 - - default default] Tap Mirror: Handle Delete Port: 486169be-238d-44eb-bc2a-2b439b198717 [pid: 8|app: 0|req: 731/1466] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:14:00 2026] GET /v2.0/security-groups?tenant_id=b057e7cde9a444a38159013402e2c36b&name=default => generated 2925 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1467] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:14:00 2026] DELETE /v2.0/security-groups/1953dd5b-339d-48b5-84e7-a8eb5802acf6 => 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: 736/1468] 10.0.0.89 () {32 vars in 730 bytes} [Tue Apr 14 13:14:00 2026] DELETE /v2.0/floatingips/e3f78e22-6a1b-4e90-88c8-755c0a64f55c => generated 0 bytes in 243 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 13:14:01.498 8 INFO neutron_taas.services.taas.taas_plugin [None req-f3e2580f-a25b-4264-894c-3adcd0f934d5 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] TaaS: Handle Delete Port: 48901aef-1a2e-444e-9291-585fe628a39e 2026-04-14 13:14:01.502 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f3e2580f-a25b-4264-894c-3adcd0f934d5 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Tap Mirror: Handle Delete Port: 48901aef-1a2e-444e-9291-585fe628a39e [pid: 8|app: 0|req: 733/1471] 10.0.0.89 () {34 vars in 787 bytes} [Tue Apr 14 13:14:01 2026] PUT /v2.0/routers/22ae9db6-2ae2-42d8-98f6-74ed705b3da3/remove_router_interface => generated 309 bytes in 934 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:14:02.267 7 INFO neutron_taas.services.taas.taas_plugin [None req-9457ffc5-5c25-42dd-99b1-48b9ca9c8869 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] TaaS: Handle Delete Port: d872ee9f-416c-42c0-9f36-e9437e60a716 2026-04-14 13:14:02.271 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9457ffc5-5c25-42dd-99b1-48b9ca9c8869 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Tap Mirror: Handle Delete Port: d872ee9f-416c-42c0-9f36-e9437e60a716 2026-04-14 13:14:02.521 7 INFO neutron_taas.services.taas.taas_plugin [None req-9457ffc5-5c25-42dd-99b1-48b9ca9c8869 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] TaaS: Handle Delete Port: 14572ac9-b4fe-4359-9396-284dbd5906e3 2026-04-14 13:14:02.524 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9457ffc5-5c25-42dd-99b1-48b9ca9c8869 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Tap Mirror: Handle Delete Port: 14572ac9-b4fe-4359-9396-284dbd5906e3 2026-04-14 13:14:02.901 7 INFO neutron.services.segments.plugin [-] Segment f77eb5ba-0a15-4ac2-87da-27b10861c03d resource provider aggregate not found 2026-04-14 13:14:02.910 7 INFO neutron.services.segments.plugin [-] Segment f77eb5ba-0a15-4ac2-87da-27b10861c03d resource provider aggregate not found 2026-04-14 13:14:02.922 7 INFO neutron.services.segments.plugin [-] Segment f77eb5ba-0a15-4ac2-87da-27b10861c03d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f77eb5ba-0a15-4ac2-87da-27b10861c03d found for delete ", "request_id": "req-74ed5b07-d3f0-46be-9735-dc45473589a5"}]} 2026-04-14 13:14:02.943 7 INFO neutron.services.segments.plugin [-] Segment f77eb5ba-0a15-4ac2-87da-27b10861c03d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f77eb5ba-0a15-4ac2-87da-27b10861c03d found for delete ", "request_id": "req-fdc19c95-2d33-4e50-9fac-d72a6845cc97"}]} 2026-04-14 13:14:02.949 7 INFO neutron.db.l3_hamode_db [None req-9457ffc5-5c25-42dd-99b1-48b9ca9c8869 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] HA network 6941b4ba-5918-497b-b41d-192bb8093b75 was deleted as no HA routers are present in tenant 8bb29c37e7064f209dafa40d53915bf3. [pid: 7|app: 0|req: 739/1472] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:14:02 2026] DELETE /v2.0/routers/22ae9db6-2ae2-42d8-98f6-74ed705b3da3 => generated 0 bytes in 900 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1473] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:14:02 2026] DELETE /v2.0/subnets/993b2bef-da36-4781-aebe-8a6dc2f07252 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:14:03.209 7 INFO neutron_taas.services.taas.taas_plugin [None req-fa78f55e-d102-4c5c-9595-7951addb5784 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] TaaS: Handle Delete Port: b482c5b9-6ae5-4447-926b-2cf6fba94ad9 2026-04-14 13:14:03.211 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa78f55e-d102-4c5c-9595-7951addb5784 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Tap Mirror: Handle Delete Port: b482c5b9-6ae5-4447-926b-2cf6fba94ad9 [pid: 7|app: 0|req: 740/1474] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:14:03 2026] DELETE /v2.0/networks/9aca550a-a292-4820-8243-427e7fa8e426 => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1475] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:14:03 2026] GET /v2.0/security-groups?tenant_id=8bb29c37e7064f209dafa40d53915bf3&name=default => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 13:14:03.631 8 INFO neutron.db.segments_db [None req-28404d2f-163d-4657-a4f0-8ed04f1f7450 c37fa40ffbe34d4296dd65de5da14650 ec32dbf53329446f918586b2df3a80a3 - - default default] Added segment 0eae4ad3-3acd-471f-833a-59f7d8b898a2 of type vxlan for network 483eec48-6c10-4a30-ac88-c9ea1acec6b7 [pid: 7|app: 0|req: 742/1476] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:14:03 2026] DELETE /v2.0/security-groups/9e1b56e4-243d-45ff-8672-a102509a6087 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1477] 10.0.0.89 () {34 vars in 668 bytes} [Tue Apr 14 13:14:03 2026] POST /v2.0/networks => generated 632 bytes in 407 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1478] 10.0.0.89 () {34 vars in 667 bytes} [Tue Apr 14 13:14:03 2026] POST /v2.0/subnets => generated 626 bytes in 308 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 13:14:04.126 8 INFO neutron.db.segments_db [None req-8916cb98-8d2a-4c64-8c32-2fbb28590aa0 c37fa40ffbe34d4296dd65de5da14650 ec32dbf53329446f918586b2df3a80a3 - - default default] Added segment 118b5e29-1ace-46bb-bf93-582c22686f14 of type vxlan for network df5784e9-2e51-4203-83b1-4248a423fa11 [pid: 8|app: 0|req: 736/1479] 10.0.0.89 () {34 vars in 668 bytes} [Tue Apr 14 13:14:04 2026] POST /v2.0/networks => generated 631 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1480] 10.0.0.89 () {34 vars in 667 bytes} [Tue Apr 14 13:14:04 2026] POST /v2.0/subnets => generated 629 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 13:14:04.544 8 INFO neutron.db.segments_db [None req-e32b54bd-80d5-4002-8b4d-bdba9c45bdb2 c37fa40ffbe34d4296dd65de5da14650 ec32dbf53329446f918586b2df3a80a3 - - default default] Added segment 8624c904-6c89-47a7-bad8-4f8576b8ab2e of type vxlan for network b9606c2a-c36e-4e61-a444-822406b6b6e9 [pid: 8|app: 0|req: 737/1481] 10.0.0.89 () {34 vars in 668 bytes} [Tue Apr 14 13:14:04 2026] POST /v2.0/networks => generated 630 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 13:14:04.949 7 INFO neutron.services.segments.plugin [-] Segment cf38e785-5905-4f2e-a592-b841fe9b0e0a resource provider aggregate not found [pid: 8|app: 0|req: 738/1482] 10.0.0.89 () {34 vars in 667 bytes} [Tue Apr 14 13:14:04 2026] POST /v2.0/subnets => generated 629 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 13:14:04.967 7 INFO neutron.services.segments.plugin [-] Segment cf38e785-5905-4f2e-a592-b841fe9b0e0a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf38e785-5905-4f2e-a592-b841fe9b0e0a found for delete ", "request_id": "req-695231cb-0ed4-40ae-ac1e-9cb8350fda5d"}]} 2026-04-14 13:14:04.975 7 INFO neutron.services.segments.plugin [-] Segment cf38e785-5905-4f2e-a592-b841fe9b0e0a resource provider aggregate not found [pid: 7|app: 0|req: 745/1483] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:14:04 2026] GET /v2.0/security-groups?tenant_id=5db07c970a174898a700f9865911c9d9&name=default => generated 2925 bytes in 336 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 13:14:04.994 7 INFO neutron.services.segments.plugin [-] Segment cf38e785-5905-4f2e-a592-b841fe9b0e0a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf38e785-5905-4f2e-a592-b841fe9b0e0a found for delete ", "request_id": "req-83f60c0d-953f-4d94-a1fa-2475f9fe5a79"}]} 2026-04-14 13:14:05.021 8 INFO neutron.db.segments_db [None req-62bb6300-f4e8-4b67-9534-2e8a3558b76e c37fa40ffbe34d4296dd65de5da14650 ec32dbf53329446f918586b2df3a80a3 - - default default] Added segment 18248038-5972-42be-9ffc-45343ae99a43 of type vxlan for network 224d2bfa-c688-4cc2-9c0c-99d40983104e [pid: 7|app: 0|req: 746/1484] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:14:04 2026] DELETE /v2.0/security-groups/4a47bfe8-37aa-4c0b-ad70-249adf0c3143 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1485] 10.0.0.89 () {34 vars in 668 bytes} [Tue Apr 14 13:14:04 2026] POST /v2.0/networks => generated 630 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1486] 10.0.0.89 () {34 vars in 667 bytes} [Tue Apr 14 13:14:05 2026] POST /v2.0/subnets => generated 629 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 13:14:05.443 8 INFO neutron.db.segments_db [None req-7288f64e-0a1f-467e-9b9a-329698830fb2 c37fa40ffbe34d4296dd65de5da14650 ec32dbf53329446f918586b2df3a80a3 - - default default] Added segment 4a284937-08d9-4038-800b-6de59865bb09 of type vxlan for network b9859da6-bcde-4ff3-b011-13c41b68affa [pid: 8|app: 0|req: 740/1487] 10.0.0.89 () {34 vars in 668 bytes} [Tue Apr 14 13:14:05 2026] POST /v2.0/networks => generated 632 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 13:14:05.759 7 INFO neutron.db.segments_db [None req-88c09116-74ba-4b19-b7d9-b94839294298 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Added segment db65fdfd-5b62-44f8-81cf-ad105b6be789 of type vxlan for network e169c6b4-b4cf-43d3-ac28-9bf25b0f5ff1 [pid: 8|app: 0|req: 741/1488] 10.0.0.89 () {34 vars in 667 bytes} [Tue Apr 14 13:14:05 2026] POST /v2.0/subnets => generated 629 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1489] 10.0.0.89 () {34 vars in 749 bytes} [Tue Apr 14 13:14:05 2026] PUT /v2.0/subnets/04326fda-666d-4110-ac84-1bd4e6df94ef/tags => generated 17 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1490] 10.0.0.89 () {34 vars in 669 bytes} [Tue Apr 14 13:14:05 2026] POST /v2.0/networks => generated 743 bytes in 373 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1491] 10.0.0.89 () {34 vars in 749 bytes} [Tue Apr 14 13:14:05 2026] PUT /v2.0/subnets/e98f5896-2d2b-49d3-b0c5-c1ab99a61d2f/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1492] 10.0.0.89 () {34 vars in 749 bytes} [Tue Apr 14 13:14:05 2026] PUT /v2.0/subnets/9123b2cc-c1c7-44cd-90f6-7f3bd1be0d3d/tags => generated 34 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1493] 10.0.0.89 () {34 vars in 749 bytes} [Tue Apr 14 13:14:05 2026] PUT /v2.0/subnets/2a987157-e432-43bc-814d-a3461ba16d31/tags => generated 19 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1494] 10.0.0.89 () {34 vars in 667 bytes} [Tue Apr 14 13:14:05 2026] POST /v2.0/subnets => generated 690 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1495] 10.0.0.89 () {32 vars in 662 bytes} [Tue Apr 14 13:14:06 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 13:14:06.065 7 INFO neutron.db.segments_db [None req-951b9443-a003-4962-91d0-496e0b43d50b 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Added segment 511190cf-aef0-4e35-a64e-183d17f371a6 of type vxlan for network 48dd7db3-470e-4ec9-b31d-5fe931ef6663 [pid: 8|app: 0|req: 747/1496] 10.0.0.89 () {32 vars in 676 bytes} [Tue Apr 14 13:14:06 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1497] 10.0.0.89 () {32 vars in 672 bytes} [Tue Apr 14 13:14:06 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1498] 10.0.0.89 () {32 vars in 684 bytes} [Tue Apr 14 13:14:06 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1499] 10.0.0.89 () {32 vars in 670 bytes} [Tue Apr 14 13:14:06 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 13:14:06.282 7 INFO neutron.db.l3_hamode_db [None req-951b9443-a003-4962-91d0-496e0b43d50b 07a826a9f9ea4418bda3456837295b64 aae4939989944caba749926f8821e780 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 751/1500] 10.0.0.89 () {32 vars in 684 bytes} [Tue Apr 14 13:14:06 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1501] 10.0.0.89 () {32 vars in 680 bytes} [Tue Apr 14 13:14:06 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1502] 10.0.0.89 () {32 vars in 692 bytes} [Tue Apr 14 13:14:06 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1503] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:14:06 2026] DELETE /v2.0/subnets/04326fda-666d-4110-ac84-1bd4e6df94ef => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1504] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:14:06 2026] DELETE /v2.0/subnets/e98f5896-2d2b-49d3-b0c5-c1ab99a61d2f => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1505] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:14:06 2026] DELETE /v2.0/subnets/9123b2cc-c1c7-44cd-90f6-7f3bd1be0d3d => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:14:06.978 7 INFO neutron.db.l3_hamode_db [None req-951b9443-a003-4962-91d0-496e0b43d50b 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 13:14:07.093 8 INFO neutron.db.segments_db [None req-2a8333a3-9902-49c0-9c70-a01a6ae0417f 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Added segment 963aaced-3c73-4eb0-acb4-0cdeb4c04b2b of type vxlan for network fed373fb-5d80-4ebf-946b-c6b40e5116aa [pid: 8|app: 0|req: 757/1506] 10.0.0.89 () {34 vars in 669 bytes} [Tue Apr 14 13:14:06 2026] POST /v2.0/networks => generated 741 bytes in 387 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1507] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:14:07 2026] DELETE /v2.0/subnets/2a987157-e432-43bc-814d-a3461ba16d31 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1508] 10.0.0.89 () {34 vars in 667 bytes} [Tue Apr 14 13:14:07 2026] POST /v2.0/subnets => generated 688 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1509] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:14:07 2026] DELETE /v2.0/subnets/ef0d5f64-e900-4fe4-a2d7-12ea77693af0 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:14:07.594 8 INFO neutron.db.segments_db [None req-93c1a76a-1bfa-45a0-9d61-a621dc424872 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Added segment e07f5059-1cf7-43d8-b8fd-aa16e14a3f95 of type vxlan for network 93e59ca0-d5de-4643-b6a7-90248c8a95f1 2026-04-14 13:14:07.831 8 INFO neutron.db.l3_hamode_db [None req-93c1a76a-1bfa-45a0-9d61-a621dc424872 07a826a9f9ea4418bda3456837295b64 fc7493b4786941b9b5c6b4743d25d42a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 750/1510] 10.0.0.89 () {34 vars in 667 bytes} [Tue Apr 14 13:14:06 2026] POST /v2.0/routers => generated 730 bytes in 1841 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 13:14:07.961 7 INFO neutron_taas.services.taas.taas_plugin [None req-5828ad87-4372-45a4-845c-c24bfe2fbd1b c37fa40ffbe34d4296dd65de5da14650 ec32dbf53329446f918586b2df3a80a3 - - default default] TaaS: Handle Delete Port: a21821d9-c0cd-4ffc-b9ca-6ab95dc5262f 2026-04-14 13:14:07.964 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5828ad87-4372-45a4-845c-c24bfe2fbd1b c37fa40ffbe34d4296dd65de5da14650 ec32dbf53329446f918586b2df3a80a3 - - default default] Tap Mirror: Handle Delete Port: a21821d9-c0cd-4ffc-b9ca-6ab95dc5262f 2026-04-14 13:14:08.134 7 INFO neutron.services.segments.plugin [-] Segment 0eae4ad3-3acd-471f-833a-59f7d8b898a2 resource provider aggregate not found 2026-04-14 13:14:08.146 7 INFO neutron.services.segments.plugin [-] Segment 0eae4ad3-3acd-471f-833a-59f7d8b898a2 resource provider aggregate not found 2026-04-14 13:14:08.163 7 INFO neutron.services.segments.plugin [-] Segment 0eae4ad3-3acd-471f-833a-59f7d8b898a2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0eae4ad3-3acd-471f-833a-59f7d8b898a2 found for delete ", "request_id": "req-11ec92fc-b4a4-4953-b524-bb265bd3b125"}]} 2026-04-14 13:14:08.168 7 INFO neutron.services.segments.plugin [-] Segment 0eae4ad3-3acd-471f-833a-59f7d8b898a2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0eae4ad3-3acd-471f-833a-59f7d8b898a2 found for delete ", "request_id": "req-24d85957-a748-4f58-bf6b-9ba2715f2837"}]} [pid: 7|app: 0|req: 751/1511] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:14:07 2026] DELETE /v2.0/networks/483eec48-6c10-4a30-ac88-c9ea1acec6b7 => generated 0 bytes in 306 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:14:08.545 8 INFO neutron.db.l3_hamode_db [None req-93c1a76a-1bfa-45a0-9d61-a621dc424872 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 752/1512] 10.0.0.89 () {34 vars in 781 bytes} [Tue Apr 14 13:14:08 2026] PUT /v2.0/routers/25694763-b84b-448d-99cf-e3c1481f13dd/add_router_interface => generated 309 bytes in 1029 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1513] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:14:09 2026] DELETE /v2.0/networks/df5784e9-2e51-4203-83b1-4248a423fa11 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1514] 10.0.0.89 () {34 vars in 667 bytes} [Tue Apr 14 13:14:07 2026] POST /v2.0/routers => generated 728 bytes in 1840 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1515] 10.0.0.89 () {32 vars in 824 bytes} [Tue Apr 14 13:14:09 2026] GET /v2.0/ports?project_id=17408829ff614696bcc27130b7a6f6c4&network_id=025fea5d-d5c5-4c84-baa2-56d907fd49de => generated 3695 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 13:14:09.500 8 INFO neutron.services.segments.plugin [-] Segment 8624c904-6c89-47a7-bad8-4f8576b8ab2e resource provider aggregate not found 2026-04-14 13:14:09.506 8 INFO neutron.services.segments.plugin [-] Segment 8624c904-6c89-47a7-bad8-4f8576b8ab2e resource provider aggregate not found 2026-04-14 13:14:09.521 8 INFO neutron.services.segments.plugin [-] Segment 8624c904-6c89-47a7-bad8-4f8576b8ab2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8624c904-6c89-47a7-bad8-4f8576b8ab2e found for delete ", "request_id": "req-66f0f964-6429-4181-a04e-cfb9328835d6"}]} 2026-04-14 13:14:09.537 8 INFO neutron.services.segments.plugin [-] Segment 8624c904-6c89-47a7-bad8-4f8576b8ab2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8624c904-6c89-47a7-bad8-4f8576b8ab2e found for delete ", "request_id": "req-4e12a940-249a-4cc0-81f2-ea792063cb96"}]} [pid: 8|app: 0|req: 762/1516] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:14:09 2026] DELETE /v2.0/networks/b9606c2a-c36e-4e61-a444-822406b6b6e9 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1517] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:14:09 2026] DELETE /v2.0/networks/224d2bfa-c688-4cc2-9c0c-99d40983104e => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1518] 10.0.0.89 () {32 vars in 740 bytes} [Tue Apr 14 13:14:09 2026] GET /v2.0/subnets?network_id=1b977c13-3b31-4f6d-b531-1f16337fb53c => generated 667 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1519] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:14:09 2026] DELETE /v2.0/networks/b9859da6-bcde-4ff3-b011-13c41b68affa => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1520] 10.0.0.89 () {34 vars in 683 bytes} [Tue Apr 14 13:14:09 2026] POST /v2.0/security-groups => generated 1658 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-14 13:14:10.066 8 INFO neutron.db.l3_db [None req-70f77e2d-a4f4-47c2-b24d-e93ee8b853ef 7ba77edcd10b4fae95d38526a191d3b1 17408829ff614696bcc27130b7a6f6c4 - - default default] Floating IP 64c933e8-9a1f-4d9b-8a57-1340fecc6f15 disassociated. External IP: 10.96.250.211, port: 1de4044a-e10e-4327-80d8-df9e422a8b73. 2026-04-14 13:14:10.193 7 INFO neutron.services.segments.plugin [-] Segment 118b5e29-1ace-46bb-bf93-582c22686f14 resource provider aggregate not found 2026-04-14 13:14:10.199 7 INFO neutron.services.segments.plugin [-] Segment 118b5e29-1ace-46bb-bf93-582c22686f14 resource provider aggregate not found 2026-04-14 13:14:10.215 7 INFO neutron.services.segments.plugin [-] Segment 118b5e29-1ace-46bb-bf93-582c22686f14 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 118b5e29-1ace-46bb-bf93-582c22686f14 found for delete ", "request_id": "req-b580d9bf-6724-4cd9-a648-648e8867ec1c"}]} 2026-04-14 13:14:10.218 7 INFO neutron.services.segments.plugin [-] Segment 118b5e29-1ace-46bb-bf93-582c22686f14 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 118b5e29-1ace-46bb-bf93-582c22686f14 found for delete ", "request_id": "req-f92b260d-41bf-448b-8617-e5b5f502cadf"}]} [pid: 8|app: 0|req: 767/1521] 10.0.0.89 () {34 vars in 747 bytes} [Tue Apr 14 13:14:09 2026] PUT /v2.0/floatingips/64c933e8-9a1f-4d9b-8a57-1340fecc6f15 => generated 554 bytes in 504 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:14:10.504 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cd224744-43b1-42ea-b4a9-4aa1c94ea77c'] response: {'name': 'network-changed', 'server_uuid': 'ee7e3e96-3593-4a1b-9420-f53da30a908d', 'tag': '1de4044a-e10e-4327-80d8-df9e422a8b73', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 768/1522] 10.0.0.89 () {34 vars in 693 bytes} [Tue Apr 14 13:14:10 2026] POST /v2.0/security-group-rules => generated 597 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1523] 10.0.0.89 () {34 vars in 781 bytes} [Tue Apr 14 13:14:09 2026] PUT /v2.0/routers/b8ab1e48-f71f-4385-a976-b98ced5c18e2/add_router_interface => generated 309 bytes in 1192 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1524] 10.0.0.89 () {32 vars in 727 bytes} [Tue Apr 14 13:14:10 2026] GET /v2.0/floatingips/64c933e8-9a1f-4d9b-8a57-1340fecc6f15 => generated 554 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1525] 10.0.0.89 () {34 vars in 693 bytes} [Tue Apr 14 13:14:10 2026] POST /v2.0/security-group-rules => generated 602 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1526] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:14:10 2026] GET /v2.0/security-groups?tenant_id=02f87fea0d9c410eade641c618ae5dba&name=default => generated 2925 bytes in 309 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1527] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:14:10 2026] DELETE /v2.0/security-groups/19afff1e-e59c-4fb5-a94f-84c1471d8628 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1528] 199.19.213.159 () {34 vars in 1079 bytes} [Tue Apr 14 13:14:11 2026] GET /v2.0/ports?tenant_id=17408829ff614696bcc27130b7a6f6c4&device_id=ee7e3e96-3593-4a1b-9420-f53da30a908d => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1529] 199.19.213.159 () {34 vars in 985 bytes} [Tue Apr 14 13:14:11 2026] GET /v2.0/networks?id=025fea5d-d5c5-4c84-baa2-56d907fd49de => generated 756 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1530] 199.19.213.159 () {34 vars in 1059 bytes} [Tue Apr 14 13:14:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=1de4044a-e10e-4327-80d8-df9e422a8b73 => 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: 757/1531] 10.0.0.89 () {34 vars in 674 bytes} [Tue Apr 14 13:14:10 2026] POST /v2.0/floatingips => generated 552 bytes in 586 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1532] 199.19.213.159 () {34 vars in 983 bytes} [Tue Apr 14 13:14:11 2026] GET /v2.0/subnets?id=547e80b3-0025-42b5-a58f-d6749bb82646 => 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: 759/1533] 199.19.213.159 () {34 vars in 1051 bytes} [Tue Apr 14 13:14:11 2026] GET /v2.0/ports?network_id=025fea5d-d5c5-4c84-baa2-56d907fd49de&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1534] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:14:11 2026] GET /v2.0/security-groups?tenant_id=422c124f1f934138a1ff1eb29acd98b1&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1535] 199.19.213.159 () {34 vars in 1011 bytes} [Tue Apr 14 13:14:11 2026] GET /v2.0/networks/025fea5d-d5c5-4c84-baa2-56d907fd49de?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: 761/1536] 199.19.213.159 () {34 vars in 1111 bytes} [Tue Apr 14 13:14:11 2026] GET /v2.0/networks/025fea5d-d5c5-4c84-baa2-56d907fd49de?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1537] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:14:11 2026] DELETE /v2.0/security-groups/e671d446-603e-4d52-a885-3b6ea67ed3c6 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 13:14:11.542 8 INFO neutron.services.segments.plugin [-] Segment 18248038-5972-42be-9ffc-45343ae99a43 resource provider aggregate not found 2026-04-14 13:14:11.566 8 INFO neutron.services.segments.plugin [-] Segment 18248038-5972-42be-9ffc-45343ae99a43 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18248038-5972-42be-9ffc-45343ae99a43 found for delete ", "request_id": "req-901f6999-9b66-41b1-b8fa-523ccfab22e8"}]} 2026-04-14 13:14:11.589 8 INFO neutron.services.segments.plugin [-] Segment 18248038-5972-42be-9ffc-45343ae99a43 resource provider aggregate not found 2026-04-14 13:14:11.595 8 INFO neutron.services.segments.plugin [-] Segment 4a284937-08d9-4038-800b-6de59865bb09 resource provider aggregate not found 2026-04-14 13:14:11.612 8 INFO neutron.services.segments.plugin [-] Segment 4a284937-08d9-4038-800b-6de59865bb09 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a284937-08d9-4038-800b-6de59865bb09 found for delete ", "request_id": "req-ccd014aa-745c-420e-ba3f-50d0fb0b32af"}]} 2026-04-14 13:14:11.614 8 INFO neutron.services.segments.plugin [-] Segment 18248038-5972-42be-9ffc-45343ae99a43 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18248038-5972-42be-9ffc-45343ae99a43 found for delete ", "request_id": "req-7d2ced8e-2845-4e21-8a1d-77da8fd99426"}]} 2026-04-14 13:14:11.648 8 INFO neutron.services.segments.plugin [-] Segment 4a284937-08d9-4038-800b-6de59865bb09 resource provider aggregate not found [pid: 7|app: 0|req: 762/1538] 10.0.0.89 () {32 vars in 727 bytes} [Tue Apr 14 13:14:11 2026] GET /v2.0/floatingips/64c933e8-9a1f-4d9b-8a57-1340fecc6f15 => generated 554 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:14:11.665 8 INFO neutron.services.segments.plugin [-] Segment 4a284937-08d9-4038-800b-6de59865bb09 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a284937-08d9-4038-800b-6de59865bb09 found for delete ", "request_id": "req-dbd01955-17f0-44b7-9b8b-4269294d7241"}]} [pid: 8|app: 0|req: 777/1539] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:14:11 2026] GET /v2.0/security-groups?tenant_id=ec32dbf53329446f918586b2df3a80a3&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1540] 10.0.0.176 () {34 vars in 1093 bytes} [Tue Apr 14 13:14:11 2026] GET /v2.0/security-groups?name=tempest-securitygroup--6371088&fields=id&tenant_id=aae4939989944caba749926f8821e780 => generated 69 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1541] 10.0.0.176 () {34 vars in 981 bytes} [Tue Apr 14 13:14:11 2026] GET /v2.0/networks?id=e169c6b4-b4cf-43d3-ac28-9bf25b0f5ff1 => generated 675 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1542] 10.0.0.176 () {34 vars in 964 bytes} [Tue Apr 14 13:14:11 2026] GET /v2.0/quotas/aae4939989944caba749926f8821e780 => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1543] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:14:11 2026] DELETE /v2.0/security-groups/74ec7475-f0f6-436a-993a-29bdd59107c7 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1544] 10.0.0.176 () {34 vars in 1001 bytes} [Tue Apr 14 13:14:11 2026] GET /v2.0/ports?tenant_id=aae4939989944caba749926f8821e780&fields=id => generated 103 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1545] 10.0.0.176 () {34 vars in 1007 bytes} [Tue Apr 14 13:14:11 2026] GET /v2.0/networks/e169c6b4-b4cf-43d3-ac28-9bf25b0f5ff1?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: 767/1546] 10.0.0.176 () {34 vars in 1107 bytes} [Tue Apr 14 13:14:11 2026] GET /v2.0/networks/e169c6b4-b4cf-43d3-ac28-9bf25b0f5ff1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1547] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:14:12 2026] GET /v2.0/ports?device_id=8d730f43-2a5b-4f4f-9b77-7c0753c8d471 => 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: 768/1548] 10.0.0.89 () {32 vars in 727 bytes} [Tue Apr 14 13:14:12 2026] GET /v2.0/floatingips/64c933e8-9a1f-4d9b-8a57-1340fecc6f15 => generated 552 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1549] 10.0.0.176 () {34 vars in 981 bytes} [Tue Apr 14 13:14:12 2026] GET /v2.0/networks?id=fed373fb-5d80-4ebf-946b-c6b40e5116aa => generated 673 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1550] 10.0.0.176 () {34 vars in 964 bytes} [Tue Apr 14 13:14:12 2026] GET /v2.0/quotas/fc7493b4786941b9b5c6b4743d25d42a => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1551] 10.0.0.176 () {34 vars in 1001 bytes} [Tue Apr 14 13:14:12 2026] GET /v2.0/ports?tenant_id=fc7493b4786941b9b5c6b4743d25d42a&fields=id => generated 57 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1552] 10.0.0.176 () {34 vars in 1007 bytes} [Tue Apr 14 13:14:12 2026] GET /v2.0/networks/fed373fb-5d80-4ebf-946b-c6b40e5116aa?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1553] 10.0.0.176 () {34 vars in 1107 bytes} [Tue Apr 14 13:14:13 2026] GET /v2.0/networks/fed373fb-5d80-4ebf-946b-c6b40e5116aa?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: 771/1554] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:14:13 2026] GET /v2.0/ports?device_id=8d730f43-2a5b-4f4f-9b77-7c0753c8d471 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1555] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:14:13 2026] GET /v2.0/ports?device_id=641992d1-f985-404d-940e-646cd752bad0 => 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: 772/1556] 10.0.0.89 () {34 vars in 683 bytes} [Tue Apr 14 13:14:13 2026] POST /v2.0/security-groups => generated 1675 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1557] 10.0.0.89 () {34 vars in 693 bytes} [Tue Apr 14 13:14:13 2026] POST /v2.0/security-group-rules => generated 597 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1558] 10.0.0.89 () {34 vars in 693 bytes} [Tue Apr 14 13:14:14 2026] POST /v2.0/security-group-rules => generated 596 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1559] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:14:14 2026] GET /v2.0/ports?device_id=8d730f43-2a5b-4f4f-9b77-7c0753c8d471 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1560] 10.0.0.89 () {34 vars in 693 bytes} [Tue Apr 14 13:14:14 2026] POST /v2.0/security-group-rules => generated 602 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1561] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:14:14 2026] GET /v2.0/ports?device_id=641992d1-f985-404d-940e-646cd752bad0 => 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: 775/1562] 10.0.0.89 () {34 vars in 693 bytes} [Tue Apr 14 13:14:14 2026] POST /v2.0/security-group-rules => generated 601 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 13:14:14.529 8 INFO neutron.db.securitygroups_db [None req-912ec30e-4722-4c4a-a7ca-1338b3ac474a 7ba77edcd10b4fae95d38526a191d3b1 17408829ff614696bcc27130b7a6f6c4 - - default default] Project 17408829ff614696bcc27130b7a6f6c4 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 8|app: 0|req: 788/1563] 10.0.0.89 () {34 vars in 693 bytes} [Tue Apr 14 13:14:14 2026] POST /v2.0/security-group-rules => generated 607 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 13:14:14.644 7 INFO neutron.db.securitygroups_db [None req-29136131-a09b-456d-abd1-1fa02115293f 7ba77edcd10b4fae95d38526a191d3b1 17408829ff614696bcc27130b7a6f6c4 - - default default] Project 17408829ff614696bcc27130b7a6f6c4 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: 776/1564] 10.0.0.89 () {34 vars in 693 bytes} [Tue Apr 14 13:14:14 2026] POST /v2.0/security-group-rules => generated 606 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1565] 10.0.0.89 () {32 vars in 647 bytes} [Tue Apr 14 13:14:15 2026] GET /v2.0/networks => generated 1297 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1566] 10.0.0.176 () {34 vars in 1099 bytes} [Tue Apr 14 13:14:15 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1115776710&fields=id&tenant_id=17408829ff614696bcc27130b7a6f6c4 => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1567] 10.0.0.176 () {34 vars in 981 bytes} [Tue Apr 14 13:14:15 2026] GET /v2.0/networks?id=025fea5d-d5c5-4c84-baa2-56d907fd49de => generated 660 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1568] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:14:15 2026] GET /v2.0/ports?device_id=8d730f43-2a5b-4f4f-9b77-7c0753c8d471 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1569] 10.0.0.176 () {34 vars in 964 bytes} [Tue Apr 14 13:14:15 2026] GET /v2.0/quotas/17408829ff614696bcc27130b7a6f6c4 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1570] 10.0.0.176 () {34 vars in 1001 bytes} [Tue Apr 14 13:14:15 2026] GET /v2.0/ports?tenant_id=17408829ff614696bcc27130b7a6f6c4&fields=id => generated 149 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1571] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:14:15 2026] GET /v2.0/ports?device_id=641992d1-f985-404d-940e-646cd752bad0 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1572] 10.0.0.176 () {34 vars in 1007 bytes} [Tue Apr 14 13:14:15 2026] GET /v2.0/networks/025fea5d-d5c5-4c84-baa2-56d907fd49de?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1573] 10.0.0.176 () {34 vars in 1107 bytes} [Tue Apr 14 13:14:15 2026] GET /v2.0/networks/025fea5d-d5c5-4c84-baa2-56d907fd49de?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1574] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:14:15 2026] GET /v2.0/ports?device_id=a9c53855-ac4c-41d7-969b-de12a21bb83c => 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: 777/1575] 10.0.0.89 () {34 vars in 674 bytes} [Tue Apr 14 13:14:15 2026] POST /v2.0/floatingips => generated 552 bytes in 709 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1576] 10.0.0.89 () {34 vars in 757 bytes} [Tue Apr 14 13:14:16 2026] PUT /v2.0/floatingips/15e2fad1-7625-44cd-ac99-651b47f3f237/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: 778/1577] 10.0.0.89 () {32 vars in 737 bytes} [Tue Apr 14 13:14:16 2026] GET /v2.0/floatingips/15e2fad1-7625-44cd-ac99-651b47f3f237/tags => generated 25 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1578] 10.0.0.89 () {34 vars in 768 bytes} [Tue Apr 14 13:14:16 2026] PUT /v2.0/floatingips/15e2fad1-7625-44cd-ac99-651b47f3f237/tags/green => generated 4 bytes in 80 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1581] 10.0.0.89 () {32 vars in 737 bytes} [Tue Apr 14 13:14:16 2026] GET /v2.0/floatingips/15e2fad1-7625-44cd-ac99-651b47f3f237/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1582] 10.0.0.89 () {34 vars in 764 bytes} [Tue Apr 14 13:14:16 2026] PUT /v2.0/floatingips/15e2fad1-7625-44cd-ac99-651b47f3f237/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: 780/1583] 10.0.0.89 () {32 vars in 737 bytes} [Tue Apr 14 13:14:16 2026] GET /v2.0/floatingips/15e2fad1-7625-44cd-ac99-651b47f3f237/tags => generated 34 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1584] 199.19.213.159 () {34 vars in 985 bytes} [Tue Apr 14 13:14:16 2026] GET /v2.0/networks?id=e169c6b4-b4cf-43d3-ac28-9bf25b0f5ff1 => generated 675 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1585] 199.19.213.159 () {34 vars in 1049 bytes} [Tue Apr 14 13:14:16 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=aae4939989944caba749926f8821e780 => generated 178 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1586] 199.19.213.159 () {38 vars in 954 bytes} [Tue Apr 14 13:14:16 2026] POST /v2.0/ports => generated 958 bytes in 390 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 807/1587] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:14:16 2026] GET /v2.0/ports?device_id=8d730f43-2a5b-4f4f-9b77-7c0753c8d471 => generated 961 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1588] 10.0.0.89 () {34 vars in 786 bytes} [Tue Apr 14 13:14:16 2026] PUT /v2.0/floatingips/15e2fad1-7625-44cd-ac99-651b47f3f237/tags/black.or.white => generated 4 bytes in 484 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1589] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:14:16 2026] GET /v2.0/ports?device_id=641992d1-f985-404d-940e-646cd752bad0 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1590] 10.0.0.89 () {32 vars in 737 bytes} [Tue Apr 14 13:14:16 2026] GET /v2.0/floatingips/15e2fad1-7625-44cd-ac99-651b47f3f237/tags => generated 52 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1591] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:14:16 2026] GET /v2.0/security-groups?id=1e8bd45a-a3bb-459c-88c0-50d3983a6666&fields=id&fields=name => generated 111 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1592] 10.0.0.89 () {34 vars in 757 bytes} [Tue Apr 14 13:14:17 2026] PUT /v2.0/floatingips/15e2fad1-7625-44cd-ac99-651b47f3f237/tags => generated 37 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1593] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:14:17 2026] GET /v2.0/ports?device_id=a9c53855-ac4c-41d7-969b-de12a21bb83c => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1594] 10.0.0.89 () {32 vars in 737 bytes} [Tue Apr 14 13:14:17 2026] GET /v2.0/floatingips/15e2fad1-7625-44cd-ac99-651b47f3f237/tags => generated 37 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1595] 10.0.0.89 () {32 vars in 745 bytes} [Tue Apr 14 13:14:17 2026] GET /v2.0/floatingips/15e2fad1-7625-44cd-ac99-651b47f3f237/tags/red => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 13:14:17.198 8 INFO neutron.api.v2.resource [None req-0e90c8fe-da3a-4573-b9ab-844b8163b00a 9f750f132d224e948f6842ba7e694b70 5f1ba244c66542f9afdf2cb958e5eb6d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 815/1596] 10.0.0.89 () {32 vars in 749 bytes} [Tue Apr 14 13:14:17 2026] GET /v2.0/floatingips/15e2fad1-7625-44cd-ac99-651b47f3f237/tags/green => generated 99 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1597] 10.0.0.89 () {32 vars in 748 bytes} [Tue Apr 14 13:14:17 2026] DELETE /v2.0/floatingips/15e2fad1-7625-44cd-ac99-651b47f3f237/tags/red => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1598] 10.0.0.89 () {32 vars in 737 bytes} [Tue Apr 14 13:14:17 2026] GET /v2.0/floatingips/15e2fad1-7625-44cd-ac99-651b47f3f237/tags => generated 30 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 13:14:17.337 8 INFO neutron.api.v2.resource [None req-01b4f4cb-2859-46f6-8bfe-3bd14e085034 9f750f132d224e948f6842ba7e694b70 5f1ba244c66542f9afdf2cb958e5eb6d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 818/1599] 10.0.0.89 () {32 vars in 752 bytes} [Tue Apr 14 13:14:17 2026] DELETE /v2.0/floatingips/15e2fad1-7625-44cd-ac99-651b47f3f237/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1600] 199.19.213.159 () {38 vars in 1027 bytes} [Tue Apr 14 13:14:16 2026] PUT /v2.0/ports/574cfa96-0a7f-4058-8e3d-eb129c4bb8aa => generated 1239 bytes in 414 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 13:14:17.371 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d8c53372-d594-42bb-b3a0-75870f62522e'] response: {'name': 'network-changed', 'server_uuid': '8d730f43-2a5b-4f4f-9b77-7c0753c8d471', 'tag': '574cfa96-0a7f-4058-8e3d-eb129c4bb8aa', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 819/1601] 10.0.0.89 () {32 vars in 740 bytes} [Tue Apr 14 13:14:17 2026] DELETE /v2.0/floatingips/15e2fad1-7625-44cd-ac99-651b47f3f237/tags => generated 0 bytes in 51 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: 783/1602] 10.0.0.89 () {32 vars in 737 bytes} [Tue Apr 14 13:14:17 2026] GET /v2.0/floatingips/15e2fad1-7625-44cd-ac99-651b47f3f237/tags => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 13:14:17.536 8 INFO neutron_taas.services.taas.taas_plugin [None req-5e2507be-e6af-4e0b-98cf-d79092f5f4d8 9f750f132d224e948f6842ba7e694b70 5f1ba244c66542f9afdf2cb958e5eb6d - - default default] TaaS: Handle Delete Port: 400f6000-fe4e-4759-b399-218c1cdbde8d 2026-04-14 13:14:17.540 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5e2507be-e6af-4e0b-98cf-d79092f5f4d8 9f750f132d224e948f6842ba7e694b70 5f1ba244c66542f9afdf2cb958e5eb6d - - default default] Tap Mirror: Handle Delete Port: 400f6000-fe4e-4759-b399-218c1cdbde8d [pid: 8|app: 0|req: 820/1603] 10.0.0.89 () {32 vars in 730 bytes} [Tue Apr 14 13:14:17 2026] DELETE /v2.0/floatingips/15e2fad1-7625-44cd-ac99-651b47f3f237 => generated 0 bytes in 240 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1604] 199.19.213.159 () {34 vars in 1079 bytes} [Tue Apr 14 13:14:17 2026] GET /v2.0/ports?tenant_id=aae4939989944caba749926f8821e780&device_id=8d730f43-2a5b-4f4f-9b77-7c0753c8d471 => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1605] 199.19.213.159 () {34 vars in 1017 bytes} [Tue Apr 14 13:14:17 2026] GET /v2.0/networks?tenant_id=aae4939989944caba749926f8821e780&shared=False => generated 771 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1606] 199.19.213.159 () {34 vars in 929 bytes} [Tue Apr 14 13:14:17 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1607] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:14:18 2026] GET /v2.0/ports?device_id=641992d1-f985-404d-940e-646cd752bad0 => 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: 786/1608] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:14:18 2026] GET /v2.0/ports?device_id=8d730f43-2a5b-4f4f-9b77-7c0753c8d471 => generated 973 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1609] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:14:18 2026] GET /v2.0/ports?device_id=a9c53855-ac4c-41d7-969b-de12a21bb83c => 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: 787/1610] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:14:18 2026] GET /v2.0/security-groups?id=1e8bd45a-a3bb-459c-88c0-50d3983a6666&fields=id&fields=name => generated 111 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1611] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:14:18 2026] GET /v2.0/security-groups?tenant_id=a2337b4963c1455895fe69ee48f4c853&name=default => generated 2925 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1612] 199.19.213.159 () {34 vars in 985 bytes} [Tue Apr 14 13:14:18 2026] GET /v2.0/networks?id=fed373fb-5d80-4ebf-946b-c6b40e5116aa => generated 673 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1613] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:14:18 2026] DELETE /v2.0/security-groups/68179b70-71d2-408f-93e8-a71733fdc79c => 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: 789/1614] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:14:18 2026] GET /v2.0/security-groups?tenant_id=5f1ba244c66542f9afdf2cb958e5eb6d&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1615] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:14:18 2026] DELETE /v2.0/security-groups/d4b30fe7-1b84-40de-8f70-77d4767f4564 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1616] 199.19.213.159 () {38 vars in 954 bytes} [Tue Apr 14 13:14:18 2026] POST /v2.0/ports => generated 954 bytes in 354 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 827/1617] 199.19.213.159 () {34 vars in 1079 bytes} [Tue Apr 14 13:14:19 2026] GET /v2.0/ports?tenant_id=aae4939989944caba749926f8821e780&device_id=8d730f43-2a5b-4f4f-9b77-7c0753c8d471 => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1618] 199.19.213.159 () {34 vars in 1059 bytes} [Tue Apr 14 13:14:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=574cfa96-0a7f-4058-8e3d-eb129c4bb8aa => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1619] 199.19.213.159 () {34 vars in 983 bytes} [Tue Apr 14 13:14:19 2026] GET /v2.0/subnets?id=57863bfd-64d9-4170-820b-0538189e8654 => generated 693 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1620] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:14:19 2026] GET /v2.0/ports?device_id=641992d1-f985-404d-940e-646cd752bad0 => generated 957 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1621] 199.19.213.159 () {34 vars in 1051 bytes} [Tue Apr 14 13:14:19 2026] GET /v2.0/ports?network_id=e169c6b4-b4cf-43d3-ac28-9bf25b0f5ff1&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1622] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:14:19 2026] GET /v2.0/security-groups?id=35ee9dff-de8d-4339-8f97-beadade738bd&fields=id&fields=name => generated 88 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1623] 199.19.213.159 () {34 vars in 1011 bytes} [Tue Apr 14 13:14:19 2026] GET /v2.0/networks/e169c6b4-b4cf-43d3-ac28-9bf25b0f5ff1?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1624] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:14:19 2026] GET /v2.0/ports?device_id=a9c53855-ac4c-41d7-969b-de12a21bb83c => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1625] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:14:19 2026] GET /v2.0/ports?device_id=8d730f43-2a5b-4f4f-9b77-7c0753c8d471 => generated 973 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1626] 199.19.213.159 () {34 vars in 1111 bytes} [Tue Apr 14 13:14:19 2026] GET /v2.0/networks/e169c6b4-b4cf-43d3-ac28-9bf25b0f5ff1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1627] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:14:19 2026] GET /v2.0/security-groups?id=1e8bd45a-a3bb-459c-88c0-50d3983a6666&fields=id&fields=name => generated 111 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1628] 199.19.213.159 () {38 vars in 1027 bytes} [Tue Apr 14 13:14:18 2026] PUT /v2.0/ports/b684ae3e-7b89-441f-8cb8-4025b13a11df => generated 1235 bytes in 421 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 13:14:19.454 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-09d0894e-2889-456b-84ad-fd95f3621c0b'] response: {'name': 'network-changed', 'server_uuid': '641992d1-f985-404d-940e-646cd752bad0', 'tag': 'b684ae3e-7b89-441f-8cb8-4025b13a11df', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 838/1629] 199.19.213.159 () {34 vars in 1079 bytes} [Tue Apr 14 13:14:19 2026] GET /v2.0/ports?tenant_id=fc7493b4786941b9b5c6b4743d25d42a&device_id=641992d1-f985-404d-940e-646cd752bad0 => generated 1238 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 792/1630] 199.19.213.159 () {34 vars in 1017 bytes} [Tue Apr 14 13:14:20 2026] GET /v2.0/networks?tenant_id=fc7493b4786941b9b5c6b4743d25d42a&shared=False => generated 769 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1631] 199.19.213.159 () {34 vars in 929 bytes} [Tue Apr 14 13:14:20 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1632] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:14:20 2026] GET /v2.0/ports?device_id=a9c53855-ac4c-41d7-969b-de12a21bb83c => 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: 793/1633] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:14:20 2026] GET /v2.0/ports?device_id=641992d1-f985-404d-940e-646cd752bad0 => generated 969 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1634] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:14:20 2026] GET /v2.0/security-groups?id=35ee9dff-de8d-4339-8f97-beadade738bd&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1635] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:14:20 2026] GET /v2.0/ports?device_id=8d730f43-2a5b-4f4f-9b77-7c0753c8d471 => generated 973 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1636] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:14:20 2026] GET /v2.0/security-groups?id=1e8bd45a-a3bb-459c-88c0-50d3983a6666&fields=id&fields=name => generated 111 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1637] 199.19.213.159 () {34 vars in 985 bytes} [Tue Apr 14 13:14:20 2026] GET /v2.0/networks?id=025fea5d-d5c5-4c84-baa2-56d907fd49de => generated 660 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1638] 199.19.213.159 () {34 vars in 1049 bytes} [Tue Apr 14 13:14:20 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=17408829ff614696bcc27130b7a6f6c4 => generated 274 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1639] 199.19.213.159 () {34 vars in 1079 bytes} [Tue Apr 14 13:14:21 2026] GET /v2.0/ports?tenant_id=fc7493b4786941b9b5c6b4743d25d42a&device_id=641992d1-f985-404d-940e-646cd752bad0 => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1640] 199.19.213.159 () {34 vars in 1057 bytes} [Tue Apr 14 13:14:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=b684ae3e-7b89-441f-8cb8-4025b13a11df => 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: 796/1641] 199.19.213.159 () {38 vars in 954 bytes} [Tue Apr 14 13:14:20 2026] POST /v2.0/ports => generated 954 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: 8|app: 0|req: 846/1642] 199.19.213.159 () {34 vars in 983 bytes} [Tue Apr 14 13:14:21 2026] GET /v2.0/subnets?id=23720a55-1903-4725-b1b6-05c3366a3ca1 => generated 691 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1643] 199.19.213.159 () {34 vars in 1051 bytes} [Tue Apr 14 13:14:21 2026] GET /v2.0/ports?network_id=fed373fb-5d80-4ebf-946b-c6b40e5116aa&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1644] 199.19.213.159 () {34 vars in 1011 bytes} [Tue Apr 14 13:14:21 2026] GET /v2.0/networks/fed373fb-5d80-4ebf-946b-c6b40e5116aa?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1645] 199.19.213.159 () {34 vars in 1111 bytes} [Tue Apr 14 13:14:21 2026] GET /v2.0/networks/fed373fb-5d80-4ebf-946b-c6b40e5116aa?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1646] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:14:21 2026] GET /v2.0/ports?device_id=a9c53855-ac4c-41d7-969b-de12a21bb83c => generated 957 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1647] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:14:21 2026] GET /v2.0/security-groups?id=501260c5-cf6f-456b-9470-f396deab7229&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1648] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:14:21 2026] GET /v2.0/ports?device_id=641992d1-f985-404d-940e-646cd752bad0 => generated 969 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1649] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:14:21 2026] GET /v2.0/security-groups?id=35ee9dff-de8d-4339-8f97-beadade738bd&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1650] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:14:21 2026] GET /v2.0/ports?device_id=8d730f43-2a5b-4f4f-9b77-7c0753c8d471 => generated 973 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1651] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:14:21 2026] GET /v2.0/security-groups?id=1e8bd45a-a3bb-459c-88c0-50d3983a6666&fields=id&fields=name => generated 111 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1652] 199.19.213.159 () {38 vars in 1027 bytes} [Tue Apr 14 13:14:21 2026] PUT /v2.0/ports/1ed9f415-e431-416b-a0c1-e0d2a6367916 => generated 1235 bytes in 461 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 13:14:21.731 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a34f7dc1-8247-4275-a0b6-a4c270741ca0'] response: {'name': 'network-changed', 'server_uuid': 'a9c53855-ac4c-41d7-969b-de12a21bb83c', 'tag': '1ed9f415-e431-416b-a0c1-e0d2a6367916', 'status': 'completed', 'code': 200} 2026-04-14 13:14:22.207 8 INFO neutron.db.segments_db [None req-84853598-fbdc-4626-9351-b95986129e86 76bcbf8d1ca04c40a085057aa91db3b2 85538d1ee8fc4c178576a75d3da9b82e - - default default] Added segment 2499e042-4c64-48bf-99f0-471dba14f399 of type vxlan for network fd3198b3-6c27-468e-b1a8-dba0ec37bdd6 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 798/1653] 199.19.213.159 () {34 vars in 1079 bytes} [Tue Apr 14 13:14:22 2026] GET /v2.0/ports?tenant_id=17408829ff614696bcc27130b7a6f6c4&device_id=a9c53855-ac4c-41d7-969b-de12a21bb83c => generated 1238 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1654] 10.0.0.89 () {34 vars in 668 bytes} [Tue Apr 14 13:14:21 2026] POST /v2.0/networks => generated 631 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1655] 199.19.213.159 () {34 vars in 1017 bytes} [Tue Apr 14 13:14:22 2026] GET /v2.0/networks?tenant_id=17408829ff614696bcc27130b7a6f6c4&shared=False => generated 756 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1656] 199.19.213.159 () {34 vars in 929 bytes} [Tue Apr 14 13:14:22 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1657] 10.0.0.89 () {34 vars in 662 bytes} [Tue Apr 14 13:14:22 2026] POST /v2.0/ports => generated 743 bytes in 341 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1658] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:14:22 2026] GET /v2.0/ports?device_id=a9c53855-ac4c-41d7-969b-de12a21bb83c => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 860/1659] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:14:22 2026] GET /v2.0/security-groups?id=501260c5-cf6f-456b-9470-f396deab7229&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1660] 10.0.0.89 () {34 vars in 745 bytes} [Tue Apr 14 13:14:22 2026] PUT /v2.0/ports/8e599c59-2ef4-4384-8abe-3a2590cb1cf8/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 861/1661] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:14:22 2026] GET /v2.0/ports?device_id=641992d1-f985-404d-940e-646cd752bad0 => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1662] 10.0.0.89 () {32 vars in 725 bytes} [Tue Apr 14 13:14:22 2026] GET /v2.0/ports/8e599c59-2ef4-4384-8abe-3a2590cb1cf8/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 862/1663] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:14:22 2026] GET /v2.0/security-groups?id=35ee9dff-de8d-4339-8f97-beadade738bd&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: 802/1664] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:14:22 2026] GET /v2.0/ports?device_id=8d730f43-2a5b-4f4f-9b77-7c0753c8d471 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1665] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:14:22 2026] GET /v2.0/security-groups?id=1e8bd45a-a3bb-459c-88c0-50d3983a6666&fields=id&fields=name => generated 111 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1666] 10.0.0.89 () {34 vars in 756 bytes} [Tue Apr 14 13:14:22 2026] PUT /v2.0/ports/8e599c59-2ef4-4384-8abe-3a2590cb1cf8/tags/green => generated 4 bytes in 75 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1667] 10.0.0.89 () {32 vars in 725 bytes} [Tue Apr 14 13:14:22 2026] GET /v2.0/ports/8e599c59-2ef4-4384-8abe-3a2590cb1cf8/tags => generated 34 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 864/1668] 10.0.0.89 () {34 vars in 752 bytes} [Tue Apr 14 13:14:22 2026] PUT /v2.0/ports/8e599c59-2ef4-4384-8abe-3a2590cb1cf8/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: 805/1669] 10.0.0.89 () {32 vars in 725 bytes} [Tue Apr 14 13:14:22 2026] GET /v2.0/ports/8e599c59-2ef4-4384-8abe-3a2590cb1cf8/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 865/1670] 10.0.0.89 () {34 vars in 774 bytes} [Tue Apr 14 13:14:23 2026] PUT /v2.0/ports/8e599c59-2ef4-4384-8abe-3a2590cb1cf8/tags/black.or.white => generated 4 bytes in 86 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: 806/1671] 10.0.0.89 () {32 vars in 725 bytes} [Tue Apr 14 13:14:23 2026] GET /v2.0/ports/8e599c59-2ef4-4384-8abe-3a2590cb1cf8/tags => generated 52 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 866/1672] 10.0.0.89 () {34 vars in 745 bytes} [Tue Apr 14 13:14:23 2026] PUT /v2.0/ports/8e599c59-2ef4-4384-8abe-3a2590cb1cf8/tags => generated 37 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 807/1673] 10.0.0.89 () {32 vars in 725 bytes} [Tue Apr 14 13:14:23 2026] GET /v2.0/ports/8e599c59-2ef4-4384-8abe-3a2590cb1cf8/tags => generated 37 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 867/1674] 10.0.0.89 () {32 vars in 733 bytes} [Tue Apr 14 13:14:23 2026] GET /v2.0/ports/8e599c59-2ef4-4384-8abe-3a2590cb1cf8/tags/red => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 868/1675] 199.19.213.159 () {34 vars in 1079 bytes} [Tue Apr 14 13:14:23 2026] GET /v2.0/ports?tenant_id=17408829ff614696bcc27130b7a6f6c4&device_id=a9c53855-ac4c-41d7-969b-de12a21bb83c => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 13:14:23.446 7 INFO neutron.api.v2.resource [None req-1abbc8e0-01ab-4603-a890-fa10a9dc7288 76bcbf8d1ca04c40a085057aa91db3b2 85538d1ee8fc4c178576a75d3da9b82e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 808/1676] 10.0.0.89 () {32 vars in 737 bytes} [Tue Apr 14 13:14:23 2026] GET /v2.0/ports/8e599c59-2ef4-4384-8abe-3a2590cb1cf8/tags/green => generated 99 bytes in 77 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 869/1677] 199.19.213.159 () {34 vars in 1057 bytes} [Tue Apr 14 13:14:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=1ed9f415-e431-416b-a0c1-e0d2a6367916 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1678] 199.19.213.159 () {34 vars in 983 bytes} [Tue Apr 14 13:14:23 2026] GET /v2.0/subnets?id=547e80b3-0025-42b5-a58f-d6749bb82646 => generated 678 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1679] 10.0.0.89 () {32 vars in 736 bytes} [Tue Apr 14 13:14:23 2026] DELETE /v2.0/ports/8e599c59-2ef4-4384-8abe-3a2590cb1cf8/tags/red => generated 0 bytes in 57 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: 810/1680] 199.19.213.159 () {34 vars in 1051 bytes} [Tue Apr 14 13:14:23 2026] GET /v2.0/ports?network_id=025fea5d-d5c5-4c84-baa2-56d907fd49de&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1681] 10.0.0.89 () {32 vars in 725 bytes} [Tue Apr 14 13:14:23 2026] GET /v2.0/ports/8e599c59-2ef4-4384-8abe-3a2590cb1cf8/tags => generated 30 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 811/1682] 199.19.213.159 () {34 vars in 1011 bytes} [Tue Apr 14 13:14:23 2026] GET /v2.0/networks/025fea5d-d5c5-4c84-baa2-56d907fd49de?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 13:14:23.628 8 INFO neutron.api.v2.resource [None req-27a61cc4-6d3b-4f37-8bd4-aa8c9da23d51 76bcbf8d1ca04c40a085057aa91db3b2 85538d1ee8fc4c178576a75d3da9b82e - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 872/1683] 10.0.0.89 () {32 vars in 740 bytes} [Tue Apr 14 13:14:23 2026] DELETE /v2.0/ports/8e599c59-2ef4-4384-8abe-3a2590cb1cf8/tags/green => generated 99 bytes in 56 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: 812/1684] 199.19.213.159 () {34 vars in 1111 bytes} [Tue Apr 14 13:14:23 2026] GET /v2.0/networks/025fea5d-d5c5-4c84-baa2-56d907fd49de?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1685] 10.0.0.89 () {32 vars in 728 bytes} [Tue Apr 14 13:14:23 2026] DELETE /v2.0/ports/8e599c59-2ef4-4384-8abe-3a2590cb1cf8/tags => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 813/1686] 10.0.0.89 () {32 vars in 725 bytes} [Tue Apr 14 13:14:23 2026] GET /v2.0/ports/8e599c59-2ef4-4384-8abe-3a2590cb1cf8/tags => generated 12 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 874/1687] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:14:23 2026] GET /v2.0/ports?device_id=a9c53855-ac4c-41d7-969b-de12a21bb83c => generated 969 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1688] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:14:23 2026] GET /v2.0/security-groups?id=501260c5-cf6f-456b-9470-f396deab7229&fields=id&fields=name => generated 114 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:14:23.867 7 INFO neutron_taas.services.taas.taas_plugin [None req-e2c79537-0fd5-454a-9183-d798997ff597 76bcbf8d1ca04c40a085057aa91db3b2 85538d1ee8fc4c178576a75d3da9b82e - - default default] TaaS: Handle Delete Port: 8e599c59-2ef4-4384-8abe-3a2590cb1cf8 2026-04-14 13:14:23.869 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e2c79537-0fd5-454a-9183-d798997ff597 76bcbf8d1ca04c40a085057aa91db3b2 85538d1ee8fc4c178576a75d3da9b82e - - default default] Tap Mirror: Handle Delete Port: 8e599c59-2ef4-4384-8abe-3a2590cb1cf8 [pid: 8|app: 0|req: 876/1689] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:14:23 2026] GET /v2.0/ports?device_id=641992d1-f985-404d-940e-646cd752bad0 => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1690] 10.0.0.89 () {32 vars in 718 bytes} [Tue Apr 14 13:14:23 2026] DELETE /v2.0/ports/8e599c59-2ef4-4384-8abe-3a2590cb1cf8 => 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: 815/1691] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:14:23 2026] GET /v2.0/security-groups?id=35ee9dff-de8d-4339-8f97-beadade738bd&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1692] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:14:23 2026] GET /v2.0/ports?device_id=8d730f43-2a5b-4f4f-9b77-7c0753c8d471 => generated 975 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1693] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:14:24 2026] GET /v2.0/security-groups?id=1e8bd45a-a3bb-459c-88c0-50d3983a6666&fields=id&fields=name => generated 111 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:14:24.116 7 INFO neutron.services.segments.plugin [-] Segment 2499e042-4c64-48bf-99f0-471dba14f399 resource provider aggregate not found 2026-04-14 13:14:24.120 7 INFO neutron.services.segments.plugin [-] Segment 2499e042-4c64-48bf-99f0-471dba14f399 resource provider aggregate not found [pid: 7|app: 0|req: 816/1694] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:14:23 2026] DELETE /v2.0/networks/fd3198b3-6c27-468e-b1a8-dba0ec37bdd6 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:14:24.152 7 INFO neutron.services.segments.plugin [-] Segment 2499e042-4c64-48bf-99f0-471dba14f399 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2499e042-4c64-48bf-99f0-471dba14f399 found for delete ", "request_id": "req-7f4e6d9c-8d02-4614-bfba-e15cab52128f"}]} 2026-04-14 13:14:24.152 7 INFO neutron.services.segments.plugin [-] Segment 2499e042-4c64-48bf-99f0-471dba14f399 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2499e042-4c64-48bf-99f0-471dba14f399 found for delete ", "request_id": "req-c03bf0f6-bf47-487f-87a5-77162d1c2cb5"}]} [pid: 8|app: 0|req: 879/1695] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:14:24 2026] GET /v2.0/security-groups?tenant_id=85538d1ee8fc4c178576a75d3da9b82e&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1696] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:14:24 2026] GET /v2.0/ports?device_id=a9c53855-ac4c-41d7-969b-de12a21bb83c => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1697] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:14:24 2026] GET /v2.0/security-groups?id=501260c5-cf6f-456b-9470-f396deab7229&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1698] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:14:25 2026] GET /v2.0/ports?device_id=641992d1-f985-404d-940e-646cd752bad0 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1699] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:14:24 2026] DELETE /v2.0/security-groups/6fad7c04-3ae9-40e0-b7f1-8472c64caa85 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1700] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:14:25 2026] GET /v2.0/security-groups?id=35ee9dff-de8d-4339-8f97-beadade738bd&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1701] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:14:25 2026] GET /v2.0/ports?device_id=8d730f43-2a5b-4f4f-9b77-7c0753c8d471 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1702] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:14:25 2026] GET /v2.0/security-groups?id=1e8bd45a-a3bb-459c-88c0-50d3983a6666&fields=id&fields=name => generated 111 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1703] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:14:25 2026] GET /v2.0/security-groups?tenant_id=057c363bdf064666adafa2d7a19f6385&name=default => generated 2925 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1704] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:14:25 2026] GET /v2.0/ports?device_id=8d730f43-2a5b-4f4f-9b77-7c0753c8d471 => generated 975 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1705] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:14:25 2026] DELETE /v2.0/security-groups/31d0a7a3-ec39-447b-9c3b-3fd8db546d25 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 13:14:25.729 7 INFO neutron.db.l3_db [None req-661edcf0-d52f-4112-beaa-f44d5241cff4 5a105b07c9de4c6098ab7bed993160cb aae4939989944caba749926f8821e780 - - default default] Floating IP 6f626462-b5d8-43ba-974b-df5ef29c10f3 associated. External IP: 10.96.250.208, port: 574cfa96-0a7f-4058-8e3d-eb129c4bb8aa. [pid: 7|app: 0|req: 823/1706] 10.0.0.89 () {34 vars in 747 bytes} [Tue Apr 14 13:14:25 2026] PUT /v2.0/floatingips/6f626462-b5d8-43ba-974b-df5ef29c10f3 => generated 856 bytes in 651 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:14:26.061 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c709505e-882c-46d2-b796-6c2e1e6c2c87'] response: {'name': 'network-changed', 'server_uuid': '8d730f43-2a5b-4f4f-9b77-7c0753c8d471', 'tag': '574cfa96-0a7f-4058-8e3d-eb129c4bb8aa', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 884/1707] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:14:26 2026] GET /v2.0/ports?device_id=a9c53855-ac4c-41d7-969b-de12a21bb83c => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1708] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:14:26 2026] GET /v2.0/security-groups?id=501260c5-cf6f-456b-9470-f396deab7229&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1709] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:14:26 2026] GET /v2.0/ports?device_id=641992d1-f985-404d-940e-646cd752bad0 => generated 971 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1710] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:14:26 2026] GET /v2.0/security-groups?id=35ee9dff-de8d-4339-8f97-beadade738bd&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1711] 199.19.213.159 () {34 vars in 1079 bytes} [Tue Apr 14 13:14:26 2026] GET /v2.0/ports?tenant_id=aae4939989944caba749926f8821e780&device_id=8d730f43-2a5b-4f4f-9b77-7c0753c8d471 => 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: 826/1712] 199.19.213.159 () {34 vars in 985 bytes} [Tue Apr 14 13:14:26 2026] GET /v2.0/networks?id=e169c6b4-b4cf-43d3-ac28-9bf25b0f5ff1 => generated 771 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1713] 199.19.213.159 () {34 vars in 1059 bytes} [Tue Apr 14 13:14:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=574cfa96-0a7f-4058-8e3d-eb129c4bb8aa => generated 859 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1714] 199.19.213.159 () {34 vars in 983 bytes} [Tue Apr 14 13:14:26 2026] GET /v2.0/subnets?id=57863bfd-64d9-4170-820b-0538189e8654 => generated 693 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1715] 199.19.213.159 () {34 vars in 1051 bytes} [Tue Apr 14 13:14:26 2026] GET /v2.0/ports?network_id=e169c6b4-b4cf-43d3-ac28-9bf25b0f5ff1&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: 828/1716] 199.19.213.159 () {34 vars in 1011 bytes} [Tue Apr 14 13:14:26 2026] GET /v2.0/networks/e169c6b4-b4cf-43d3-ac28-9bf25b0f5ff1?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1717] 199.19.213.159 () {34 vars in 1111 bytes} [Tue Apr 14 13:14:26 2026] GET /v2.0/networks/e169c6b4-b4cf-43d3-ac28-9bf25b0f5ff1?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: 829/1718] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:14:27 2026] GET /v2.0/ports?device_id=a9c53855-ac4c-41d7-969b-de12a21bb83c => generated 969 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1719] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:14:27 2026] GET /v2.0/security-groups?id=501260c5-cf6f-456b-9470-f396deab7229&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: 830/1720] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:14:27 2026] GET /v2.0/ports?device_id=641992d1-f985-404d-940e-646cd752bad0 => generated 971 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1721] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:14:27 2026] GET /v2.0/security-groups?id=35ee9dff-de8d-4339-8f97-beadade738bd&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1722] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:14:28 2026] GET /v2.0/ports?device_id=a9c53855-ac4c-41d7-969b-de12a21bb83c => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1723] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:14:28 2026] GET /v2.0/security-groups?id=501260c5-cf6f-456b-9470-f396deab7229&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: 832/1724] 10.0.0.89 () {34 vars in 676 bytes} [Tue Apr 14 13:14:28 2026] POST /v2.0/qos/policies => generated 359 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1725] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:14:28 2026] GET /v2.0/ports?device_id=641992d1-f985-404d-940e-646cd752bad0 => generated 971 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1726] 10.0.0.89 () {34 vars in 751 bytes} [Tue Apr 14 13:14:28 2026] PUT /v2.0/policies/8058d1f0-2cd4-40fd-b531-f080a5423f80/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1727] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:14:28 2026] GET /v2.0/security-groups?id=35ee9dff-de8d-4339-8f97-beadade738bd&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1728] 10.0.0.89 () {32 vars in 731 bytes} [Tue Apr 14 13:14:28 2026] GET /v2.0/policies/8058d1f0-2cd4-40fd-b531-f080a5423f80/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1729] 10.0.0.89 () {34 vars in 762 bytes} [Tue Apr 14 13:14:28 2026] PUT /v2.0/policies/8058d1f0-2cd4-40fd-b531-f080a5423f80/tags/green => generated 4 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1730] 10.0.0.89 () {32 vars in 731 bytes} [Tue Apr 14 13:14:29 2026] GET /v2.0/policies/8058d1f0-2cd4-40fd-b531-f080a5423f80/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1731] 10.0.0.89 () {34 vars in 758 bytes} [Tue Apr 14 13:14:29 2026] PUT /v2.0/policies/8058d1f0-2cd4-40fd-b531-f080a5423f80/tags/red => generated 4 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1732] 10.0.0.89 () {32 vars in 731 bytes} [Tue Apr 14 13:14:29 2026] GET /v2.0/policies/8058d1f0-2cd4-40fd-b531-f080a5423f80/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1733] 10.0.0.89 () {34 vars in 780 bytes} [Tue Apr 14 13:14:29 2026] PUT /v2.0/policies/8058d1f0-2cd4-40fd-b531-f080a5423f80/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: 8|app: 0|req: 897/1734] 10.0.0.89 () {32 vars in 731 bytes} [Tue Apr 14 13:14:29 2026] GET /v2.0/policies/8058d1f0-2cd4-40fd-b531-f080a5423f80/tags => generated 52 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1735] 10.0.0.89 () {34 vars in 751 bytes} [Tue Apr 14 13:14:29 2026] PUT /v2.0/policies/8058d1f0-2cd4-40fd-b531-f080a5423f80/tags => generated 37 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1736] 10.0.0.89 () {32 vars in 731 bytes} [Tue Apr 14 13:14:29 2026] GET /v2.0/policies/8058d1f0-2cd4-40fd-b531-f080a5423f80/tags => generated 37 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1737] 10.0.0.89 () {32 vars in 739 bytes} [Tue Apr 14 13:14:29 2026] GET /v2.0/policies/8058d1f0-2cd4-40fd-b531-f080a5423f80/tags/red => generated 0 bytes in 30 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 13:14:29.400 8 INFO neutron.api.v2.resource [None req-fdeeef3a-892a-4f6d-8186-1ae1aebe6b4a 16f0d7ecc18c48eea670410dbf11831d 9582e592fb3c4970a492fb6241082eb9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 899/1738] 10.0.0.89 () {32 vars in 743 bytes} [Tue Apr 14 13:14:29 2026] GET /v2.0/policies/8058d1f0-2cd4-40fd-b531-f080a5423f80/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: 840/1739] 10.0.0.89 () {32 vars in 742 bytes} [Tue Apr 14 13:14:29 2026] DELETE /v2.0/policies/8058d1f0-2cd4-40fd-b531-f080a5423f80/tags/red => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1740] 10.0.0.89 () {32 vars in 731 bytes} [Tue Apr 14 13:14:29 2026] GET /v2.0/policies/8058d1f0-2cd4-40fd-b531-f080a5423f80/tags => generated 30 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 13:14:29.554 7 INFO neutron.api.v2.resource [None req-bb12ccd2-4d98-4e23-9e70-dc3b8c53b865 16f0d7ecc18c48eea670410dbf11831d 9582e592fb3c4970a492fb6241082eb9 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 841/1741] 10.0.0.89 () {32 vars in 746 bytes} [Tue Apr 14 13:14:29 2026] DELETE /v2.0/policies/8058d1f0-2cd4-40fd-b531-f080a5423f80/tags/green => generated 99 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1742] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:14:29 2026] GET /v2.0/ports?device_id=a9c53855-ac4c-41d7-969b-de12a21bb83c => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1743] 10.0.0.89 () {32 vars in 734 bytes} [Tue Apr 14 13:14:29 2026] DELETE /v2.0/policies/8058d1f0-2cd4-40fd-b531-f080a5423f80/tags => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1744] 10.0.0.89 () {32 vars in 731 bytes} [Tue Apr 14 13:14:29 2026] GET /v2.0/policies/8058d1f0-2cd4-40fd-b531-f080a5423f80/tags => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1745] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:14:29 2026] GET /v2.0/security-groups?id=501260c5-cf6f-456b-9470-f396deab7229&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1746] 10.0.0.89 () {32 vars in 732 bytes} [Tue Apr 14 13:14:29 2026] DELETE /v2.0/qos/policies/8058d1f0-2cd4-40fd-b531-f080a5423f80 => 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: 844/1747] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:14:29 2026] GET /v2.0/ports?device_id=a9c53855-ac4c-41d7-969b-de12a21bb83c => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1748] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:14:29 2026] GET /v2.0/security-groups?id=501260c5-cf6f-456b-9470-f396deab7229&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1749] 10.0.0.89 () {32 vars in 734 bytes} [Tue Apr 14 13:14:29 2026] GET /v2.0/ports?device_id=a9c53855-ac4c-41d7-969b-de12a21bb83c => generated 1240 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1750] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:14:30 2026] GET /v2.0/ports?device_id=641992d1-f985-404d-940e-646cd752bad0 => 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: 847/1751] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:14:30 2026] GET /v2.0/security-groups?id=35ee9dff-de8d-4339-8f97-beadade738bd&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 13:14:30.204 8 INFO neutron.db.l3_db [None req-963d7de6-9ee6-4db7-b4b2-0000a4eabe91 7ba77edcd10b4fae95d38526a191d3b1 17408829ff614696bcc27130b7a6f6c4 - - default default] Floating IP 64c933e8-9a1f-4d9b-8a57-1340fecc6f15 associated. External IP: 10.96.250.211, port: 1ed9f415-e431-416b-a0c1-e0d2a6367916. [pid: 8|app: 0|req: 905/1752] 10.0.0.89 () {34 vars in 747 bytes} [Tue Apr 14 13:14:29 2026] PUT /v2.0/floatingips/64c933e8-9a1f-4d9b-8a57-1340fecc6f15 => generated 855 bytes in 641 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:14:30.555 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9622f512-c8b0-4d87-84bc-997bb3876702'] response: {'name': 'network-changed', 'server_uuid': 'a9c53855-ac4c-41d7-969b-de12a21bb83c', 'tag': '1ed9f415-e431-416b-a0c1-e0d2a6367916', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 906/1753] 10.0.0.89 () {32 vars in 727 bytes} [Tue Apr 14 13:14:30 2026] GET /v2.0/floatingips/64c933e8-9a1f-4d9b-8a57-1340fecc6f15 => generated 855 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1754] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:14:30 2026] GET /v2.0/security-groups?tenant_id=704d2b6368a940d2bca9c516e0375282&name=default => generated 2925 bytes in 278 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1755] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:14:30 2026] DELETE /v2.0/security-groups/80a49668-d6b3-4273-8a33-0887b64fc4cd => 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: 849/1756] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:14:30 2026] GET /v2.0/security-groups?tenant_id=9582e592fb3c4970a492fb6241082eb9&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: 850/1757] 199.19.213.159 () {34 vars in 1079 bytes} [Tue Apr 14 13:14:31 2026] GET /v2.0/ports?tenant_id=17408829ff614696bcc27130b7a6f6c4&device_id=a9c53855-ac4c-41d7-969b-de12a21bb83c => generated 1240 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1758] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:14:31 2026] DELETE /v2.0/security-groups/ce087791-b65e-4e4d-8d3a-081b5f088d47 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1759] 199.19.213.159 () {34 vars in 985 bytes} [Tue Apr 14 13:14:31 2026] GET /v2.0/networks?id=025fea5d-d5c5-4c84-baa2-56d907fd49de => generated 756 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1760] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:14:31 2026] GET /v2.0/ports?device_id=641992d1-f985-404d-940e-646cd752bad0 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1761] 199.19.213.159 () {34 vars in 1057 bytes} [Tue Apr 14 13:14:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=1ed9f415-e431-416b-a0c1-e0d2a6367916 => generated 858 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1762] 199.19.213.159 () {34 vars in 983 bytes} [Tue Apr 14 13:14:31 2026] GET /v2.0/subnets?id=547e80b3-0025-42b5-a58f-d6749bb82646 => 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: 853/1763] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:14:31 2026] GET /v2.0/security-groups?id=35ee9dff-de8d-4339-8f97-beadade738bd&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1766] 199.19.213.159 () {34 vars in 1051 bytes} [Tue Apr 14 13:14:31 2026] GET /v2.0/ports?network_id=025fea5d-d5c5-4c84-baa2-56d907fd49de&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: 856/1767] 199.19.213.159 () {34 vars in 993 bytes} [Tue Apr 14 13:14:31 2026] GET /v2.0/ports?device_id=641992d1-f985-404d-940e-646cd752bad0 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1768] 199.19.213.159 () {34 vars in 1011 bytes} [Tue Apr 14 13:14:31 2026] GET /v2.0/networks/025fea5d-d5c5-4c84-baa2-56d907fd49de?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1769] 199.19.213.159 () {34 vars in 1111 bytes} [Tue Apr 14 13:14:31 2026] GET /v2.0/networks/025fea5d-d5c5-4c84-baa2-56d907fd49de?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 13:14:31.453 7 INFO neutron_taas.services.taas.taas_plugin [req-4c71727b-5f15-4781-872e-dd9eadd9debb req-cc8b5ea5-9811-47f4-acea-be11b2a29580 0757e91ada4d47beb65df76d41a35594 fc7493b4786941b9b5c6b4743d25d42a - - default default] TaaS: Handle Delete Port: b684ae3e-7b89-441f-8cb8-4025b13a11df 2026-04-14 13:14:31.456 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4c71727b-5f15-4781-872e-dd9eadd9debb req-cc8b5ea5-9811-47f4-acea-be11b2a29580 0757e91ada4d47beb65df76d41a35594 fc7493b4786941b9b5c6b4743d25d42a - - default default] Tap Mirror: Handle Delete Port: b684ae3e-7b89-441f-8cb8-4025b13a11df [pid: 7|app: 0|req: 857/1770] 199.19.213.159 () {36 vars in 996 bytes} [Tue Apr 14 13:14:31 2026] DELETE /v2.0/ports/b684ae3e-7b89-441f-8cb8-4025b13a11df => generated 0 bytes in 247 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1771] 10.0.0.89 () {32 vars in 727 bytes} [Tue Apr 14 13:14:31 2026] GET /v2.0/floatingips/64c933e8-9a1f-4d9b-8a57-1340fecc6f15 => generated 855 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:14:31.637 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-289ec52f-840a-44fb-b4bb-b5f33284b7b1'] response: {'server_uuid': '641992d1-f985-404d-940e-646cd752bad0', 'name': 'network-vif-deleted', 'tag': 'b684ae3e-7b89-441f-8cb8-4025b13a11df', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 858/1772] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:14:32 2026] GET /v2.0/ports?device_id=641992d1-f985-404d-940e-646cd752bad0 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1773] 10.0.0.89 () {32 vars in 727 bytes} [Tue Apr 14 13:14:32 2026] GET /v2.0/floatingips/64c933e8-9a1f-4d9b-8a57-1340fecc6f15 => generated 857 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1774] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:14:33 2026] GET /v2.0/ports?device_id=641992d1-f985-404d-940e-646cd752bad0 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1775] 10.0.0.130 () {34 vars in 989 bytes} [Tue Apr 14 13:14:33 2026] GET /v2.0/ports?device_id=8d730f43-2a5b-4f4f-9b77-7c0753c8d471 => 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: 860/1776] 10.0.0.130 () {34 vars in 1039 bytes} [Tue Apr 14 13:14:34 2026] GET /v2.0/security-groups?id=1e8bd45a-a3bb-459c-88c0-50d3983a6666&fields=id&fields=name => generated 111 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1777] 10.0.0.89 () {34 vars in 674 bytes} [Tue Apr 14 13:14:34 2026] POST /v2.0/subnetpools => generated 516 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1778] 10.0.0.89 () {34 vars in 757 bytes} [Tue Apr 14 13:14:34 2026] PUT /v2.0/subnetpools/d1cddb01-6316-4f5a-842b-d7e743442ef4/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1779] 10.0.0.89 () {32 vars in 737 bytes} [Tue Apr 14 13:14:34 2026] GET /v2.0/subnetpools/d1cddb01-6316-4f5a-842b-d7e743442ef4/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1780] 10.0.0.89 () {34 vars in 768 bytes} [Tue Apr 14 13:14:34 2026] PUT /v2.0/subnetpools/d1cddb01-6316-4f5a-842b-d7e743442ef4/tags/green => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1781] 10.0.0.89 () {32 vars in 737 bytes} [Tue Apr 14 13:14:34 2026] GET /v2.0/subnetpools/d1cddb01-6316-4f5a-842b-d7e743442ef4/tags => generated 34 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1782] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:14:34 2026] GET /v2.0/ports?device_id=641992d1-f985-404d-940e-646cd752bad0 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1783] 10.0.0.89 () {34 vars in 764 bytes} [Tue Apr 14 13:14:34 2026] PUT /v2.0/subnetpools/d1cddb01-6316-4f5a-842b-d7e743442ef4/tags/red => generated 4 bytes in 29 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1784] 10.0.0.89 () {32 vars in 737 bytes} [Tue Apr 14 13:14:34 2026] GET /v2.0/subnetpools/d1cddb01-6316-4f5a-842b-d7e743442ef4/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1785] 10.0.0.89 () {34 vars in 786 bytes} [Tue Apr 14 13:14:34 2026] PUT /v2.0/subnetpools/d1cddb01-6316-4f5a-842b-d7e743442ef4/tags/black.or.white => generated 4 bytes in 38 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1786] 10.0.0.89 () {32 vars in 737 bytes} [Tue Apr 14 13:14:34 2026] GET /v2.0/subnetpools/d1cddb01-6316-4f5a-842b-d7e743442ef4/tags => generated 52 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1787] 10.0.0.89 () {34 vars in 757 bytes} [Tue Apr 14 13:14:34 2026] PUT /v2.0/subnetpools/d1cddb01-6316-4f5a-842b-d7e743442ef4/tags => generated 37 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1788] 10.0.0.89 () {32 vars in 737 bytes} [Tue Apr 14 13:14:34 2026] GET /v2.0/subnetpools/d1cddb01-6316-4f5a-842b-d7e743442ef4/tags => generated 37 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1789] 10.0.0.89 () {32 vars in 745 bytes} [Tue Apr 14 13:14:34 2026] GET /v2.0/subnetpools/d1cddb01-6316-4f5a-842b-d7e743442ef4/tags/red => generated 0 bytes in 25 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 13:14:34.820 7 INFO neutron.api.v2.resource [None req-d7faa4d5-b8dd-4703-8cf3-38c22fa366c8 8f523cc0b35a4528ae2474c5e80b2baf 33c6b88ceab2428da6a12c5d4ab78c13 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 867/1790] 10.0.0.89 () {32 vars in 749 bytes} [Tue Apr 14 13:14:34 2026] GET /v2.0/subnetpools/d1cddb01-6316-4f5a-842b-d7e743442ef4/tags/green => generated 99 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1791] 10.0.0.89 () {32 vars in 748 bytes} [Tue Apr 14 13:14:34 2026] DELETE /v2.0/subnetpools/d1cddb01-6316-4f5a-842b-d7e743442ef4/tags/red => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1792] 10.0.0.89 () {32 vars in 737 bytes} [Tue Apr 14 13:14:34 2026] GET /v2.0/subnetpools/d1cddb01-6316-4f5a-842b-d7e743442ef4/tags => generated 30 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 13:14:34.927 8 INFO neutron.api.v2.resource [None req-240c6e4b-0db0-450c-a3b1-1b4b6ad8384c 8f523cc0b35a4528ae2474c5e80b2baf 33c6b88ceab2428da6a12c5d4ab78c13 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 925/1793] 10.0.0.89 () {32 vars in 752 bytes} [Tue Apr 14 13:14:34 2026] DELETE /v2.0/subnetpools/d1cddb01-6316-4f5a-842b-d7e743442ef4/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1794] 10.0.0.89 () {32 vars in 740 bytes} [Tue Apr 14 13:14:34 2026] DELETE /v2.0/subnetpools/d1cddb01-6316-4f5a-842b-d7e743442ef4/tags => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1795] 10.0.0.89 () {32 vars in 737 bytes} [Tue Apr 14 13:14:34 2026] GET /v2.0/subnetpools/d1cddb01-6316-4f5a-842b-d7e743442ef4/tags => 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: 870/1796] 10.0.0.89 () {32 vars in 730 bytes} [Tue Apr 14 13:14:35 2026] DELETE /v2.0/subnetpools/d1cddb01-6316-4f5a-842b-d7e743442ef4 => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1797] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:14:35 2026] GET /v2.0/security-groups?tenant_id=b0fe5d97c6ed48d1950625718a3103ea&name=default => generated 2925 bytes in 216 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1798] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:14:35 2026] DELETE /v2.0/security-groups/25b5b7c7-6170-4df9-aa3c-3065f73b723b => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1799] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:14:36 2026] GET /v2.0/security-groups?tenant_id=33c6b88ceab2428da6a12c5d4ab78c13&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: 872/1800] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:14:36 2026] DELETE /v2.0/security-groups/42ab5918-39eb-4673-b0b4-b4c63ab23943 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 13:14:37.066 8 INFO neutron_taas.services.taas.taas_plugin [None req-ff0eb605-0a67-4d4f-a10e-3e61584a270a 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] TaaS: Handle Delete Port: 8cf31921-aa59-4b6b-b2e3-17f78884305a 2026-04-14 13:14:37.068 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ff0eb605-0a67-4d4f-a10e-3e61584a270a 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Tap Mirror: Handle Delete Port: 8cf31921-aa59-4b6b-b2e3-17f78884305a [pid: 8|app: 0|req: 929/1801] 10.0.0.89 () {34 vars in 787 bytes} [Tue Apr 14 13:14:36 2026] PUT /v2.0/routers/b8ab1e48-f71f-4385-a976-b98ced5c18e2/remove_router_interface => generated 309 bytes in 806 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:14:37.729 7 INFO neutron_taas.services.taas.taas_plugin [None req-c616f28f-e2af-4355-a83f-e75913ace7bc 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] TaaS: Handle Delete Port: ca8a03cf-9fcc-40d4-bd30-1f720b0d1598 2026-04-14 13:14:37.731 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c616f28f-e2af-4355-a83f-e75913ace7bc 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Tap Mirror: Handle Delete Port: ca8a03cf-9fcc-40d4-bd30-1f720b0d1598 2026-04-14 13:14:37.954 7 INFO neutron_taas.services.taas.taas_plugin [None req-c616f28f-e2af-4355-a83f-e75913ace7bc 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] TaaS: Handle Delete Port: f24de5e3-0fed-4458-a026-a50e558747a9 2026-04-14 13:14:37.957 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c616f28f-e2af-4355-a83f-e75913ace7bc 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Tap Mirror: Handle Delete Port: f24de5e3-0fed-4458-a026-a50e558747a9 2026-04-14 13:14:38.309 7 INFO neutron.services.segments.plugin [-] Segment e07f5059-1cf7-43d8-b8fd-aa16e14a3f95 resource provider aggregate not found 2026-04-14 13:14:38.313 7 INFO neutron.services.segments.plugin [-] Segment e07f5059-1cf7-43d8-b8fd-aa16e14a3f95 resource provider aggregate not found 2026-04-14 13:14:38.335 7 INFO neutron.services.segments.plugin [-] Segment e07f5059-1cf7-43d8-b8fd-aa16e14a3f95 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e07f5059-1cf7-43d8-b8fd-aa16e14a3f95 found for delete ", "request_id": "req-aed958e5-2912-4a26-88f4-860d0c459ca2"}]} 2026-04-14 13:14:38.337 7 INFO neutron.services.segments.plugin [-] Segment e07f5059-1cf7-43d8-b8fd-aa16e14a3f95 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e07f5059-1cf7-43d8-b8fd-aa16e14a3f95 found for delete ", "request_id": "req-88f488e0-8680-4929-99d0-73b78b3521c0"}]} 2026-04-14 13:14:38.345 7 INFO neutron.db.l3_hamode_db [None req-c616f28f-e2af-4355-a83f-e75913ace7bc 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] HA network 93e59ca0-d5de-4643-b6a7-90248c8a95f1 was deleted as no HA routers are present in tenant fc7493b4786941b9b5c6b4743d25d42a. [pid: 7|app: 0|req: 873/1802] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:14:37 2026] DELETE /v2.0/routers/b8ab1e48-f71f-4385-a976-b98ced5c18e2 => generated 0 bytes in 795 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1803] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:14:38 2026] DELETE /v2.0/subnets/23720a55-1903-4725-b1b6-05c3366a3ca1 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:14:38.591 7 INFO neutron_taas.services.taas.taas_plugin [None req-53569077-5ed8-49bd-9a74-a1d2943c802e 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] TaaS: Handle Delete Port: 935a5cc2-c559-4651-b44a-a8ef607f8c61 2026-04-14 13:14:38.594 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-53569077-5ed8-49bd-9a74-a1d2943c802e 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Tap Mirror: Handle Delete Port: 935a5cc2-c559-4651-b44a-a8ef607f8c61 [pid: 7|app: 0|req: 874/1804] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:14:38 2026] DELETE /v2.0/networks/fed373fb-5d80-4ebf-946b-c6b40e5116aa => generated 0 bytes in 281 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1805] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:14:38 2026] GET /v2.0/security-groups?tenant_id=fc7493b4786941b9b5c6b4743d25d42a&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1806] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:14:38 2026] DELETE /v2.0/security-groups/35ee9dff-de8d-4339-8f97-beadade738bd => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 13:14:39.648 8 INFO neutron.db.segments_db [None req-892606ab-9232-4405-9bda-603b858d18d4 90a9600c0db54e3c805ba2c242791684 4f30f6636270432dab99cc99288d0f20 - - default default] Added segment 4d8f0e8e-1f34-41a9-bb9a-2f221d0a6d1a of type vxlan for network f8fe793b-fb7e-4227-9528-1b3203ae2311 [pid: 8|app: 0|req: 932/1807] 10.0.0.89 () {34 vars in 668 bytes} [Tue Apr 14 13:14:39 2026] POST /v2.0/networks => generated 632 bytes in 384 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1808] 10.0.0.89 () {34 vars in 662 bytes} [Tue Apr 14 13:14:39 2026] POST /v2.0/ports => generated 743 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 933/1809] 10.0.0.89 () {34 vars in 664 bytes} [Tue Apr 14 13:14:40 2026] POST /v2.0/trunks => generated 407 bytes in 292 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1810] 10.0.0.130 () {34 vars in 989 bytes} [Tue Apr 14 13:14:40 2026] GET /v2.0/ports?device_id=a9c53855-ac4c-41d7-969b-de12a21bb83c => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 13:14:40.356 7 INFO neutron.services.segments.plugin [-] Segment 963aaced-3c73-4eb0-acb4-0cdeb4c04b2b resource provider aggregate not found 2026-04-14 13:14:40.362 7 INFO neutron.services.segments.plugin [-] Segment 963aaced-3c73-4eb0-acb4-0cdeb4c04b2b resource provider aggregate not found 2026-04-14 13:14:40.377 7 INFO neutron.services.segments.plugin [-] Segment 963aaced-3c73-4eb0-acb4-0cdeb4c04b2b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 963aaced-3c73-4eb0-acb4-0cdeb4c04b2b found for delete ", "request_id": "req-88d851e7-af6c-47ae-9930-5d445696d21b"}]} [pid: 8|app: 0|req: 934/1811] 10.0.0.130 () {34 vars in 1039 bytes} [Tue Apr 14 13:14:40 2026] GET /v2.0/security-groups?id=501260c5-cf6f-456b-9470-f396deab7229&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:14:40.382 7 INFO neutron.services.segments.plugin [-] Segment 963aaced-3c73-4eb0-acb4-0cdeb4c04b2b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 963aaced-3c73-4eb0-acb4-0cdeb4c04b2b found for delete ", "request_id": "req-06500791-c945-4029-829b-b056cdc02f9c"}]} [pid: 7|app: 0|req: 878/1812] 10.0.0.89 () {34 vars in 747 bytes} [Tue Apr 14 13:14:40 2026] PUT /v2.0/trunks/57ae8125-9ad1-41d5-a6b8-ca1e9850efd0/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1813] 10.0.0.89 () {32 vars in 727 bytes} [Tue Apr 14 13:14:40 2026] GET /v2.0/trunks/57ae8125-9ad1-41d5-a6b8-ca1e9850efd0/tags => generated 25 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1814] 10.0.0.89 () {34 vars in 758 bytes} [Tue Apr 14 13:14:40 2026] PUT /v2.0/trunks/57ae8125-9ad1-41d5-a6b8-ca1e9850efd0/tags/green => generated 4 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1815] 10.0.0.89 () {32 vars in 727 bytes} [Tue Apr 14 13:14:40 2026] GET /v2.0/trunks/57ae8125-9ad1-41d5-a6b8-ca1e9850efd0/tags => generated 34 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1816] 10.0.0.89 () {34 vars in 754 bytes} [Tue Apr 14 13:14:40 2026] PUT /v2.0/trunks/57ae8125-9ad1-41d5-a6b8-ca1e9850efd0/tags/red => generated 4 bytes in 29 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1817] 10.0.0.89 () {32 vars in 727 bytes} [Tue Apr 14 13:14:40 2026] GET /v2.0/trunks/57ae8125-9ad1-41d5-a6b8-ca1e9850efd0/tags => generated 34 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1818] 10.0.0.89 () {34 vars in 776 bytes} [Tue Apr 14 13:14:40 2026] PUT /v2.0/trunks/57ae8125-9ad1-41d5-a6b8-ca1e9850efd0/tags/black.or.white => generated 4 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1819] 10.0.0.89 () {32 vars in 727 bytes} [Tue Apr 14 13:14:40 2026] GET /v2.0/trunks/57ae8125-9ad1-41d5-a6b8-ca1e9850efd0/tags => generated 52 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1820] 10.0.0.89 () {34 vars in 747 bytes} [Tue Apr 14 13:14:40 2026] PUT /v2.0/trunks/57ae8125-9ad1-41d5-a6b8-ca1e9850efd0/tags => generated 37 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1821] 10.0.0.89 () {32 vars in 727 bytes} [Tue Apr 14 13:14:40 2026] GET /v2.0/trunks/57ae8125-9ad1-41d5-a6b8-ca1e9850efd0/tags => generated 37 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1822] 10.0.0.89 () {32 vars in 735 bytes} [Tue Apr 14 13:14:40 2026] GET /v2.0/trunks/57ae8125-9ad1-41d5-a6b8-ca1e9850efd0/tags/red => generated 0 bytes in 21 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 13:14:40.743 8 INFO neutron.api.v2.resource [None req-243bec66-dfe1-41eb-bf6d-6069e38a87a2 90a9600c0db54e3c805ba2c242791684 4f30f6636270432dab99cc99288d0f20 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 940/1823] 10.0.0.89 () {32 vars in 739 bytes} [Tue Apr 14 13:14:40 2026] GET /v2.0/trunks/57ae8125-9ad1-41d5-a6b8-ca1e9850efd0/tags/green => generated 99 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1824] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:14:40 2026] DELETE /v2.0/trunks/57ae8125-9ad1-41d5-a6b8-ca1e9850efd0/tags/red => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1825] 10.0.0.89 () {32 vars in 727 bytes} [Tue Apr 14 13:14:40 2026] GET /v2.0/trunks/57ae8125-9ad1-41d5-a6b8-ca1e9850efd0/tags => generated 30 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 13:14:40.838 7 INFO neutron.api.v2.resource [None req-1f3ecc99-5398-4a08-a39e-f7f65f97bbea 90a9600c0db54e3c805ba2c242791684 4f30f6636270432dab99cc99288d0f20 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 885/1826] 10.0.0.89 () {32 vars in 742 bytes} [Tue Apr 14 13:14:40 2026] DELETE /v2.0/trunks/57ae8125-9ad1-41d5-a6b8-ca1e9850efd0/tags/green => generated 99 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1827] 10.0.0.89 () {32 vars in 730 bytes} [Tue Apr 14 13:14:40 2026] DELETE /v2.0/trunks/57ae8125-9ad1-41d5-a6b8-ca1e9850efd0/tags => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1828] 10.0.0.89 () {32 vars in 727 bytes} [Tue Apr 14 13:14:40 2026] GET /v2.0/trunks/57ae8125-9ad1-41d5-a6b8-ca1e9850efd0/tags => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1829] 10.0.0.89 () {32 vars in 717 bytes} [Tue Apr 14 13:14:40 2026] GET /v2.0/trunks/57ae8125-9ad1-41d5-a6b8-ca1e9850efd0 => generated 407 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1830] 10.0.0.89 () {32 vars in 715 bytes} [Tue Apr 14 13:14:40 2026] GET /v2.0/ports/c322e8bb-e566-4f58-a37f-adb2ce40f318 => generated 826 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1831] 10.0.0.89 () {32 vars in 720 bytes} [Tue Apr 14 13:14:41 2026] DELETE /v2.0/trunks/57ae8125-9ad1-41d5-a6b8-ca1e9850efd0 => generated 0 bytes in 512 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 13:14:41.628 7 INFO neutron_taas.services.taas.taas_plugin [None req-d74858e6-92a1-475c-a75e-10772980ec8d 90a9600c0db54e3c805ba2c242791684 4f30f6636270432dab99cc99288d0f20 - - default default] TaaS: Handle Delete Port: c322e8bb-e566-4f58-a37f-adb2ce40f318 2026-04-14 13:14:41.632 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d74858e6-92a1-475c-a75e-10772980ec8d 90a9600c0db54e3c805ba2c242791684 4f30f6636270432dab99cc99288d0f20 - - default default] Tap Mirror: Handle Delete Port: c322e8bb-e566-4f58-a37f-adb2ce40f318 [pid: 7|app: 0|req: 888/1832] 10.0.0.89 () {32 vars in 718 bytes} [Tue Apr 14 13:14:41 2026] DELETE /v2.0/ports/c322e8bb-e566-4f58-a37f-adb2ce40f318 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:14:41.829 8 INFO neutron.services.segments.plugin [-] Segment 4d8f0e8e-1f34-41a9-bb9a-2f221d0a6d1a resource provider aggregate not found 2026-04-14 13:14:41.835 8 INFO neutron.services.segments.plugin [-] Segment 4d8f0e8e-1f34-41a9-bb9a-2f221d0a6d1a resource provider aggregate not found 2026-04-14 13:14:41.850 8 INFO neutron.services.segments.plugin [-] Segment 4d8f0e8e-1f34-41a9-bb9a-2f221d0a6d1a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d8f0e8e-1f34-41a9-bb9a-2f221d0a6d1a found for delete ", "request_id": "req-4d3059ad-9468-4b33-990c-9c282be43a74"}]} 2026-04-14 13:14:41.853 8 INFO neutron.services.segments.plugin [-] Segment 4d8f0e8e-1f34-41a9-bb9a-2f221d0a6d1a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d8f0e8e-1f34-41a9-bb9a-2f221d0a6d1a found for delete ", "request_id": "req-47889f58-657d-4203-9917-4c837ba6c353"}]} [pid: 8|app: 0|req: 945/1833] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:14:41 2026] DELETE /v2.0/networks/f8fe793b-fb7e-4227-9528-1b3203ae2311 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1834] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:14:42 2026] GET /v2.0/security-groups?tenant_id=056ae1e9d936466f98f8df8bdc896ba1&name=default => generated 2925 bytes in 307 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1835] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:14:42 2026] DELETE /v2.0/security-groups/21359fdd-83d5-4787-a6f8-b6af8b998edb => 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: 890/1836] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:14:42 2026] GET /v2.0/security-groups?tenant_id=4f30f6636270432dab99cc99288d0f20&name=default => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1837] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:14:42 2026] DELETE /v2.0/security-groups/23ab41ad-466c-412b-bf60-96ed60af31b4 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1838] 10.0.0.89 () {34 vars in 682 bytes} [Tue Apr 14 13:14:43 2026] POST /v2.0/security-groups => generated 1601 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1839] 10.0.0.89 () {34 vars in 682 bytes} [Tue Apr 14 13:14:43 2026] POST /v2.0/security-groups => generated 1601 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1840] 10.0.0.89 () {34 vars in 682 bytes} [Tue Apr 14 13:14:43 2026] POST /v2.0/security-groups => generated 1601 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1841] 10.0.0.89 () {34 vars in 682 bytes} [Tue Apr 14 13:14:43 2026] POST /v2.0/security-groups => generated 1601 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1842] 10.0.0.89 () {34 vars in 682 bytes} [Tue Apr 14 13:14:43 2026] POST /v2.0/security-groups => generated 1601 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1843] 10.0.0.89 () {34 vars in 765 bytes} [Tue Apr 14 13:14:43 2026] PUT /v2.0/security-groups/719791fb-65b2-483e-801a-a6feb583aff3/tags => generated 17 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1844] 10.0.0.89 () {34 vars in 765 bytes} [Tue Apr 14 13:14:43 2026] PUT /v2.0/security-groups/d661b75c-a4c3-40d4-a208-ebeb1d7cff3f/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1845] 10.0.0.89 () {34 vars in 765 bytes} [Tue Apr 14 13:14:43 2026] PUT /v2.0/security-groups/adcacd60-a5d3-4a81-8f69-cce513cd85d3/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1846] 10.0.0.89 () {34 vars in 765 bytes} [Tue Apr 14 13:14:44 2026] PUT /v2.0/security-groups/5506f881-e339-4023-9f23-66671b4569da/tags => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1847] 10.0.0.89 () {32 vars in 678 bytes} [Tue Apr 14 13:14:44 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1848] 10.0.0.89 () {32 vars in 692 bytes} [Tue Apr 14 13:14:44 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1849] 10.0.0.89 () {32 vars in 688 bytes} [Tue Apr 14 13:14:44 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1850] 10.0.0.89 () {32 vars in 700 bytes} [Tue Apr 14 13:14:44 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1851] 10.0.0.89 () {32 vars in 686 bytes} [Tue Apr 14 13:14:44 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1852] 10.0.0.89 () {32 vars in 700 bytes} [Tue Apr 14 13:14:44 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1853] 10.0.0.89 () {32 vars in 696 bytes} [Tue Apr 14 13:14:44 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1854] 10.0.0.89 () {32 vars in 708 bytes} [Tue Apr 14 13:14:44 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1855] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:14:44 2026] DELETE /v2.0/security-groups/719791fb-65b2-483e-801a-a6feb583aff3 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1856] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:14:44 2026] DELETE /v2.0/security-groups/d661b75c-a4c3-40d4-a208-ebeb1d7cff3f => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1857] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:14:44 2026] DELETE /v2.0/security-groups/adcacd60-a5d3-4a81-8f69-cce513cd85d3 => 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: 901/1858] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:14:44 2026] DELETE /v2.0/security-groups/5506f881-e339-4023-9f23-66671b4569da => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1859] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:14:44 2026] DELETE /v2.0/security-groups/61966855-2f4f-44dd-8f3e-3fd3dd6b4326 => 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: 902/1860] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:14:45 2026] GET /v2.0/security-groups?tenant_id=0d71aeb87a5548af8311f2b4aba94368&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1861] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:14:45 2026] DELETE /v2.0/security-groups/e2094955-6530-4104-bc44-f577678e7621 => 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: 903/1862] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:14:45 2026] GET /v2.0/security-groups?tenant_id=40a9b316ea5d452c9d3dfa6ccd83548a&name=default => generated 2925 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1863] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:14:46 2026] DELETE /v2.0/security-groups/9c9b6aba-9384-42c0-b711-63d769f5a745 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1866] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:14:46 2026] GET /v2.0/security-groups?tenant_id=0e9431b3725f4818a0201e26c486dbe1&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1867] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:14:46 2026] DELETE /v2.0/security-groups/ab6f769c-28d9-4b91-bc18-6a1a61f2e605 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1868] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:14:46 2026] GET /v2.0/ports?device_id=8d730f43-2a5b-4f4f-9b77-7c0753c8d471 => generated 975 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1869] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:14:46 2026] GET /v2.0/security-groups?id=1e8bd45a-a3bb-459c-88c0-50d3983a6666&fields=id&fields=name => generated 111 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1870] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:14:46 2026] GET /v2.0/ports?device_id=8d730f43-2a5b-4f4f-9b77-7c0753c8d471 => generated 975 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1871] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:14:46 2026] GET /v2.0/security-groups?id=1e8bd45a-a3bb-459c-88c0-50d3983a6666&fields=id&fields=name => generated 111 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1872] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:14:47 2026] GET /v2.0/ports?device_id=8d730f43-2a5b-4f4f-9b77-7c0753c8d471 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1873] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:14:47 2026] GET /v2.0/security-groups?id=1e8bd45a-a3bb-459c-88c0-50d3983a6666&fields=id&fields=name => generated 111 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1874] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:14:48 2026] GET /v2.0/ports?device_id=8d730f43-2a5b-4f4f-9b77-7c0753c8d471 => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1875] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:14:48 2026] GET /v2.0/security-groups?id=1e8bd45a-a3bb-459c-88c0-50d3983a6666&fields=id&fields=name => generated 111 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1876] 199.19.213.159 () {34 vars in 1079 bytes} [Tue Apr 14 13:14:48 2026] GET /v2.0/ports?tenant_id=aae4939989944caba749926f8821e780&device_id=8d730f43-2a5b-4f4f-9b77-7c0753c8d471 => 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: 910/1877] 199.19.213.159 () {34 vars in 985 bytes} [Tue Apr 14 13:14:48 2026] GET /v2.0/networks?id=e169c6b4-b4cf-43d3-ac28-9bf25b0f5ff1 => generated 771 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1878] 199.19.213.159 () {34 vars in 1059 bytes} [Tue Apr 14 13:14:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=574cfa96-0a7f-4058-8e3d-eb129c4bb8aa => generated 861 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1879] 199.19.213.159 () {34 vars in 983 bytes} [Tue Apr 14 13:14:49 2026] GET /v2.0/subnets?id=57863bfd-64d9-4170-820b-0538189e8654 => generated 693 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1880] 199.19.213.159 () {34 vars in 1051 bytes} [Tue Apr 14 13:14:49 2026] GET /v2.0/ports?network_id=e169c6b4-b4cf-43d3-ac28-9bf25b0f5ff1&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1881] 199.19.213.159 () {34 vars in 1011 bytes} [Tue Apr 14 13:14:49 2026] GET /v2.0/networks/e169c6b4-b4cf-43d3-ac28-9bf25b0f5ff1?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/1882] 199.19.213.159 () {34 vars in 1111 bytes} [Tue Apr 14 13:14:49 2026] GET /v2.0/networks/e169c6b4-b4cf-43d3-ac28-9bf25b0f5ff1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1883] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:14:49 2026] GET /v2.0/ports?device_id=8d730f43-2a5b-4f4f-9b77-7c0753c8d471 => generated 975 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1884] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:14:49 2026] GET /v2.0/security-groups?id=1e8bd45a-a3bb-459c-88c0-50d3983a6666&fields=id&fields=name => generated 111 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1885] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:14:50 2026] GET /v2.0/ports?device_id=a9c53855-ac4c-41d7-969b-de12a21bb83c => generated 971 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/1886] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:14:50 2026] GET /v2.0/security-groups?id=501260c5-cf6f-456b-9470-f396deab7229&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: 915/1887] 10.0.0.89 () {34 vars in 674 bytes} [Tue Apr 14 13:14:50 2026] POST /v2.0/subnetpools => generated 516 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1888] 10.0.0.89 () {34 vars in 674 bytes} [Tue Apr 14 13:14:50 2026] POST /v2.0/subnetpools => generated 516 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1889] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:14:50 2026] GET /v2.0/ports?device_id=8d730f43-2a5b-4f4f-9b77-7c0753c8d471 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1890] 10.0.0.89 () {34 vars in 674 bytes} [Tue Apr 14 13:14:50 2026] POST /v2.0/subnetpools => generated 516 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1891] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:14:50 2026] GET /v2.0/security-groups?id=1e8bd45a-a3bb-459c-88c0-50d3983a6666&fields=id&fields=name => generated 111 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/1892] 10.0.0.89 () {34 vars in 674 bytes} [Tue Apr 14 13:14:50 2026] POST /v2.0/subnetpools => generated 516 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1893] 10.0.0.89 () {34 vars in 674 bytes} [Tue Apr 14 13:14:50 2026] POST /v2.0/subnetpools => generated 516 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/1894] 10.0.0.89 () {34 vars in 757 bytes} [Tue Apr 14 13:14:50 2026] PUT /v2.0/subnetpools/a86dd554-4be6-43a8-94ae-de616b44355e/tags => generated 17 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1895] 10.0.0.89 () {34 vars in 757 bytes} [Tue Apr 14 13:14:51 2026] PUT /v2.0/subnetpools/ccc9ab5c-9fba-4716-b30e-0173867e4608/tags => generated 25 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/1896] 10.0.0.89 () {34 vars in 757 bytes} [Tue Apr 14 13:14:51 2026] PUT /v2.0/subnetpools/d9dd4d25-676e-4dc7-92ee-0614f994e889/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: 920/1897] 10.0.0.89 () {34 vars in 757 bytes} [Tue Apr 14 13:14:51 2026] PUT /v2.0/subnetpools/20ce5da0-e26c-4915-b89a-e776a581b199/tags => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/1898] 10.0.0.89 () {32 vars in 670 bytes} [Tue Apr 14 13:14:51 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1899] 10.0.0.89 () {32 vars in 684 bytes} [Tue Apr 14 13:14:51 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/1900] 10.0.0.89 () {32 vars in 680 bytes} [Tue Apr 14 13:14:51 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1901] 10.0.0.89 () {32 vars in 692 bytes} [Tue Apr 14 13:14:51 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/1902] 10.0.0.89 () {32 vars in 678 bytes} [Tue Apr 14 13:14: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: 8|app: 0|req: 981/1903] 10.0.0.89 () {32 vars in 692 bytes} [Tue Apr 14 13:14:51 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1904] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:14:51 2026] GET /v2.0/ports?device_id=a9c53855-ac4c-41d7-969b-de12a21bb83c => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/1905] 10.0.0.89 () {32 vars in 688 bytes} [Tue Apr 14 13:14:51 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1906] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:14:51 2026] GET /v2.0/security-groups?id=501260c5-cf6f-456b-9470-f396deab7229&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/1907] 10.0.0.89 () {32 vars in 700 bytes} [Tue Apr 14 13:14:51 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1908] 10.0.0.89 () {32 vars in 730 bytes} [Tue Apr 14 13:14:51 2026] DELETE /v2.0/subnetpools/a86dd554-4be6-43a8-94ae-de616b44355e => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/1909] 10.0.0.89 () {32 vars in 730 bytes} [Tue Apr 14 13:14:51 2026] DELETE /v2.0/subnetpools/ccc9ab5c-9fba-4716-b30e-0173867e4608 => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1910] 10.0.0.89 () {32 vars in 730 bytes} [Tue Apr 14 13:14:51 2026] DELETE /v2.0/subnetpools/d9dd4d25-676e-4dc7-92ee-0614f994e889 => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/1911] 10.0.0.89 () {32 vars in 730 bytes} [Tue Apr 14 13:14:51 2026] DELETE /v2.0/subnetpools/20ce5da0-e26c-4915-b89a-e776a581b199 => 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: 927/1912] 10.0.0.89 () {32 vars in 730 bytes} [Tue Apr 14 13:14:51 2026] DELETE /v2.0/subnetpools/2777c47a-7cf6-4a49-8d74-03cd342e8646 => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/1913] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:14:51 2026] GET /v2.0/ports?device_id=8d730f43-2a5b-4f4f-9b77-7c0753c8d471 => generated 975 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1914] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:14:52 2026] GET /v2.0/security-groups?id=1e8bd45a-a3bb-459c-88c0-50d3983a6666&fields=id&fields=name => generated 111 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1915] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:14:52 2026] GET /v2.0/ports?device_id=a9c53855-ac4c-41d7-969b-de12a21bb83c => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1916] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:14:52 2026] GET /v2.0/security-groups?id=501260c5-cf6f-456b-9470-f396deab7229&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1917] 199.19.213.159 () {34 vars in 993 bytes} [Tue Apr 14 13:14:52 2026] GET /v2.0/ports?device_id=a9c53855-ac4c-41d7-969b-de12a21bb83c => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/1918] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:14:52 2026] GET /v2.0/security-groups?tenant_id=817ef4e4e84648ad80d48d42efb8af72&name=default => generated 2925 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 13:14:52.672 7 INFO neutron_taas.services.taas.taas_plugin [req-40fbd1b3-1ffa-4159-8c1d-869745c1fd60 req-05566f7d-c27e-4c36-a214-18c99a1b76eb 7ba77edcd10b4fae95d38526a191d3b1 17408829ff614696bcc27130b7a6f6c4 - - default default] TaaS: Handle Delete Port: 1ed9f415-e431-416b-a0c1-e0d2a6367916 2026-04-14 13:14:52.675 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-40fbd1b3-1ffa-4159-8c1d-869745c1fd60 req-05566f7d-c27e-4c36-a214-18c99a1b76eb 7ba77edcd10b4fae95d38526a191d3b1 17408829ff614696bcc27130b7a6f6c4 - - default default] Tap Mirror: Handle Delete Port: 1ed9f415-e431-416b-a0c1-e0d2a6367916 [pid: 8|app: 0|req: 988/1919] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:14:52 2026] DELETE /v2.0/security-groups/931adeb2-c8bd-4bd1-9602-540afae9bab1 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 13:14:52.800 7 INFO neutron.db.l3_db [req-40fbd1b3-1ffa-4159-8c1d-869745c1fd60 req-05566f7d-c27e-4c36-a214-18c99a1b76eb 7ba77edcd10b4fae95d38526a191d3b1 17408829ff614696bcc27130b7a6f6c4 - - default default] Floating IP 64c933e8-9a1f-4d9b-8a57-1340fecc6f15 disassociated. External IP: 10.96.250.211, port: 1ed9f415-e431-416b-a0c1-e0d2a6367916. [pid: 8|app: 0|req: 989/1920] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:14:52 2026] GET /v2.0/security-groups?tenant_id=7e7f0e58c88d497892d0beea4255e299&name=default => generated 2925 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/1921] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:14:52 2026] DELETE /v2.0/security-groups/2ea07193-f909-4b6e-a287-e7474abf0766 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/1922] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:14:53 2026] GET /v2.0/ports?device_id=8d730f43-2a5b-4f4f-9b77-7c0753c8d471 => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1923] 199.19.213.159 () {36 vars in 996 bytes} [Tue Apr 14 13:14:52 2026] DELETE /v2.0/ports/1ed9f415-e431-416b-a0c1-e0d2a6367916 => generated 0 bytes in 609 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:14:53.218 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-63b234d3-ebbb-4b3f-8ab0-06e2fa7efd07'] response: {'server_uuid': 'a9c53855-ac4c-41d7-969b-de12a21bb83c', 'name': 'network-vif-deleted', 'tag': '1ed9f415-e431-416b-a0c1-e0d2a6367916', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 933/1924] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:14:53 2026] GET /v2.0/security-groups?id=1e8bd45a-a3bb-459c-88c0-50d3983a6666&fields=id&fields=name => generated 111 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/1925] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:14:53 2026] GET /v2.0/security-groups?tenant_id=f352d7dad74f444fa9e797c5baa768ee&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: 934/1926] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:14:53 2026] DELETE /v2.0/security-groups/f46db599-e648-4442-b946-be761f539798 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/1927] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:14:53 2026] GET /v2.0/ports?device_id=a9c53855-ac4c-41d7-969b-de12a21bb83c => 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: 935/1928] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:14:54 2026] GET /v2.0/ports?device_id=8d730f43-2a5b-4f4f-9b77-7c0753c8d471 => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/1929] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:14:54 2026] GET /v2.0/security-groups?id=1e8bd45a-a3bb-459c-88c0-50d3983a6666&fields=id&fields=name => generated 111 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1930] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:14:54 2026] GET /v2.0/ports?device_id=a9c53855-ac4c-41d7-969b-de12a21bb83c => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/1931] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:14:55 2026] GET /v2.0/ports?device_id=8d730f43-2a5b-4f4f-9b77-7c0753c8d471 => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1932] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:14:55 2026] GET /v2.0/security-groups?id=1e8bd45a-a3bb-459c-88c0-50d3983a6666&fields=id&fields=name => generated 111 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/1933] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:14:55 2026] GET /v2.0/ports?device_id=a9c53855-ac4c-41d7-969b-de12a21bb83c => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/1934] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:14:56 2026] GET /v2.0/ports?device_id=8d730f43-2a5b-4f4f-9b77-7c0753c8d471 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/1935] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:14:56 2026] GET /v2.0/security-groups?id=1e8bd45a-a3bb-459c-88c0-50d3983a6666&fields=id&fields=name => generated 111 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:14:56.664 7 INFO neutron.db.segments_db [None req-83819093-2d60-4b39-8e61-b7064b9cb1ef 49af5ef8d29742df9bca7f9a6f465a6b 0d88a83511834a3caa31fe2fe8b16a4a - - default default] Added segment e2ec3e2c-e41e-40b5-b32e-158fd449e9b6 of type vxlan for network 5170f209-5b6e-4ec1-bec8-e7e941e4bbf3 [pid: 7|app: 0|req: 938/1936] 10.0.0.89 () {34 vars in 668 bytes} [Tue Apr 14 13:14:56 2026] POST /v2.0/networks => generated 631 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/1937] 10.0.0.89 () {34 vars in 751 bytes} [Tue Apr 14 13:14:56 2026] PUT /v2.0/networks/5170f209-5b6e-4ec1-bec8-e7e941e4bbf3/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1938] 10.0.0.89 () {32 vars in 731 bytes} [Tue Apr 14 13:14:56 2026] GET /v2.0/networks/5170f209-5b6e-4ec1-bec8-e7e941e4bbf3/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1939] 10.0.0.89 () {34 vars in 762 bytes} [Tue Apr 14 13:14:56 2026] PUT /v2.0/networks/5170f209-5b6e-4ec1-bec8-e7e941e4bbf3/tags/green => generated 4 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1940] 10.0.0.89 () {32 vars in 731 bytes} [Tue Apr 14 13:14:56 2026] GET /v2.0/networks/5170f209-5b6e-4ec1-bec8-e7e941e4bbf3/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/1941] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:14:56 2026] DELETE /v2.0/security-groups/501260c5-cf6f-456b-9470-f396deab7229 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1942] 10.0.0.89 () {34 vars in 758 bytes} [Tue Apr 14 13:14:56 2026] PUT /v2.0/networks/5170f209-5b6e-4ec1-bec8-e7e941e4bbf3/tags/red => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1943] 10.0.0.89 () {32 vars in 731 bytes} [Tue Apr 14 13:14:57 2026] GET /v2.0/networks/5170f209-5b6e-4ec1-bec8-e7e941e4bbf3/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 13:14:57.145 8 INFO neutron_taas.services.taas.taas_plugin [None req-259f5a26-cbf5-4dfd-9549-9f24779e3399 7ba77edcd10b4fae95d38526a191d3b1 17408829ff614696bcc27130b7a6f6c4 - - default default] TaaS: Handle Delete Port: f4698e7f-c13c-4b30-9007-1c9c7d6298d1 2026-04-14 13:14:57.148 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-259f5a26-cbf5-4dfd-9549-9f24779e3399 7ba77edcd10b4fae95d38526a191d3b1 17408829ff614696bcc27130b7a6f6c4 - - default default] Tap Mirror: Handle Delete Port: f4698e7f-c13c-4b30-9007-1c9c7d6298d1 [pid: 7|app: 0|req: 944/1944] 10.0.0.89 () {34 vars in 780 bytes} [Tue Apr 14 13:14:57 2026] PUT /v2.0/networks/5170f209-5b6e-4ec1-bec8-e7e941e4bbf3/tags/black.or.white => generated 4 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1945] 10.0.0.89 () {32 vars in 731 bytes} [Tue Apr 14 13:14:57 2026] GET /v2.0/networks/5170f209-5b6e-4ec1-bec8-e7e941e4bbf3/tags => generated 52 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1946] 10.0.0.89 () {34 vars in 751 bytes} [Tue Apr 14 13:14:57 2026] PUT /v2.0/networks/5170f209-5b6e-4ec1-bec8-e7e941e4bbf3/tags => generated 37 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/1947] 10.0.0.89 () {32 vars in 730 bytes} [Tue Apr 14 13:14:57 2026] DELETE /v2.0/floatingips/64c933e8-9a1f-4d9b-8a57-1340fecc6f15 => generated 0 bytes in 294 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1948] 10.0.0.89 () {32 vars in 731 bytes} [Tue Apr 14 13:14:57 2026] GET /v2.0/networks/5170f209-5b6e-4ec1-bec8-e7e941e4bbf3/tags => generated 37 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/1949] 10.0.0.89 () {32 vars in 739 bytes} [Tue Apr 14 13:14:57 2026] GET /v2.0/networks/5170f209-5b6e-4ec1-bec8-e7e941e4bbf3/tags/red => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 13:14:57.456 7 INFO neutron.api.v2.resource [None req-44bf496f-d9a1-445c-94c6-2dad81b54efa 49af5ef8d29742df9bca7f9a6f465a6b 0d88a83511834a3caa31fe2fe8b16a4a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 948/1950] 10.0.0.89 () {32 vars in 743 bytes} [Tue Apr 14 13:14:57 2026] GET /v2.0/networks/5170f209-5b6e-4ec1-bec8-e7e941e4bbf3/tags/green => generated 99 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1951] 10.0.0.89 () {32 vars in 742 bytes} [Tue Apr 14 13:14:57 2026] DELETE /v2.0/networks/5170f209-5b6e-4ec1-bec8-e7e941e4bbf3/tags/red => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/1952] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:14:57 2026] GET /v2.0/ports?device_id=ee7e3e96-3593-4a1b-9420-f53da30a908d => generated 975 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1953] 10.0.0.89 () {32 vars in 731 bytes} [Tue Apr 14 13:14:57 2026] GET /v2.0/networks/5170f209-5b6e-4ec1-bec8-e7e941e4bbf3/tags => generated 30 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/1954] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:14:57 2026] GET /v2.0/security-groups?id=41ce67d6-4fff-44e1-b3cf-38d68d49d0ab&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:14:57.633 7 INFO neutron.api.v2.resource [None req-0f368210-6f20-47f1-89d0-cb17294a42f3 49af5ef8d29742df9bca7f9a6f465a6b 0d88a83511834a3caa31fe2fe8b16a4a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 951/1955] 10.0.0.89 () {32 vars in 746 bytes} [Tue Apr 14 13:14:57 2026] DELETE /v2.0/networks/5170f209-5b6e-4ec1-bec8-e7e941e4bbf3/tags/green => generated 99 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/1956] 10.0.0.89 () {32 vars in 734 bytes} [Tue Apr 14 13:14:57 2026] DELETE /v2.0/networks/5170f209-5b6e-4ec1-bec8-e7e941e4bbf3/tags => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/1957] 10.0.0.89 () {32 vars in 731 bytes} [Tue Apr 14 13:14:57 2026] GET /v2.0/networks/5170f209-5b6e-4ec1-bec8-e7e941e4bbf3/tags => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1958] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:14:57 2026] GET /v2.0/ports?device_id=8d730f43-2a5b-4f4f-9b77-7c0753c8d471 => generated 975 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1959] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:14:57 2026] GET /v2.0/security-groups?id=1e8bd45a-a3bb-459c-88c0-50d3983a6666&fields=id&fields=name => generated 111 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:14:57.893 8 INFO neutron.services.segments.plugin [-] Segment e2ec3e2c-e41e-40b5-b32e-158fd449e9b6 resource provider aggregate not found 2026-04-14 13:14:57.901 8 INFO neutron.services.segments.plugin [-] Segment e2ec3e2c-e41e-40b5-b32e-158fd449e9b6 resource provider aggregate not found 2026-04-14 13:14:57.916 8 INFO neutron.services.segments.plugin [-] Segment e2ec3e2c-e41e-40b5-b32e-158fd449e9b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2ec3e2c-e41e-40b5-b32e-158fd449e9b6 found for delete ", "request_id": "req-ba8e2690-f91a-4ea0-a5fe-3b97a57c7af7"}]} 2026-04-14 13:14:57.917 8 INFO neutron.services.segments.plugin [-] Segment e2ec3e2c-e41e-40b5-b32e-158fd449e9b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2ec3e2c-e41e-40b5-b32e-158fd449e9b6 found for delete ", "request_id": "req-632273e5-1e64-4d7e-b4fa-692e5acfaafd"}]} [pid: 8|app: 0|req: 1007/1960] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:14:57 2026] DELETE /v2.0/networks/5170f209-5b6e-4ec1-bec8-e7e941e4bbf3 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/1961] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:14:58 2026] GET /v2.0/ports?device_id=ee7e3e96-3593-4a1b-9420-f53da30a908d => generated 975 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/1962] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:14:58 2026] GET /v2.0/security-groups?id=41ce67d6-4fff-44e1-b3cf-38d68d49d0ab&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: 954/1963] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:14:58 2026] GET /v2.0/security-groups?tenant_id=29db384e99054edbaa7c4a58e55dd255&name=default => generated 2925 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/1964] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:14:58 2026] DELETE /v2.0/security-groups/d384f475-c330-4308-a021-04d191a69783 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1965] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:14:59 2026] GET /v2.0/security-groups?tenant_id=0d88a83511834a3caa31fe2fe8b16a4a&name=default => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/1966] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:14:59 2026] DELETE /v2.0/security-groups/c6c99325-c264-4964-afd9-f44e02d97084 => 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: 956/1967] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:14:59 2026] GET /v2.0/ports?device_id=ee7e3e96-3593-4a1b-9420-f53da30a908d => generated 975 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1968] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:14:59 2026] GET /v2.0/security-groups?id=41ce67d6-4fff-44e1-b3cf-38d68d49d0ab&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/1969] 199.19.213.159 () {34 vars in 993 bytes} [Tue Apr 14 13:14:59 2026] GET /v2.0/ports?device_id=ee7e3e96-3593-4a1b-9420-f53da30a908d => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:15:00.075 7 INFO neutron_taas.services.taas.taas_plugin [req-dabab4a8-25ee-4624-84f1-54394e3b5bc9 req-fda574d7-c85d-4a98-b01e-5b9a68e10e2f 7ba77edcd10b4fae95d38526a191d3b1 17408829ff614696bcc27130b7a6f6c4 - - default default] TaaS: Handle Delete Port: 1de4044a-e10e-4327-80d8-df9e422a8b73 2026-04-14 13:15:00.078 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-dabab4a8-25ee-4624-84f1-54394e3b5bc9 req-fda574d7-c85d-4a98-b01e-5b9a68e10e2f 7ba77edcd10b4fae95d38526a191d3b1 17408829ff614696bcc27130b7a6f6c4 - - default default] Tap Mirror: Handle Delete Port: 1de4044a-e10e-4327-80d8-df9e422a8b73 [pid: 7|app: 0|req: 958/1970] 199.19.213.159 () {36 vars in 996 bytes} [Tue Apr 14 13:14:59 2026] DELETE /v2.0/ports/1de4044a-e10e-4327-80d8-df9e422a8b73 => generated 0 bytes in 272 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:15:00.275 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-25536124-d05a-40fa-b3fe-ba87c8fbb524'] response: {'server_uuid': 'ee7e3e96-3593-4a1b-9420-f53da30a908d', 'name': 'network-vif-deleted', 'tag': '1de4044a-e10e-4327-80d8-df9e422a8b73', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1013/1971] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:15:01 2026] GET /v2.0/ports?device_id=ee7e3e96-3593-4a1b-9420-f53da30a908d => 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: 960/1974] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:15:02 2026] GET /v2.0/ports?device_id=ee7e3e96-3593-4a1b-9420-f53da30a908d => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 13:15:02.371 8 INFO neutron.db.segments_db [None req-aa8d5204-95de-4b16-81df-7b0e3150ee1e 0070c66b6e5040b69b422c833b8b9a60 6ae30ca3c84a494887ab62c061eb2ff6 - - default default] Added segment cb53e50e-080e-4e66-aa49-e43baadaaa28 of type vxlan for network 22b213a1-73a4-4320-905c-a991411839e7 2026-04-14 13:15:02.601 8 INFO neutron.db.l3_hamode_db [None req-aa8d5204-95de-4b16-81df-7b0e3150ee1e 0070c66b6e5040b69b422c833b8b9a60 6ae30ca3c84a494887ab62c061eb2ff6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 13:15:02.698 8 INFO neutron.db.l3_hamode_db [None req-aa8d5204-95de-4b16-81df-7b0e3150ee1e 0070c66b6e5040b69b422c833b8b9a60 6ae30ca3c84a494887ab62c061eb2ff6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 961/1975] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:15:03 2026] GET /v2.0/ports?device_id=ee7e3e96-3593-4a1b-9420-f53da30a908d => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/1976] 10.0.0.89 () {34 vars in 666 bytes} [Tue Apr 14 13:15:02 2026] POST /v2.0/routers => generated 474 bytes in 1100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1977] 10.0.0.89 () {34 vars in 749 bytes} [Tue Apr 14 13:15:03 2026] PUT /v2.0/routers/65271f99-6e5e-4d26-ab48-ba0102044b60/tags => generated 25 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/1978] 10.0.0.89 () {32 vars in 729 bytes} [Tue Apr 14 13:15:03 2026] GET /v2.0/routers/65271f99-6e5e-4d26-ab48-ba0102044b60/tags => generated 25 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1979] 10.0.0.89 () {34 vars in 760 bytes} [Tue Apr 14 13:15:03 2026] PUT /v2.0/routers/65271f99-6e5e-4d26-ab48-ba0102044b60/tags/green => generated 4 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/1980] 10.0.0.89 () {32 vars in 729 bytes} [Tue Apr 14 13:15:03 2026] GET /v2.0/routers/65271f99-6e5e-4d26-ab48-ba0102044b60/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: 964/1981] 10.0.0.89 () {34 vars in 756 bytes} [Tue Apr 14 13:15:03 2026] PUT /v2.0/routers/65271f99-6e5e-4d26-ab48-ba0102044b60/tags/red => generated 4 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/1982] 10.0.0.89 () {32 vars in 729 bytes} [Tue Apr 14 13:15:03 2026] GET /v2.0/routers/65271f99-6e5e-4d26-ab48-ba0102044b60/tags => generated 34 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1983] 10.0.0.89 () {34 vars in 778 bytes} [Tue Apr 14 13:15:04 2026] PUT /v2.0/routers/65271f99-6e5e-4d26-ab48-ba0102044b60/tags/black.or.white => generated 4 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/1984] 10.0.0.89 () {32 vars in 729 bytes} [Tue Apr 14 13:15:04 2026] GET /v2.0/routers/65271f99-6e5e-4d26-ab48-ba0102044b60/tags => generated 52 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1985] 10.0.0.89 () {34 vars in 749 bytes} [Tue Apr 14 13:15:04 2026] PUT /v2.0/routers/65271f99-6e5e-4d26-ab48-ba0102044b60/tags => generated 37 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/1986] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:15:04 2026] DELETE /v2.0/security-groups/41ce67d6-4fff-44e1-b3cf-38d68d49d0ab => generated 0 bytes in 156 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1987] 10.0.0.89 () {32 vars in 729 bytes} [Tue Apr 14 13:15:04 2026] GET /v2.0/routers/65271f99-6e5e-4d26-ab48-ba0102044b60/tags => generated 37 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1988] 10.0.0.89 () {32 vars in 737 bytes} [Tue Apr 14 13:15:04 2026] GET /v2.0/routers/65271f99-6e5e-4d26-ab48-ba0102044b60/tags/red => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 13:15:04.721 7 INFO neutron.api.v2.resource [None req-031da686-6fdc-45c4-920c-087b21a4965f 0070c66b6e5040b69b422c833b8b9a60 6ae30ca3c84a494887ab62c061eb2ff6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 969/1989] 10.0.0.89 () {32 vars in 741 bytes} [Tue Apr 14 13:15:04 2026] GET /v2.0/routers/65271f99-6e5e-4d26-ab48-ba0102044b60/tags/green => generated 99 bytes in 82 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1990] 10.0.0.89 () {32 vars in 740 bytes} [Tue Apr 14 13:15:04 2026] DELETE /v2.0/routers/65271f99-6e5e-4d26-ab48-ba0102044b60/tags/red => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 13:15:04.876 8 INFO neutron_taas.services.taas.taas_plugin [None req-7b930e52-62c9-4d34-8fae-1a04b17093bc 7ba77edcd10b4fae95d38526a191d3b1 17408829ff614696bcc27130b7a6f6c4 - - default default] TaaS: Handle Delete Port: 2c544697-3b8e-4149-a1d4-10297d01b4a8 2026-04-14 13:15:04.879 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7b930e52-62c9-4d34-8fae-1a04b17093bc 7ba77edcd10b4fae95d38526a191d3b1 17408829ff614696bcc27130b7a6f6c4 - - default default] Tap Mirror: Handle Delete Port: 2c544697-3b8e-4149-a1d4-10297d01b4a8 [pid: 7|app: 0|req: 971/1991] 10.0.0.89 () {32 vars in 729 bytes} [Tue Apr 14 13:15:04 2026] GET /v2.0/routers/65271f99-6e5e-4d26-ab48-ba0102044b60/tags => generated 30 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 13:15:05.022 7 INFO neutron.api.v2.resource [None req-5254aa50-42cb-4ffe-a918-5774e045e895 0070c66b6e5040b69b422c833b8b9a60 6ae30ca3c84a494887ab62c061eb2ff6 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 972/1992] 10.0.0.89 () {32 vars in 744 bytes} [Tue Apr 14 13:15:04 2026] DELETE /v2.0/routers/65271f99-6e5e-4d26-ab48-ba0102044b60/tags/green => generated 99 bytes in 88 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1993] 10.0.0.89 () {32 vars in 732 bytes} [Tue Apr 14 13:15:05 2026] DELETE /v2.0/routers/65271f99-6e5e-4d26-ab48-ba0102044b60/tags => 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: 974/1994] 10.0.0.89 () {32 vars in 729 bytes} [Tue Apr 14 13:15:05 2026] GET /v2.0/routers/65271f99-6e5e-4d26-ab48-ba0102044b60/tags => generated 12 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1995] 10.0.0.89 () {32 vars in 719 bytes} [Tue Apr 14 13:15:05 2026] GET /v2.0/routers/65271f99-6e5e-4d26-ab48-ba0102044b60 => generated 480 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/1996] 10.0.0.89 () {34 vars in 787 bytes} [Tue Apr 14 13:15:04 2026] PUT /v2.0/routers/35fadec5-72aa-4a33-b5b0-f24ac84bba47/remove_router_interface => generated 309 bytes in 799 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/1997] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:15:05 2026] DELETE /v2.0/subnets/547e80b3-0025-42b5-a58f-d6749bb82646 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:15:05.655 8 INFO neutron_taas.services.taas.taas_plugin [None req-bcafb5ca-3770-4d5b-a107-9c5674d27398 7ba77edcd10b4fae95d38526a191d3b1 17408829ff614696bcc27130b7a6f6c4 - - default default] TaaS: Handle Delete Port: b52cbab1-dff8-4c1e-946a-4942ac089f44 2026-04-14 13:15:05.657 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bcafb5ca-3770-4d5b-a107-9c5674d27398 7ba77edcd10b4fae95d38526a191d3b1 17408829ff614696bcc27130b7a6f6c4 - - default default] Tap Mirror: Handle Delete Port: b52cbab1-dff8-4c1e-946a-4942ac089f44 [pid: 7|app: 0|req: 976/1998] 10.0.0.89 () {34 vars in 740 bytes} [Tue Apr 14 13:15:05 2026] PUT /v2.0/routers/65271f99-6e5e-4d26-ab48-ba0102044b60 => generated 480 bytes in 543 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1999] 10.0.0.89 () {32 vars in 734 bytes} [Tue Apr 14 13:15:05 2026] GET /v2.0/ports?device_id=65271f99-6e5e-4d26-ab48-ba0102044b60 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 13:15:05.888 8 INFO neutron_taas.services.taas.taas_plugin [None req-bcafb5ca-3770-4d5b-a107-9c5674d27398 7ba77edcd10b4fae95d38526a191d3b1 17408829ff614696bcc27130b7a6f6c4 - - default default] TaaS: Handle Delete Port: 4dc9644f-693b-48a1-aec8-de2952aead6c 2026-04-14 13:15:05.892 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bcafb5ca-3770-4d5b-a107-9c5674d27398 7ba77edcd10b4fae95d38526a191d3b1 17408829ff614696bcc27130b7a6f6c4 - - default default] Tap Mirror: Handle Delete Port: 4dc9644f-693b-48a1-aec8-de2952aead6c 2026-04-14 13:15:06.025 7 INFO neutron_taas.services.taas.taas_plugin [None req-049b4f25-f349-4dca-84ea-d6707217f24d 0070c66b6e5040b69b422c833b8b9a60 6ae30ca3c84a494887ab62c061eb2ff6 - - default default] TaaS: Handle Delete Port: e4d209da-fc49-4ce9-888d-525ea4db993f 2026-04-14 13:15:06.028 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-049b4f25-f349-4dca-84ea-d6707217f24d 0070c66b6e5040b69b422c833b8b9a60 6ae30ca3c84a494887ab62c061eb2ff6 - - default default] Tap Mirror: Handle Delete Port: e4d209da-fc49-4ce9-888d-525ea4db993f 2026-04-14 13:15:06.277 8 INFO neutron.services.segments.plugin [-] Segment 5f147e35-6276-49a8-b3a3-3f39038469c1 resource provider aggregate not found 2026-04-14 13:15:06.299 8 INFO neutron.services.segments.plugin [-] Segment 5f147e35-6276-49a8-b3a3-3f39038469c1 resource provider aggregate not found 2026-04-14 13:15:06.303 8 INFO neutron.services.segments.plugin [-] Segment 5f147e35-6276-49a8-b3a3-3f39038469c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f147e35-6276-49a8-b3a3-3f39038469c1 found for delete ", "request_id": "req-9ee5585e-6e4c-4ab1-bc4b-78ef56ca21b7"}]} 2026-04-14 13:15:06.320 8 INFO neutron.services.segments.plugin [-] Segment 5f147e35-6276-49a8-b3a3-3f39038469c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f147e35-6276-49a8-b3a3-3f39038469c1 found for delete ", "request_id": "req-88a4a290-15e8-4b53-9704-601adc4a4b6c"}]} 2026-04-14 13:15:06.325 8 INFO neutron.db.l3_hamode_db [None req-bcafb5ca-3770-4d5b-a107-9c5674d27398 7ba77edcd10b4fae95d38526a191d3b1 17408829ff614696bcc27130b7a6f6c4 - - default default] HA network c5913366-10fa-4275-aec3-483a20d26f46 was deleted as no HA routers are present in tenant 17408829ff614696bcc27130b7a6f6c4. [pid: 8|app: 0|req: 1023/2000] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:15:05 2026] DELETE /v2.0/routers/35fadec5-72aa-4a33-b5b0-f24ac84bba47 => generated 0 bytes in 877 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 13:15:06.337 7 INFO neutron.services.segments.plugin [-] Segment cb53e50e-080e-4e66-aa49-e43baadaaa28 resource provider aggregate not found 2026-04-14 13:15:06.343 7 INFO neutron.services.segments.plugin [-] Segment cb53e50e-080e-4e66-aa49-e43baadaaa28 resource provider aggregate not found 2026-04-14 13:15:06.356 7 INFO neutron.services.segments.plugin [-] Segment cb53e50e-080e-4e66-aa49-e43baadaaa28 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb53e50e-080e-4e66-aa49-e43baadaaa28 found for delete ", "request_id": "req-02d0ba0d-f105-4306-8cc5-9f36f037de48"}]} 2026-04-14 13:15:06.358 7 INFO neutron.services.segments.plugin [-] Segment cb53e50e-080e-4e66-aa49-e43baadaaa28 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb53e50e-080e-4e66-aa49-e43baadaaa28 found for delete ", "request_id": "req-38698065-843f-4945-82af-9f05e1ec795b"}]} 2026-04-14 13:15:06.367 7 INFO neutron.db.l3_hamode_db [None req-049b4f25-f349-4dca-84ea-d6707217f24d 0070c66b6e5040b69b422c833b8b9a60 6ae30ca3c84a494887ab62c061eb2ff6 - - default default] HA network 22b213a1-73a4-4320-905c-a991411839e7 was deleted as no HA routers are present in tenant 6ae30ca3c84a494887ab62c061eb2ff6. [pid: 7|app: 0|req: 978/2001] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:15:05 2026] DELETE /v2.0/routers/65271f99-6e5e-4d26-ab48-ba0102044b60 => generated 0 bytes in 519 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 13:15:06.455 8 INFO neutron_taas.services.taas.taas_plugin [None req-1c024bbb-5f53-4a85-94b6-2a312d9f5226 7ba77edcd10b4fae95d38526a191d3b1 17408829ff614696bcc27130b7a6f6c4 - - default default] TaaS: Handle Delete Port: 536c3312-91ec-41c5-9152-851fa4ede5f8 2026-04-14 13:15:06.459 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1c024bbb-5f53-4a85-94b6-2a312d9f5226 7ba77edcd10b4fae95d38526a191d3b1 17408829ff614696bcc27130b7a6f6c4 - - default default] Tap Mirror: Handle Delete Port: 536c3312-91ec-41c5-9152-851fa4ede5f8 [pid: 8|app: 0|req: 1024/2002] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:15:06 2026] DELETE /v2.0/networks/025fea5d-d5c5-4c84-baa2-56d907fd49de => generated 0 bytes in 327 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/2003] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:15:07 2026] GET /v2.0/security-groups?tenant_id=8377f17d1ebd4d9ea6e46b5cf4986995&name=default => generated 2925 bytes in 305 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/2004] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:15:07 2026] DELETE /v2.0/security-groups/d609d599-0a98-4d98-a90a-46f98c43cb38 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2005] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:15:07 2026] GET /v2.0/security-groups?tenant_id=9673f69f09dc4ad0a97bf35da88799fc&name=default => generated 2925 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/2006] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:15:07 2026] DELETE /v2.0/security-groups/b2d61bba-2365-4ebf-92bb-f920f1e26876 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2007] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:15:07 2026] GET /v2.0/security-groups?tenant_id=6ae30ca3c84a494887ab62c061eb2ff6&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2008] 10.0.0.130 () {34 vars in 989 bytes} [Tue Apr 14 13:15:07 2026] GET /v2.0/ports?device_id=8d730f43-2a5b-4f4f-9b77-7c0753c8d471 => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2009] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:15:07 2026] GET /v2.0/security-groups?tenant_id=17408829ff614696bcc27130b7a6f6c4&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/2010] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:15:07 2026] DELETE /v2.0/security-groups/a3419511-8c14-4eee-87e4-3354c608c0e6 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2011] 10.0.0.130 () {34 vars in 1039 bytes} [Tue Apr 14 13:15:07 2026] GET /v2.0/security-groups?id=1e8bd45a-a3bb-459c-88c0-50d3983a6666&fields=id&fields=name => generated 111 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/2012] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:15:07 2026] DELETE /v2.0/security-groups/787b92d6-332a-4cce-93b8-6db032653acb => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 13:15:08.319 8 INFO neutron.services.segments.plugin [-] Segment 5307d239-6f7e-43aa-a4a9-856034e5de8a resource provider aggregate not found 2026-04-14 13:15:08.340 8 INFO neutron.services.segments.plugin [-] Segment 5307d239-6f7e-43aa-a4a9-856034e5de8a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5307d239-6f7e-43aa-a4a9-856034e5de8a found for delete ", "request_id": "req-e0adbe07-2d78-46a3-9d1c-4a9019b30a1a"}]} 2026-04-14 13:15:08.342 8 INFO neutron.services.segments.plugin [-] Segment 5307d239-6f7e-43aa-a4a9-856034e5de8a resource provider aggregate not found 2026-04-14 13:15:08.360 8 INFO neutron.services.segments.plugin [-] Segment 5307d239-6f7e-43aa-a4a9-856034e5de8a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5307d239-6f7e-43aa-a4a9-856034e5de8a found for delete ", "request_id": "req-f7597623-c4ec-4116-a92e-8c184bcd369b"}]} 2026-04-14 13:15:10.041 8 INFO neutron.db.segments_db [None req-675d9283-2218-41f5-9823-7852938db10a 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Added segment 6091dc3d-cac3-4c07-98d6-83f9aa05cdde of type vxlan for network fbe253dd-bb3a-49c5-8489-26a5056702d5 [pid: 8|app: 0|req: 1030/2013] 10.0.0.89 () {34 vars in 669 bytes} [Tue Apr 14 13:15:09 2026] POST /v2.0/networks => generated 741 bytes in 456 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/2014] 10.0.0.89 () {34 vars in 667 bytes} [Tue Apr 14 13:15:10 2026] POST /v2.0/subnets => generated 688 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 13:15:10.358 8 INFO neutron.db.segments_db [None req-5b4eb759-a1b3-4ec1-a122-df05f69499f0 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Added segment bab4a35a-5db7-45cc-8000-e860a4031ae9 of type vxlan for network cf41629a-4664-4b04-8fc7-3d648175cbce 2026-04-14 13:15:10.639 8 INFO neutron.db.l3_hamode_db [None req-5b4eb759-a1b3-4ec1-a122-df05f69499f0 07a826a9f9ea4418bda3456837295b64 b9f4c58606934539ab6af76b1c1d06f2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 13:15:11.287 7 INFO neutron.db.segments_db [None req-32abc844-aa91-4227-a84a-b55aa66c0289 7b7f4d25e75d4b52b93ef49bcb9475a9 0ba683ea627f44729304306c305007dd - - default default] Added segment 0af8e470-158a-4199-9b9e-7ea0b4c63c90 of type vxlan for network 113b2ff5-c5b8-4a1a-8f6f-1f0ee8c4976e 2026-04-14 13:15:11.296 8 INFO neutron.db.l3_hamode_db [None req-5b4eb759-a1b3-4ec1-a122-df05f69499f0 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 985/2015] 10.0.0.89 () {34 vars in 668 bytes} [Tue Apr 14 13:15:10 2026] POST /v2.0/networks => generated 631 bytes in 409 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 13:15:11.460 7 INFO neutron.db.segments_db [None req-320a66bf-b851-4c06-ab4d-41e747d1f771 7b7f4d25e75d4b52b93ef49bcb9475a9 0ba683ea627f44729304306c305007dd - - default default] Added segment f1b3b577-57da-437c-a641-93ba725a4f32 of type vxlan for network 5aef4e68-de8c-4476-a6b6-ec922974bbb4 [pid: 7|app: 0|req: 986/2016] 10.0.0.89 () {34 vars in 668 bytes} [Tue Apr 14 13:15:11 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: 7|app: 0|req: 987/2017] 10.0.0.89 () {34 vars in 751 bytes} [Tue Apr 14 13:15:11 2026] PUT /v2.0/networks/113b2ff5-c5b8-4a1a-8f6f-1f0ee8c4976e/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/2018] 10.0.0.89 () {32 vars in 731 bytes} [Tue Apr 14 13:15:11 2026] GET /v2.0/networks/113b2ff5-c5b8-4a1a-8f6f-1f0ee8c4976e/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/2019] 10.0.0.89 () {34 vars in 751 bytes} [Tue Apr 14 13:15:11 2026] PUT /v2.0/networks/5aef4e68-de8c-4476-a6b6-ec922974bbb4/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: 990/2020] 10.0.0.89 () {32 vars in 731 bytes} [Tue Apr 14 13:15:11 2026] GET /v2.0/networks/5aef4e68-de8c-4476-a6b6-ec922974bbb4/tags => generated 17 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/2021] 10.0.0.89 () {34 vars in 751 bytes} [Tue Apr 14 13:15:11 2026] PUT /v2.0/networks/5aef4e68-de8c-4476-a6b6-ec922974bbb4/tags => generated 12 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/2022] 10.0.0.89 () {32 vars in 731 bytes} [Tue Apr 14 13:15:11 2026] GET /v2.0/networks/5aef4e68-de8c-4476-a6b6-ec922974bbb4/tags => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/2023] 10.0.0.89 () {32 vars in 731 bytes} [Tue Apr 14 13:15:11 2026] GET /v2.0/networks/113b2ff5-c5b8-4a1a-8f6f-1f0ee8c4976e/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 13:15:11.996 7 INFO neutron.services.segments.plugin [-] Segment 0af8e470-158a-4199-9b9e-7ea0b4c63c90 resource provider aggregate not found 2026-04-14 13:15:12.004 7 INFO neutron.services.segments.plugin [-] Segment 0af8e470-158a-4199-9b9e-7ea0b4c63c90 resource provider aggregate not found 2026-04-14 13:15:12.019 7 INFO neutron.services.segments.plugin [-] Segment 0af8e470-158a-4199-9b9e-7ea0b4c63c90 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0af8e470-158a-4199-9b9e-7ea0b4c63c90 found for delete ", "request_id": "req-a0e02316-7ed4-4efc-87c7-119f6eead31d"}]} 2026-04-14 13:15:12.021 7 INFO neutron.services.segments.plugin [-] Segment 0af8e470-158a-4199-9b9e-7ea0b4c63c90 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0af8e470-158a-4199-9b9e-7ea0b4c63c90 found for delete ", "request_id": "req-0704bbcd-85de-4fc0-a75e-a4afaf45e703"}]} [pid: 7|app: 0|req: 994/2024] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:15:11 2026] DELETE /v2.0/networks/113b2ff5-c5b8-4a1a-8f6f-1f0ee8c4976e => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2025] 10.0.0.89 () {34 vars in 667 bytes} [Tue Apr 14 13:15:10 2026] POST /v2.0/routers => generated 728 bytes in 1816 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/2026] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:15:12 2026] DELETE /v2.0/networks/5aef4e68-de8c-4476-a6b6-ec922974bbb4 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/2027] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:15:12 2026] GET /v2.0/security-groups?tenant_id=45b360fea8514103b4c4725b37ac865c&name=default => generated 2925 bytes in 195 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/2028] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:15:13 2026] DELETE /v2.0/security-groups/5c72188b-2261-4923-9316-da1ba6022560 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2029] 10.0.0.89 () {34 vars in 781 bytes} [Tue Apr 14 13:15:12 2026] PUT /v2.0/routers/b7b55aba-b2c5-43ef-a015-0d13585d145f/add_router_interface => generated 309 bytes in 1061 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/2030] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:15:13 2026] GET /v2.0/security-groups?tenant_id=0ba683ea627f44729304306c305007dd&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2031] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:15:13 2026] DELETE /v2.0/security-groups/cfc1b33c-df13-4744-8664-ad09b7ff1297 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 13:15:14.040 7 INFO neutron.services.segments.plugin [-] Segment f1b3b577-57da-437c-a641-93ba725a4f32 resource provider aggregate not found 2026-04-14 13:15:14.044 7 INFO neutron.services.segments.plugin [-] Segment f1b3b577-57da-437c-a641-93ba725a4f32 resource provider aggregate not found 2026-04-14 13:15:14.056 7 INFO neutron.services.segments.plugin [-] Segment f1b3b577-57da-437c-a641-93ba725a4f32 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f1b3b577-57da-437c-a641-93ba725a4f32 found for delete ", "request_id": "req-d316c93e-90a8-4a64-8535-f49cfde18683"}]} 2026-04-14 13:15:14.058 7 INFO neutron.services.segments.plugin [-] Segment f1b3b577-57da-437c-a641-93ba725a4f32 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f1b3b577-57da-437c-a641-93ba725a4f32 found for delete ", "request_id": "req-5a43fdaf-9342-4496-ad15-f70b3aab5c7a"}]} 2026-04-14 13:15:14.434 7 INFO neutron.db.segments_db [None req-06bc64de-3803-4395-9006-096dce2a9669 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Added segment 76a52062-57d7-4a35-a236-56aaf4845ec8 of type vxlan for network 28ee0814-01dd-4b57-a965-dd974a9a2d1a [pid: 7|app: 0|req: 999/2032] 10.0.0.89 () {34 vars in 669 bytes} [Tue Apr 14 13:15:14 2026] POST /v2.0/networks => generated 740 bytes in 283 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2033] 10.0.0.89 () {34 vars in 667 bytes} [Tue Apr 14 13:15:14 2026] POST /v2.0/subnets => generated 687 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 13:15:14.815 7 INFO neutron.db.segments_db [None req-66108479-c327-44a7-87de-3a63dfaa3118 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Added segment 25624584-decb-4ae7-9f99-12399b3dd179 of type vxlan for network 878417b5-066e-422f-9dee-dbad12ab0b25 2026-04-14 13:15:15.079 7 INFO neutron.db.l3_hamode_db [None req-66108479-c327-44a7-87de-3a63dfaa3118 07a826a9f9ea4418bda3456837295b64 5d6d836b6e6d4ceb89a724e7e24fe909 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 13:15:15.832 7 INFO neutron.db.l3_hamode_db [None req-66108479-c327-44a7-87de-3a63dfaa3118 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1000/2036] 10.0.0.89 () {34 vars in 667 bytes} [Tue Apr 14 13:15:14 2026] POST /v2.0/routers => generated 727 bytes in 1998 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2037] 10.0.0.89 () {34 vars in 781 bytes} [Tue Apr 14 13:15:16 2026] PUT /v2.0/routers/90724cd1-cda9-45aa-a0df-e8432463b9cb/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: 1001/2038] 10.0.0.89 () {34 vars in 683 bytes} [Tue Apr 14 13:15:18 2026] POST /v2.0/security-groups => generated 1673 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2039] 10.0.0.89 () {34 vars in 693 bytes} [Tue Apr 14 13:15:18 2026] POST /v2.0/security-group-rules => generated 597 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/2040] 10.0.0.89 () {34 vars in 693 bytes} [Tue Apr 14 13:15:18 2026] POST /v2.0/security-group-rules => generated 596 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2041] 10.0.0.89 () {34 vars in 693 bytes} [Tue Apr 14 13:15:18 2026] POST /v2.0/security-group-rules => generated 602 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/2042] 10.0.0.89 () {34 vars in 693 bytes} [Tue Apr 14 13:15:19 2026] POST /v2.0/security-group-rules => generated 601 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 13:15:19.249 8 INFO neutron.db.securitygroups_db [None req-1fd11576-94e6-419c-810d-7f6f8ff4ccf3 348a2b9281914b5aa4904292b4d002a5 b9f4c58606934539ab6af76b1c1d06f2 - - default default] Project b9f4c58606934539ab6af76b1c1d06f2 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 8|app: 0|req: 1040/2043] 10.0.0.89 () {34 vars in 693 bytes} [Tue Apr 14 13:15:19 2026] POST /v2.0/security-group-rules => generated 607 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 13:15:19.363 7 INFO neutron.db.securitygroups_db [None req-b4b24d59-37ca-4e91-b93c-8f81b39b0818 348a2b9281914b5aa4904292b4d002a5 b9f4c58606934539ab6af76b1c1d06f2 - - default default] Project b9f4c58606934539ab6af76b1c1d06f2 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 8|app: 0|req: 1041/2044] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:15:19 2026] GET /v2.0/ports?device_id=8d730f43-2a5b-4f4f-9b77-7c0753c8d471 => generated 975 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2045] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:15:19 2026] GET /v2.0/security-groups?id=1e8bd45a-a3bb-459c-88c0-50d3983a6666&fields=id&fields=name => generated 111 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/2046] 10.0.0.89 () {34 vars in 693 bytes} [Tue Apr 14 13:15:19 2026] POST /v2.0/security-group-rules => generated 606 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2047] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:15:19 2026] GET /v2.0/ports?device_id=8d730f43-2a5b-4f4f-9b77-7c0753c8d471 => generated 975 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/2048] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:15:19 2026] GET /v2.0/security-groups?id=1e8bd45a-a3bb-459c-88c0-50d3983a6666&fields=id&fields=name => generated 111 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2049] 10.0.0.89 () {34 vars in 683 bytes} [Tue Apr 14 13:15:19 2026] POST /v2.0/security-groups => generated 1661 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/2050] 10.0.0.89 () {34 vars in 693 bytes} [Tue Apr 14 13:15:19 2026] POST /v2.0/security-group-rules => generated 597 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2051] 10.0.0.89 () {34 vars in 693 bytes} [Tue Apr 14 13:15:20 2026] POST /v2.0/security-group-rules => generated 602 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/2052] 10.0.0.89 () {34 vars in 674 bytes} [Tue Apr 14 13:15:20 2026] POST /v2.0/floatingips => generated 552 bytes in 485 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2053] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:15:20 2026] GET /v2.0/ports?device_id=8d730f43-2a5b-4f4f-9b77-7c0753c8d471 => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/2054] 10.0.0.176 () {34 vars in 1097 bytes} [Tue Apr 14 13:15:20 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-248004219&fields=id&tenant_id=b9f4c58606934539ab6af76b1c1d06f2 => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2055] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:15:20 2026] GET /v2.0/security-groups?id=1e8bd45a-a3bb-459c-88c0-50d3983a6666&fields=id&fields=name => generated 111 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/2056] 10.0.0.176 () {34 vars in 1099 bytes} [Tue Apr 14 13:15:20 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1178625288&fields=id&tenant_id=b9f4c58606934539ab6af76b1c1d06f2 => generated 69 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2057] 10.0.0.176 () {34 vars in 981 bytes} [Tue Apr 14 13:15:20 2026] GET /v2.0/networks?id=fbe253dd-bb3a-49c5-8489-26a5056702d5 => generated 673 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/2058] 10.0.0.176 () {34 vars in 964 bytes} [Tue Apr 14 13:15:20 2026] GET /v2.0/quotas/b9f4c58606934539ab6af76b1c1d06f2 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2059] 10.0.0.176 () {34 vars in 1001 bytes} [Tue Apr 14 13:15:20 2026] GET /v2.0/ports?tenant_id=b9f4c58606934539ab6af76b1c1d06f2&fields=id => generated 103 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/2060] 10.0.0.176 () {34 vars in 1007 bytes} [Tue Apr 14 13:15:21 2026] GET /v2.0/networks/fbe253dd-bb3a-49c5-8489-26a5056702d5?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2061] 10.0.0.176 () {34 vars in 1107 bytes} [Tue Apr 14 13:15:21 2026] GET /v2.0/networks/fbe253dd-bb3a-49c5-8489-26a5056702d5?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: 1012/2062] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:15:21 2026] GET /v2.0/ports?device_id=052e1747-2a16-402d-8091-ffa70300b309 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2063] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:15:21 2026] GET /v2.0/ports?device_id=8d730f43-2a5b-4f4f-9b77-7c0753c8d471 => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/2064] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:15:21 2026] GET /v2.0/security-groups?id=1e8bd45a-a3bb-459c-88c0-50d3983a6666&fields=id&fields=name => generated 111 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2065] 199.19.213.159 () {34 vars in 993 bytes} [Tue Apr 14 13:15:22 2026] GET /v2.0/ports?device_id=8d730f43-2a5b-4f4f-9b77-7c0753c8d471 => generated 975 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:15:22.227 7 INFO neutron_taas.services.taas.taas_plugin [req-2ad30374-47c3-4b7b-bc75-082c0ca202d9 req-1f13d640-7b26-4a06-b70b-6304fc0c38d4 5a105b07c9de4c6098ab7bed993160cb aae4939989944caba749926f8821e780 - - default default] TaaS: Handle Delete Port: 574cfa96-0a7f-4058-8e3d-eb129c4bb8aa 2026-04-14 13:15:22.230 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2ad30374-47c3-4b7b-bc75-082c0ca202d9 req-1f13d640-7b26-4a06-b70b-6304fc0c38d4 5a105b07c9de4c6098ab7bed993160cb aae4939989944caba749926f8821e780 - - default default] Tap Mirror: Handle Delete Port: 574cfa96-0a7f-4058-8e3d-eb129c4bb8aa [pid: 8|app: 0|req: 1053/2066] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:15:22 2026] GET /v2.0/ports?device_id=052e1747-2a16-402d-8091-ffa70300b309 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 13:15:22.360 7 INFO neutron.db.l3_db [req-2ad30374-47c3-4b7b-bc75-082c0ca202d9 req-1f13d640-7b26-4a06-b70b-6304fc0c38d4 5a105b07c9de4c6098ab7bed993160cb aae4939989944caba749926f8821e780 - - default default] Floating IP 6f626462-b5d8-43ba-974b-df5ef29c10f3 disassociated. External IP: 10.96.250.208, port: 574cfa96-0a7f-4058-8e3d-eb129c4bb8aa. [pid: 7|app: 0|req: 1014/2067] 199.19.213.159 () {36 vars in 996 bytes} [Tue Apr 14 13:15:22 2026] DELETE /v2.0/ports/574cfa96-0a7f-4058-8e3d-eb129c4bb8aa => generated 0 bytes in 729 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:15:22.863 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cd431ae8-d085-416c-81e2-57a46c0a1e88'] response: {'server_uuid': '8d730f43-2a5b-4f4f-9b77-7c0753c8d471', 'name': 'network-vif-deleted', 'tag': '574cfa96-0a7f-4058-8e3d-eb129c4bb8aa', 'status': 'completed', 'code': 200} 2026-04-14 13:15:23.038 8 INFO neutron.db.segments_db [None req-7a9f8d97-f473-4c94-ab23-840636489226 307ead5e10404d50828ae456d825851a 3cab9d80633d4201bbfca0baef7da5b3 - - default default] Added segment 9198cdf4-3325-4db8-8ccb-915bde8968f2 of type vxlan for network 70bf0939-72d9-4c15-a048-d148a5a1b7c3 [pid: 7|app: 0|req: 1015/2068] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:15:23 2026] GET /v2.0/ports?device_id=8d730f43-2a5b-4f4f-9b77-7c0753c8d471 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2069] 10.0.0.89 () {34 vars in 668 bytes} [Tue Apr 14 13:15:22 2026] POST /v2.0/networks => generated 640 bytes in 471 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/2070] 10.0.0.89 () {34 vars in 667 bytes} [Tue Apr 14 13:15:23 2026] POST /v2.0/subnets => generated 658 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2071] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:15:23 2026] GET /v2.0/ports?device_id=052e1747-2a16-402d-8091-ffa70300b309 => 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: 1017/2072] 10.0.0.89 () {32 vars in 720 bytes} [Tue Apr 14 13:15:23 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2073] 10.0.0.89 () {34 vars in 667 bytes} [Tue Apr 14 13:15:23 2026] POST /v2.0/subnets => generated 731 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 13:15:23.801 7 INFO neutron.db.segments_db [None req-0089e3af-173d-46f2-9ec1-bc4ec9a25fcf 307ead5e10404d50828ae456d825851a 3cab9d80633d4201bbfca0baef7da5b3 - - default default] Added segment b12e44d5-7988-45d7-af66-1b69118b4551 of type vxlan for network db4ac296-709a-4c15-b3cc-fd23afbb6793 [pid: 7|app: 0|req: 1018/2074] 10.0.0.89 () {34 vars in 668 bytes} [Tue Apr 14 13:15:23 2026] POST /v2.0/networks => generated 638 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2075] 10.0.0.89 () {34 vars in 667 bytes} [Tue Apr 14 13:15:23 2026] POST /v2.0/subnets => generated 656 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2076] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:15:24 2026] GET /v2.0/ports?device_id=8d730f43-2a5b-4f4f-9b77-7c0753c8d471 => 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: 1019/2077] 10.0.0.89 () {34 vars in 667 bytes} [Tue Apr 14 13:15:24 2026] POST /v2.0/subnets => generated 726 bytes in 313 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 13:15:24.525 8 INFO neutron.db.segments_db [None req-dded6a5c-64f9-4520-98df-dc5719701b2c 307ead5e10404d50828ae456d825851a 3cab9d80633d4201bbfca0baef7da5b3 - - default default] Added segment 4b761e18-0a61-4850-85f2-1bfa1a25000a of type vxlan for network c0ef3c03-e8fa-454c-af49-ee5b6a7d8bb6 [pid: 7|app: 0|req: 1020/2078] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:15:24 2026] GET /v2.0/ports?device_id=052e1747-2a16-402d-8091-ffa70300b309 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2079] 10.0.0.89 () {34 vars in 668 bytes} [Tue Apr 14 13:15:24 2026] POST /v2.0/networks => generated 638 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2080] 10.0.0.89 () {34 vars in 667 bytes} [Tue Apr 14 13:15:24 2026] POST /v2.0/subnets => generated 655 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2081] 10.0.0.89 () {34 vars in 667 bytes} [Tue Apr 14 13:15:24 2026] POST /v2.0/subnets => generated 730 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 13:15:25.181 7 INFO neutron.db.segments_db [None req-34de109e-2a37-4346-8369-f6a927a04a26 307ead5e10404d50828ae456d825851a 3cab9d80633d4201bbfca0baef7da5b3 - - default default] Added segment 83b21446-4747-4f17-a58e-8d9660279d8a of type vxlan for network 54d0bd33-6e0b-48ab-bb2a-8ffe4aecc17f [pid: 8|app: 0|req: 1061/2082] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:15:25 2026] GET /v2.0/ports?device_id=8d730f43-2a5b-4f4f-9b77-7c0753c8d471 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 13:15:25.410 7 INFO neutron.db.l3_hamode_db [None req-34de109e-2a37-4346-8369-f6a927a04a26 307ead5e10404d50828ae456d825851a 3cab9d80633d4201bbfca0baef7da5b3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1062/2083] 199.19.213.159 () {34 vars in 985 bytes} [Tue Apr 14 13:15:25 2026] GET /v2.0/networks?id=fbe253dd-bb3a-49c5-8489-26a5056702d5 => generated 673 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2084] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:15:25 2026] GET /v2.0/ports?device_id=052e1747-2a16-402d-8091-ffa70300b309 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2085] 199.19.213.159 () {34 vars in 1049 bytes} [Tue Apr 14 13:15:25 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b9f4c58606934539ab6af76b1c1d06f2 => generated 273 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2086] 199.19.213.159 () {38 vars in 954 bytes} [Tue Apr 14 13:15:25 2026] POST /v2.0/ports => generated 993 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, ' 2026-04-14 13:15:26.525 7 INFO neutron.db.l3_hamode_db [None req-34de109e-2a37-4346-8369-f6a927a04a26 307ead5e10404d50828ae456d825851a 3cab9d80633d4201bbfca0baef7da5b3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1066/2087] 199.19.213.159 () {38 vars in 1027 bytes} [Tue Apr 14 13:15:26 2026] PUT /v2.0/ports/994b0483-9d5e-48df-a524-e959a8761aed => generated 1274 bytes in 407 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1067/2088] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:15:26 2026] GET /v2.0/ports?device_id=8d730f43-2a5b-4f4f-9b77-7c0753c8d471 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 13:15:26.576 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9d577036-9c07-46e2-ad40-8667b884a78f'] response: {'name': 'network-changed', 'server_uuid': '052e1747-2a16-402d-8091-ffa70300b309', 'tag': '994b0483-9d5e-48df-a524-e959a8761aed', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1068/2089] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:15:26 2026] GET /v2.0/ports?device_id=052e1747-2a16-402d-8091-ffa70300b309 => generated 1008 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2090] 10.0.0.176 () {34 vars in 1119 bytes} [Tue Apr 14 13:15:26 2026] GET /v2.0/security-groups?id=017a2fef-5b43-4324-8c9e-a69887af57c7&id=5131706d-d150-490f-98c9-342c662123fe&fields=id&fields=name => generated 206 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2091] 199.19.213.159 () {34 vars in 1079 bytes} [Tue Apr 14 13:15:27 2026] GET /v2.0/ports?tenant_id=b9f4c58606934539ab6af76b1c1d06f2&device_id=052e1747-2a16-402d-8091-ffa70300b309 => generated 1277 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2092] 199.19.213.159 () {34 vars in 1017 bytes} [Tue Apr 14 13:15:27 2026] GET /v2.0/networks?tenant_id=b9f4c58606934539ab6af76b1c1d06f2&shared=False => generated 769 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2093] 199.19.213.159 () {34 vars in 929 bytes} [Tue Apr 14 13:15:27 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/2094] 10.0.0.89 () {34 vars in 667 bytes} [Tue Apr 14 13:15:25 2026] POST /v2.0/routers => generated 684 bytes in 2154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/2095] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:15:27 2026] DELETE /v2.0/security-groups/1e8bd45a-a3bb-459c-88c0-50d3983a6666 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 13:15:27.783 7 INFO neutron.api.v2.resource [None req-79f322c2-4ed3-46ff-a6bc-60f97ee35309 5a105b07c9de4c6098ab7bed993160cb aae4939989944caba749926f8821e780 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1024/2096] 10.0.0.89 () {32 vars in 735 bytes} [Tue Apr 14 13:15:27 2026] GET /v2.0/security-groups/1e8bd45a-a3bb-459c-88c0-50d3983a6666 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 13:15:27.895 7 INFO neutron_taas.services.taas.taas_plugin [None req-017087f6-f403-47ea-aeee-f8e46ea60dba 5a105b07c9de4c6098ab7bed993160cb aae4939989944caba749926f8821e780 - - default default] TaaS: Handle Delete Port: 188eb2db-9b6b-4572-96b7-55bf89b72b9b 2026-04-14 13:15:27.897 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-017087f6-f403-47ea-aeee-f8e46ea60dba 5a105b07c9de4c6098ab7bed993160cb aae4939989944caba749926f8821e780 - - default default] Tap Mirror: Handle Delete Port: 188eb2db-9b6b-4572-96b7-55bf89b72b9b [pid: 7|app: 0|req: 1025/2097] 10.0.0.89 () {32 vars in 730 bytes} [Tue Apr 14 13:15:27 2026] DELETE /v2.0/floatingips/6f626462-b5d8-43ba-974b-df5ef29c10f3 => generated 0 bytes in 252 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/2098] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:15:28 2026] GET /v2.0/ports?device_id=052e1747-2a16-402d-8091-ffa70300b309 => generated 1008 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 13:15:28.449 7 INFO neutron_taas.services.taas.taas_plugin [None req-b04f47cf-f882-4758-b692-476fe3ee1829 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] TaaS: Handle Delete Port: afba2335-1eba-4df7-921a-3d4781848f59 2026-04-14 13:15:28.451 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b04f47cf-f882-4758-b692-476fe3ee1829 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Tap Mirror: Handle Delete Port: afba2335-1eba-4df7-921a-3d4781848f59 [pid: 8|app: 0|req: 1073/2099] 10.0.0.89 () {34 vars in 781 bytes} [Tue Apr 14 13:15:27 2026] PUT /v2.0/routers/246e590c-b42f-42e8-b8e9-fd054576417a/add_router_interface => generated 309 bytes in 1203 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2100] 10.0.0.176 () {34 vars in 1119 bytes} [Tue Apr 14 13:15:28 2026] GET /v2.0/security-groups?id=017a2fef-5b43-4324-8c9e-a69887af57c7&id=5131706d-d150-490f-98c9-342c662123fe&fields=id&fields=name => generated 206 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2101] 199.19.213.159 () {34 vars in 1079 bytes} [Tue Apr 14 13:15:28 2026] GET /v2.0/ports?tenant_id=b9f4c58606934539ab6af76b1c1d06f2&device_id=052e1747-2a16-402d-8091-ffa70300b309 => generated 1277 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2102] 10.0.0.89 () {34 vars in 787 bytes} [Tue Apr 14 13:15:28 2026] PUT /v2.0/routers/25694763-b84b-448d-99cf-e3c1481f13dd/remove_router_interface => generated 309 bytes in 863 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2103] 199.19.213.159 () {34 vars in 1057 bytes} [Tue Apr 14 13:15:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=994b0483-9d5e-48df-a524-e959a8761aed => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 13:15:29.256 7 INFO neutron_taas.services.taas.taas_plugin [None req-3c59873b-d484-4714-bee1-af3811e43731 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] TaaS: Handle Delete Port: 23019c76-187c-4a99-9e70-816a02dd66fe 2026-04-14 13:15:29.259 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3c59873b-d484-4714-bee1-af3811e43731 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Tap Mirror: Handle Delete Port: 23019c76-187c-4a99-9e70-816a02dd66fe 2026-04-14 13:15:29.531 7 INFO neutron_taas.services.taas.taas_plugin [None req-3c59873b-d484-4714-bee1-af3811e43731 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] TaaS: Handle Delete Port: 4e1290bd-6cb9-4d8b-a828-fdfafd85059a 2026-04-14 13:15:29.534 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3c59873b-d484-4714-bee1-af3811e43731 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Tap Mirror: Handle Delete Port: 4e1290bd-6cb9-4d8b-a828-fdfafd85059a 2026-04-14 13:15:29.887 7 INFO neutron.services.segments.plugin [-] Segment 511190cf-aef0-4e35-a64e-183d17f371a6 resource provider aggregate not found 2026-04-14 13:15:29.894 7 INFO neutron.services.segments.plugin [-] Segment 511190cf-aef0-4e35-a64e-183d17f371a6 resource provider aggregate not found 2026-04-14 13:15:29.908 7 INFO neutron.services.segments.plugin [-] Segment 511190cf-aef0-4e35-a64e-183d17f371a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 511190cf-aef0-4e35-a64e-183d17f371a6 found for delete ", "request_id": "req-b5345003-76c8-4509-8652-94cd30a69478"}]} 2026-04-14 13:15:29.915 7 INFO neutron.services.segments.plugin [-] Segment 511190cf-aef0-4e35-a64e-183d17f371a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 511190cf-aef0-4e35-a64e-183d17f371a6 found for delete ", "request_id": "req-567602c7-c178-4228-abd8-5875ef3f7560"}]} 2026-04-14 13:15:29.918 7 INFO neutron.db.l3_hamode_db [None req-3c59873b-d484-4714-bee1-af3811e43731 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] HA network 48dd7db3-470e-4ec9-b31d-5fe931ef6663 was deleted as no HA routers are present in tenant aae4939989944caba749926f8821e780. [pid: 7|app: 0|req: 1029/2104] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:15:28 2026] DELETE /v2.0/routers/25694763-b84b-448d-99cf-e3c1481f13dd => generated 0 bytes in 926 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2105] 10.0.0.89 () {34 vars in 781 bytes} [Tue Apr 14 13:15:28 2026] PUT /v2.0/routers/246e590c-b42f-42e8-b8e9-fd054576417a/add_router_interface => generated 309 bytes in 1366 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2106] 199.19.213.159 () {34 vars in 983 bytes} [Tue Apr 14 13:15:29 2026] GET /v2.0/subnets?id=5dc646be-7dce-454d-ba5f-d3429eb459d0 => generated 691 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2107] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:15:29 2026] GET /v2.0/ports?device_id=052e1747-2a16-402d-8091-ffa70300b309 => generated 1008 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/2108] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:15:29 2026] DELETE /v2.0/subnets/57863bfd-64d9-4170-820b-0538189e8654 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/2109] 199.19.213.159 () {34 vars in 1051 bytes} [Tue Apr 14 13:15:30 2026] GET /v2.0/ports?network_id=fbe253dd-bb3a-49c5-8489-26a5056702d5&device_owner=network%3Adhcp => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2110] 10.0.0.176 () {34 vars in 1119 bytes} [Tue Apr 14 13:15:30 2026] GET /v2.0/security-groups?id=017a2fef-5b43-4324-8c9e-a69887af57c7&id=5131706d-d150-490f-98c9-342c662123fe&fields=id&fields=name => generated 206 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:15:30.317 7 INFO neutron_taas.services.taas.taas_plugin [None req-7b34257e-aeae-40e7-ba7e-ac6945923533 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] TaaS: Handle Delete Port: a6a71b09-4eca-4609-a7ff-8e998501c85a 2026-04-14 13:15:30.319 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7b34257e-aeae-40e7-ba7e-ac6945923533 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Tap Mirror: Handle Delete Port: a6a71b09-4eca-4609-a7ff-8e998501c85a [pid: 7|app: 0|req: 1034/2111] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:15:30 2026] DELETE /v2.0/networks/e169c6b4-b4cf-43d3-ac28-9bf25b0f5ff1 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2112] 199.19.213.159 () {34 vars in 1011 bytes} [Tue Apr 14 13:15:30 2026] GET /v2.0/networks/fbe253dd-bb3a-49c5-8489-26a5056702d5?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2113] 199.19.213.159 () {34 vars in 1111 bytes} [Tue Apr 14 13:15:30 2026] GET /v2.0/networks/fbe253dd-bb3a-49c5-8489-26a5056702d5?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: 1037/2114] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:15:30 2026] GET /v2.0/security-groups?tenant_id=aae4939989944caba749926f8821e780&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2115] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:15:30 2026] DELETE /v2.0/security-groups/dbd316e2-ddd8-4af4-8dcf-d2de278062c0 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2118] 10.0.0.89 () {34 vars in 781 bytes} [Tue Apr 14 13:15:29 2026] PUT /v2.0/routers/246e590c-b42f-42e8-b8e9-fd054576417a/add_router_interface => generated 309 bytes in 1324 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2119] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:15:31 2026] GET /v2.0/ports?device_id=052e1747-2a16-402d-8091-ffa70300b309 => generated 1008 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2120] 10.0.0.176 () {34 vars in 1119 bytes} [Tue Apr 14 13:15:31 2026] GET /v2.0/security-groups?id=017a2fef-5b43-4324-8c9e-a69887af57c7&id=5131706d-d150-490f-98c9-342c662123fe&fields=id&fields=name => generated 206 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2121] 10.0.0.89 () {34 vars in 682 bytes} [Tue Apr 14 13:15:31 2026] POST /v2.0/security-groups => generated 1628 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2122] 10.0.0.89 () {34 vars in 693 bytes} [Tue Apr 14 13:15:31 2026] POST /v2.0/security-group-rules => generated 597 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2123] 10.0.0.89 () {34 vars in 693 bytes} [Tue Apr 14 13:15:31 2026] POST /v2.0/security-group-rules => generated 597 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2124] 10.0.0.89 () {34 vars in 693 bytes} [Tue Apr 14 13:15:31 2026] POST /v2.0/security-group-rules => generated 599 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 13:15:31.928 7 INFO neutron.services.segments.plugin [-] Segment db65fdfd-5b62-44f8-81cf-ad105b6be789 resource provider aggregate not found 2026-04-14 13:15:31.932 7 INFO neutron.services.segments.plugin [-] Segment db65fdfd-5b62-44f8-81cf-ad105b6be789 resource provider aggregate not found 2026-04-14 13:15:31.941 7 INFO neutron.services.segments.plugin [-] Segment db65fdfd-5b62-44f8-81cf-ad105b6be789 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db65fdfd-5b62-44f8-81cf-ad105b6be789 found for delete ", "request_id": "req-74645306-126c-444c-a636-5385ed125258"}]} 2026-04-14 13:15:31.946 7 INFO neutron.services.segments.plugin [-] Segment db65fdfd-5b62-44f8-81cf-ad105b6be789 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db65fdfd-5b62-44f8-81cf-ad105b6be789 found for delete ", "request_id": "req-bdb84fb3-d3a3-4420-b5b2-101c8992e4b9"}]} [pid: 8|app: 0|req: 1081/2125] 10.0.0.89 () {34 vars in 693 bytes} [Tue Apr 14 13:15:31 2026] POST /v2.0/security-group-rules => generated 601 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2126] 10.0.0.89 () {34 vars in 693 bytes} [Tue Apr 14 13:15:32 2026] POST /v2.0/security-group-rules => generated 601 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2127] 10.0.0.89 () {34 vars in 693 bytes} [Tue Apr 14 13:15:32 2026] POST /v2.0/security-group-rules => generated 597 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2128] 10.0.0.89 () {34 vars in 693 bytes} [Tue Apr 14 13:15:32 2026] POST /v2.0/security-group-rules => generated 597 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2129] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:15:32 2026] GET /v2.0/ports?device_id=052e1747-2a16-402d-8091-ffa70300b309 => generated 1008 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2130] 10.0.0.176 () {34 vars in 1119 bytes} [Tue Apr 14 13:15:32 2026] GET /v2.0/security-groups?id=017a2fef-5b43-4324-8c9e-a69887af57c7&id=5131706d-d150-490f-98c9-342c662123fe&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: 1047/2131] 10.0.0.89 () {34 vars in 693 bytes} [Tue Apr 14 13:15:32 2026] POST /v2.0/security-group-rules => generated 597 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2132] 10.0.0.89 () {34 vars in 693 bytes} [Tue Apr 14 13:15:32 2026] POST /v2.0/security-group-rules => generated 599 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2133] 10.0.0.89 () {34 vars in 693 bytes} [Tue Apr 14 13:15:32 2026] POST /v2.0/security-group-rules => generated 601 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2134] 10.0.0.89 () {34 vars in 693 bytes} [Tue Apr 14 13:15:32 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) [pid: 7|app: 0|req: 1049/2135] 10.0.0.176 () {34 vars in 1095 bytes} [Tue Apr 14 13:15:33 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1547970161&fields=id&tenant_id=3cab9d80633d4201bbfca0baef7da5b3 => generated 69 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2136] 10.0.0.176 () {34 vars in 981 bytes} [Tue Apr 14 13:15:33 2026] GET /v2.0/networks?id=db4ac296-709a-4c15-b3cc-fd23afbb6793 => generated 705 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2137] 10.0.0.176 () {34 vars in 964 bytes} [Tue Apr 14 13:15:33 2026] GET /v2.0/quotas/3cab9d80633d4201bbfca0baef7da5b3 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2138] 10.0.0.176 () {34 vars in 1001 bytes} [Tue Apr 14 13:15:33 2026] GET /v2.0/ports?tenant_id=3cab9d80633d4201bbfca0baef7da5b3&fields=id => generated 241 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2139] 10.0.0.176 () {34 vars in 1007 bytes} [Tue Apr 14 13:15:33 2026] GET /v2.0/networks/db4ac296-709a-4c15-b3cc-fd23afbb6793?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2140] 10.0.0.176 () {34 vars in 1107 bytes} [Tue Apr 14 13:15:33 2026] GET /v2.0/networks/db4ac296-709a-4c15-b3cc-fd23afbb6793?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2141] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:15:33 2026] GET /v2.0/ports?device_id=84f9a053-3e06-4dca-825c-abf0fac351a3 => 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: 1052/2142] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:15:33 2026] GET /v2.0/ports?device_id=052e1747-2a16-402d-8091-ffa70300b309 => generated 1008 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2143] 10.0.0.176 () {34 vars in 1119 bytes} [Tue Apr 14 13:15:33 2026] GET /v2.0/security-groups?id=017a2fef-5b43-4324-8c9e-a69887af57c7&id=5131706d-d150-490f-98c9-342c662123fe&fields=id&fields=name => generated 206 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2144] 199.19.213.159 () {34 vars in 993 bytes} [Tue Apr 14 13:15:33 2026] GET /v2.0/ports?device_id=052e1747-2a16-402d-8091-ffa70300b309 => generated 1277 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2145] 199.19.213.159 () {34 vars in 1123 bytes} [Tue Apr 14 13:15:33 2026] GET /v2.0/security-groups?id=5131706d-d150-490f-98c9-342c662123fe&id=017a2fef-5b43-4324-8c9e-a69887af57c7&fields=id&fields=name => generated 206 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2146] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:15:34 2026] GET /v2.0/ports?device_id=052e1747-2a16-402d-8091-ffa70300b309 => generated 1010 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2147] 10.0.0.176 () {34 vars in 1119 bytes} [Tue Apr 14 13:15:34 2026] GET /v2.0/security-groups?id=017a2fef-5b43-4324-8c9e-a69887af57c7&id=5131706d-d150-490f-98c9-342c662123fe&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2148] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:15:35 2026] GET /v2.0/ports?device_id=052e1747-2a16-402d-8091-ffa70300b309 => generated 1010 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2149] 10.0.0.176 () {34 vars in 1119 bytes} [Tue Apr 14 13:15:36 2026] GET /v2.0/security-groups?id=017a2fef-5b43-4324-8c9e-a69887af57c7&id=5131706d-d150-490f-98c9-342c662123fe&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: 7|app: 0|req: 1056/2150] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:15:36 2026] GET /v2.0/ports?device_id=052e1747-2a16-402d-8091-ffa70300b309 => generated 1010 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 13:15:36.479 8 INFO neutron.db.l3_db [None req-7d18689b-e011-43d6-8f33-b783d5c7a281 348a2b9281914b5aa4904292b4d002a5 b9f4c58606934539ab6af76b1c1d06f2 - - default default] Floating IP 4d5bc980-8549-4e7c-a798-ada7e17f2a3e associated. External IP: 10.96.250.213, port: 994b0483-9d5e-48df-a524-e959a8761aed. [pid: 7|app: 0|req: 1057/2151] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:15:36 2026] GET /v2.0/security-groups?tenant_id=f69bd834dd7d4d4d8535a3e57c96ef09&name=default => generated 2925 bytes in 286 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2152] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:15:36 2026] DELETE /v2.0/security-groups/1b8ad031-8ebd-42b8-a30e-c968e8cd3eff => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2153] 10.0.0.89 () {34 vars in 747 bytes} [Tue Apr 14 13:15:36 2026] PUT /v2.0/floatingips/4d5bc980-8549-4e7c-a798-ada7e17f2a3e => generated 855 bytes in 629 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:15:36.835 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f018291e-c25b-40a3-a575-ef4eb5491368'] response: {'name': 'network-changed', 'server_uuid': '052e1747-2a16-402d-8091-ffa70300b309', 'tag': '994b0483-9d5e-48df-a524-e959a8761aed', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1059/2154] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:15:36 2026] GET /v2.0/security-groups?tenant_id=fbd716c06c104acc8a3873e7b6a9aa97&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2155] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:15:36 2026] DELETE /v2.0/security-groups/b5dc4358-f43b-44de-97e6-a0da35562606 => 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: 1060/2156] 199.19.213.159 () {34 vars in 1079 bytes} [Tue Apr 14 13:15:37 2026] GET /v2.0/ports?tenant_id=b9f4c58606934539ab6af76b1c1d06f2&device_id=052e1747-2a16-402d-8091-ffa70300b309 => generated 1279 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2157] 199.19.213.159 () {34 vars in 985 bytes} [Tue Apr 14 13:15:37 2026] GET /v2.0/networks?id=fbe253dd-bb3a-49c5-8489-26a5056702d5 => generated 769 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2158] 199.19.213.159 () {34 vars in 1057 bytes} [Tue Apr 14 13:15:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=994b0483-9d5e-48df-a524-e959a8761aed => generated 858 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2159] 199.19.213.159 () {34 vars in 983 bytes} [Tue Apr 14 13:15:37 2026] GET /v2.0/subnets?id=5dc646be-7dce-454d-ba5f-d3429eb459d0 => generated 691 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2160] 199.19.213.159 () {34 vars in 1051 bytes} [Tue Apr 14 13:15:37 2026] GET /v2.0/ports?network_id=fbe253dd-bb3a-49c5-8489-26a5056702d5&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2161] 199.19.213.159 () {34 vars in 1011 bytes} [Tue Apr 14 13:15:37 2026] GET /v2.0/networks/fbe253dd-bb3a-49c5-8489-26a5056702d5?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2162] 199.19.213.159 () {34 vars in 1111 bytes} [Tue Apr 14 13:15:37 2026] GET /v2.0/networks/fbe253dd-bb3a-49c5-8489-26a5056702d5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2163] 199.19.213.159 () {34 vars in 985 bytes} [Tue Apr 14 13:15:37 2026] GET /v2.0/networks?id=db4ac296-709a-4c15-b3cc-fd23afbb6793 => generated 705 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2164] 199.19.213.159 () {34 vars in 1049 bytes} [Tue Apr 14 13:15:37 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3cab9d80633d4201bbfca0baef7da5b3 => generated 179 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2165] 199.19.213.159 () {38 vars in 954 bytes} [Tue Apr 14 13:15:38 2026] POST /v2.0/ports => generated 1179 bytes in 418 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1102/2166] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:15:38 2026] GET /v2.0/ports?device_id=84f9a053-3e06-4dca-825c-abf0fac351a3 => generated 1194 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2167] 199.19.213.159 () {38 vars in 1027 bytes} [Tue Apr 14 13:15:38 2026] PUT /v2.0/ports/06dd2a9e-3635-4f28-ad52-000f756aae61 => generated 1460 bytes in 406 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 13:15:38.872 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-437b2446-bb1e-4080-a480-918f48edd5ad'] response: {'name': 'network-changed', 'server_uuid': '84f9a053-3e06-4dca-825c-abf0fac351a3', 'tag': '06dd2a9e-3635-4f28-ad52-000f756aae61', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1103/2168] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:15:38 2026] GET /v2.0/security-groups?id=4f847785-7283-4c79-952c-fbf6151e6968&fields=id&fields=name => generated 112 bytes in 427 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: 1066/2169] 199.19.213.159 () {34 vars in 1079 bytes} [Tue Apr 14 13:15:39 2026] GET /v2.0/ports?tenant_id=3cab9d80633d4201bbfca0baef7da5b3&device_id=84f9a053-3e06-4dca-825c-abf0fac351a3 => generated 1463 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2170] 199.19.213.159 () {34 vars in 1017 bytes} [Tue Apr 14 13:15:39 2026] GET /v2.0/networks?tenant_id=3cab9d80633d4201bbfca0baef7da5b3&shared=False => generated 2376 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2171] 199.19.213.159 () {34 vars in 929 bytes} [Tue Apr 14 13:15:39 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2172] 199.19.213.159 () {34 vars in 1079 bytes} [Tue Apr 14 13:15:40 2026] GET /v2.0/ports?tenant_id=3cab9d80633d4201bbfca0baef7da5b3&device_id=84f9a053-3e06-4dca-825c-abf0fac351a3 => 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: 1068/2173] 199.19.213.159 () {34 vars in 1055 bytes} [Tue Apr 14 13:15:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.10&port_id=06dd2a9e-3635-4f28-ad52-000f756aae61 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2174] 199.19.213.159 () {34 vars in 1103 bytes} [Tue Apr 14 13:15:40 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2de&port_id=06dd2a9e-3635-4f28-ad52-000f756aae61 => 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: 1069/2175] 199.19.213.159 () {34 vars in 1063 bytes} [Tue Apr 14 13:15:40 2026] GET /v2.0/subnets?id=bafbf11b-7fd2-46a7-842e-fab849135340&id=a2192ee6-a2c6-4b3b-9bb2-e034332efe0f => generated 1411 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2176] 199.19.213.159 () {34 vars in 1051 bytes} [Tue Apr 14 13:15:40 2026] GET /v2.0/ports?network_id=db4ac296-709a-4c15-b3cc-fd23afbb6793&device_owner=network%3Adhcp => generated 1455 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2177] 199.19.213.159 () {34 vars in 1051 bytes} [Tue Apr 14 13:15:40 2026] GET /v2.0/ports?network_id=db4ac296-709a-4c15-b3cc-fd23afbb6793&device_owner=network%3Adhcp => generated 1455 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2178] 199.19.213.159 () {34 vars in 1011 bytes} [Tue Apr 14 13:15:40 2026] GET /v2.0/networks/db4ac296-709a-4c15-b3cc-fd23afbb6793?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2179] 199.19.213.159 () {34 vars in 1111 bytes} [Tue Apr 14 13:15:40 2026] GET /v2.0/networks/db4ac296-709a-4c15-b3cc-fd23afbb6793?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: 1071/2180] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:15:40 2026] GET /v2.0/security-groups?tenant_id=1d61f02c4c5843d8ad7847c29f32ffb3&name=default => generated 2925 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2181] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:15:41 2026] DELETE /v2.0/security-groups/5b2c3d4b-4717-419b-98a0-5961f28f2588 => 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: 1072/2182] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:15:41 2026] GET /v2.0/security-groups?tenant_id=c95b6d3cc365474bb470223d218fa893&name=default => generated 2925 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2183] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:15:41 2026] DELETE /v2.0/security-groups/feb688c7-4f31-4330-ac32-1b55b762a8a0 => 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: 1073/2184] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:15:44 2026] GET /v2.0/ports?device_id=84f9a053-3e06-4dca-825c-abf0fac351a3 => generated 1196 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2185] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:15:44 2026] GET /v2.0/security-groups?id=4f847785-7283-4c79-952c-fbf6151e6968&fields=id&fields=name => generated 112 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2186] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:15:45 2026] GET /v2.0/security-groups?tenant_id=4ecfc0de0ad547a3869317e8734cb97d&name=default => generated 2925 bytes in 381 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2187] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:15:45 2026] DELETE /v2.0/security-groups/d019c790-7294-4753-840b-2cef7d8eb5db => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2188] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:15:45 2026] GET /v2.0/security-groups?tenant_id=0f762c8a64594aca95be6ed77e5521a0&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2189] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:15:45 2026] DELETE /v2.0/security-groups/bc32e7a8-1250-4d8f-80ae-b690cab9ff70 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2192] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:15:48 2026] GET /v2.0/security-groups?tenant_id=8e31d84abaf449c2b48569270d761e7b&name=default => generated 2925 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2193] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:15:48 2026] DELETE /v2.0/security-groups/87a194ef-8bd0-4c06-8bf7-9a3a815de7fc => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2194] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:15:49 2026] GET /v2.0/ports?device_id=84f9a053-3e06-4dca-825c-abf0fac351a3 => generated 1196 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2195] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:15:49 2026] GET /v2.0/security-groups?id=4f847785-7283-4c79-952c-fbf6151e6968&fields=id&fields=name => generated 112 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2196] 10.0.0.89 () {32 vars in 816 bytes} [Tue Apr 14 13:15:49 2026] GET /v2.0/ports?network_id=db4ac296-709a-4c15-b3cc-fd23afbb6793&mac_address=fa%3A16%3A3e%3A8f%3A57%3Aa6 => generated 1196 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 13:15:50.432 8 INFO neutron.db.l3_db [None req-c058b462-5cdb-47d2-8b32-07cc6ee6cf6d 307ead5e10404d50828ae456d825851a 3cab9d80633d4201bbfca0baef7da5b3 - - default default] Floating IP d2810378-55a3-4f8f-84dd-a00cf0591b32 associated. External IP: 10.96.250.207, port: 06dd2a9e-3635-4f28-ad52-000f756aae61. 2026-04-14 13:15:50.529 7 INFO neutron.db.segments_db [None req-363cf081-f9e5-49bb-b49e-fd45ed005ad7 26709d80f5fa4e51befbb067f8391d7e 59c04e6013ff422e8b2532bbefde49f8 - - default default] Added segment cdac6619-5624-4dc6-99dc-781db0d9ce65 of type vxlan for network 6a020c7e-4f18-4580-b15f-809b1761757b [pid: 7|app: 0|req: 1080/2197] 10.0.0.89 () {34 vars in 668 bytes} [Tue Apr 14 13:15:50 2026] POST /v2.0/networks => generated 643 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2198] 10.0.0.89 () {34 vars in 675 bytes} [Tue Apr 14 13:15:49 2026] POST /v2.0/floatingips => generated 854 bytes in 1063 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 13:15:50.793 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-70868b3c-381e-479f-b3d1-a37a72b30468'] response: {'name': 'network-changed', 'server_uuid': '84f9a053-3e06-4dca-825c-abf0fac351a3', 'tag': '06dd2a9e-3635-4f28-ad52-000f756aae61', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1119/2199] 10.0.0.176 () {34 vars in 1095 bytes} [Tue Apr 14 13:15:50 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1547970161&fields=id&tenant_id=3cab9d80633d4201bbfca0baef7da5b3 => generated 69 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2200] 10.0.0.89 () {34 vars in 663 bytes} [Tue Apr 14 13:15:50 2026] POST /v2.0/ports => generated 774 bytes in 276 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: 1082/2201] 10.0.0.176 () {34 vars in 981 bytes} [Tue Apr 14 13:15:50 2026] GET /v2.0/networks?id=c0ef3c03-e8fa-454c-af49-ee5b6a7d8bb6 => generated 705 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:15:50.955 8 INFO neutron.db.segments_db [None req-35c908f8-e3ae-44b5-bf6c-e159def41bc8 26709d80f5fa4e51befbb067f8391d7e 59c04e6013ff422e8b2532bbefde49f8 - - default default] Added segment 13829f16-bf81-4833-97fd-b1d5bf8e59d5 of type vxlan for network 0412a7ec-073e-4f3c-a116-a8db0e9dc0db [pid: 7|app: 0|req: 1083/2202] 10.0.0.176 () {34 vars in 964 bytes} [Tue Apr 14 13:15:50 2026] GET /v2.0/quotas/3cab9d80633d4201bbfca0baef7da5b3 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2203] 10.0.0.89 () {34 vars in 668 bytes} [Tue Apr 14 13:15:50 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: 1084/2204] 10.0.0.176 () {34 vars in 1001 bytes} [Tue Apr 14 13:15:50 2026] GET /v2.0/ports?tenant_id=3cab9d80633d4201bbfca0baef7da5b3&fields=id => generated 333 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2205] 10.0.0.176 () {34 vars in 1007 bytes} [Tue Apr 14 13:15:51 2026] GET /v2.0/networks/c0ef3c03-e8fa-454c-af49-ee5b6a7d8bb6?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: 1086/2206] 10.0.0.176 () {34 vars in 1107 bytes} [Tue Apr 14 13:15:51 2026] GET /v2.0/networks/c0ef3c03-e8fa-454c-af49-ee5b6a7d8bb6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2207] 10.0.0.89 () {34 vars in 667 bytes} [Tue Apr 14 13:15:51 2026] POST /v2.0/subnets => generated 626 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2208] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:15:51 2026] GET /v2.0/ports?device_id=329e1229-41f9-4248-a363-4e08d870a9ad => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2209] 199.19.213.159 () {34 vars in 1079 bytes} [Tue Apr 14 13:15:51 2026] GET /v2.0/ports?tenant_id=3cab9d80633d4201bbfca0baef7da5b3&device_id=84f9a053-3e06-4dca-825c-abf0fac351a3 => generated 1465 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2210] 199.19.213.159 () {34 vars in 985 bytes} [Tue Apr 14 13:15:51 2026] GET /v2.0/networks?id=db4ac296-709a-4c15-b3cc-fd23afbb6793 => generated 801 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2211] 199.19.213.159 () {34 vars in 1055 bytes} [Tue Apr 14 13:15:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.10&port_id=06dd2a9e-3635-4f28-ad52-000f756aae61 => generated 857 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2212] 199.19.213.159 () {34 vars in 1103 bytes} [Tue Apr 14 13:15:51 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2de&port_id=06dd2a9e-3635-4f28-ad52-000f756aae61 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2213] 199.19.213.159 () {34 vars in 1063 bytes} [Tue Apr 14 13:15:51 2026] GET /v2.0/subnets?id=bafbf11b-7fd2-46a7-842e-fab849135340&id=a2192ee6-a2c6-4b3b-9bb2-e034332efe0f => generated 1411 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2214] 199.19.213.159 () {34 vars in 1051 bytes} [Tue Apr 14 13:15:51 2026] GET /v2.0/ports?network_id=db4ac296-709a-4c15-b3cc-fd23afbb6793&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2215] 199.19.213.159 () {34 vars in 1051 bytes} [Tue Apr 14 13:15:51 2026] GET /v2.0/ports?network_id=db4ac296-709a-4c15-b3cc-fd23afbb6793&device_owner=network%3Adhcp => generated 1457 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2216] 10.0.0.89 () {34 vars in 663 bytes} [Tue Apr 14 13:15:51 2026] POST /v2.0/ports => generated 950 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1130/2217] 199.19.213.159 () {34 vars in 1011 bytes} [Tue Apr 14 13:15:51 2026] GET /v2.0/networks/db4ac296-709a-4c15-b3cc-fd23afbb6793?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2218] 199.19.213.159 () {34 vars in 1111 bytes} [Tue Apr 14 13:15:51 2026] GET /v2.0/networks/db4ac296-709a-4c15-b3cc-fd23afbb6793?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-04-14 13:15:51.728 7 INFO neutron_taas.services.taas.taas_plugin [None req-3f774a9b-e277-41d7-a450-6a5055d91c4e 26709d80f5fa4e51befbb067f8391d7e 59c04e6013ff422e8b2532bbefde49f8 - - default default] TaaS: Handle Delete Port: 900693d4-8153-472b-add7-ead9024d99ea 2026-04-14 13:15:51.730 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3f774a9b-e277-41d7-a450-6a5055d91c4e 26709d80f5fa4e51befbb067f8391d7e 59c04e6013ff422e8b2532bbefde49f8 - - default default] Tap Mirror: Handle Delete Port: 900693d4-8153-472b-add7-ead9024d99ea [pid: 7|app: 0|req: 1088/2219] 10.0.0.89 () {32 vars in 718 bytes} [Tue Apr 14 13:15:51 2026] DELETE /v2.0/ports/900693d4-8153-472b-add7-ead9024d99ea => generated 0 bytes in 261 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:15:51.919 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fcdea5ec-f607-48a0-92d4-1f73085aa1a3 26709d80f5fa4e51befbb067f8391d7e 59c04e6013ff422e8b2532bbefde49f8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1132/2220] 10.0.0.89 () {32 vars in 718 bytes} [Tue Apr 14 13:15:51 2026] DELETE /v2.0/ports/900693d4-8153-472b-add7-ead9024d99ea => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 13:15:51.940 7 INFO neutron.pecan_wsgi.hooks.translation [None req-caafa0cd-d4f6-4030-87c7-09954307888f 26709d80f5fa4e51befbb067f8391d7e 59c04e6013ff422e8b2532bbefde49f8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1089/2221] 10.0.0.89 () {32 vars in 715 bytes} [Tue Apr 14 13:15:51 2026] GET /v2.0/ports/900693d4-8153-472b-add7-ead9024d99ea => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2222] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:15:51 2026] DELETE /v2.0/subnets/acc26102-6ca2-47a8-bc6b-85913fbf3dbd => generated 0 bytes in 92 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:15:52.166 7 INFO neutron.services.segments.plugin [-] Segment 13829f16-bf81-4833-97fd-b1d5bf8e59d5 resource provider aggregate not found 2026-04-14 13:15:52.169 7 INFO neutron.services.segments.plugin [-] Segment 13829f16-bf81-4833-97fd-b1d5bf8e59d5 resource provider aggregate not found 2026-04-14 13:15:52.184 7 INFO neutron.services.segments.plugin [-] Segment 13829f16-bf81-4833-97fd-b1d5bf8e59d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13829f16-bf81-4833-97fd-b1d5bf8e59d5 found for delete ", "request_id": "req-8dd882e1-2d53-4f4f-a18c-91df3eda2746"}]} 2026-04-14 13:15:52.185 7 INFO neutron.services.segments.plugin [-] Segment 13829f16-bf81-4833-97fd-b1d5bf8e59d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13829f16-bf81-4833-97fd-b1d5bf8e59d5 found for delete ", "request_id": "req-6f814a0d-a31c-4e7a-a696-8aec388f45c3"}]} [pid: 7|app: 0|req: 1090/2223] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:15:52 2026] DELETE /v2.0/networks/0412a7ec-073e-4f3c-a116-a8db0e9dc0db => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:15:52.249 8 INFO neutron.db.segments_db [None req-eda80dc6-861a-4bc1-860a-dd435eca95b0 26709d80f5fa4e51befbb067f8391d7e 59c04e6013ff422e8b2532bbefde49f8 - - default default] Added segment 15781104-46b5-4868-a2b6-3877318247b0 of type vxlan for network 68728306-bab6-4b13-99aa-9f7f0146e00c [pid: 8|app: 0|req: 1134/2224] 10.0.0.89 () {34 vars in 668 bytes} [Tue Apr 14 13:15:52 2026] POST /v2.0/networks => generated 632 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2225] 10.0.0.89 () {34 vars in 667 bytes} [Tue Apr 14 13:15:52 2026] POST /v2.0/subnets => generated 626 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2226] 10.0.0.89 () {34 vars in 663 bytes} [Tue Apr 14 13:15:52 2026] POST /v2.0/ports => generated 912 bytes in 308 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 13:15:52.959 7 INFO neutron_taas.services.taas.taas_plugin [None req-059c2ecf-a032-4ae3-9c2b-0ef09372cffe 26709d80f5fa4e51befbb067f8391d7e 59c04e6013ff422e8b2532bbefde49f8 - - default default] TaaS: Handle Delete Port: ac30cd65-eeea-4ef6-9064-7fbcbaa93a01 2026-04-14 13:15:52.962 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-059c2ecf-a032-4ae3-9c2b-0ef09372cffe 26709d80f5fa4e51befbb067f8391d7e 59c04e6013ff422e8b2532bbefde49f8 - - default default] Tap Mirror: Handle Delete Port: ac30cd65-eeea-4ef6-9064-7fbcbaa93a01 [pid: 7|app: 0|req: 1092/2227] 10.0.0.89 () {32 vars in 718 bytes} [Tue Apr 14 13:15:52 2026] DELETE /v2.0/ports/ac30cd65-eeea-4ef6-9064-7fbcbaa93a01 => generated 0 bytes in 261 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:15:53.130 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0353f55c-9df4-44a0-bdcb-8050c5bcf0dd 26709d80f5fa4e51befbb067f8391d7e 59c04e6013ff422e8b2532bbefde49f8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1136/2228] 10.0.0.89 () {32 vars in 715 bytes} [Tue Apr 14 13:15:53 2026] GET /v2.0/ports/ac30cd65-eeea-4ef6-9064-7fbcbaa93a01 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2229] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:15:53 2026] DELETE /v2.0/subnets/a233a80b-04bc-4023-8216-96097b02546c => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:15:53.361 8 INFO neutron.services.segments.plugin [-] Segment 15781104-46b5-4868-a2b6-3877318247b0 resource provider aggregate not found 2026-04-14 13:15:53.366 8 INFO neutron.services.segments.plugin [-] Segment 15781104-46b5-4868-a2b6-3877318247b0 resource provider aggregate not found 2026-04-14 13:15:53.381 8 INFO neutron.services.segments.plugin [-] Segment 15781104-46b5-4868-a2b6-3877318247b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 15781104-46b5-4868-a2b6-3877318247b0 found for delete ", "request_id": "req-525b0e27-bc95-47b7-81ef-336b1bea6a4e"}]} 2026-04-14 13:15:53.390 8 INFO neutron.services.segments.plugin [-] Segment 15781104-46b5-4868-a2b6-3877318247b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 15781104-46b5-4868-a2b6-3877318247b0 found for delete ", "request_id": "req-ffd681d8-2750-4ce0-813d-a94938884bd1"}]} [pid: 8|app: 0|req: 1137/2230] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:15:53 2026] DELETE /v2.0/networks/68728306-bab6-4b13-99aa-9f7f0146e00c => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2231] 10.0.0.89 () {34 vars in 663 bytes} [Tue Apr 14 13:15:53 2026] POST /v2.0/ports => generated 775 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2232] 10.0.0.89 () {34 vars in 735 bytes} [Tue Apr 14 13:15:53 2026] PUT /v2.0/ports/05b01112-22dc-4de5-949c-2e1578bc5500 => generated 752 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 13:15:53.947 7 INFO neutron_taas.services.taas.taas_plugin [None req-a8a50662-b237-4bfa-a312-7647c95c268b 26709d80f5fa4e51befbb067f8391d7e 59c04e6013ff422e8b2532bbefde49f8 - - default default] TaaS: Handle Delete Port: 05b01112-22dc-4de5-949c-2e1578bc5500 2026-04-14 13:15:53.952 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a8a50662-b237-4bfa-a312-7647c95c268b 26709d80f5fa4e51befbb067f8391d7e 59c04e6013ff422e8b2532bbefde49f8 - - default default] Tap Mirror: Handle Delete Port: 05b01112-22dc-4de5-949c-2e1578bc5500 [pid: 7|app: 0|req: 1095/2233] 10.0.0.89 () {32 vars in 718 bytes} [Tue Apr 14 13:15:53 2026] DELETE /v2.0/ports/05b01112-22dc-4de5-949c-2e1578bc5500 => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1139/2234] 10.0.0.89 () {32 vars in 641 bytes} [Tue Apr 14 13:15:54 2026] GET /v2.0/ports => generated 777 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:15:54.121 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c53a2164-59a7-4f13-958d-e82abe899296 26709d80f5fa4e51befbb067f8391d7e 59c04e6013ff422e8b2532bbefde49f8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1096/2235] 10.0.0.89 () {32 vars in 715 bytes} [Tue Apr 14 13:15:54 2026] GET /v2.0/ports/05b01112-22dc-4de5-949c-2e1578bc5500 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2236] 10.0.0.89 () {32 vars in 641 bytes} [Tue Apr 14 13:15:54 2026] GET /v2.0/ports => generated 777 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2237] 10.0.0.89 () {32 vars in 715 bytes} [Tue Apr 14 13:15:54 2026] GET /v2.0/ports/044903b4-a972-41ed-b7aa-cf2dc8b9342e => generated 774 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:15:54.240 8 INFO neutron.pecan_wsgi.hooks.translation [None req-723b1a7e-40c3-4c2a-b328-f57f3acb636c 26709d80f5fa4e51befbb067f8391d7e 59c04e6013ff422e8b2532bbefde49f8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1141/2238] 10.0.0.89 () {32 vars in 718 bytes} [Tue Apr 14 13:15:54 2026] DELETE /v2.0/ports/ac30cd65-eeea-4ef6-9064-7fbcbaa93a01 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 13:15:54.265 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6d6e7b74-9ab1-4cc2-b0dd-bcb9a9d1f310 26709d80f5fa4e51befbb067f8391d7e 59c04e6013ff422e8b2532bbefde49f8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1098/2239] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:15:54 2026] DELETE /v2.0/subnets/a233a80b-04bc-4023-8216-96097b02546c => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 13:15:54.286 8 INFO neutron.pecan_wsgi.hooks.translation [None req-00133515-fa78-4b8b-8106-c13fb521f1f6 26709d80f5fa4e51befbb067f8391d7e 59c04e6013ff422e8b2532bbefde49f8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1142/2240] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:15:54 2026] DELETE /v2.0/subnets/acc26102-6ca2-47a8-bc6b-85913fbf3dbd => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 13:15:54.385 7 INFO neutron_taas.services.taas.taas_plugin [None req-ae98fe6a-60fc-492c-958e-856db6da7fa5 26709d80f5fa4e51befbb067f8391d7e 59c04e6013ff422e8b2532bbefde49f8 - - default default] TaaS: Handle Delete Port: 044903b4-a972-41ed-b7aa-cf2dc8b9342e 2026-04-14 13:15:54.388 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ae98fe6a-60fc-492c-958e-856db6da7fa5 26709d80f5fa4e51befbb067f8391d7e 59c04e6013ff422e8b2532bbefde49f8 - - default default] Tap Mirror: Handle Delete Port: 044903b4-a972-41ed-b7aa-cf2dc8b9342e [pid: 7|app: 0|req: 1099/2241] 10.0.0.89 () {32 vars in 718 bytes} [Tue Apr 14 13:15:54 2026] DELETE /v2.0/ports/044903b4-a972-41ed-b7aa-cf2dc8b9342e => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2242] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:15:54 2026] DELETE /v2.0/networks/6a020c7e-4f18-4580-b15f-809b1761757b => 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: 1100/2243] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:15:55 2026] GET /v2.0/security-groups?tenant_id=59c04e6013ff422e8b2532bbefde49f8&name=default => generated 2925 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2244] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:15:55 2026] DELETE /v2.0/security-groups/6a86fb88-9859-46f8-bed4-7864a7c6cc91 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 13:15:55.396 8 INFO neutron.services.segments.plugin [-] Segment cdac6619-5624-4dc6-99dc-781db0d9ce65 resource provider aggregate not found 2026-04-14 13:15:55.412 8 INFO neutron.services.segments.plugin [-] Segment cdac6619-5624-4dc6-99dc-781db0d9ce65 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cdac6619-5624-4dc6-99dc-781db0d9ce65 found for delete ", "request_id": "req-56d3f095-85b0-4e2e-95f1-ba4ba1415bb9"}]} 2026-04-14 13:15:55.413 8 INFO neutron.services.segments.plugin [-] Segment cdac6619-5624-4dc6-99dc-781db0d9ce65 resource provider aggregate not found 2026-04-14 13:15:55.425 8 INFO neutron.services.segments.plugin [-] Segment cdac6619-5624-4dc6-99dc-781db0d9ce65 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cdac6619-5624-4dc6-99dc-781db0d9ce65 found for delete ", "request_id": "req-56f84a5f-9e8b-4385-b70c-742b95c28728"}]} [pid: 7|app: 0|req: 1101/2245] 199.19.213.159 () {34 vars in 985 bytes} [Tue Apr 14 13:15:55 2026] GET /v2.0/networks?id=c0ef3c03-e8fa-454c-af49-ee5b6a7d8bb6 => generated 705 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2246] 199.19.213.159 () {34 vars in 1049 bytes} [Tue Apr 14 13:15:55 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3cab9d80633d4201bbfca0baef7da5b3 => generated 179 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2247] 199.19.213.159 () {38 vars in 954 bytes} [Tue Apr 14 13:15:55 2026] POST /v2.0/ports => generated 1187 bytes in 369 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: 1103/2248] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:15:56 2026] GET /v2.0/ports?device_id=329e1229-41f9-4248-a363-4e08d870a9ad => generated 1202 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2249] 199.19.213.159 () {38 vars in 1027 bytes} [Tue Apr 14 13:15:56 2026] PUT /v2.0/ports/89551514-a756-4a71-8f8d-2a215a5b6d39 => generated 1468 bytes in 448 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 13:15:56.512 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-577b83b7-20af-4296-a5c0-908938fafe85'] response: {'name': 'network-changed', 'server_uuid': '329e1229-41f9-4248-a363-4e08d870a9ad', 'tag': '89551514-a756-4a71-8f8d-2a215a5b6d39', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1104/2250] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:15:56 2026] GET /v2.0/security-groups?id=4f847785-7283-4c79-952c-fbf6151e6968&fields=id&fields=name => generated 112 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2251] 199.19.213.159 () {34 vars in 1079 bytes} [Tue Apr 14 13:15:57 2026] GET /v2.0/ports?tenant_id=3cab9d80633d4201bbfca0baef7da5b3&device_id=329e1229-41f9-4248-a363-4e08d870a9ad => generated 1471 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1106/2252] 199.19.213.159 () {34 vars in 1017 bytes} [Tue Apr 14 13:15:57 2026] GET /v2.0/networks?tenant_id=3cab9d80633d4201bbfca0baef7da5b3&shared=False => generated 2376 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2253] 199.19.213.159 () {34 vars in 929 bytes} [Tue Apr 14 13:15:57 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) 2026-04-14 13:15:57.273 8 INFO neutron.db.segments_db [None req-d8077261-d236-4657-8d85-05a767bc7b9b c63e65d5287d4b8f9e644567e815878d c9313544ce8b4254800c46b7492cdcba - - default default] Added segment 89274668-2c3a-44fd-a430-6d6ae29e01c1 of type vxlan for network 2695c6cc-bf6f-4205-84e8-8761dfd2c081 [pid: 8|app: 0|req: 1147/2254] 10.0.0.89 () {34 vars in 668 bytes} [Tue Apr 14 13:15:56 2026] POST /v2.0/networks => generated 629 bytes in 410 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 13:15:57.428 7 INFO neutron.db.segments_db [None req-fdbf8de8-dbf5-48a0-82bf-f2876c117309 c63e65d5287d4b8f9e644567e815878d c9313544ce8b4254800c46b7492cdcba - - default default] Added segment 921b416c-16ab-4897-ab45-db9caec99c87 of type vxlan for network fc4bf90c-14d7-4161-8c09-9294a5d8026a [pid: 7|app: 0|req: 1108/2255] 10.0.0.89 () {34 vars in 668 bytes} [Tue Apr 14 13:15:57 2026] POST /v2.0/networks => generated 630 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2256] 10.0.0.89 () {34 vars in 667 bytes} [Tue Apr 14 13:15:57 2026] POST /v2.0/subnets => generated 626 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2257] 10.0.0.130 () {34 vars in 989 bytes} [Tue Apr 14 13:15:57 2026] GET /v2.0/ports?device_id=84f9a053-3e06-4dca-825c-abf0fac351a3 => generated 1465 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2258] 10.0.0.130 () {34 vars in 1039 bytes} [Tue Apr 14 13:15:57 2026] GET /v2.0/security-groups?id=4f847785-7283-4c79-952c-fbf6151e6968&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: 7|app: 0|req: 1109/2259] 10.0.0.89 () {34 vars in 667 bytes} [Tue Apr 14 13:15:57 2026] POST /v2.0/subnets => generated 626 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 13:15:57.980 8 INFO neutron.db.segments_db [None req-af46bad9-1e01-490a-83af-d1afb0588392 c63e65d5287d4b8f9e644567e815878d c9313544ce8b4254800c46b7492cdcba - - default default] Added segment fad43676-2fac-4833-b474-2743902c10bf of type vxlan for network fa3fae80-05a1-4562-bc00-0366f6fa3d99 [pid: 7|app: 0|req: 1110/2260] 199.19.213.159 () {34 vars in 1079 bytes} [Tue Apr 14 13:15:58 2026] GET /v2.0/ports?tenant_id=3cab9d80633d4201bbfca0baef7da5b3&device_id=329e1229-41f9-4248-a363-4e08d870a9ad => generated 1471 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 13:15:58.238 8 INFO neutron.db.l3_hamode_db [None req-af46bad9-1e01-490a-83af-d1afb0588392 c63e65d5287d4b8f9e644567e815878d c9313544ce8b4254800c46b7492cdcba - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1111/2261] 199.19.213.159 () {34 vars in 1057 bytes} [Tue Apr 14 13:15:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.245&port_id=89551514-a756-4a71-8f8d-2a215a5b6d39 => 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: 1112/2262] 199.19.213.159 () {34 vars in 1105 bytes} [Tue Apr 14 13:15:58 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A27e&port_id=89551514-a756-4a71-8f8d-2a215a5b6d39 => 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: 1113/2263] 199.19.213.159 () {34 vars in 1063 bytes} [Tue Apr 14 13:15:58 2026] GET /v2.0/subnets?id=4f856c18-f7f8-4d0b-840c-5a1bf474014b&id=f987b34e-7c08-4471-b4a7-285d404744bf => generated 1414 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2264] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:15:58 2026] GET /v2.0/ports?device_id=052e1747-2a16-402d-8091-ffa70300b309 => generated 1010 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 13:15:58.360 8 INFO neutron.db.l3_hamode_db [None req-af46bad9-1e01-490a-83af-d1afb0588392 c63e65d5287d4b8f9e644567e815878d c9313544ce8b4254800c46b7492cdcba - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1115/2265] 199.19.213.159 () {34 vars in 1051 bytes} [Tue Apr 14 13:15:58 2026] GET /v2.0/ports?network_id=c0ef3c03-e8fa-454c-af49-ee5b6a7d8bb6&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: 7|app: 0|req: 1116/2266] 10.0.0.176 () {34 vars in 1119 bytes} [Tue Apr 14 13:15:58 2026] GET /v2.0/security-groups?id=017a2fef-5b43-4324-8c9e-a69887af57c7&id=5131706d-d150-490f-98c9-342c662123fe&fields=id&fields=name => generated 206 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2267] 199.19.213.159 () {34 vars in 1051 bytes} [Tue Apr 14 13:15:58 2026] GET /v2.0/ports?network_id=c0ef3c03-e8fa-454c-af49-ee5b6a7d8bb6&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: 7|app: 0|req: 1118/2268] 10.0.0.89 () {32 vars in 734 bytes} [Tue Apr 14 13:15:58 2026] GET /v2.0/ports?device_id=052e1747-2a16-402d-8091-ffa70300b309 => generated 1279 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2269] 199.19.213.159 () {34 vars in 1011 bytes} [Tue Apr 14 13:15:58 2026] GET /v2.0/networks/c0ef3c03-e8fa-454c-af49-ee5b6a7d8bb6?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: 1120/2270] 10.0.0.89 () {32 vars in 856 bytes} [Tue Apr 14 13:15:58 2026] GET /v2.0/floatingips?floating_network_id=1b977c13-3b31-4f6d-b531-1f16337fb53c&port_id=994b0483-9d5e-48df-a524-e959a8761aed => generated 860 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2271] 199.19.213.159 () {34 vars in 1111 bytes} [Tue Apr 14 13:15:58 2026] GET /v2.0/networks/c0ef3c03-e8fa-454c-af49-ee5b6a7d8bb6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2272] 10.0.0.89 () {34 vars in 667 bytes} [Tue Apr 14 13:15:57 2026] POST /v2.0/routers => generated 506 bytes in 994 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2273] 10.0.0.130 () {34 vars in 989 bytes} [Tue Apr 14 13:15:59 2026] GET /v2.0/ports?device_id=052e1747-2a16-402d-8091-ffa70300b309 => generated 1279 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2274] 10.0.0.130 () {34 vars in 1119 bytes} [Tue Apr 14 13:15:59 2026] GET /v2.0/security-groups?id=017a2fef-5b43-4324-8c9e-a69887af57c7&id=5131706d-d150-490f-98c9-342c662123fe&fields=id&fields=name => generated 206 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2275] 10.0.0.89 () {34 vars in 781 bytes} [Tue Apr 14 13:15:58 2026] PUT /v2.0/routers/591adba4-fa81-4db8-a345-33edfdc27159/add_router_interface => generated 309 bytes in 1101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2276] 10.0.0.89 () {32 vars in 715 bytes} [Tue Apr 14 13:16:00 2026] GET /v2.0/ports/7a049b8b-35ed-45fe-832f-1777e8dcde97 => generated 955 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2277] 10.0.0.89 () {34 vars in 781 bytes} [Tue Apr 14 13:16:00 2026] PUT /v2.0/routers/591adba4-fa81-4db8-a345-33edfdc27159/add_router_interface => generated 309 bytes in 1004 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2278] 10.0.0.89 () {32 vars in 715 bytes} [Tue Apr 14 13:16:01 2026] GET /v2.0/ports/a2cd3509-df1f-443b-8bef-b53f2bb811f9 => generated 955 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:16:01.511 7 INFO neutron_taas.services.taas.taas_plugin [None req-d2e7d62a-dd30-4ce8-a714-1389b48cd7e7 c63e65d5287d4b8f9e644567e815878d c9313544ce8b4254800c46b7492cdcba - - default default] TaaS: Handle Delete Port: a2cd3509-df1f-443b-8bef-b53f2bb811f9 2026-04-14 13:16:01.514 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d2e7d62a-dd30-4ce8-a714-1389b48cd7e7 c63e65d5287d4b8f9e644567e815878d c9313544ce8b4254800c46b7492cdcba - - default default] Tap Mirror: Handle Delete Port: a2cd3509-df1f-443b-8bef-b53f2bb811f9 [pid: 8|app: 0|req: 1158/2281] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:16:01 2026] GET /v2.0/ports?device_id=329e1229-41f9-4248-a363-4e08d870a9ad => generated 1204 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2282] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:16:01 2026] GET /v2.0/security-groups?id=4f847785-7283-4c79-952c-fbf6151e6968&fields=id&fields=name => generated 112 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2283] 10.0.0.89 () {34 vars in 787 bytes} [Tue Apr 14 13:16:01 2026] PUT /v2.0/routers/591adba4-fa81-4db8-a345-33edfdc27159/remove_router_interface => generated 309 bytes in 716 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2284] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:16:01 2026] GET /v2.0/ports?device_id=052e1747-2a16-402d-8091-ffa70300b309 => generated 1010 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2285] 10.0.0.176 () {34 vars in 1119 bytes} [Tue Apr 14 13:16:02 2026] GET /v2.0/security-groups?id=017a2fef-5b43-4324-8c9e-a69887af57c7&id=5131706d-d150-490f-98c9-342c662123fe&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:16:02.245 8 INFO neutron_taas.services.taas.taas_plugin [None req-a7956b96-84aa-491a-b6a8-5bfb93fc6f2c c63e65d5287d4b8f9e644567e815878d c9313544ce8b4254800c46b7492cdcba - - default default] TaaS: Handle Delete Port: 7a049b8b-35ed-45fe-832f-1777e8dcde97 2026-04-14 13:16:02.248 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a7956b96-84aa-491a-b6a8-5bfb93fc6f2c c63e65d5287d4b8f9e644567e815878d c9313544ce8b4254800c46b7492cdcba - - default default] Tap Mirror: Handle Delete Port: 7a049b8b-35ed-45fe-832f-1777e8dcde97 [pid: 8|app: 0|req: 1160/2286] 10.0.0.89 () {34 vars in 787 bytes} [Tue Apr 14 13:16:01 2026] PUT /v2.0/routers/591adba4-fa81-4db8-a345-33edfdc27159/remove_router_interface => generated 309 bytes in 862 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2287] 10.0.0.89 () {32 vars in 734 bytes} [Tue Apr 14 13:16:02 2026] GET /v2.0/ports?device_id=591adba4-fa81-4db8-a345-33edfdc27159 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 13:16:02.957 8 INFO neutron_taas.services.taas.taas_plugin [None req-30b41ab2-a148-493a-848c-b0d30673e848 c63e65d5287d4b8f9e644567e815878d c9313544ce8b4254800c46b7492cdcba - - default default] TaaS: Handle Delete Port: 1ba5c338-1d38-480c-b48c-4247ef1a6c60 2026-04-14 13:16:02.960 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-30b41ab2-a148-493a-848c-b0d30673e848 c63e65d5287d4b8f9e644567e815878d c9313544ce8b4254800c46b7492cdcba - - default default] Tap Mirror: Handle Delete Port: 1ba5c338-1d38-480c-b48c-4247ef1a6c60 [pid: 7|app: 0|req: 1128/2288] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:16:03 2026] GET /v2.0/ports?device_id=052e1747-2a16-402d-8091-ffa70300b309 => generated 1010 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2289] 10.0.0.176 () {34 vars in 1119 bytes} [Tue Apr 14 13:16:03 2026] GET /v2.0/security-groups?id=017a2fef-5b43-4324-8c9e-a69887af57c7&id=5131706d-d150-490f-98c9-342c662123fe&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:16:03.354 8 INFO neutron.services.segments.plugin [-] Segment fad43676-2fac-4833-b474-2743902c10bf resource provider aggregate not found 2026-04-14 13:16:03.359 8 INFO neutron.services.segments.plugin [-] Segment fad43676-2fac-4833-b474-2743902c10bf resource provider aggregate not found 2026-04-14 13:16:03.377 8 INFO neutron.services.segments.plugin [-] Segment fad43676-2fac-4833-b474-2743902c10bf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fad43676-2fac-4833-b474-2743902c10bf found for delete ", "request_id": "req-6ebb26a5-1076-466b-b1fa-0c66d8aa705e"}]} 2026-04-14 13:16:03.377 8 INFO neutron.services.segments.plugin [-] Segment fad43676-2fac-4833-b474-2743902c10bf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fad43676-2fac-4833-b474-2743902c10bf found for delete ", "request_id": "req-240c3923-a819-4854-8a17-5cee3a695174"}]} 2026-04-14 13:16:03.383 8 INFO neutron.db.l3_hamode_db [None req-30b41ab2-a148-493a-848c-b0d30673e848 c63e65d5287d4b8f9e644567e815878d c9313544ce8b4254800c46b7492cdcba - - default default] HA network fa3fae80-05a1-4562-bc00-0366f6fa3d99 was deleted as no HA routers are present in tenant c9313544ce8b4254800c46b7492cdcba. [pid: 8|app: 0|req: 1161/2290] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:16:02 2026] DELETE /v2.0/routers/591adba4-fa81-4db8-a345-33edfdc27159 => generated 0 bytes in 600 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2291] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:16:03 2026] DELETE /v2.0/subnets/17919433-39fe-4a8b-81ef-3aab0fc944ab => generated 0 bytes in 107 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2292] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:16:03 2026] DELETE /v2.0/subnets/4bfd55b9-5a42-405d-b826-bf551e8c893b => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:16:03.849 7 INFO neutron.services.segments.plugin [-] Segment 921b416c-16ab-4897-ab45-db9caec99c87 resource provider aggregate not found 2026-04-14 13:16:03.855 7 INFO neutron.services.segments.plugin [-] Segment 921b416c-16ab-4897-ab45-db9caec99c87 resource provider aggregate not found 2026-04-14 13:16:03.875 7 INFO neutron.services.segments.plugin [-] Segment 921b416c-16ab-4897-ab45-db9caec99c87 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 921b416c-16ab-4897-ab45-db9caec99c87 found for delete ", "request_id": "req-307f1a2a-87bd-46b9-a6fd-83d2b6078d97"}]} 2026-04-14 13:16:03.881 7 INFO neutron.services.segments.plugin [-] Segment 921b416c-16ab-4897-ab45-db9caec99c87 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 921b416c-16ab-4897-ab45-db9caec99c87 found for delete ", "request_id": "req-f638264d-be88-4a82-92b5-102b44c58daa"}]} [pid: 7|app: 0|req: 1131/2293] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:16:03 2026] DELETE /v2.0/networks/fc4bf90c-14d7-4161-8c09-9294a5d8026a => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:16:04.014 8 INFO neutron_taas.services.taas.taas_plugin [None req-ebe619bf-a7f1-4b6d-a95f-45820fe96303 c63e65d5287d4b8f9e644567e815878d c9313544ce8b4254800c46b7492cdcba - - default default] TaaS: Handle Delete Port: 77837ac3-35d6-4725-aa69-ecca8f3ba882 2026-04-14 13:16:04.017 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ebe619bf-a7f1-4b6d-a95f-45820fe96303 c63e65d5287d4b8f9e644567e815878d c9313544ce8b4254800c46b7492cdcba - - default default] Tap Mirror: Handle Delete Port: 77837ac3-35d6-4725-aa69-ecca8f3ba882 [pid: 8|app: 0|req: 1163/2294] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:16:03 2026] DELETE /v2.0/networks/2695c6cc-bf6f-4205-84e8-8761dfd2c081 => generated 0 bytes in 361 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:16:04.341 8 INFO neutron.db.segments_db [None req-7947214e-1e2a-4d2f-bef8-42d0b1f68ca6 c63e65d5287d4b8f9e644567e815878d c9313544ce8b4254800c46b7492cdcba - - default default] Added segment b1174903-79b7-4ca8-9e49-b8f97dca74b7 of type vxlan for network 0e494269-3d1e-4c62-829f-ec26f5a405fb [pid: 7|app: 0|req: 1132/2295] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:16:04 2026] GET /v2.0/ports?device_id=052e1747-2a16-402d-8091-ffa70300b309 => generated 1010 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2296] 10.0.0.176 () {34 vars in 1119 bytes} [Tue Apr 14 13:16:04 2026] GET /v2.0/security-groups?id=017a2fef-5b43-4324-8c9e-a69887af57c7&id=5131706d-d150-490f-98c9-342c662123fe&fields=id&fields=name => generated 206 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2297] 10.0.0.89 () {34 vars in 668 bytes} [Tue Apr 14 13:16:04 2026] POST /v2.0/networks => generated 629 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2298] 199.19.213.159 () {34 vars in 993 bytes} [Tue Apr 14 13:16:04 2026] GET /v2.0/ports?device_id=052e1747-2a16-402d-8091-ffa70300b309 => generated 1010 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 13:16:04.595 7 INFO neutron_taas.services.taas.taas_plugin [req-d9ee4d15-02c2-4d2e-9bb7-519151966a89 req-4cbe8ec3-4e2a-4d07-8e3a-e7a3b8b2212e 348a2b9281914b5aa4904292b4d002a5 b9f4c58606934539ab6af76b1c1d06f2 - - default default] TaaS: Handle Delete Port: 994b0483-9d5e-48df-a524-e959a8761aed 2026-04-14 13:16:04.599 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d9ee4d15-02c2-4d2e-9bb7-519151966a89 req-4cbe8ec3-4e2a-4d07-8e3a-e7a3b8b2212e 348a2b9281914b5aa4904292b4d002a5 b9f4c58606934539ab6af76b1c1d06f2 - - default default] Tap Mirror: Handle Delete Port: 994b0483-9d5e-48df-a524-e959a8761aed [pid: 8|app: 0|req: 1165/2299] 10.0.0.89 () {34 vars in 667 bytes} [Tue Apr 14 13:16:04 2026] POST /v2.0/subnets => generated 626 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 13:16:04.728 7 INFO neutron.db.l3_db [req-d9ee4d15-02c2-4d2e-9bb7-519151966a89 req-4cbe8ec3-4e2a-4d07-8e3a-e7a3b8b2212e 348a2b9281914b5aa4904292b4d002a5 b9f4c58606934539ab6af76b1c1d06f2 - - default default] Floating IP 4d5bc980-8549-4e7c-a798-ada7e17f2a3e disassociated. External IP: 10.96.250.213, port: 994b0483-9d5e-48df-a524-e959a8761aed. 2026-04-14 13:16:04.772 8 INFO neutron.db.segments_db [None req-5c01dd4d-1143-4e17-a5de-e1d783ec0416 c63e65d5287d4b8f9e644567e815878d c9313544ce8b4254800c46b7492cdcba - - default default] Added segment 49896749-1a2b-4e5a-b194-1d92d7402f38 of type vxlan for network 34c6d816-fcc7-4570-aa60-9257ba8dcad3 2026-04-14 13:16:05.084 8 INFO neutron.db.l3_hamode_db [None req-5c01dd4d-1143-4e17-a5de-e1d783ec0416 c63e65d5287d4b8f9e644567e815878d c9313544ce8b4254800c46b7492cdcba - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1135/2300] 199.19.213.159 () {36 vars in 996 bytes} [Tue Apr 14 13:16:04 2026] DELETE /v2.0/ports/994b0483-9d5e-48df-a524-e959a8761aed => generated 0 bytes in 645 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:16:05.187 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6b69803f-b7ca-40f8-8422-e97062974dee'] response: {'server_uuid': '052e1747-2a16-402d-8091-ffa70300b309', 'name': 'network-vif-deleted', 'tag': '994b0483-9d5e-48df-a524-e959a8761aed', 'status': 'completed', 'code': 200} 2026-04-14 13:16:05.219 8 INFO neutron.db.l3_hamode_db [None req-5c01dd4d-1143-4e17-a5de-e1d783ec0416 c63e65d5287d4b8f9e644567e815878d c9313544ce8b4254800c46b7492cdcba - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 13:16:05.403 8 INFO neutron.services.segments.plugin [-] Segment 89274668-2c3a-44fd-a430-6d6ae29e01c1 resource provider aggregate not found 2026-04-14 13:16:05.408 8 INFO neutron.services.segments.plugin [-] Segment 89274668-2c3a-44fd-a430-6d6ae29e01c1 resource provider aggregate not found 2026-04-14 13:16:05.427 8 INFO neutron.services.segments.plugin [-] Segment 89274668-2c3a-44fd-a430-6d6ae29e01c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89274668-2c3a-44fd-a430-6d6ae29e01c1 found for delete ", "request_id": "req-fcdfe8fa-eb7b-4d1c-8a25-31b31e11792b"}]} 2026-04-14 13:16:05.428 8 INFO neutron.services.segments.plugin [-] Segment 89274668-2c3a-44fd-a430-6d6ae29e01c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89274668-2c3a-44fd-a430-6d6ae29e01c1 found for delete ", "request_id": "req-e96662b2-a07b-48bf-ab36-3ff8965b36ba"}]} [pid: 7|app: 0|req: 1136/2301] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:16:05 2026] GET /v2.0/ports?device_id=052e1747-2a16-402d-8091-ffa70300b309 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2302] 10.0.0.89 () {34 vars in 667 bytes} [Tue Apr 14 13:16:04 2026] POST /v2.0/routers => generated 507 bytes in 1139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2303] 10.0.0.89 () {34 vars in 663 bytes} [Tue Apr 14 13:16:05 2026] POST /v2.0/ports => generated 948 bytes in 455 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: 1138/2304] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:16:06 2026] GET /v2.0/ports?device_id=052e1747-2a16-402d-8091-ffa70300b309 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2305] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:16:06 2026] GET /v2.0/ports?device_id=329e1229-41f9-4248-a363-4e08d870a9ad => generated 1204 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2306] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:16:06 2026] GET /v2.0/security-groups?id=4f847785-7283-4c79-952c-fbf6151e6968&fields=id&fields=name => generated 112 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2307] 10.0.0.89 () {32 vars in 816 bytes} [Tue Apr 14 13:16:06 2026] GET /v2.0/ports?network_id=c0ef3c03-e8fa-454c-af49-ee5b6a7d8bb6&mac_address=fa%3A16%3A3e%3Aa1%3A6b%3A86 => generated 1204 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2308] 10.0.0.89 () {34 vars in 781 bytes} [Tue Apr 14 13:16:06 2026] PUT /v2.0/routers/d41ce732-956d-46ad-a4d8-0ce8fcca7f70/add_router_interface => generated 309 bytes in 1229 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1168/2309] 10.0.0.89 () {32 vars in 715 bytes} [Tue Apr 14 13:16:07 2026] GET /v2.0/ports/5559247e-163d-41d6-963c-2c5250b6425d => generated 1022 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 13:16:07.754 7 INFO neutron.db.l3_db [None req-afaad062-509b-44a2-9702-aeaa08e3254b 307ead5e10404d50828ae456d825851a 3cab9d80633d4201bbfca0baef7da5b3 - - default default] Floating IP 6bf1d307-750d-45e7-b0a8-d71fb6a0a5f6 associated. External IP: 10.96.250.220, port: 89551514-a756-4a71-8f8d-2a215a5b6d39. 2026-04-14 13:16:07.910 8 INFO neutron_taas.services.taas.taas_plugin [None req-5913d094-9628-460d-8fbe-73889a9ed720 c63e65d5287d4b8f9e644567e815878d c9313544ce8b4254800c46b7492cdcba - - default default] TaaS: Handle Delete Port: 5559247e-163d-41d6-963c-2c5250b6425d 2026-04-14 13:16:07.913 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5913d094-9628-460d-8fbe-73889a9ed720 c63e65d5287d4b8f9e644567e815878d c9313544ce8b4254800c46b7492cdcba - - default default] Tap Mirror: Handle Delete Port: 5559247e-163d-41d6-963c-2c5250b6425d [pid: 7|app: 0|req: 1142/2310] 10.0.0.89 () {34 vars in 675 bytes} [Tue Apr 14 13:16:06 2026] POST /v2.0/floatingips => generated 855 bytes in 1067 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2311] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:16:08 2026] GET /v2.0/ports?device_id=052e1747-2a16-402d-8091-ffa70300b309 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 13:16:08.078 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e00cd954-1615-4481-95e4-fa24352d5a99'] response: {'name': 'network-changed', 'server_uuid': '329e1229-41f9-4248-a363-4e08d870a9ad', 'tag': '89551514-a756-4a71-8f8d-2a215a5b6d39', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1169/2312] 10.0.0.89 () {34 vars in 787 bytes} [Tue Apr 14 13:16:07 2026] PUT /v2.0/routers/d41ce732-956d-46ad-a4d8-0ce8fcca7f70/remove_router_interface => generated 309 bytes in 722 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:16:08.439 7 INFO neutron.api.v2.resource [None req-92ff19a3-2ad3-48b1-b2e0-b45a7bd35359 c63e65d5287d4b8f9e644567e815878d c9313544ce8b4254800c46b7492cdcba - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1144/2313] 10.0.0.89 () {34 vars in 787 bytes} [Tue Apr 14 13:16:08 2026] PUT /v2.0/routers/d41ce732-956d-46ad-a4d8-0ce8fcca7f70/remove_router_interface => generated 197 bytes in 111 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1170/2314] 10.0.0.89 () {32 vars in 734 bytes} [Tue Apr 14 13:16:08 2026] GET /v2.0/ports?device_id=d41ce732-956d-46ad-a4d8-0ce8fcca7f70 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2315] 199.19.213.159 () {34 vars in 1079 bytes} [Tue Apr 14 13:16:08 2026] GET /v2.0/ports?tenant_id=3cab9d80633d4201bbfca0baef7da5b3&device_id=329e1229-41f9-4248-a363-4e08d870a9ad => generated 1473 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 13:16:08.634 7 INFO neutron_taas.services.taas.taas_plugin [None req-755d07f4-fdf4-4ddc-bea3-d6a053deeb92 c63e65d5287d4b8f9e644567e815878d c9313544ce8b4254800c46b7492cdcba - - default default] TaaS: Handle Delete Port: 002dc8d3-039f-4f5a-b940-0840a58c3904 2026-04-14 13:16:08.637 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-755d07f4-fdf4-4ddc-bea3-d6a053deeb92 c63e65d5287d4b8f9e644567e815878d c9313544ce8b4254800c46b7492cdcba - - default default] Tap Mirror: Handle Delete Port: 002dc8d3-039f-4f5a-b940-0840a58c3904 [pid: 8|app: 0|req: 1172/2316] 199.19.213.159 () {34 vars in 985 bytes} [Tue Apr 14 13:16:08 2026] GET /v2.0/networks?id=c0ef3c03-e8fa-454c-af49-ee5b6a7d8bb6 => generated 801 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2317] 199.19.213.159 () {34 vars in 1057 bytes} [Tue Apr 14 13:16:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.245&port_id=89551514-a756-4a71-8f8d-2a215a5b6d39 => generated 858 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2318] 199.19.213.159 () {34 vars in 1105 bytes} [Tue Apr 14 13:16:08 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A27e&port_id=89551514-a756-4a71-8f8d-2a215a5b6d39 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2319] 199.19.213.159 () {34 vars in 1063 bytes} [Tue Apr 14 13:16:08 2026] GET /v2.0/subnets?id=4f856c18-f7f8-4d0b-840c-5a1bf474014b&id=f987b34e-7c08-4471-b4a7-285d404744bf => generated 1414 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2320] 199.19.213.159 () {34 vars in 1051 bytes} [Tue Apr 14 13:16:08 2026] GET /v2.0/ports?network_id=c0ef3c03-e8fa-454c-af49-ee5b6a7d8bb6&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2321] 199.19.213.159 () {34 vars in 1051 bytes} [Tue Apr 14 13:16:08 2026] GET /v2.0/ports?network_id=c0ef3c03-e8fa-454c-af49-ee5b6a7d8bb6&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2322] 199.19.213.159 () {34 vars in 1011 bytes} [Tue Apr 14 13:16:08 2026] GET /v2.0/networks/c0ef3c03-e8fa-454c-af49-ee5b6a7d8bb6?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 13:16:08.952 7 INFO neutron.services.segments.plugin [-] Segment 49896749-1a2b-4e5a-b194-1d92d7402f38 resource provider aggregate not found 2026-04-14 13:16:08.961 7 INFO neutron.services.segments.plugin [-] Segment 49896749-1a2b-4e5a-b194-1d92d7402f38 resource provider aggregate not found [pid: 8|app: 0|req: 1179/2323] 199.19.213.159 () {34 vars in 1111 bytes} [Tue Apr 14 13:16:08 2026] GET /v2.0/networks/c0ef3c03-e8fa-454c-af49-ee5b6a7d8bb6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 13:16:08.974 7 INFO neutron.services.segments.plugin [-] Segment 49896749-1a2b-4e5a-b194-1d92d7402f38 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49896749-1a2b-4e5a-b194-1d92d7402f38 found for delete ", "request_id": "req-3ac34e32-69cb-48ae-84c7-3c64eb0bc9d2"}]} 2026-04-14 13:16:08.981 7 INFO neutron.db.l3_hamode_db [None req-755d07f4-fdf4-4ddc-bea3-d6a053deeb92 c63e65d5287d4b8f9e644567e815878d c9313544ce8b4254800c46b7492cdcba - - default default] HA network 34c6d816-fcc7-4570-aa60-9257ba8dcad3 was deleted as no HA routers are present in tenant c9313544ce8b4254800c46b7492cdcba. 2026-04-14 13:16:08.984 7 INFO neutron.services.segments.plugin [-] Segment 49896749-1a2b-4e5a-b194-1d92d7402f38 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49896749-1a2b-4e5a-b194-1d92d7402f38 found for delete ", "request_id": "req-a6213ed6-c27a-4766-81f5-4f17f08c5762"}]} [pid: 7|app: 0|req: 1145/2324] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:16:08 2026] DELETE /v2.0/routers/d41ce732-956d-46ad-a4d8-0ce8fcca7f70 => generated 0 bytes in 518 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2325] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:16:08 2026] DELETE /v2.0/subnets/ca716f94-6227-4e13-9e84-6387079cbd8e => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:16:09.232 7 INFO neutron_taas.services.taas.taas_plugin [None req-abeeb086-eb0b-46b6-b225-15101e23e319 c63e65d5287d4b8f9e644567e815878d c9313544ce8b4254800c46b7492cdcba - - default default] TaaS: Handle Delete Port: 194f890d-8bdb-4b96-b256-8038ecf96568 2026-04-14 13:16:09.234 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-abeeb086-eb0b-46b6-b225-15101e23e319 c63e65d5287d4b8f9e644567e815878d c9313544ce8b4254800c46b7492cdcba - - default default] Tap Mirror: Handle Delete Port: 194f890d-8bdb-4b96-b256-8038ecf96568 [pid: 8|app: 0|req: 1181/2326] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:16:09 2026] DELETE /v2.0/security-groups/017a2fef-5b43-4324-8c9e-a69887af57c7 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 13:16:09.303 8 INFO neutron.api.v2.resource [None req-7f90cfce-050f-4189-9426-184d5106e7d2 348a2b9281914b5aa4904292b4d002a5 b9f4c58606934539ab6af76b1c1d06f2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1182/2327] 10.0.0.89 () {32 vars in 735 bytes} [Tue Apr 14 13:16:09 2026] GET /v2.0/security-groups/017a2fef-5b43-4324-8c9e-a69887af57c7 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2328] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:16:09 2026] DELETE /v2.0/networks/0e494269-3d1e-4c62-829f-ec26f5a405fb => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:16:09.408 8 INFO neutron_taas.services.taas.taas_plugin [None req-6f193e3e-a61c-479c-9830-94a0b82cb482 348a2b9281914b5aa4904292b4d002a5 b9f4c58606934539ab6af76b1c1d06f2 - - default default] TaaS: Handle Delete Port: 2993aa4a-9f12-47fe-97e4-24e523316acf 2026-04-14 13:16:09.411 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6f193e3e-a61c-479c-9830-94a0b82cb482 348a2b9281914b5aa4904292b4d002a5 b9f4c58606934539ab6af76b1c1d06f2 - - default default] Tap Mirror: Handle Delete Port: 2993aa4a-9f12-47fe-97e4-24e523316acf 2026-04-14 13:16:09.424 7 INFO neutron.db.segments_db [None req-0d773133-7e0e-4edb-b978-dd1b8899054b c63e65d5287d4b8f9e644567e815878d c9313544ce8b4254800c46b7492cdcba - - default default] Added segment bd0e033a-ef85-46ee-99f0-3a9315bf94de of type vxlan for network 64d15eed-a6f9-4e7c-a195-2d1e9b2e49b4 [pid: 7|app: 0|req: 1147/2329] 10.0.0.89 () {34 vars in 668 bytes} [Tue Apr 14 13:16:09 2026] POST /v2.0/networks => generated 630 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2330] 10.0.0.89 () {32 vars in 730 bytes} [Tue Apr 14 13:16:09 2026] DELETE /v2.0/floatingips/4d5bc980-8549-4e7c-a798-ada7e17f2a3e => generated 0 bytes in 256 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2331] 10.0.0.89 () {34 vars in 667 bytes} [Tue Apr 14 13:16:09 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: 8|app: 0|req: 1184/2332] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:16:09 2026] DELETE /v2.0/security-groups/5131706d-d150-490f-98c9-342c662123fe => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 13:16:09.752 7 INFO neutron.db.segments_db [None req-1e62ad54-3d5d-408b-9909-fa31c5901d0a c63e65d5287d4b8f9e644567e815878d c9313544ce8b4254800c46b7492cdcba - - default default] Added segment 48024449-de6c-4297-a2b7-039fd032915c of type vxlan for network 53110e57-ef20-4e73-a9bd-2622f21690cd 2026-04-14 13:16:09.961 7 INFO neutron.db.l3_hamode_db [None req-1e62ad54-3d5d-408b-9909-fa31c5901d0a c63e65d5287d4b8f9e644567e815878d c9313544ce8b4254800c46b7492cdcba - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 13:16:10.075 7 INFO neutron.db.l3_hamode_db [None req-1e62ad54-3d5d-408b-9909-fa31c5901d0a c63e65d5287d4b8f9e644567e815878d c9313544ce8b4254800c46b7492cdcba - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 13:16:10.079 8 INFO neutron_taas.services.taas.taas_plugin [None req-246e2639-5e41-4438-a72a-cc84e8422635 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] TaaS: Handle Delete Port: a3f1a5d6-ce9e-452a-9105-e78c0dfa5e5f 2026-04-14 13:16:10.081 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-246e2639-5e41-4438-a72a-cc84e8422635 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Tap Mirror: Handle Delete Port: a3f1a5d6-ce9e-452a-9105-e78c0dfa5e5f [pid: 7|app: 0|req: 1149/2333] 10.0.0.89 () {34 vars in 667 bytes} [Tue Apr 14 13:16:09 2026] POST /v2.0/routers => generated 507 bytes in 872 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2334] 10.0.0.89 () {34 vars in 787 bytes} [Tue Apr 14 13:16:09 2026] PUT /v2.0/routers/b7b55aba-b2c5-43ef-a015-0d13585d145f/remove_router_interface => generated 309 bytes in 835 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:16:10.754 7 INFO neutron_taas.services.taas.taas_plugin [None req-6e7ff242-bbe1-4830-ac97-30f5f51581b6 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] TaaS: Handle Delete Port: 81dfada7-667b-4a26-bc3b-bf383721eb49 2026-04-14 13:16:10.757 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6e7ff242-bbe1-4830-ac97-30f5f51581b6 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Tap Mirror: Handle Delete Port: 81dfada7-667b-4a26-bc3b-bf383721eb49 2026-04-14 13:16:10.966 7 INFO neutron_taas.services.taas.taas_plugin [None req-6e7ff242-bbe1-4830-ac97-30f5f51581b6 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] TaaS: Handle Delete Port: 1ca5efda-8ef3-4533-8d0b-ae7dbc83fc47 2026-04-14 13:16:10.968 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6e7ff242-bbe1-4830-ac97-30f5f51581b6 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Tap Mirror: Handle Delete Port: 1ca5efda-8ef3-4533-8d0b-ae7dbc83fc47 2026-04-14 13:16:11.003 7 INFO neutron.services.segments.plugin [-] Segment b1174903-79b7-4ca8-9e49-b8f97dca74b7 resource provider aggregate not found 2026-04-14 13:16:11.009 7 INFO neutron.services.segments.plugin [-] Segment b1174903-79b7-4ca8-9e49-b8f97dca74b7 resource provider aggregate not found 2026-04-14 13:16:11.023 7 INFO neutron.services.segments.plugin [-] Segment b1174903-79b7-4ca8-9e49-b8f97dca74b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1174903-79b7-4ca8-9e49-b8f97dca74b7 found for delete ", "request_id": "req-015d7da1-1e11-468c-a30c-b8cc05f2afa9"}]} 2026-04-14 13:16:11.031 7 INFO neutron.services.segments.plugin [-] Segment b1174903-79b7-4ca8-9e49-b8f97dca74b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1174903-79b7-4ca8-9e49-b8f97dca74b7 found for delete ", "request_id": "req-f01780f7-9011-4025-b0c0-d813c535d572"}]} 2026-04-14 13:16:11.307 7 INFO neutron.db.l3_hamode_db [None req-6e7ff242-bbe1-4830-ac97-30f5f51581b6 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] HA network cf41629a-4664-4b04-8fc7-3d648175cbce was deleted as no HA routers are present in tenant b9f4c58606934539ab6af76b1c1d06f2. [pid: 7|app: 0|req: 1150/2335] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:16:10 2026] DELETE /v2.0/routers/b7b55aba-b2c5-43ef-a015-0d13585d145f => generated 0 bytes in 735 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2336] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:16:11 2026] DELETE /v2.0/subnets/5dc646be-7dce-454d-ba5f-d3429eb459d0 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:16:11.588 7 INFO neutron_taas.services.taas.taas_plugin [None req-118bbdb0-4944-450d-a9b7-44252c16ab35 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] TaaS: Handle Delete Port: 33d8ab5a-a64b-4e09-8c55-831fea289b89 2026-04-14 13:16:11.591 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-118bbdb0-4944-450d-a9b7-44252c16ab35 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Tap Mirror: Handle Delete Port: 33d8ab5a-a64b-4e09-8c55-831fea289b89 [pid: 8|app: 0|req: 1186/2337] 10.0.0.89 () {34 vars in 781 bytes} [Tue Apr 14 13:16:10 2026] PUT /v2.0/routers/11fc5c90-f230-4c8f-ab1f-34d2100b58ff/add_router_interface => generated 309 bytes in 1079 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2338] 10.0.0.89 () {32 vars in 715 bytes} [Tue Apr 14 13:16:11 2026] GET /v2.0/ports/a68507ad-7d35-4233-a990-5124a8f739a5 => generated 955 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2339] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:16:11 2026] DELETE /v2.0/networks/fbe253dd-bb3a-49c5-8489-26a5056702d5 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:16:12.058 8 INFO neutron_taas.services.taas.taas_plugin [None req-1142a111-2d77-47b1-9f60-be93a9e3c54d c63e65d5287d4b8f9e644567e815878d c9313544ce8b4254800c46b7492cdcba - - default default] TaaS: Handle Delete Port: a68507ad-7d35-4233-a990-5124a8f739a5 2026-04-14 13:16:12.063 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1142a111-2d77-47b1-9f60-be93a9e3c54d c63e65d5287d4b8f9e644567e815878d c9313544ce8b4254800c46b7492cdcba - - default default] Tap Mirror: Handle Delete Port: a68507ad-7d35-4233-a990-5124a8f739a5 2026-04-14 13:16:12.110 7 INFO neutron_taas.services.taas.taas_plugin [None req-0671dbac-2bc0-46c3-9d06-fdf3ff51be86 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] TaaS: Handle Delete Port: 663ba422-067b-404d-bbaf-f281e72c11ca 2026-04-14 13:16:12.112 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0671dbac-2bc0-46c3-9d06-fdf3ff51be86 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Tap Mirror: Handle Delete Port: 663ba422-067b-404d-bbaf-f281e72c11ca [pid: 8|app: 0|req: 1188/2340] 10.0.0.89 () {34 vars in 787 bytes} [Tue Apr 14 13:16:11 2026] PUT /v2.0/routers/11fc5c90-f230-4c8f-ab1f-34d2100b58ff/remove_router_interface => generated 309 bytes in 669 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2341] 10.0.0.89 () {32 vars in 734 bytes} [Tue Apr 14 13:16:12 2026] GET /v2.0/ports?device_id=11fc5c90-f230-4c8f-ab1f-34d2100b58ff => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 13:16:12.616 8 INFO neutron_taas.services.taas.taas_plugin [None req-feb10942-cc44-43b5-9a34-80286ee82054 c63e65d5287d4b8f9e644567e815878d c9313544ce8b4254800c46b7492cdcba - - default default] TaaS: Handle Delete Port: 57133348-7762-4ce2-92d3-e428c6d2b6ac 2026-04-14 13:16:12.619 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-feb10942-cc44-43b5-9a34-80286ee82054 c63e65d5287d4b8f9e644567e815878d c9313544ce8b4254800c46b7492cdcba - - default default] Tap Mirror: Handle Delete Port: 57133348-7762-4ce2-92d3-e428c6d2b6ac 2026-04-14 13:16:12.975 8 INFO neutron.services.segments.plugin [-] Segment 48024449-de6c-4297-a2b7-039fd032915c resource provider aggregate not found 2026-04-14 13:16:12.975 8 INFO neutron.services.segments.plugin [-] Segment 48024449-de6c-4297-a2b7-039fd032915c resource provider aggregate not found 2026-04-14 13:16:12.993 8 INFO neutron.services.segments.plugin [-] Segment 48024449-de6c-4297-a2b7-039fd032915c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 48024449-de6c-4297-a2b7-039fd032915c found for delete ", "request_id": "req-76d1f2b8-258d-45dd-bcfa-d4a2309d1509"}]} 2026-04-14 13:16:12.996 8 INFO neutron.services.segments.plugin [-] Segment 48024449-de6c-4297-a2b7-039fd032915c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 48024449-de6c-4297-a2b7-039fd032915c found for delete ", "request_id": "req-1f649556-56bd-42ca-833e-7ffe29adffc3"}]} 2026-04-14 13:16:13.012 8 INFO neutron.db.l3_hamode_db [None req-feb10942-cc44-43b5-9a34-80286ee82054 c63e65d5287d4b8f9e644567e815878d c9313544ce8b4254800c46b7492cdcba - - default default] HA network 53110e57-ef20-4e73-a9bd-2622f21690cd was deleted as no HA routers are present in tenant c9313544ce8b4254800c46b7492cdcba. [pid: 8|app: 0|req: 1190/2342] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:16:12 2026] DELETE /v2.0/routers/11fc5c90-f230-4c8f-ab1f-34d2100b58ff => generated 0 bytes in 570 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2343] 10.0.0.89 () {34 vars in 787 bytes} [Tue Apr 14 13:16:11 2026] PUT /v2.0/routers/90724cd1-cda9-45aa-a0df-e8432463b9cb/remove_router_interface => generated 309 bytes in 1263 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:16:13.044 7 INFO neutron.services.segments.plugin [-] Segment bab4a35a-5db7-45cc-8000-e860a4031ae9 resource provider aggregate not found 2026-04-14 13:16:13.066 7 INFO neutron.services.segments.plugin [-] Segment bab4a35a-5db7-45cc-8000-e860a4031ae9 resource provider aggregate not found 2026-04-14 13:16:13.074 7 INFO neutron.services.segments.plugin [-] Segment bab4a35a-5db7-45cc-8000-e860a4031ae9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bab4a35a-5db7-45cc-8000-e860a4031ae9 found for delete ", "request_id": "req-0eaaee26-f8ef-408c-8d30-0ab611eaa44b"}]} 2026-04-14 13:16:13.084 7 INFO neutron.services.segments.plugin [-] Segment bab4a35a-5db7-45cc-8000-e860a4031ae9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bab4a35a-5db7-45cc-8000-e860a4031ae9 found for delete ", "request_id": "req-a9b5eb3c-6275-42e2-9fe8-ede73b9d0a7b"}]} 2026-04-14 13:16:13.100 7 INFO neutron.services.segments.plugin [-] Segment 6091dc3d-cac3-4c07-98d6-83f9aa05cdde resource provider aggregate not found 2026-04-14 13:16:13.110 7 INFO neutron.services.segments.plugin [-] Segment 6091dc3d-cac3-4c07-98d6-83f9aa05cdde resource provider aggregate not found 2026-04-14 13:16:13.117 7 INFO neutron.services.segments.plugin [-] Segment 6091dc3d-cac3-4c07-98d6-83f9aa05cdde resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6091dc3d-cac3-4c07-98d6-83f9aa05cdde found for delete ", "request_id": "req-100f515e-2d41-4201-a4ae-9ae42f3e0189"}]} 2026-04-14 13:16:13.129 7 INFO neutron.services.segments.plugin [-] Segment 6091dc3d-cac3-4c07-98d6-83f9aa05cdde resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6091dc3d-cac3-4c07-98d6-83f9aa05cdde found for delete ", "request_id": "req-494b381c-0e86-416c-93a1-de7a8c52cf46"}]} [pid: 8|app: 0|req: 1191/2344] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:16:13 2026] DELETE /v2.0/subnets/5e3f4d19-4ad1-47ba-a563-ea1709ac66e5 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:16:13.280 7 INFO neutron_taas.services.taas.taas_plugin [None req-29fe8d1d-ff20-45f6-a4f4-e1bfab1f9b34 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] TaaS: Handle Delete Port: d04b1913-de95-4ed4-935a-bf0e6e47f45d 2026-04-14 13:16:13.285 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-29fe8d1d-ff20-45f6-a4f4-e1bfab1f9b34 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Tap Mirror: Handle Delete Port: d04b1913-de95-4ed4-935a-bf0e6e47f45d [pid: 8|app: 0|req: 1192/2345] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:16:13 2026] DELETE /v2.0/networks/64d15eed-a6f9-4e7c-a195-2d1e9b2e49b4 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:16:13.349 8 INFO neutron.db.segments_db [None req-c236077b-907d-45c0-8fc7-d3b067f3c8e8 c63e65d5287d4b8f9e644567e815878d c9313544ce8b4254800c46b7492cdcba - - default default] Added segment 12e7fb34-72fd-409c-b5d7-0a7eeaa5cbef of type vxlan for network ca545595-4ff8-461e-a03d-a0d6d7c6260b 2026-04-14 13:16:13.576 7 INFO neutron_taas.services.taas.taas_plugin [None req-29fe8d1d-ff20-45f6-a4f4-e1bfab1f9b34 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] TaaS: Handle Delete Port: 04d1c84d-9a56-4256-b4dc-3ffefa586cf2 2026-04-14 13:16:13.579 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-29fe8d1d-ff20-45f6-a4f4-e1bfab1f9b34 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Tap Mirror: Handle Delete Port: 04d1c84d-9a56-4256-b4dc-3ffefa586cf2 2026-04-14 13:16:13.598 8 INFO neutron.db.l3_hamode_db [None req-c236077b-907d-45c0-8fc7-d3b067f3c8e8 c63e65d5287d4b8f9e644567e815878d c9313544ce8b4254800c46b7492cdcba - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 13:16:13.959 7 INFO neutron.db.l3_hamode_db [None req-29fe8d1d-ff20-45f6-a4f4-e1bfab1f9b34 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] HA network 878417b5-066e-422f-9dee-dbad12ab0b25 was deleted as no HA routers are present in tenant 5d6d836b6e6d4ceb89a724e7e24fe909. [pid: 7|app: 0|req: 1154/2346] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:16:13 2026] DELETE /v2.0/routers/90724cd1-cda9-45aa-a0df-e8432463b9cb => generated 0 bytes in 928 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2347] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:16:13 2026] DELETE /v2.0/subnets/63e7721b-5df8-49b4-b240-506d837b0167 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:16:14.246 7 INFO neutron_taas.services.taas.taas_plugin [None req-a9d623f3-6c4c-4d53-afa6-90c0ccecc4b0 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] TaaS: Handle Delete Port: 1d06b6e4-7185-4e44-99de-d853e4000aae 2026-04-14 13:16:14.249 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a9d623f3-6c4c-4d53-afa6-90c0ccecc4b0 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Tap Mirror: Handle Delete Port: 1d06b6e4-7185-4e44-99de-d853e4000aae 2026-04-14 13:16:14.278 8 INFO neutron.db.l3_hamode_db [None req-c236077b-907d-45c0-8fc7-d3b067f3c8e8 c63e65d5287d4b8f9e644567e815878d c9313544ce8b4254800c46b7492cdcba - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1156/2348] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:16:14 2026] DELETE /v2.0/networks/28ee0814-01dd-4b57-a965-dd974a9a2d1a => generated 0 bytes in 253 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2349] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:16:14 2026] GET /v2.0/security-groups?tenant_id=b9f4c58606934539ab6af76b1c1d06f2&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: 1158/2350] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:16:14 2026] DELETE /v2.0/security-groups/33ea34c2-c4c8-434f-934a-fa2f85dc32a1 => 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: 1159/2351] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:16:14 2026] GET /v2.0/security-groups?tenant_id=5d6d836b6e6d4ceb89a724e7e24fe909&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 13:16:15.012 8 INFO neutron.services.segments.plugin [-] Segment bd0e033a-ef85-46ee-99f0-3a9315bf94de resource provider aggregate not found 2026-04-14 13:16:15.019 8 INFO neutron.services.segments.plugin [-] Segment bd0e033a-ef85-46ee-99f0-3a9315bf94de resource provider aggregate not found [pid: 7|app: 0|req: 1160/2352] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:16:14 2026] DELETE /v2.0/security-groups/a2924844-0bf4-4369-b03a-1e71c6851eaf => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 13:16:15.036 8 INFO neutron.services.segments.plugin [-] Segment bd0e033a-ef85-46ee-99f0-3a9315bf94de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd0e033a-ef85-46ee-99f0-3a9315bf94de found for delete ", "request_id": "req-b5a0fccc-c8cb-4843-bcc5-87b5543e7584"}]} 2026-04-14 13:16:15.041 8 INFO neutron.services.segments.plugin [-] Segment bd0e033a-ef85-46ee-99f0-3a9315bf94de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd0e033a-ef85-46ee-99f0-3a9315bf94de found for delete ", "request_id": "req-230e4c60-c71b-4dd5-820d-ba1d5774d365"}]} 2026-04-14 13:16:15.133 7 INFO neutron.services.segments.plugin [-] Segment 25624584-decb-4ae7-9f99-12399b3dd179 resource provider aggregate not found 2026-04-14 13:16:15.146 7 INFO neutron.services.segments.plugin [-] Segment 25624584-decb-4ae7-9f99-12399b3dd179 resource provider aggregate not found 2026-04-14 13:16:15.149 7 INFO neutron.services.segments.plugin [-] Segment 25624584-decb-4ae7-9f99-12399b3dd179 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 25624584-decb-4ae7-9f99-12399b3dd179 found for delete ", "request_id": "req-be31810c-65d1-47de-9989-ecde99a12663"}]} 2026-04-14 13:16:15.162 7 INFO neutron.services.segments.plugin [-] Segment 25624584-decb-4ae7-9f99-12399b3dd179 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 25624584-decb-4ae7-9f99-12399b3dd179 found for delete ", "request_id": "req-ec9daff8-a7df-4b53-84fb-eece13de6fc5"}]} 2026-04-14 13:16:15.167 7 INFO neutron.services.segments.plugin [-] Segment 76a52062-57d7-4a35-a236-56aaf4845ec8 resource provider aggregate not found 2026-04-14 13:16:15.180 7 INFO neutron.services.segments.plugin [-] Segment 76a52062-57d7-4a35-a236-56aaf4845ec8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 76a52062-57d7-4a35-a236-56aaf4845ec8 found for delete ", "request_id": "req-58342b40-4cf4-4225-8ded-5d73dd9fd33d"}]} 2026-04-14 13:16:15.181 7 INFO neutron.services.segments.plugin [-] Segment 76a52062-57d7-4a35-a236-56aaf4845ec8 resource provider aggregate not found [pid: 8|app: 0|req: 1193/2353] 10.0.0.89 () {34 vars in 667 bytes} [Tue Apr 14 13:16:13 2026] POST /v2.0/routers => generated 687 bytes in 1892 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 13:16:15.201 7 INFO neutron.services.segments.plugin [-] Segment 76a52062-57d7-4a35-a236-56aaf4845ec8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 76a52062-57d7-4a35-a236-56aaf4845ec8 found for delete ", "request_id": "req-ac062961-781d-4ffc-b473-1f34439af163"}]} [pid: 7|app: 0|req: 1161/2354] 10.0.0.89 () {32 vars in 719 bytes} [Tue Apr 14 13:16:15 2026] GET /v2.0/routers/dabd598a-e870-4bab-9a62-29fbb9914f8e => generated 693 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2355] 10.0.0.89 () {32 vars in 645 bytes} [Tue Apr 14 13:16:15 2026] GET /v2.0/routers => generated 696 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2356] 10.0.0.89 () {34 vars in 739 bytes} [Tue Apr 14 13:16:15 2026] PUT /v2.0/routers/dabd598a-e870-4bab-9a62-29fbb9914f8e => generated 700 bytes in 393 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2357] 10.0.0.89 () {32 vars in 719 bytes} [Tue Apr 14 13:16:15 2026] GET /v2.0/routers/dabd598a-e870-4bab-9a62-29fbb9914f8e => generated 700 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2358] 10.0.0.89 () {32 vars in 734 bytes} [Tue Apr 14 13:16:15 2026] GET /v2.0/ports?device_id=dabd598a-e870-4bab-9a62-29fbb9914f8e => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 13:16:16.003 8 INFO neutron_taas.services.taas.taas_plugin [None req-6bb58107-0b71-4681-8662-b4ddf6a01fce c63e65d5287d4b8f9e644567e815878d c9313544ce8b4254800c46b7492cdcba - - default default] TaaS: Handle Delete Port: cb953500-b3da-4184-9f08-d328c974d82a 2026-04-14 13:16:16.014 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6bb58107-0b71-4681-8662-b4ddf6a01fce c63e65d5287d4b8f9e644567e815878d c9313544ce8b4254800c46b7492cdcba - - default default] Tap Mirror: Handle Delete Port: cb953500-b3da-4184-9f08-d328c974d82a [pid: 7|app: 0|req: 1164/2359] 10.0.0.130 () {34 vars in 989 bytes} [Tue Apr 14 13:16:16 2026] GET /v2.0/ports?device_id=329e1229-41f9-4248-a363-4e08d870a9ad => generated 1473 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2360] 10.0.0.130 () {34 vars in 1039 bytes} [Tue Apr 14 13:16:16 2026] GET /v2.0/security-groups?id=4f847785-7283-4c79-952c-fbf6151e6968&fields=id&fields=name => generated 112 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:16:16.278 8 INFO neutron_taas.services.taas.taas_plugin [None req-6bb58107-0b71-4681-8662-b4ddf6a01fce c63e65d5287d4b8f9e644567e815878d c9313544ce8b4254800c46b7492cdcba - - default default] TaaS: Handle Delete Port: 0fbddc00-e2ee-438f-9c8f-d44a04a7859e 2026-04-14 13:16:16.280 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6bb58107-0b71-4681-8662-b4ddf6a01fce c63e65d5287d4b8f9e644567e815878d c9313544ce8b4254800c46b7492cdcba - - default default] Tap Mirror: Handle Delete Port: 0fbddc00-e2ee-438f-9c8f-d44a04a7859e 2026-04-14 13:16:16.628 8 INFO neutron.db.l3_hamode_db [None req-6bb58107-0b71-4681-8662-b4ddf6a01fce c63e65d5287d4b8f9e644567e815878d c9313544ce8b4254800c46b7492cdcba - - default default] HA network ca545595-4ff8-461e-a03d-a0d6d7c6260b was deleted as no HA routers are present in tenant c9313544ce8b4254800c46b7492cdcba. [pid: 8|app: 0|req: 1196/2363] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:16:15 2026] DELETE /v2.0/routers/dabd598a-e870-4bab-9a62-29fbb9914f8e => generated 0 bytes in 819 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2364] 10.0.0.89 () {32 vars in 734 bytes} [Tue Apr 14 13:16:16 2026] GET /v2.0/ports?device_id=dabd598a-e870-4bab-9a62-29fbb9914f8e => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 13:16:16.690 8 INFO neutron.api.v2.resource [None req-713d3aac-260a-4604-9654-d434fa3b84bd c63e65d5287d4b8f9e644567e815878d c9313544ce8b4254800c46b7492cdcba - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1197/2365] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:16:16 2026] DELETE /v2.0/routers/dabd598a-e870-4bab-9a62-29fbb9914f8e => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2366] 10.0.0.89 () {32 vars in 734 bytes} [Tue Apr 14 13:16:16 2026] GET /v2.0/ports?device_id=11fc5c90-f230-4c8f-ab1f-34d2100b58ff => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 13:16:16.745 8 INFO neutron.api.v2.resource [None req-a0536bd1-60d3-42d4-b624-e6f60df79301 c63e65d5287d4b8f9e644567e815878d c9313544ce8b4254800c46b7492cdcba - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1198/2367] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:16:16 2026] DELETE /v2.0/routers/11fc5c90-f230-4c8f-ab1f-34d2100b58ff => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 13:16:16.767 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a3b3b7f1-1a0d-43a7-9ed3-c881ecded3db c63e65d5287d4b8f9e644567e815878d c9313544ce8b4254800c46b7492cdcba - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1170/2368] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:16:16 2026] DELETE /v2.0/subnets/5e3f4d19-4ad1-47ba-a563-ea1709ac66e5 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2369] 10.0.0.89 () {32 vars in 734 bytes} [Tue Apr 14 13:16:16 2026] GET /v2.0/ports?device_id=d41ce732-956d-46ad-a4d8-0ce8fcca7f70 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 13:16:16.811 7 INFO neutron.api.v2.resource [None req-ebede758-085f-4c58-a816-122d18b94e3b c63e65d5287d4b8f9e644567e815878d c9313544ce8b4254800c46b7492cdcba - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1171/2370] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:16:16 2026] DELETE /v2.0/routers/d41ce732-956d-46ad-a4d8-0ce8fcca7f70 => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 13:16:16.831 8 INFO neutron.pecan_wsgi.hooks.translation [None req-384a2c9b-0b98-4eea-ba35-dde5947b9c9c c63e65d5287d4b8f9e644567e815878d c9313544ce8b4254800c46b7492cdcba - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1200/2371] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:16:16 2026] DELETE /v2.0/subnets/ca716f94-6227-4e13-9e84-6387079cbd8e => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2372] 10.0.0.89 () {32 vars in 734 bytes} [Tue Apr 14 13:16:16 2026] GET /v2.0/ports?device_id=591adba4-fa81-4db8-a345-33edfdc27159 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 13:16:16.888 8 INFO neutron.api.v2.resource [None req-2e77511d-6221-4a4a-8dc3-e20f8c13dd0f c63e65d5287d4b8f9e644567e815878d c9313544ce8b4254800c46b7492cdcba - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1201/2373] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:16:16 2026] DELETE /v2.0/routers/591adba4-fa81-4db8-a345-33edfdc27159 => generated 135 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 13:16:16.906 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7a313401-8bb7-49b8-8a61-fe58ec295a0e c63e65d5287d4b8f9e644567e815878d c9313544ce8b4254800c46b7492cdcba - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1173/2374] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:16:16 2026] DELETE /v2.0/subnets/17919433-39fe-4a8b-81ef-3aab0fc944ab => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 13:16:16.925 8 INFO neutron.pecan_wsgi.hooks.translation [None req-306025ba-9896-4a7d-9968-2381c9afe444 c63e65d5287d4b8f9e644567e815878d c9313544ce8b4254800c46b7492cdcba - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1202/2375] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:16:16 2026] DELETE /v2.0/subnets/4bfd55b9-5a42-405d-b826-bf551e8c893b => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 13:16:17.059 8 INFO neutron.services.segments.plugin [-] Segment 12e7fb34-72fd-409c-b5d7-0a7eeaa5cbef resource provider aggregate not found 2026-04-14 13:16:17.063 8 INFO neutron.services.segments.plugin [-] Segment 12e7fb34-72fd-409c-b5d7-0a7eeaa5cbef resource provider aggregate not found 2026-04-14 13:16:17.080 8 INFO neutron.services.segments.plugin [-] Segment 12e7fb34-72fd-409c-b5d7-0a7eeaa5cbef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12e7fb34-72fd-409c-b5d7-0a7eeaa5cbef found for delete ", "request_id": "req-a158d012-e92e-4cb1-9bf5-d9faaed6081a"}]} 2026-04-14 13:16:17.082 8 INFO neutron.services.segments.plugin [-] Segment 12e7fb34-72fd-409c-b5d7-0a7eeaa5cbef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12e7fb34-72fd-409c-b5d7-0a7eeaa5cbef found for delete ", "request_id": "req-9e74f3c5-31ec-4ba8-ace8-c33b45af955d"}]} [pid: 7|app: 0|req: 1174/2376] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:16:17 2026] GET /v2.0/security-groups?tenant_id=c9313544ce8b4254800c46b7492cdcba&name=default => generated 2925 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2377] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:16:17 2026] DELETE /v2.0/security-groups/14ac5ec4-cbd8-40c5-b68d-063fbe74c1d0 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 13:16:19.363 7 INFO neutron.db.segments_db [None req-116e7a96-be9e-4959-9b2b-9326c4152576 52613cf3da0649a387a63bf2a839686a faba995cca614290a62b4d7c3a22a0cf - - default default] Added segment 900fad13-52c7-4207-844b-44b217532bf5 of type vxlan for network d21086b1-3191-4e4a-9f92-0cd2121f4690 [pid: 7|app: 0|req: 1175/2378] 10.0.0.89 () {34 vars in 668 bytes} [Tue Apr 14 13:16:19 2026] POST /v2.0/networks => generated 727 bytes in 354 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2379] 10.0.0.89 () {34 vars in 682 bytes} [Tue Apr 14 13:16:19 2026] POST /v2.0/security-groups => generated 1626 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2380] 10.0.0.89 () {34 vars in 667 bytes} [Tue Apr 14 13:16:19 2026] POST /v2.0/subnets => generated 644 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 13:16:19.623 7 WARNING neutron.api.v2.base [None req-4f20a971-f0f3-4693-82ae-1753e881fef2 52613cf3da0649a387a63bf2a839686a faba995cca614290a62b4d7c3a22a0cf - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: 'None' is not a valid string.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: 'None' is not a valid string. 2026-04-14 13:16:19.624 7 INFO neutron.api.v2.resource [None req-4f20a971-f0f3-4693-82ae-1753e881fef2 52613cf3da0649a387a63bf2a839686a faba995cca614290a62b4d7c3a22a0cf - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 1177/2381] 10.0.0.89 () {34 vars in 679 bytes} [Tue Apr 14 13:16:19 2026] POST /v2.0/rbac-policies => generated 143 bytes in 9 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2382] 10.0.0.89 () {32 vars in 661 bytes} [Tue Apr 14 13:16:19 2026] GET /v2.0/security-groups => generated 4535 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2383] 10.0.0.89 () {34 vars in 756 bytes} [Tue Apr 14 13:16:19 2026] PUT /v2.0/security-groups/25a073ad-8146-4eaa-adb1-a0903897afb4 => generated 1665 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2384] 10.0.0.89 () {32 vars in 735 bytes} [Tue Apr 14 13:16:19 2026] GET /v2.0/security-groups/25a073ad-8146-4eaa-adb1-a0903897afb4 => generated 1665 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 13:16:19.806 7 INFO neutron.services.segments.plugin [-] Segment 900fad13-52c7-4207-844b-44b217532bf5 resource provider aggregate not found 2026-04-14 13:16:19.811 7 INFO neutron.services.segments.plugin [-] Segment 900fad13-52c7-4207-844b-44b217532bf5 resource provider aggregate not found [pid: 8|app: 0|req: 1208/2385] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:16:19 2026] DELETE /v2.0/security-groups/25a073ad-8146-4eaa-adb1-a0903897afb4 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 13:16:19.822 7 INFO neutron.services.segments.plugin [-] Segment 900fad13-52c7-4207-844b-44b217532bf5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 900fad13-52c7-4207-844b-44b217532bf5 found for delete ", "request_id": "req-139cf5c4-485f-4758-a4d4-36a79dbfc120"}]} 2026-04-14 13:16:19.827 7 INFO neutron.services.segments.plugin [-] Segment 900fad13-52c7-4207-844b-44b217532bf5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 900fad13-52c7-4207-844b-44b217532bf5 found for delete ", "request_id": "req-527e7e8b-8d0a-41d3-b57f-63f5a172e2e5"}]} [pid: 7|app: 0|req: 1178/2386] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:16:19 2026] DELETE /v2.0/networks/d21086b1-3191-4e4a-9f92-0cd2121f4690 => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2387] 10.0.0.89 () {32 vars in 661 bytes} [Tue Apr 14 13:16:19 2026] GET /v2.0/security-groups => generated 2929 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 13:16:19.868 8 INFO neutron.api.v2.resource [None req-9dc74a46-77c8-4289-aa6c-3d4b532febcd 1b827182be354d1aadfb9230518b0654 dc13ea6a17ec4ee58e91dbef235a0880 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1210/2388] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:16:19 2026] DELETE /v2.0/security-groups/25a073ad-8146-4eaa-adb1-a0903897afb4 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 13:16:19.886 7 INFO neutron.db.segments_db [None req-e4dd82d4-7afe-47ec-9f8a-f37467fc08b7 52613cf3da0649a387a63bf2a839686a faba995cca614290a62b4d7c3a22a0cf - - default default] Added segment 740a0bcc-d52f-4ede-8d25-924e80107dd3 of type vxlan for network 49045251-9fef-4fbb-9431-5489737f3338 [pid: 7|app: 0|req: 1179/2389] 10.0.0.89 () {34 vars in 668 bytes} [Tue Apr 14 13:16:19 2026] POST /v2.0/networks => generated 726 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2390] 10.0.0.89 () {34 vars in 682 bytes} [Tue Apr 14 13:16:19 2026] POST /v2.0/security-groups => generated 1627 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2391] 10.0.0.89 () {34 vars in 693 bytes} [Tue Apr 14 13:16:19 2026] POST /v2.0/security-group-rules => generated 601 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2392] 10.0.0.89 () {32 vars in 745 bytes} [Tue Apr 14 13:16:20 2026] GET /v2.0/security-group-rules/bab846ef-8d92-4bd8-934e-df275be6566c => generated 601 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2393] 10.0.0.89 () {34 vars in 667 bytes} [Tue Apr 14 13:16:19 2026] POST /v2.0/subnets => generated 647 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 13:16:20.152 7 WARNING neutron.api.v2.base [None req-5861f689-1a8b-4594-8206-a32276453fa4 52613cf3da0649a387a63bf2a839686a faba995cca614290a62b4d7c3a22a0cf - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. 2026-04-14 13:16:20.152 7 INFO neutron.api.v2.resource [None req-5861f689-1a8b-4594-8206-a32276453fa4 52613cf3da0649a387a63bf2a839686a faba995cca614290a62b4d7c3a22a0cf - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 1181/2394] 10.0.0.89 () {34 vars in 679 bytes} [Tue Apr 14 13:16:20 2026] POST /v2.0/rbac-policies => generated 547 bytes in 6 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2395] 10.0.0.89 () {32 vars in 671 bytes} [Tue Apr 14 13:16:20 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2396] 10.0.0.89 () {32 vars in 748 bytes} [Tue Apr 14 13:16:20 2026] DELETE /v2.0/security-group-rules/bab846ef-8d92-4bd8-934e-df275be6566c => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2397] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:16:20 2026] DELETE /v2.0/networks/49045251-9fef-4fbb-9431-5489737f3338 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2398] 10.0.0.89 () {32 vars in 671 bytes} [Tue Apr 14 13:16:20 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 13:16:20.337 8 INFO neutron.db.segments_db [None req-817f0cbd-cfd6-4927-822b-7b44df53dc77 52613cf3da0649a387a63bf2a839686a faba995cca614290a62b4d7c3a22a0cf - - default default] Added segment c1302f00-1315-4426-a22f-814e0c78891e of type vxlan for network bd253eb4-420a-43b6-b0b4-e895f76c0a9f [pid: 7|app: 0|req: 1183/2399] 10.0.0.89 () {34 vars in 693 bytes} [Tue Apr 14 13:16:20 2026] POST /v2.0/security-group-rules => generated 601 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2400] 10.0.0.89 () {32 vars in 745 bytes} [Tue Apr 14 13:16:20 2026] GET /v2.0/security-group-rules/12f5ed1a-1a31-4fe1-bd98-ef09257b20ee => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2401] 10.0.0.89 () {34 vars in 668 bytes} [Tue Apr 14 13:16:20 2026] POST /v2.0/networks => generated 726 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2402] 10.0.0.89 () {32 vars in 671 bytes} [Tue Apr 14 13:16:20 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2403] 10.0.0.89 () {32 vars in 748 bytes} [Tue Apr 14 13:16:20 2026] DELETE /v2.0/security-group-rules/12f5ed1a-1a31-4fe1-bd98-ef09257b20ee => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2404] 10.0.0.89 () {34 vars in 667 bytes} [Tue Apr 14 13:16:20 2026] POST /v2.0/subnets => generated 647 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2405] 10.0.0.89 () {32 vars in 671 bytes} [Tue Apr 14 13:16:20 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 13:16:20.662 7 INFO neutron.db.securitygroups_db [None req-6a558683-5bb9-4d42-8db2-b96d34eaabc8 1b827182be354d1aadfb9230518b0654 dc13ea6a17ec4ee58e91dbef235a0880 - - default default] Project dc13ea6a17ec4ee58e91dbef235a0880 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: 1188/2406] 10.0.0.89 () {34 vars in 693 bytes} [Tue Apr 14 13:16:20 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: 7|app: 0|req: 1189/2407] 10.0.0.89 () {32 vars in 745 bytes} [Tue Apr 14 13:16:20 2026] GET /v2.0/security-group-rules/51d4f50f-c51c-4e32-b1d7-36d03932d29f => generated 607 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2408] 10.0.0.89 () {32 vars in 671 bytes} [Tue Apr 14 13:16:20 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2409] 10.0.0.89 () {34 vars in 679 bytes} [Tue Apr 14 13:16:20 2026] POST /v2.0/rbac-policies => generated 324 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2410] 10.0.0.89 () {32 vars in 748 bytes} [Tue Apr 14 13:16:20 2026] DELETE /v2.0/security-group-rules/51d4f50f-c51c-4e32-b1d7-36d03932d29f => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2411] 10.0.0.89 () {32 vars in 671 bytes} [Tue Apr 14 13:16:20 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2412] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:16:20 2026] DELETE /v2.0/security-groups/5027fdcc-4854-4ec8-ab25-6d15d4e4c95c => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2413] 10.0.0.89 () {32 vars in 661 bytes} [Tue Apr 14 13:16:20 2026] GET /v2.0/security-groups => generated 2929 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2414] 10.0.0.89 () {32 vars in 661 bytes} [Tue Apr 14 13:16:21 2026] GET /v2.0/security-groups => generated 2929 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2415] 10.0.0.89 () {32 vars in 721 bytes} [Tue Apr 14 13:16:21 2026] GET /v2.0/networks/bd253eb4-420a-43b6-b0b4-e895f76c0a9f => generated 654 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2416] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:16:21 2026] GET /v2.0/security-groups?tenant_id=dc13ea6a17ec4ee58e91dbef235a0880&name=default => generated 2929 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 13:16:21.680 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8102f3a4-7a7e-48fb-9c61-f85eada4a646 f423763994274e0fa3b6d0e9bdfd86b5 2be47785cdae40d98b804baa0311777e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1223/2417] 10.0.0.89 () {32 vars in 721 bytes} [Tue Apr 14 13:16:21 2026] GET /v2.0/networks/bd253eb4-420a-43b6-b0b4-e895f76c0a9f => generated 138 bytes in 100 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2418] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:16:21 2026] DELETE /v2.0/security-groups/4dd40710-7158-4393-b69d-a56e34e8729e => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 13:16:21.823 8 INFO neutron.services.segments.plugin [-] Segment c1302f00-1315-4426-a22f-814e0c78891e resource provider aggregate not found 2026-04-14 13:16:21.829 8 INFO neutron.services.segments.plugin [-] Segment c1302f00-1315-4426-a22f-814e0c78891e resource provider aggregate not found 2026-04-14 13:16:21.842 7 INFO neutron.services.segments.plugin [-] Segment 740a0bcc-d52f-4ede-8d25-924e80107dd3 resource provider aggregate not found 2026-04-14 13:16:21.844 8 INFO neutron.services.segments.plugin [-] Segment c1302f00-1315-4426-a22f-814e0c78891e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c1302f00-1315-4426-a22f-814e0c78891e found for delete ", "request_id": "req-7648c5d0-745f-4848-843f-2a4434a4b3dc"}]} 2026-04-14 13:16:21.850 7 INFO neutron.services.segments.plugin [-] Segment 740a0bcc-d52f-4ede-8d25-924e80107dd3 resource provider aggregate not found [pid: 8|app: 0|req: 1224/2419] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:16:21 2026] DELETE /v2.0/networks/bd253eb4-420a-43b6-b0b4-e895f76c0a9f => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:16:21.859 8 INFO neutron.services.segments.plugin [-] Segment c1302f00-1315-4426-a22f-814e0c78891e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c1302f00-1315-4426-a22f-814e0c78891e found for delete ", "request_id": "req-b01003c3-c71a-43ae-9e4c-834e8258123e"}]} 2026-04-14 13:16:21.868 7 INFO neutron.services.segments.plugin [-] Segment 740a0bcc-d52f-4ede-8d25-924e80107dd3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 740a0bcc-d52f-4ede-8d25-924e80107dd3 found for delete ", "request_id": "req-4c49fa9b-b2ce-4a20-92a5-4b003391fc28"}]} 2026-04-14 13:16:21.873 7 INFO neutron.services.segments.plugin [-] Segment 740a0bcc-d52f-4ede-8d25-924e80107dd3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 740a0bcc-d52f-4ede-8d25-924e80107dd3 found for delete ", "request_id": "req-80404951-bf3d-464c-8657-111c31bd1951"}]} 2026-04-14 13:16:21.876 7 INFO neutron.pecan_wsgi.hooks.translation [None req-48f9ef08-acb7-4809-a98a-5b224b66803b 52613cf3da0649a387a63bf2a839686a faba995cca614290a62b4d7c3a22a0cf - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1196/2420] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:16:21 2026] DELETE /v2.0/subnets/10446255-3f66-49e7-8fb3-a285f34f1401 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 13:16:21.895 8 INFO neutron.pecan_wsgi.hooks.translation [None req-328cb2ea-f858-43ce-8972-c2e4d6273f7e 52613cf3da0649a387a63bf2a839686a faba995cca614290a62b4d7c3a22a0cf - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1225/2421] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:16:21 2026] DELETE /v2.0/subnets/8dd6a0c4-cf1f-4af2-885b-ef6fdbe7f99f => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 13:16:21.918 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7438fcb1-1495-4c17-819f-bd9f67a4a0d5 52613cf3da0649a387a63bf2a839686a faba995cca614290a62b4d7c3a22a0cf - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1197/2422] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:16:21 2026] DELETE /v2.0/subnets/ef9c73e3-823b-4655-bc43-ddabb781d1bc => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2423] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:16:22 2026] GET /v2.0/security-groups?tenant_id=faba995cca614290a62b4d7c3a22a0cf&name=default => generated 2929 bytes in 189 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2424] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:16:22 2026] DELETE /v2.0/security-groups/094ef0b3-d0b3-4702-9e2e-cded88b466d7 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2425] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:16:23 2026] GET /v2.0/security-groups?tenant_id=29b74688c1124758b6b026161ca0fd5e&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: 1199/2426] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:16:23 2026] DELETE /v2.0/security-groups/5642f3de-a2b1-4d59-9ec5-ca33085e2475 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2427] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:16:23 2026] GET /v2.0/security-groups?tenant_id=2be47785cdae40d98b804baa0311777e&name=default => generated 2929 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2428] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:16:23 2026] DELETE /v2.0/security-groups/b26ed1cd-7abd-4a70-97ed-c0a97700012a => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2429] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:16:26 2026] GET /v2.0/security-groups?tenant_id=5608bc10af7f46059359317862e042d1&name=default => generated 2929 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2430] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:16:26 2026] DELETE /v2.0/security-groups/36fa2270-7b03-4304-beed-5b619a56bb58 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2431] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:16:27 2026] GET /v2.0/security-groups?tenant_id=037eef3af42b4f83b1e56d1457082ca9&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2432] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:16:27 2026] DELETE /v2.0/security-groups/d6c2de85-68ee-4e96-8279-1e7b0b4e24e2 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 13:16:27.847 8 INFO neutron.db.segments_db [None req-3412bc4c-00b6-4b35-90ef-e52c69bf2c87 53c5e75a974145df89e9d3044457efaa 368198874d2a4aaea8fc134092b4058f - - default default] Added segment 412b0b82-5720-4389-9bb6-1efdd5ac3256 of type vxlan for network a9647c96-7394-42c5-a026-c07866a9ad5f [pid: 8|app: 0|req: 1231/2433] 10.0.0.89 () {34 vars in 668 bytes} [Tue Apr 14 13:16:27 2026] POST /v2.0/networks => generated 632 bytes in 354 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 13:16:27.996 7 INFO neutron.db.segments_db [None req-ceea16f9-26f0-490e-b3de-50450d2e6356 53c5e75a974145df89e9d3044457efaa 368198874d2a4aaea8fc134092b4058f - - default default] Added segment afe5d411-1f44-4699-8929-4f81b2f673a7 of type vxlan for network 38fd8f73-ac6f-4708-bd78-0c498d04d574 [pid: 7|app: 0|req: 1203/2434] 10.0.0.89 () {34 vars in 668 bytes} [Tue Apr 14 13:16:27 2026] POST /v2.0/networks => generated 631 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 13:16:28.137 8 INFO neutron.db.segments_db [None req-a4782770-1c29-4ecb-8cee-c3f9d569442d 53c5e75a974145df89e9d3044457efaa 368198874d2a4aaea8fc134092b4058f - - default default] Added segment e16b270b-d3d4-4534-b4bc-c888d8290226 of type vxlan for network 4e4a6165-46be-45e3-89d7-c79766275c7a [pid: 8|app: 0|req: 1232/2435] 10.0.0.89 () {34 vars in 668 bytes} [Tue Apr 14 13:16:28 2026] POST /v2.0/networks => generated 632 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 13:16:28.259 7 INFO neutron.db.segments_db [None req-064b08c8-7d27-4084-be94-456317fa08a8 53c5e75a974145df89e9d3044457efaa 368198874d2a4aaea8fc134092b4058f - - default default] Added segment b4179756-c6bf-499b-9f68-8598246d6fb1 of type vxlan for network 700c695f-2236-49a3-afc3-ecfd29031f66 [pid: 7|app: 0|req: 1204/2436] 10.0.0.89 () {34 vars in 668 bytes} [Tue Apr 14 13:16:28 2026] POST /v2.0/networks => generated 632 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 13:16:28.400 8 INFO neutron.db.segments_db [None req-156c58b9-45dc-4cad-818e-c67599126670 53c5e75a974145df89e9d3044457efaa 368198874d2a4aaea8fc134092b4058f - - default default] Added segment 38d51a75-3993-4582-ae32-34a5723c83c1 of type vxlan for network 98eccae4-d8ec-4214-b8af-b491d0726e29 [pid: 8|app: 0|req: 1233/2437] 10.0.0.89 () {34 vars in 668 bytes} [Tue Apr 14 13:16:28 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: 7|app: 0|req: 1205/2438] 10.0.0.89 () {34 vars in 751 bytes} [Tue Apr 14 13:16:28 2026] PUT /v2.0/networks/a9647c96-7394-42c5-a026-c07866a9ad5f/tags => generated 17 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2439] 10.0.0.89 () {34 vars in 751 bytes} [Tue Apr 14 13:16:28 2026] PUT /v2.0/networks/38fd8f73-ac6f-4708-bd78-0c498d04d574/tags => generated 25 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2440] 10.0.0.89 () {34 vars in 751 bytes} [Tue Apr 14 13:16:28 2026] PUT /v2.0/networks/4e4a6165-46be-45e3-89d7-c79766275c7a/tags => generated 34 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2441] 10.0.0.89 () {34 vars in 751 bytes} [Tue Apr 14 13:16:28 2026] PUT /v2.0/networks/700c695f-2236-49a3-afc3-ecfd29031f66/tags => generated 19 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2442] 10.0.0.89 () {32 vars in 664 bytes} [Tue Apr 14 13:16:28 2026] GET /v2.0/networks?tags=red => generated 1856 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2443] 10.0.0.89 () {32 vars in 678 bytes} [Tue Apr 14 13:16:28 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2444] 10.0.0.89 () {32 vars in 674 bytes} [Tue Apr 14 13:16:28 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2445] 10.0.0.89 () {32 vars in 686 bytes} [Tue Apr 14 13:16:28 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1856 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2446] 10.0.0.89 () {32 vars in 672 bytes} [Tue Apr 14 13:16:29 2026] GET /v2.0/networks?not-tags=red => generated 1862 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2447] 10.0.0.89 () {32 vars in 686 bytes} [Tue Apr 14 13:16:29 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2469 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2448] 10.0.0.89 () {32 vars in 682 bytes} [Tue Apr 14 13:16:29 2026] GET /v2.0/networks?not-tags-any=blue => generated 2469 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2449] 10.0.0.89 () {32 vars in 694 bytes} [Tue Apr 14 13:16:29 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1862 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 13:16:29.404 7 INFO neutron.services.segments.plugin [-] Segment 412b0b82-5720-4389-9bb6-1efdd5ac3256 resource provider aggregate not found 2026-04-14 13:16:29.406 7 INFO neutron.services.segments.plugin [-] Segment 412b0b82-5720-4389-9bb6-1efdd5ac3256 resource provider aggregate not found 2026-04-14 13:16:29.425 7 INFO neutron.services.segments.plugin [-] Segment 412b0b82-5720-4389-9bb6-1efdd5ac3256 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 412b0b82-5720-4389-9bb6-1efdd5ac3256 found for delete ", "request_id": "req-19d2121a-bb9b-4d0f-84e9-d4e2c0681efd"}]} 2026-04-14 13:16:29.426 7 INFO neutron.services.segments.plugin [-] Segment 412b0b82-5720-4389-9bb6-1efdd5ac3256 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 412b0b82-5720-4389-9bb6-1efdd5ac3256 found for delete ", "request_id": "req-30660bde-2a45-414a-bebb-fe9d664df84d"}]} [pid: 7|app: 0|req: 1211/2450] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:16:29 2026] DELETE /v2.0/networks/a9647c96-7394-42c5-a026-c07866a9ad5f => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:16:29.996 8 INFO neutron.services.segments.plugin [-] Segment afe5d411-1f44-4699-8929-4f81b2f673a7 resource provider aggregate not found 2026-04-14 13:16:30.012 8 INFO neutron.services.segments.plugin [-] Segment afe5d411-1f44-4699-8929-4f81b2f673a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid afe5d411-1f44-4699-8929-4f81b2f673a7 found for delete ", "request_id": "req-c2f495e9-ebeb-4a37-97c3-769a3e6db8c3"}]} 2026-04-14 13:16:30.014 8 INFO neutron.services.segments.plugin [-] Segment afe5d411-1f44-4699-8929-4f81b2f673a7 resource provider aggregate not found 2026-04-14 13:16:30.030 8 INFO neutron.services.segments.plugin [-] Segment afe5d411-1f44-4699-8929-4f81b2f673a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid afe5d411-1f44-4699-8929-4f81b2f673a7 found for delete ", "request_id": "req-3db48194-581e-4dbd-a7cb-f9a0154f9d5e"}]} [pid: 8|app: 0|req: 1240/2451] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:16:29 2026] DELETE /v2.0/networks/38fd8f73-ac6f-4708-bd78-0c498d04d574 => generated 0 bytes in 662 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2452] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:16:30 2026] DELETE /v2.0/networks/4e4a6165-46be-45e3-89d7-c79766275c7a => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2453] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:16:30 2026] DELETE /v2.0/networks/700c695f-2236-49a3-afc3-ecfd29031f66 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2454] 10.0.0.89 () {32 vars in 719 bytes} [Tue Apr 14 13:16:30 2026] GET /v2.0/subnets/c4e4ac07-b514-460f-83c0-8ea162c3d894 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2455] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:16:30 2026] DELETE /v2.0/networks/98eccae4-d8ec-4214-b8af-b491d0726e29 => 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: 1214/2456] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:16:30 2026] GET /v2.0/security-groups?tenant_id=f2b6b560bc0540e69417d68e28459e96&name=default => generated 2929 bytes in 342 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2457] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:16:30 2026] DELETE /v2.0/security-groups/eb0dcc69-b4df-4df5-b561-61ab42e240a0 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2460] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:16:31 2026] GET /v2.0/security-groups?tenant_id=e53030035efe4985a8fd064ee54123eb&name=default => generated 2929 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 13:16:31.449 7 INFO neutron.services.segments.plugin [-] Segment e16b270b-d3d4-4534-b4bc-c888d8290226 resource provider aggregate not found 2026-04-14 13:16:31.453 7 INFO neutron.services.segments.plugin [-] Segment e16b270b-d3d4-4534-b4bc-c888d8290226 resource provider aggregate not found 2026-04-14 13:16:31.470 7 INFO neutron.services.segments.plugin [-] Segment e16b270b-d3d4-4534-b4bc-c888d8290226 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e16b270b-d3d4-4534-b4bc-c888d8290226 found for delete ", "request_id": "req-d11f0106-5c4b-4bcc-81be-835830372264"}]} 2026-04-14 13:16:31.473 7 INFO neutron.services.segments.plugin [-] Segment e16b270b-d3d4-4534-b4bc-c888d8290226 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e16b270b-d3d4-4534-b4bc-c888d8290226 found for delete ", "request_id": "req-b6cea022-02d6-4ba1-9122-677402f0cca2"}]} [pid: 7|app: 0|req: 1216/2461] 10.0.0.13 () {30 vars in 688 bytes} [Tue Apr 14 13:16:31 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2462] 10.0.0.13 () {30 vars in 690 bytes} [Tue Apr 14 13:16:31 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2463] 10.0.0.13 () {30 vars in 666 bytes} [Tue Apr 14 13:16: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: 1219/2464] 10.0.0.13 () {30 vars in 702 bytes} [Tue Apr 14 13:16:31 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2465] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:16:31 2026] DELETE /v2.0/security-groups/6b02c952-f041-4bed-9468-ac240ee1e201 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2466] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:16:31 2026] GET /v2.0/security-groups?tenant_id=c4089271abfc4a27ae25449483642263&name=default => generated 2929 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2467] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:16:31 2026] DELETE /v2.0/security-groups/5a3d0825-f470-4b76-ae61-74cba5183663 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2468] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:16:31 2026] GET /v2.0/security-groups?tenant_id=368198874d2a4aaea8fc134092b4058f&name=default => generated 2929 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 13:16:32.038 8 INFO neutron.services.segments.plugin [-] Segment b4179756-c6bf-499b-9f68-8598246d6fb1 resource provider aggregate not found 2026-04-14 13:16:32.058 8 INFO neutron.services.segments.plugin [-] Segment b4179756-c6bf-499b-9f68-8598246d6fb1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4179756-c6bf-499b-9f68-8598246d6fb1 found for delete ", "request_id": "req-899f4ccf-c58c-413d-9c7c-6b1399eb87d3"}]} 2026-04-14 13:16:32.060 8 INFO neutron.services.segments.plugin [-] Segment b4179756-c6bf-499b-9f68-8598246d6fb1 resource provider aggregate not found 2026-04-14 13:16:32.083 8 INFO neutron.services.segments.plugin [-] Segment 38d51a75-3993-4582-ae32-34a5723c83c1 resource provider aggregate not found 2026-04-14 13:16:32.090 8 INFO neutron.services.segments.plugin [-] Segment b4179756-c6bf-499b-9f68-8598246d6fb1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4179756-c6bf-499b-9f68-8598246d6fb1 found for delete ", "request_id": "req-978474e4-f8b7-42bb-8350-779e485a42b2"}]} 2026-04-14 13:16:32.096 8 INFO neutron.services.segments.plugin [-] Segment 38d51a75-3993-4582-ae32-34a5723c83c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 38d51a75-3993-4582-ae32-34a5723c83c1 found for delete ", "request_id": "req-45ddc82e-70eb-4f15-9630-c15bc06e1898"}]} 2026-04-14 13:16:32.107 8 INFO neutron.services.segments.plugin [-] Segment 38d51a75-3993-4582-ae32-34a5723c83c1 resource provider aggregate not found [pid: 7|app: 0|req: 1222/2469] 10.0.0.13 () {28 vars in 437 bytes} [Tue Apr 14 13:16:32 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) 2026-04-14 13:16:32.126 8 INFO neutron.services.segments.plugin [-] Segment 38d51a75-3993-4582-ae32-34a5723c83c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 38d51a75-3993-4582-ae32-34a5723c83c1 found for delete ", "request_id": "req-d125a723-8669-440f-8510-33ff8e9b67ed"}]} [pid: 7|app: 0|req: 1223/2470] 10.0.0.13 () {30 vars in 726 bytes} [Tue Apr 14 13:16:32 2026] GET /v2.0/subnets/c4e4ac07-b514-460f-83c0-8ea162c3d894 => generated 658 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2471] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:16:32 2026] DELETE /v2.0/security-groups/2e2b934c-ffc9-4c28-9d8e-3a89bb0b001e => generated 0 bytes in 156 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2472] 10.0.0.13 () {30 vars in 688 bytes} [Tue Apr 14 13:16:32 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2473] 10.0.0.13 () {30 vars in 690 bytes} [Tue Apr 14 13:16:32 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: 1225/2474] 10.0.0.13 () {30 vars in 666 bytes} [Tue Apr 14 13:16:32 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2475] 10.0.0.13 () {30 vars in 702 bytes} [Tue Apr 14 13:16:32 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: 1226/2476] 10.0.0.13 () {30 vars in 726 bytes} [Tue Apr 14 13:16:32 2026] GET /v2.0/subnets/c4e4ac07-b514-460f-83c0-8ea162c3d894 => generated 676 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2477] 10.0.0.13 () {30 vars in 688 bytes} [Tue Apr 14 13:16:32 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: 1227/2478] 10.0.0.13 () {30 vars in 690 bytes} [Tue Apr 14 13:16:32 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2479] 10.0.0.13 () {30 vars in 666 bytes} [Tue Apr 14 13:16:32 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: 1228/2480] 10.0.0.13 () {30 vars in 702 bytes} [Tue Apr 14 13:16:32 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2481] 10.0.0.13 () {30 vars in 728 bytes} [Tue Apr 14 13:16:32 2026] GET /v2.0/networks/70bf0939-72d9-4c15-a048-d148a5a1b7c3 => generated 799 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2482] 10.0.0.13 () {30 vars in 680 bytes} [Tue Apr 14 13:16:32 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: 8|app: 0|req: 1254/2483] 10.0.0.13 () {34 vars in 702 bytes} [Tue Apr 14 13:16:32 2026] POST /v2.0/ports => generated 1124 bytes in 352 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2484] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:16:34 2026] GET /v2.0/security-groups?tenant_id=55c9951578424b60acd5259a7f591e6e&name=default => generated 2929 bytes in 344 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1255/2485] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:16:34 2026] DELETE /v2.0/security-groups/f98ffc7a-cdb3-42ca-bfbf-f0f226e691e4 => 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: 1231/2486] 199.19.213.159 () {30 vars in 702 bytes} [Tue Apr 14 13:16:35 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2487] 199.19.213.159 () {30 vars in 704 bytes} [Tue Apr 14 13:16:35 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: 1232/2488] 199.19.213.159 () {30 vars in 680 bytes} [Tue Apr 14 13:16:35 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2489] 199.19.213.159 () {30 vars in 716 bytes} [Tue Apr 14 13:16:35 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: 1233/2490] 199.19.213.159 () {30 vars in 736 bytes} [Tue Apr 14 13:16:35 2026] GET /v2.0/ports/f878071d-1d75-49c3-93ee-f0b2d95377b1 => generated 1124 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2491] 199.19.213.159 () {30 vars in 702 bytes} [Tue Apr 14 13:16:35 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2492] 199.19.213.159 () {30 vars in 704 bytes} [Tue Apr 14 13:16:35 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2493] 199.19.213.159 () {30 vars in 680 bytes} [Tue Apr 14 13:16:35 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: 1235/2494] 199.19.213.159 () {30 vars in 716 bytes} [Tue Apr 14 13:16:35 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:16:35.982 8 INFO neutron.api.v2.resource [None req-6018670a-b7af-466a-8ce9-472ae2cc0e6b 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1260/2495] 199.19.213.159 () {30 vars in 762 bytes} [Tue Apr 14 13:16:35 2026] GET /v2.0/security-groups/lb-300bed11-2036-435c-bc68-156b6352a914 => generated 149 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2496] 199.19.213.159 () {30 vars in 784 bytes} [Tue Apr 14 13:16:35 2026] GET /v2.0/security-groups?name=lb-300bed11-2036-435c-bc68-156b6352a914 => generated 23 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2497] 199.19.213.159 () {34 vars in 735 bytes} [Tue Apr 14 13:16:36 2026] POST /v2.0/security-groups => generated 1638 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2498] 199.19.213.159 () {30 vars in 814 bytes} [Tue Apr 14 13:16:36 2026] GET /v2.0/security-group-rules?security_group_id=20a10bfa-28dc-4638-a9be-5dc6c6330b31 => generated 1182 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 13:16:36.383 8 INFO neutron.db.segments_db [None req-afa68b52-706a-4773-af94-8301d326d147 8ace25e9a0c84f1a9dc42d5d510bc755 5fd6a7b7617f42369e08151c4903e73e - - default default] Added segment c661cc03-8321-4a5c-a0d7-4777f9f54fbf of type vxlan for network de3d07fe-2688-439b-a4d3-0e437bafd46f [pid: 7|app: 0|req: 1238/2499] 199.19.213.159 () {34 vars in 788 bytes} [Tue Apr 14 13:16:36 2026] PUT /v2.0/ports/f878071d-1d75-49c3-93ee-f0b2d95377b1 => generated 1124 bytes in 199 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: 1239/2500] 199.19.213.159 () {30 vars in 702 bytes} [Tue Apr 14 13:16: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: 8|app: 0|req: 1262/2501] 10.0.0.89 () {34 vars in 668 bytes} [Tue Apr 14 13:16:36 2026] POST /v2.0/networks => generated 632 bytes in 328 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2502] 199.19.213.159 () {30 vars in 704 bytes} [Tue Apr 14 13:16:36 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2503] 199.19.213.159 () {30 vars in 680 bytes} [Tue Apr 14 13:16: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: 7|app: 0|req: 1242/2504] 199.19.213.159 () {30 vars in 716 bytes} [Tue Apr 14 13:16:36 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: 1243/2505] 199.19.213.159 () {30 vars in 740 bytes} [Tue Apr 14 13:16:36 2026] GET /v2.0/subnets/c4e4ac07-b514-460f-83c0-8ea162c3d894 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2506] 10.0.0.89 () {34 vars in 662 bytes} [Tue Apr 14 13:16:36 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) 2026-04-14 13:16:36.834 7 INFO neutron.db.segments_db [None req-7e5a9fc8-cf6f-4559-86f6-057abfe216b5 8ace25e9a0c84f1a9dc42d5d510bc755 5fd6a7b7617f42369e08151c4903e73e - - default default] Added segment 83ccfb75-ddbc-4e31-9149-79d81049f77e of type vxlan for network 32f19632-bff2-409a-8936-fe08fcef4614 [pid: 7|app: 0|req: 1244/2507] 10.0.0.89 () {34 vars in 668 bytes} [Tue Apr 14 13:16:36 2026] POST /v2.0/networks => generated 632 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1264/2508] 10.0.0.89 () {34 vars in 662 bytes} [Tue Apr 14 13:16:36 2026] POST /v2.0/ports => generated 743 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 13:16:37.286 7 INFO neutron.db.segments_db [None req-ae47f04b-6e1c-453a-ac14-1c102e1bf392 8ace25e9a0c84f1a9dc42d5d510bc755 5fd6a7b7617f42369e08151c4903e73e - - default default] Added segment 164d9483-89c3-44b0-8f05-f7736f42ddd4 of type vxlan for network 4ba51235-d642-4533-98d3-31d72d472452 [pid: 7|app: 0|req: 1245/2509] 10.0.0.89 () {34 vars in 668 bytes} [Tue Apr 14 13:16:37 2026] POST /v2.0/networks => generated 632 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1265/2510] 10.0.0.89 () {34 vars in 662 bytes} [Tue Apr 14 13:16:37 2026] POST /v2.0/ports => generated 743 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 13:16:37.719 7 INFO neutron.db.segments_db [None req-82384247-1a9b-4faf-8620-f3e3c205ff0c 8ace25e9a0c84f1a9dc42d5d510bc755 5fd6a7b7617f42369e08151c4903e73e - - default default] Added segment 2ec41fae-6c04-40ac-83dc-f60572e558af of type vxlan for network 470936ac-4b3f-4e5b-9be8-95f5c50d8e4f [pid: 7|app: 0|req: 1246/2511] 10.0.0.89 () {34 vars in 668 bytes} [Tue Apr 14 13:16:37 2026] POST /v2.0/networks => generated 631 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1266/2512] 10.0.0.89 () {34 vars in 662 bytes} [Tue Apr 14 13:16:37 2026] POST /v2.0/ports => generated 743 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 13:16:38.184 7 INFO neutron.db.segments_db [None req-e9ed4b09-9982-40b1-9ac4-6c4e4dced460 8ace25e9a0c84f1a9dc42d5d510bc755 5fd6a7b7617f42369e08151c4903e73e - - default default] Added segment 50d8aa89-7257-4124-bea7-fc673931c7ce of type vxlan for network 5dce9a2f-e664-40d2-b739-c9430a745264 [pid: 7|app: 0|req: 1247/2513] 10.0.0.89 () {34 vars in 668 bytes} [Tue Apr 14 13:16:38 2026] POST /v2.0/networks => generated 631 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1267/2514] 10.0.0.89 () {34 vars in 662 bytes} [Tue Apr 14 13:16:38 2026] POST /v2.0/ports => generated 743 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2515] 10.0.0.89 () {34 vars in 745 bytes} [Tue Apr 14 13:16:38 2026] PUT /v2.0/ports/2dadd64d-dca7-48ad-b34c-8fd0f196a5f2/tags => generated 17 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1268/2516] 10.0.0.89 () {34 vars in 745 bytes} [Tue Apr 14 13:16:38 2026] PUT /v2.0/ports/f2aaa907-fc47-4c8e-8fb9-710174d56805/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1249/2517] 10.0.0.89 () {34 vars in 745 bytes} [Tue Apr 14 13:16:38 2026] PUT /v2.0/ports/1c325c94-a0c0-46e6-aede-181fa5c1848f/tags => generated 34 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: 8|app: 0|req: 1269/2518] 10.0.0.89 () {34 vars in 745 bytes} [Tue Apr 14 13:16:38 2026] PUT /v2.0/ports/ecebde6c-94cf-4306-adb4-e10fe7aeaaf1/tags => generated 19 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1250/2519] 10.0.0.89 () {32 vars in 658 bytes} [Tue Apr 14 13:16:38 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1270/2520] 10.0.0.89 () {32 vars in 672 bytes} [Tue Apr 14 13:16:39 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2521] 10.0.0.89 () {32 vars in 668 bytes} [Tue Apr 14 13:16:39 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2522] 10.0.0.89 () {32 vars in 680 bytes} [Tue Apr 14 13:16:39 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2523] 10.0.0.89 () {32 vars in 666 bytes} [Tue Apr 14 13:16:39 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2524] 10.0.0.89 () {32 vars in 680 bytes} [Tue Apr 14 13:16:39 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2525] 10.0.0.89 () {32 vars in 676 bytes} [Tue Apr 14 13:16:39 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2526] 10.0.0.89 () {32 vars in 688 bytes} [Tue Apr 14 13:16:39 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 13:16:39.716 7 INFO neutron_taas.services.taas.taas_plugin [None req-16821e75-598c-4b7d-9b2a-138fdce2b6b7 8ace25e9a0c84f1a9dc42d5d510bc755 5fd6a7b7617f42369e08151c4903e73e - - default default] TaaS: Handle Delete Port: 2dadd64d-dca7-48ad-b34c-8fd0f196a5f2 2026-04-14 13:16:39.719 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-16821e75-598c-4b7d-9b2a-138fdce2b6b7 8ace25e9a0c84f1a9dc42d5d510bc755 5fd6a7b7617f42369e08151c4903e73e - - default default] Tap Mirror: Handle Delete Port: 2dadd64d-dca7-48ad-b34c-8fd0f196a5f2 [pid: 7|app: 0|req: 1254/2527] 10.0.0.89 () {32 vars in 718 bytes} [Tue Apr 14 13:16:39 2026] DELETE /v2.0/ports/2dadd64d-dca7-48ad-b34c-8fd0f196a5f2 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:16:39.946 8 INFO neutron_taas.services.taas.taas_plugin [None req-cc6ae534-e06b-4394-9cac-4d89ef8f8cbf 8ace25e9a0c84f1a9dc42d5d510bc755 5fd6a7b7617f42369e08151c4903e73e - - default default] TaaS: Handle Delete Port: f2aaa907-fc47-4c8e-8fb9-710174d56805 2026-04-14 13:16:39.950 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cc6ae534-e06b-4394-9cac-4d89ef8f8cbf 8ace25e9a0c84f1a9dc42d5d510bc755 5fd6a7b7617f42369e08151c4903e73e - - default default] Tap Mirror: Handle Delete Port: f2aaa907-fc47-4c8e-8fb9-710174d56805 [pid: 8|app: 0|req: 1274/2528] 10.0.0.89 () {32 vars in 718 bytes} [Tue Apr 14 13:16:39 2026] DELETE /v2.0/ports/f2aaa907-fc47-4c8e-8fb9-710174d56805 => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:16:40.096 7 INFO neutron_taas.services.taas.taas_plugin [None req-9df53006-4b0f-4e57-bd70-f100448b0b0e 8ace25e9a0c84f1a9dc42d5d510bc755 5fd6a7b7617f42369e08151c4903e73e - - default default] TaaS: Handle Delete Port: 1c325c94-a0c0-46e6-aede-181fa5c1848f 2026-04-14 13:16:40.098 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9df53006-4b0f-4e57-bd70-f100448b0b0e 8ace25e9a0c84f1a9dc42d5d510bc755 5fd6a7b7617f42369e08151c4903e73e - - default default] Tap Mirror: Handle Delete Port: 1c325c94-a0c0-46e6-aede-181fa5c1848f [pid: 7|app: 0|req: 1255/2529] 10.0.0.89 () {32 vars in 718 bytes} [Tue Apr 14 13:16:40 2026] DELETE /v2.0/ports/1c325c94-a0c0-46e6-aede-181fa5c1848f => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:16:40.231 8 INFO neutron_taas.services.taas.taas_plugin [None req-beb0d46e-6671-4940-8d6f-f5c367c5d560 8ace25e9a0c84f1a9dc42d5d510bc755 5fd6a7b7617f42369e08151c4903e73e - - default default] TaaS: Handle Delete Port: ecebde6c-94cf-4306-adb4-e10fe7aeaaf1 2026-04-14 13:16:40.234 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-beb0d46e-6671-4940-8d6f-f5c367c5d560 8ace25e9a0c84f1a9dc42d5d510bc755 5fd6a7b7617f42369e08151c4903e73e - - default default] Tap Mirror: Handle Delete Port: ecebde6c-94cf-4306-adb4-e10fe7aeaaf1 [pid: 8|app: 0|req: 1275/2530] 10.0.0.89 () {32 vars in 718 bytes} [Tue Apr 14 13:16:40 2026] DELETE /v2.0/ports/ecebde6c-94cf-4306-adb4-e10fe7aeaaf1 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:16:40.417 7 INFO neutron_taas.services.taas.taas_plugin [None req-cf0dd784-d992-46fe-9c58-e7fc543b9f84 8ace25e9a0c84f1a9dc42d5d510bc755 5fd6a7b7617f42369e08151c4903e73e - - default default] TaaS: Handle Delete Port: 9b306afe-9c6e-40cc-8b85-71814afe2d27 2026-04-14 13:16:40.422 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf0dd784-d992-46fe-9c58-e7fc543b9f84 8ace25e9a0c84f1a9dc42d5d510bc755 5fd6a7b7617f42369e08151c4903e73e - - default default] Tap Mirror: Handle Delete Port: 9b306afe-9c6e-40cc-8b85-71814afe2d27 [pid: 7|app: 0|req: 1256/2531] 10.0.0.89 () {32 vars in 718 bytes} [Tue Apr 14 13:16:40 2026] DELETE /v2.0/ports/9b306afe-9c6e-40cc-8b85-71814afe2d27 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:16:40.623 8 INFO neutron.services.segments.plugin [-] Segment c661cc03-8321-4a5c-a0d7-4777f9f54fbf resource provider aggregate not found 2026-04-14 13:16:40.629 8 INFO neutron.services.segments.plugin [-] Segment c661cc03-8321-4a5c-a0d7-4777f9f54fbf resource provider aggregate not found 2026-04-14 13:16:40.640 8 INFO neutron.services.segments.plugin [-] Segment c661cc03-8321-4a5c-a0d7-4777f9f54fbf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c661cc03-8321-4a5c-a0d7-4777f9f54fbf found for delete ", "request_id": "req-8a6416c9-a9f1-4717-8f5f-c77fcdc74637"}]} 2026-04-14 13:16:40.645 8 INFO neutron.services.segments.plugin [-] Segment c661cc03-8321-4a5c-a0d7-4777f9f54fbf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c661cc03-8321-4a5c-a0d7-4777f9f54fbf found for delete ", "request_id": "req-fef31bf0-6ca7-4185-bdc5-7c00ca6020ad"}]} [pid: 8|app: 0|req: 1276/2532] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:16:40 2026] DELETE /v2.0/networks/de3d07fe-2688-439b-a4d3-0e437bafd46f => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:16:40.769 7 INFO neutron.services.segments.plugin [-] Segment 83ccfb75-ddbc-4e31-9149-79d81049f77e resource provider aggregate not found 2026-04-14 13:16:40.775 7 INFO neutron.services.segments.plugin [-] Segment 83ccfb75-ddbc-4e31-9149-79d81049f77e resource provider aggregate not found 2026-04-14 13:16:40.789 7 INFO neutron.services.segments.plugin [-] Segment 83ccfb75-ddbc-4e31-9149-79d81049f77e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83ccfb75-ddbc-4e31-9149-79d81049f77e found for delete ", "request_id": "req-1d87569d-9bda-4ed4-a673-c2dde5ba428c"}]} 2026-04-14 13:16:40.795 7 INFO neutron.services.segments.plugin [-] Segment 83ccfb75-ddbc-4e31-9149-79d81049f77e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83ccfb75-ddbc-4e31-9149-79d81049f77e found for delete ", "request_id": "req-f6eb1d34-ae00-425b-9d29-21c19548e110"}]} [pid: 7|app: 0|req: 1257/2533] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:16:40 2026] DELETE /v2.0/networks/32f19632-bff2-409a-8936-fe08fcef4614 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2534] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:16:40 2026] DELETE /v2.0/networks/4ba51235-d642-4533-98d3-31d72d472452 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2535] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:16:40 2026] DELETE /v2.0/networks/470936ac-4b3f-4e5b-9be8-95f5c50d8e4f => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2536] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:16:41 2026] DELETE /v2.0/networks/5dce9a2f-e664-40d2-b739-c9430a745264 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2537] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:16:41 2026] GET /v2.0/security-groups?tenant_id=ac226cf7ba174d098bf4078b11c70050&name=default => generated 2929 bytes in 257 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2538] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:16:42 2026] DELETE /v2.0/security-groups/573a08c5-db68-409c-8886-86e8b392cb9d => 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: 1260/2539] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:16:42 2026] GET /v2.0/security-groups?tenant_id=565013a866f94992b7f4031818e40b2f&name=default => generated 2929 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2540] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:16:42 2026] DELETE /v2.0/security-groups/2690cbda-168b-42e6-b4d7-97435c0758b8 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 13:16:42.661 8 INFO neutron.services.segments.plugin [-] Segment 164d9483-89c3-44b0-8f05-f7736f42ddd4 resource provider aggregate not found 2026-04-14 13:16:42.662 8 INFO neutron.services.segments.plugin [-] Segment 164d9483-89c3-44b0-8f05-f7736f42ddd4 resource provider aggregate not found 2026-04-14 13:16:42.680 8 INFO neutron.services.segments.plugin [-] Segment 164d9483-89c3-44b0-8f05-f7736f42ddd4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 164d9483-89c3-44b0-8f05-f7736f42ddd4 found for delete ", "request_id": "req-d8307bca-a48e-4dcf-bd42-62fc22cc3daf"}]} 2026-04-14 13:16:42.685 8 INFO neutron.services.segments.plugin [-] Segment 164d9483-89c3-44b0-8f05-f7736f42ddd4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 164d9483-89c3-44b0-8f05-f7736f42ddd4 found for delete ", "request_id": "req-627fc1df-9b41-4c66-8353-14a860eb2077"}]} 2026-04-14 13:16:42.700 8 INFO neutron.services.segments.plugin [-] Segment 50d8aa89-7257-4124-bea7-fc673931c7ce resource provider aggregate not found 2026-04-14 13:16:42.703 8 INFO neutron.services.segments.plugin [-] Segment 50d8aa89-7257-4124-bea7-fc673931c7ce resource provider aggregate not found [pid: 7|app: 0|req: 1261/2541] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:16:42 2026] GET /v2.0/security-groups?tenant_id=5fd6a7b7617f42369e08151c4903e73e&name=default => generated 2929 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 13:16:42.720 8 INFO neutron.services.segments.plugin [-] Segment 50d8aa89-7257-4124-bea7-fc673931c7ce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50d8aa89-7257-4124-bea7-fc673931c7ce found for delete ", "request_id": "req-37184e5e-1fc9-4348-a10b-22788939b0fd"}]} 2026-04-14 13:16:42.722 8 INFO neutron.services.segments.plugin [-] Segment 50d8aa89-7257-4124-bea7-fc673931c7ce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50d8aa89-7257-4124-bea7-fc673931c7ce found for delete ", "request_id": "req-e0b52318-1f59-4386-a3e6-11bcb562ec73"}]} [pid: 8|app: 0|req: 1281/2542] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:16:42 2026] DELETE /v2.0/security-groups/ac98ec07-f06b-4bea-8ed1-004aa87b0ee2 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 13:16:42.808 7 INFO neutron.services.segments.plugin [-] Segment 2ec41fae-6c04-40ac-83dc-f60572e558af resource provider aggregate not found 2026-04-14 13:16:42.813 7 INFO neutron.services.segments.plugin [-] Segment 2ec41fae-6c04-40ac-83dc-f60572e558af resource provider aggregate not found 2026-04-14 13:16:42.820 7 INFO neutron.services.segments.plugin [-] Segment 2ec41fae-6c04-40ac-83dc-f60572e558af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ec41fae-6c04-40ac-83dc-f60572e558af found for delete ", "request_id": "req-c7261508-b946-4b14-8d29-0bb1759971b4"}]} 2026-04-14 13:16:42.827 7 INFO neutron.services.segments.plugin [-] Segment 2ec41fae-6c04-40ac-83dc-f60572e558af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ec41fae-6c04-40ac-83dc-f60572e558af found for delete ", "request_id": "req-aa80d438-62f5-41db-ae9b-dbc76c402196"}]} [pid: 7|app: 0|req: 1262/2543] 10.0.0.176 () {34 vars in 1015 bytes} [Tue Apr 14 13:16:44 2026] GET /v2.0/security-groups?id=cafc83ca-9549-4d17-a3dd-4cb5e7899062&fields=id => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2544] 10.0.0.176 () {34 vars in 981 bytes} [Tue Apr 14 13:16:44 2026] GET /v2.0/networks?id=ff78bfc9-5c3f-49f7-82be-97c1d6b57009 => generated 735 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2545] 10.0.0.176 () {34 vars in 964 bytes} [Tue Apr 14 13:16:44 2026] GET /v2.0/quotas/3693f7621b9e471994e8c36dc0387c34 => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2546] 10.0.0.176 () {34 vars in 1001 bytes} [Tue Apr 14 13:16:44 2026] GET /v2.0/ports?tenant_id=3693f7621b9e471994e8c36dc0387c34&fields=id => generated 149 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2547] 10.0.0.176 () {34 vars in 1007 bytes} [Tue Apr 14 13:16:44 2026] GET /v2.0/networks/ff78bfc9-5c3f-49f7-82be-97c1d6b57009?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2548] 10.0.0.176 () {34 vars in 1107 bytes} [Tue Apr 14 13:16:44 2026] GET /v2.0/networks/ff78bfc9-5c3f-49f7-82be-97c1d6b57009?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: 1265/2549] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:16:44 2026] GET /v2.0/ports?device_id=8f7ecf12-026a-4477-a5a8-005f75e7ce4f => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2550] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:16:44 2026] GET /v2.0/ports?device_id=8f7ecf12-026a-4477-a5a8-005f75e7ce4f => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 13:16:47.035 7 INFO neutron.db.segments_db [None req-744b1468-5035-4363-8cb4-c3c957956c36 6bd9eb362f5541e998fbc273a77a98f6 6453db57d943411ab14f1cb1bf586389 - - default default] Added segment 626f1e63-c19e-47fb-bc66-a2394a7f8808 of type vxlan for network 4ddd067b-c182-412d-a4a6-e6f50c7b3305 2026-04-14 13:16:47.372 7 INFO neutron.db.l3_hamode_db [None req-744b1468-5035-4363-8cb4-c3c957956c36 6bd9eb362f5541e998fbc273a77a98f6 6453db57d943411ab14f1cb1bf586389 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1287/2553] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:16:47 2026] GET /v2.0/security-groups?tenant_id=7773fff6b97c4afb8621fdae63f0b3a0&name=default => generated 2929 bytes in 192 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 13:16:47.504 7 INFO neutron.db.l3_hamode_db [None req-744b1468-5035-4363-8cb4-c3c957956c36 6bd9eb362f5541e998fbc273a77a98f6 6453db57d943411ab14f1cb1bf586389 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1288/2554] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:16:47 2026] DELETE /v2.0/security-groups/5338a481-eca4-44ba-b9d3-477f806e5228 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2555] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:16:47 2026] GET /v2.0/ports?device_id=8f7ecf12-026a-4477-a5a8-005f75e7ce4f => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2556] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:16:48 2026] GET /v2.0/ports?device_id=8f7ecf12-026a-4477-a5a8-005f75e7ce4f => 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: 1267/2557] 10.0.0.89 () {34 vars in 666 bytes} [Tue Apr 14 13:16:46 2026] POST /v2.0/routers => generated 474 bytes in 1352 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 13:16:48.209 8 INFO neutron.db.l3_hamode_db [None req-2e07d36e-99e9-4de2-8e47-3fd99fcf697a 6bd9eb362f5541e998fbc273a77a98f6 6453db57d943411ab14f1cb1bf586389 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 13:16:48.315 8 INFO neutron.db.l3_hamode_db [None req-2e07d36e-99e9-4de2-8e47-3fd99fcf697a 6bd9eb362f5541e998fbc273a77a98f6 6453db57d943411ab14f1cb1bf586389 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1291/2558] 10.0.0.89 () {34 vars in 666 bytes} [Tue Apr 14 13:16:48 2026] POST /v2.0/routers => generated 474 bytes in 738 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 13:16:48.962 7 INFO neutron.db.l3_hamode_db [None req-6ddbb3eb-1ebb-4078-9be6-5c0e4d7351dc 6bd9eb362f5541e998fbc273a77a98f6 6453db57d943411ab14f1cb1bf586389 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1292/2559] 199.19.213.159 () {34 vars in 985 bytes} [Tue Apr 14 13:16:48 2026] GET /v2.0/networks?id=ff78bfc9-5c3f-49f7-82be-97c1d6b57009 => generated 735 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2560] 199.19.213.159 () {34 vars in 1049 bytes} [Tue Apr 14 13:16:49 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3693f7621b9e471994e8c36dc0387c34 => generated 343 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:16:49.091 7 INFO neutron.db.l3_hamode_db [None req-6ddbb3eb-1ebb-4078-9be6-5c0e4d7351dc 6bd9eb362f5541e998fbc273a77a98f6 6453db57d943411ab14f1cb1bf586389 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1294/2561] 199.19.213.159 () {38 vars in 954 bytes} [Tue Apr 14 13:16:49 2026] POST /v2.0/ports => generated 1078 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1268/2562] 10.0.0.89 () {34 vars in 666 bytes} [Tue Apr 14 13:16:48 2026] POST /v2.0/routers => generated 474 bytes in 796 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2563] 199.19.213.159 () {38 vars in 1027 bytes} [Tue Apr 14 13:16:49 2026] PUT /v2.0/ports/1aba3898-f524-4065-9ce1-439de800c395 => generated 1239 bytes in 374 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 13:16:49.744 7 INFO neutron.db.l3_hamode_db [None req-813b2df5-e001-4b4e-a33f-ba97676aa3e1 6bd9eb362f5541e998fbc273a77a98f6 6453db57d943411ab14f1cb1bf586389 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 13:16:49.769 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4c69976f-af0d-4cd6-90d7-4e784e963e07'] response: {'name': 'network-changed', 'server_uuid': '8f7ecf12-026a-4477-a5a8-005f75e7ce4f', 'tag': '1aba3898-f524-4065-9ce1-439de800c395', 'status': 'completed', 'code': 200} 2026-04-14 13:16:49.866 7 INFO neutron.db.l3_hamode_db [None req-813b2df5-e001-4b4e-a33f-ba97676aa3e1 6bd9eb362f5541e998fbc273a77a98f6 6453db57d943411ab14f1cb1bf586389 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1296/2564] 199.19.213.159 () {34 vars in 1079 bytes} [Tue Apr 14 13:16:50 2026] GET /v2.0/ports?tenant_id=3693f7621b9e471994e8c36dc0387c34&device_id=8f7ecf12-026a-4477-a5a8-005f75e7ce4f => generated 1242 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2565] 199.19.213.159 () {34 vars in 1017 bytes} [Tue Apr 14 13:16:50 2026] GET /v2.0/networks?tenant_id=3693f7621b9e471994e8c36dc0387c34&shared=False => generated 735 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2566] 10.0.0.89 () {34 vars in 666 bytes} [Tue Apr 14 13:16:49 2026] POST /v2.0/routers => generated 474 bytes in 719 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2567] 199.19.213.159 () {34 vars in 929 bytes} [Tue Apr 14 13:16:50 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:16:50.463 7 INFO neutron.db.l3_hamode_db [None req-185442cc-113e-4d95-af4e-02c0583e7314 6bd9eb362f5541e998fbc273a77a98f6 6453db57d943411ab14f1cb1bf586389 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 13:16:50.559 7 INFO neutron.db.l3_hamode_db [None req-185442cc-113e-4d95-af4e-02c0583e7314 6bd9eb362f5541e998fbc273a77a98f6 6453db57d943411ab14f1cb1bf586389 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1299/2568] 10.0.0.191 () {32 vars in 800 bytes} [Tue Apr 14 13:16:50 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: 8|app: 0|req: 1300/2569] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:16:50 2026] GET /v2.0/ports?device_id=8f7ecf12-026a-4477-a5a8-005f75e7ce4f => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2570] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:16:50 2026] GET /v2.0/security-groups?id=cafc83ca-9549-4d17-a3dd-4cb5e7899062&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: 8|app: 0|req: 1302/2571] 10.0.0.191 () {30 vars in 723 bytes} [Tue Apr 14 13:16:50 2026] GET /v2.0/quotas/8d10f6bcfff14076abdade84d26034e9/details => generated 847 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2572] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:16:50 2026] GET /v2.0/ports?device_id=8f7ecf12-026a-4477-a5a8-005f75e7ce4f => generated 1242 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2573] 10.0.0.89 () {34 vars in 666 bytes} [Tue Apr 14 13:16:50 2026] POST /v2.0/routers => generated 474 bytes in 683 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2574] 10.0.0.89 () {34 vars in 749 bytes} [Tue Apr 14 13:16:51 2026] PUT /v2.0/routers/fc785869-9f3e-400b-8d45-3ebdb55f8bdf/tags => generated 17 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2575] 10.0.0.89 () {34 vars in 749 bytes} [Tue Apr 14 13:16:51 2026] PUT /v2.0/routers/17670156-176a-45ce-bb96-81b25f3ef33a/tags => generated 25 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2576] 10.0.0.89 () {34 vars in 749 bytes} [Tue Apr 14 13:16:51 2026] PUT /v2.0/routers/0c40fa61-c852-418a-a536-d79fc140a239/tags => generated 34 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2577] 199.19.213.159 () {34 vars in 1079 bytes} [Tue Apr 14 13:16:51 2026] GET /v2.0/ports?tenant_id=3693f7621b9e471994e8c36dc0387c34&device_id=8f7ecf12-026a-4477-a5a8-005f75e7ce4f => generated 1242 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2578] 199.19.213.159 () {34 vars in 1059 bytes} [Tue Apr 14 13:16:51 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.72&port_id=1aba3898-f524-4065-9ce1-439de800c395 => 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: 1272/2579] 10.0.0.89 () {34 vars in 749 bytes} [Tue Apr 14 13:16:51 2026] PUT /v2.0/routers/3add8d74-7d49-4a84-988a-69284791a0f1/tags => generated 19 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2580] 199.19.213.159 () {34 vars in 983 bytes} [Tue Apr 14 13:16:51 2026] GET /v2.0/subnets?id=faaa573e-6741-42cc-ad1b-cf443ee9e007 => generated 654 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2581] 10.0.0.89 () {32 vars in 662 bytes} [Tue Apr 14 13:16:51 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2582] 199.19.213.159 () {34 vars in 1051 bytes} [Tue Apr 14 13:16:51 2026] GET /v2.0/ports?network_id=ff78bfc9-5c3f-49f7-82be-97c1d6b57009&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2583] 199.19.213.159 () {34 vars in 1011 bytes} [Tue Apr 14 13:16:51 2026] GET /v2.0/networks/ff78bfc9-5c3f-49f7-82be-97c1d6b57009?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: 1274/2584] 10.0.0.89 () {32 vars in 676 bytes} [Tue Apr 14 13:16:51 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2585] 199.19.213.159 () {34 vars in 1111 bytes} [Tue Apr 14 13:16:51 2026] GET /v2.0/networks/ff78bfc9-5c3f-49f7-82be-97c1d6b57009?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: 1275/2586] 10.0.0.89 () {32 vars in 672 bytes} [Tue Apr 14 13:16:51 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2587] 10.0.0.89 () {32 vars in 684 bytes} [Tue Apr 14 13:16:51 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2588] 10.0.0.89 () {32 vars in 670 bytes} [Tue Apr 14 13:16:51 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2589] 10.0.0.89 () {32 vars in 684 bytes} [Tue Apr 14 13:16:51 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2590] 10.0.0.89 () {32 vars in 680 bytes} [Tue Apr 14 13:16:51 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2591] 10.0.0.89 () {32 vars in 692 bytes} [Tue Apr 14 13:16:52 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2592] 10.0.0.89 () {32 vars in 719 bytes} [Tue Apr 14 13:16:52 2026] GET /v2.0/routers/fc785869-9f3e-400b-8d45-3ebdb55f8bdf => generated 485 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2593] 10.0.0.89 () {34 vars in 740 bytes} [Tue Apr 14 13:16:52 2026] PUT /v2.0/routers/fc785869-9f3e-400b-8d45-3ebdb55f8bdf => generated 485 bytes in 478 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2594] 10.0.0.89 () {32 vars in 734 bytes} [Tue Apr 14 13:16:52 2026] GET /v2.0/ports?device_id=fc785869-9f3e-400b-8d45-3ebdb55f8bdf => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 13:16:52.811 8 INFO neutron_taas.services.taas.taas_plugin [None req-b8c0f7d6-9a32-4e96-aca0-f6521757fb84 6bd9eb362f5541e998fbc273a77a98f6 6453db57d943411ab14f1cb1bf586389 - - default default] TaaS: Handle Delete Port: 9414aa86-6c16-4d07-af36-3953ca4d64ae 2026-04-14 13:16:52.813 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b8c0f7d6-9a32-4e96-aca0-f6521757fb84 6bd9eb362f5541e998fbc273a77a98f6 6453db57d943411ab14f1cb1bf586389 - - default default] Tap Mirror: Handle Delete Port: 9414aa86-6c16-4d07-af36-3953ca4d64ae [pid: 8|app: 0|req: 1316/2595] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:16:52 2026] DELETE /v2.0/routers/fc785869-9f3e-400b-8d45-3ebdb55f8bdf => generated 0 bytes in 302 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2596] 10.0.0.89 () {32 vars in 719 bytes} [Tue Apr 14 13:16:52 2026] GET /v2.0/routers/17670156-176a-45ce-bb96-81b25f3ef33a => generated 493 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2597] 10.0.0.89 () {34 vars in 740 bytes} [Tue Apr 14 13:16:53 2026] PUT /v2.0/routers/17670156-176a-45ce-bb96-81b25f3ef33a => generated 493 bytes in 503 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2598] 10.0.0.89 () {32 vars in 734 bytes} [Tue Apr 14 13:16:53 2026] GET /v2.0/ports?device_id=17670156-176a-45ce-bb96-81b25f3ef33a => 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: 1282/2599] 10.0.0.191 () {32 vars in 800 bytes} [Tue Apr 14 13:16:53 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-04-14 13:16:53.732 8 INFO neutron_taas.services.taas.taas_plugin [None req-bad51947-6298-4a67-b1b5-9d8aacb0339e 6bd9eb362f5541e998fbc273a77a98f6 6453db57d943411ab14f1cb1bf586389 - - default default] TaaS: Handle Delete Port: add53047-b2f5-433c-97ce-c8b59d6cb7bd 2026-04-14 13:16:53.735 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bad51947-6298-4a67-b1b5-9d8aacb0339e 6bd9eb362f5541e998fbc273a77a98f6 6453db57d943411ab14f1cb1bf586389 - - default default] Tap Mirror: Handle Delete Port: add53047-b2f5-433c-97ce-c8b59d6cb7bd [pid: 7|app: 0|req: 1283/2600] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:16:53 2026] GET /v2.0/ports?device_id=8f7ecf12-026a-4477-a5a8-005f75e7ce4f => generated 1242 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2601] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:16:53 2026] DELETE /v2.0/routers/17670156-176a-45ce-bb96-81b25f3ef33a => generated 0 bytes in 349 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2602] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:16:53 2026] GET /v2.0/security-groups?id=cafc83ca-9549-4d17-a3dd-4cb5e7899062&fields=id&fields=name => generated 96 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2603] 10.0.0.191 () {30 vars in 723 bytes} [Tue Apr 14 13:16:53 2026] GET /v2.0/quotas/8d10f6bcfff14076abdade84d26034e9/details => generated 847 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2604] 10.0.0.89 () {32 vars in 719 bytes} [Tue Apr 14 13:16:53 2026] GET /v2.0/routers/0c40fa61-c852-418a-a536-d79fc140a239 => generated 502 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2605] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:16:53 2026] GET /v2.0/ports?device_id=8f7ecf12-026a-4477-a5a8-005f75e7ce4f => generated 1242 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2606] 10.0.0.89 () {34 vars in 740 bytes} [Tue Apr 14 13:16:54 2026] PUT /v2.0/routers/0c40fa61-c852-418a-a536-d79fc140a239 => generated 502 bytes in 471 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2607] 10.0.0.89 () {32 vars in 734 bytes} [Tue Apr 14 13:16:54 2026] GET /v2.0/ports?device_id=0c40fa61-c852-418a-a536-d79fc140a239 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 13:16:54.675 8 INFO neutron_taas.services.taas.taas_plugin [None req-837b057f-6299-4fbe-9621-e6023d4d11d8 6bd9eb362f5541e998fbc273a77a98f6 6453db57d943411ab14f1cb1bf586389 - - default default] TaaS: Handle Delete Port: 9cf891dd-e7bd-4d9f-b784-f19697ed1840 2026-04-14 13:16:54.679 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-837b057f-6299-4fbe-9621-e6023d4d11d8 6bd9eb362f5541e998fbc273a77a98f6 6453db57d943411ab14f1cb1bf586389 - - default default] Tap Mirror: Handle Delete Port: 9cf891dd-e7bd-4d9f-b784-f19697ed1840 [pid: 8|app: 0|req: 1322/2608] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:16:54 2026] DELETE /v2.0/routers/0c40fa61-c852-418a-a536-d79fc140a239 => generated 0 bytes in 396 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2609] 10.0.0.89 () {32 vars in 719 bytes} [Tue Apr 14 13:16:54 2026] GET /v2.0/routers/3add8d74-7d49-4a84-988a-69284791a0f1 => generated 487 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2610] 10.0.0.89 () {34 vars in 740 bytes} [Tue Apr 14 13:16:54 2026] PUT /v2.0/routers/3add8d74-7d49-4a84-988a-69284791a0f1 => generated 487 bytes in 415 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2611] 10.0.0.89 () {32 vars in 734 bytes} [Tue Apr 14 13:16:55 2026] GET /v2.0/ports?device_id=3add8d74-7d49-4a84-988a-69284791a0f1 => 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: 1288/2612] 199.19.213.159 () {34 vars in 993 bytes} [Tue Apr 14 13:16:55 2026] GET /v2.0/ports?device_id=8f7ecf12-026a-4477-a5a8-005f75e7ce4f => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2613] 199.19.213.159 () {34 vars in 1043 bytes} [Tue Apr 14 13:16:55 2026] GET /v2.0/security-groups?id=cafc83ca-9549-4d17-a3dd-4cb5e7899062&fields=id&fields=name => generated 96 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 13:16:55.552 8 INFO neutron_taas.services.taas.taas_plugin [None req-ac3a67b6-df1c-4576-aa2b-33c6257e8d68 6bd9eb362f5541e998fbc273a77a98f6 6453db57d943411ab14f1cb1bf586389 - - default default] TaaS: Handle Delete Port: 0276a1e3-c402-4447-9986-f3b928429bff 2026-04-14 13:16:55.555 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ac3a67b6-df1c-4576-aa2b-33c6257e8d68 6bd9eb362f5541e998fbc273a77a98f6 6453db57d943411ab14f1cb1bf586389 - - default default] Tap Mirror: Handle Delete Port: 0276a1e3-c402-4447-9986-f3b928429bff [pid: 8|app: 0|req: 1325/2614] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:16:55 2026] DELETE /v2.0/routers/3add8d74-7d49-4a84-988a-69284791a0f1 => generated 0 bytes in 327 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2615] 10.0.0.89 () {32 vars in 719 bytes} [Tue Apr 14 13:16:55 2026] GET /v2.0/routers/1b259cab-f727-489d-86e7-c724d33be6d8 => generated 480 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2616] 10.0.0.89 () {34 vars in 740 bytes} [Tue Apr 14 13:16:55 2026] PUT /v2.0/routers/1b259cab-f727-489d-86e7-c724d33be6d8 => generated 480 bytes in 518 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2617] 10.0.0.89 () {32 vars in 734 bytes} [Tue Apr 14 13:16:56 2026] GET /v2.0/ports?device_id=1b259cab-f727-489d-86e7-c724d33be6d8 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 13:16:56.556 8 INFO neutron_taas.services.taas.taas_plugin [None req-8128c631-91f4-42fb-85c2-508469fef998 6bd9eb362f5541e998fbc273a77a98f6 6453db57d943411ab14f1cb1bf586389 - - default default] TaaS: Handle Delete Port: db09af78-e86d-4047-a059-fe6700233c77 2026-04-14 13:16:56.558 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8128c631-91f4-42fb-85c2-508469fef998 6bd9eb362f5541e998fbc273a77a98f6 6453db57d943411ab14f1cb1bf586389 - - default default] Tap Mirror: Handle Delete Port: db09af78-e86d-4047-a059-fe6700233c77 [pid: 7|app: 0|req: 1292/2618] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:16:56 2026] GET /v2.0/ports?device_id=8f7ecf12-026a-4477-a5a8-005f75e7ce4f => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2619] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:16:56 2026] GET /v2.0/security-groups?id=cafc83ca-9549-4d17-a3dd-4cb5e7899062&fields=id&fields=name => generated 96 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 13:16:56.936 8 INFO neutron.services.segments.plugin [-] Segment 626f1e63-c19e-47fb-bc66-a2394a7f8808 resource provider aggregate not found 2026-04-14 13:16:56.942 8 INFO neutron.services.segments.plugin [-] Segment 626f1e63-c19e-47fb-bc66-a2394a7f8808 resource provider aggregate not found 2026-04-14 13:16:56.961 8 INFO neutron.services.segments.plugin [-] Segment 626f1e63-c19e-47fb-bc66-a2394a7f8808 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 626f1e63-c19e-47fb-bc66-a2394a7f8808 found for delete ", "request_id": "req-45293a4e-a028-40ac-9431-4c4539622387"}]} 2026-04-14 13:16:56.967 8 INFO neutron.services.segments.plugin [-] Segment 626f1e63-c19e-47fb-bc66-a2394a7f8808 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 626f1e63-c19e-47fb-bc66-a2394a7f8808 found for delete ", "request_id": "req-7222e453-de09-4fe5-bf84-7ace42de9ca4"}]} 2026-04-14 13:16:56.970 8 INFO neutron.db.l3_hamode_db [None req-8128c631-91f4-42fb-85c2-508469fef998 6bd9eb362f5541e998fbc273a77a98f6 6453db57d943411ab14f1cb1bf586389 - - default default] HA network 4ddd067b-c182-412d-a4a6-e6f50c7b3305 was deleted as no HA routers are present in tenant 6453db57d943411ab14f1cb1bf586389. [pid: 8|app: 0|req: 1327/2620] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:16:56 2026] DELETE /v2.0/routers/1b259cab-f727-489d-86e7-c724d33be6d8 => generated 0 bytes in 642 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2621] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:16:56 2026] GET /v2.0/ports?device_id=8f7ecf12-026a-4477-a5a8-005f75e7ce4f => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2622] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:16:57 2026] GET /v2.0/security-groups?tenant_id=8d10f6bcfff14076abdade84d26034e9&name=default => generated 2929 bytes in 371 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2623] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:16:57 2026] DELETE /v2.0/security-groups/75e17538-81f1-417c-ab48-3b3adfa67131 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2624] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:16:57 2026] GET /v2.0/security-groups?tenant_id=6d4dae34d21e42009f34790a0afb34f3&name=default => generated 2929 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2625] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:16:58 2026] DELETE /v2.0/security-groups/d318e50b-9e98-4d6e-a11c-1fd367c208da => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2626] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:16:58 2026] GET /v2.0/security-groups?tenant_id=6453db57d943411ab14f1cb1bf586389&name=default => generated 2929 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2627] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:16:58 2026] DELETE /v2.0/security-groups/f8591f5a-dd66-47ff-b7a3-8f12f8fde4f8 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2628] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:16:58 2026] GET /v2.0/security-groups?tenant_id=0feaa5d2266a4bce8edb5e6657c792e7&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2629] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:16:58 2026] DELETE /v2.0/security-groups/d698eb1f-cbe8-4f75-8c72-c0567a0f2127 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2630] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:16:59 2026] GET /v2.0/ports?device_id=8f7ecf12-026a-4477-a5a8-005f75e7ce4f => 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: 1299/2631] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:16:59 2026] GET /v2.0/security-groups?id=cafc83ca-9549-4d17-a3dd-4cb5e7899062&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: 8|app: 0|req: 1333/2632] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:17:00 2026] GET /v2.0/ports?device_id=8f7ecf12-026a-4477-a5a8-005f75e7ce4f => 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: 1300/2633] 10.0.0.89 () {34 vars in 682 bytes} [Tue Apr 14 13:17:00 2026] POST /v2.0/security-groups => generated 1603 bytes in 389 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2634] 10.0.0.89 () {34 vars in 765 bytes} [Tue Apr 14 13:17:00 2026] PUT /v2.0/security-groups/b59ee00d-91d4-4c02-ae86-c3736d118aa0/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2635] 10.0.0.89 () {32 vars in 745 bytes} [Tue Apr 14 13:17:01 2026] GET /v2.0/security-groups/b59ee00d-91d4-4c02-ae86-c3736d118aa0/tags => generated 25 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2636] 10.0.0.89 () {34 vars in 776 bytes} [Tue Apr 14 13:17:01 2026] PUT /v2.0/security-groups/b59ee00d-91d4-4c02-ae86-c3736d118aa0/tags/green => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2637] 10.0.0.89 () {32 vars in 745 bytes} [Tue Apr 14 13:17:01 2026] GET /v2.0/security-groups/b59ee00d-91d4-4c02-ae86-c3736d118aa0/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2638] 10.0.0.89 () {34 vars in 772 bytes} [Tue Apr 14 13:17:01 2026] PUT /v2.0/security-groups/b59ee00d-91d4-4c02-ae86-c3736d118aa0/tags/red => generated 4 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2641] 10.0.0.89 () {32 vars in 745 bytes} [Tue Apr 14 13:17:01 2026] GET /v2.0/security-groups/b59ee00d-91d4-4c02-ae86-c3736d118aa0/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2642] 10.0.0.89 () {34 vars in 794 bytes} [Tue Apr 14 13:17:01 2026] PUT /v2.0/security-groups/b59ee00d-91d4-4c02-ae86-c3736d118aa0/tags/black.or.white => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2643] 10.0.0.89 () {32 vars in 745 bytes} [Tue Apr 14 13:17:01 2026] GET /v2.0/security-groups/b59ee00d-91d4-4c02-ae86-c3736d118aa0/tags => generated 52 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2644] 10.0.0.89 () {34 vars in 765 bytes} [Tue Apr 14 13:17:01 2026] PUT /v2.0/security-groups/b59ee00d-91d4-4c02-ae86-c3736d118aa0/tags => generated 37 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2645] 10.0.0.89 () {32 vars in 745 bytes} [Tue Apr 14 13:17:01 2026] GET /v2.0/security-groups/b59ee00d-91d4-4c02-ae86-c3736d118aa0/tags => generated 37 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2646] 10.0.0.89 () {32 vars in 753 bytes} [Tue Apr 14 13:17:01 2026] GET /v2.0/security-groups/b59ee00d-91d4-4c02-ae86-c3736d118aa0/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 13:17:01.613 7 INFO neutron.api.v2.resource [None req-355823c5-0045-49c1-8d35-68af9ed16573 77e41ff8da304f83a38afb521d46a431 5d22ec0b272c47a1b9d13d23e8150be5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1306/2647] 10.0.0.89 () {32 vars in 757 bytes} [Tue Apr 14 13:17:01 2026] GET /v2.0/security-groups/b59ee00d-91d4-4c02-ae86-c3736d118aa0/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2648] 10.0.0.89 () {32 vars in 756 bytes} [Tue Apr 14 13:17:01 2026] DELETE /v2.0/security-groups/b59ee00d-91d4-4c02-ae86-c3736d118aa0/tags/red => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2649] 10.0.0.89 () {32 vars in 745 bytes} [Tue Apr 14 13:17:01 2026] GET /v2.0/security-groups/b59ee00d-91d4-4c02-ae86-c3736d118aa0/tags => generated 30 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 13:17:01.752 8 INFO neutron.api.v2.resource [None req-34d8b107-d9ef-4b2e-85c8-7d4e7e71dc20 77e41ff8da304f83a38afb521d46a431 5d22ec0b272c47a1b9d13d23e8150be5 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1343/2650] 10.0.0.89 () {32 vars in 760 bytes} [Tue Apr 14 13:17:01 2026] DELETE /v2.0/security-groups/b59ee00d-91d4-4c02-ae86-c3736d118aa0/tags/green => generated 99 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2651] 10.0.0.89 () {32 vars in 748 bytes} [Tue Apr 14 13:17:01 2026] DELETE /v2.0/security-groups/b59ee00d-91d4-4c02-ae86-c3736d118aa0/tags => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2652] 10.0.0.89 () {32 vars in 745 bytes} [Tue Apr 14 13:17:01 2026] GET /v2.0/security-groups/b59ee00d-91d4-4c02-ae86-c3736d118aa0/tags => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2653] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:17:01 2026] DELETE /v2.0/security-groups/b59ee00d-91d4-4c02-ae86-c3736d118aa0 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2654] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:17:02 2026] GET /v2.0/security-groups?tenant_id=5d22ec0b272c47a1b9d13d23e8150be5&name=default => generated 2929 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2655] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:17:02 2026] DELETE /v2.0/security-groups/62c99647-4e04-49e1-b5bb-cbf35b44cbf7 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2656] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:17:02 2026] GET /v2.0/security-groups?tenant_id=94ffa891f30444359ff09609927355d7&name=default => generated 2929 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2657] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:17:03 2026] DELETE /v2.0/security-groups/42eabc02-b408-487d-9b0c-e15b0b175dfe => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 13:17:03.742 8 INFO neutron.db.segments_db [None req-087cb92b-a633-4183-805d-b271b6814e2b f54c27edb7d14d818156669224b0a2e7 fc3d910198854749958060243bd72735 - - default default] Added segment d0fdbf66-8c57-4677-8b7b-99ed024e940b of type vxlan for network 330efee1-a844-4938-bd65-2025252c9b01 [pid: 8|app: 0|req: 1347/2658] 10.0.0.89 () {34 vars in 668 bytes} [Tue Apr 14 13:17:03 2026] POST /v2.0/networks => generated 631 bytes in 558 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2659] 10.0.0.89 () {34 vars in 662 bytes} [Tue Apr 14 13:17:03 2026] POST /v2.0/ports => generated 743 bytes in 269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2660] 10.0.0.89 () {34 vars in 664 bytes} [Tue Apr 14 13:17:04 2026] POST /v2.0/trunks => generated 407 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 13:17:04.356 7 INFO neutron.db.segments_db [None req-c0e9f3ac-9456-457e-a767-6aec5912e0de f54c27edb7d14d818156669224b0a2e7 fc3d910198854749958060243bd72735 - - default default] Added segment 9c238f2a-e17a-440f-969c-f1c0a5e21312 of type vxlan for network bb8e9b9e-921a-4040-a9df-c3013b61a423 [pid: 7|app: 0|req: 1313/2661] 10.0.0.89 () {34 vars in 668 bytes} [Tue Apr 14 13:17:04 2026] POST /v2.0/networks => generated 631 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2662] 10.0.0.89 () {34 vars in 662 bytes} [Tue Apr 14 13:17:04 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: 7|app: 0|req: 1314/2663] 10.0.0.89 () {34 vars in 664 bytes} [Tue Apr 14 13:17:04 2026] POST /v2.0/trunks => generated 407 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 13:17:05.071 8 INFO neutron.db.segments_db [None req-ebdf2769-85fa-424f-8b11-fb57575f1a00 f54c27edb7d14d818156669224b0a2e7 fc3d910198854749958060243bd72735 - - default default] Added segment 48118b75-467b-4865-a8ce-d2ae86839207 of type vxlan for network fa32faf0-9a22-40a5-a5af-be9c87b9551c [pid: 8|app: 0|req: 1350/2664] 10.0.0.89 () {34 vars in 668 bytes} [Tue Apr 14 13:17:05 2026] POST /v2.0/networks => generated 632 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2665] 10.0.0.89 () {34 vars in 662 bytes} [Tue Apr 14 13:17:05 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: 8|app: 0|req: 1351/2666] 10.0.0.89 () {34 vars in 664 bytes} [Tue Apr 14 13:17:05 2026] POST /v2.0/trunks => generated 407 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 13:17:05.688 7 INFO neutron.db.segments_db [None req-957b9d47-558f-4996-82ca-3f2676878058 f54c27edb7d14d818156669224b0a2e7 fc3d910198854749958060243bd72735 - - default default] Added segment 9d506139-7081-437f-b82e-95140030c31b of type vxlan for network b04483ae-2c50-4370-9914-cb3806c213f8 [pid: 7|app: 0|req: 1316/2667] 10.0.0.89 () {34 vars in 668 bytes} [Tue Apr 14 13:17:05 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: 8|app: 0|req: 1352/2668] 10.0.0.89 () {34 vars in 662 bytes} [Tue Apr 14 13:17:05 2026] POST /v2.0/ports => generated 743 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2669] 10.0.0.89 () {34 vars in 664 bytes} [Tue Apr 14 13:17:06 2026] POST /v2.0/trunks => generated 407 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 13:17:06.270 8 INFO neutron.db.segments_db [None req-fafbc9d7-b737-4e2b-b7e9-0da7b8327b6b f54c27edb7d14d818156669224b0a2e7 fc3d910198854749958060243bd72735 - - default default] Added segment feb085e9-ace9-4868-a98b-41984fe45f38 of type vxlan for network b28aa096-88d5-4453-9520-7734ee9e62a3 [pid: 8|app: 0|req: 1353/2670] 10.0.0.89 () {34 vars in 668 bytes} [Tue Apr 14 13:17:06 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) 2026-04-14 13:17:06.648 7 INFO neutron.db.segments_db [None req-ce137a43-a8a9-44cf-9cf6-f0dcc1328a12 5fc450455ebd4473b9562e7da3f62cd3 addaf5e89c344dd8a1ec07518bcd84eb - - default default] Added segment f3cabc89-b6d6-4a46-8bf6-af7f84f07a15 of type vxlan for network 41bbd37d-81d7-4759-9113-c4c5a89e2799 [pid: 8|app: 0|req: 1354/2671] 10.0.0.89 () {34 vars in 662 bytes} [Tue Apr 14 13:17:06 2026] POST /v2.0/ports => generated 743 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1318/2672] 10.0.0.89 () {34 vars in 668 bytes} [Tue Apr 14 13:17:06 2026] POST /v2.0/networks => generated 632 bytes in 407 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2673] 10.0.0.89 () {34 vars in 664 bytes} [Tue Apr 14 13:17:06 2026] POST /v2.0/trunks => generated 407 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2674] 10.0.0.89 () {34 vars in 747 bytes} [Tue Apr 14 13:17:06 2026] PUT /v2.0/trunks/9bb790d4-1800-4754-83b6-ab86162937d8/tags => generated 17 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2675] 10.0.0.89 () {34 vars in 747 bytes} [Tue Apr 14 13:17:06 2026] PUT /v2.0/trunks/efc11a47-f343-42f7-9420-7deaba1c3f48/tags => generated 25 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2676] 10.0.0.89 () {34 vars in 747 bytes} [Tue Apr 14 13:17:06 2026] PUT /v2.0/trunks/340e27ce-a56f-4594-b16f-d833d0bef691/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2677] 10.0.0.89 () {34 vars in 747 bytes} [Tue Apr 14 13:17:06 2026] PUT /v2.0/trunks/847f4f23-69c5-4a8c-bbba-86898ffe89b1/tags => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2678] 10.0.0.89 () {32 vars in 660 bytes} [Tue Apr 14 13:17:06 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2679] 10.0.0.89 () {32 vars in 674 bytes} [Tue Apr 14 13:17:07 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2680] 10.0.0.89 () {32 vars in 670 bytes} [Tue Apr 14 13:17:07 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2681] 10.0.0.89 () {34 vars in 667 bytes} [Tue Apr 14 13:17:06 2026] POST /v2.0/subnets => generated 626 bytes in 302 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2682] 10.0.0.89 () {32 vars in 682 bytes} [Tue Apr 14 13:17:07 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2683] 10.0.0.89 () {32 vars in 668 bytes} [Tue Apr 14 13:17:07 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2684] 10.0.0.89 () {34 vars in 749 bytes} [Tue Apr 14 13:17:07 2026] PUT /v2.0/subnets/be6f87e0-901e-46db-9bd6-8a2da6c82ef7/tags => generated 25 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2685] 10.0.0.89 () {32 vars in 682 bytes} [Tue Apr 14 13:17:07 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2686] 10.0.0.89 () {32 vars in 678 bytes} [Tue Apr 14 13:17:07 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2687] 10.0.0.89 () {32 vars in 729 bytes} [Tue Apr 14 13:17:07 2026] GET /v2.0/subnets/be6f87e0-901e-46db-9bd6-8a2da6c82ef7/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2688] 10.0.0.89 () {32 vars in 690 bytes} [Tue Apr 14 13:17:07 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2689] 10.0.0.89 () {32 vars in 717 bytes} [Tue Apr 14 13:17:07 2026] GET /v2.0/trunks/9bb790d4-1800-4754-83b6-ab86162937d8 => generated 412 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2690] 10.0.0.89 () {34 vars in 760 bytes} [Tue Apr 14 13:17:07 2026] PUT /v2.0/subnets/be6f87e0-901e-46db-9bd6-8a2da6c82ef7/tags/green => generated 4 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2691] 10.0.0.89 () {32 vars in 729 bytes} [Tue Apr 14 13:17:07 2026] GET /v2.0/subnets/be6f87e0-901e-46db-9bd6-8a2da6c82ef7/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2692] 10.0.0.89 () {32 vars in 715 bytes} [Tue Apr 14 13:17:07 2026] GET /v2.0/ports/adb95f2e-d717-48b0-9774-447cbec4d94a => generated 826 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2693] 10.0.0.89 () {34 vars in 756 bytes} [Tue Apr 14 13:17:07 2026] PUT /v2.0/subnets/be6f87e0-901e-46db-9bd6-8a2da6c82ef7/tags/red => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2694] 10.0.0.89 () {32 vars in 720 bytes} [Tue Apr 14 13:17:07 2026] DELETE /v2.0/trunks/9bb790d4-1800-4754-83b6-ab86162937d8 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2695] 10.0.0.89 () {32 vars in 717 bytes} [Tue Apr 14 13:17:07 2026] GET /v2.0/trunks/efc11a47-f343-42f7-9420-7deaba1c3f48 => generated 420 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2696] 10.0.0.89 () {32 vars in 729 bytes} [Tue Apr 14 13:17:07 2026] GET /v2.0/subnets/be6f87e0-901e-46db-9bd6-8a2da6c82ef7/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2697] 10.0.0.89 () {32 vars in 715 bytes} [Tue Apr 14 13:17:07 2026] GET /v2.0/ports/f6af4219-efa1-4165-b7ce-bf613c37d6ad => generated 826 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2698] 10.0.0.89 () {34 vars in 778 bytes} [Tue Apr 14 13:17:07 2026] PUT /v2.0/subnets/be6f87e0-901e-46db-9bd6-8a2da6c82ef7/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: 7|app: 0|req: 1327/2699] 10.0.0.89 () {32 vars in 729 bytes} [Tue Apr 14 13:17:07 2026] GET /v2.0/subnets/be6f87e0-901e-46db-9bd6-8a2da6c82ef7/tags => generated 52 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2700] 10.0.0.89 () {32 vars in 720 bytes} [Tue Apr 14 13:17:07 2026] DELETE /v2.0/trunks/efc11a47-f343-42f7-9420-7deaba1c3f48 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2701] 10.0.0.89 () {32 vars in 717 bytes} [Tue Apr 14 13:17:07 2026] GET /v2.0/trunks/340e27ce-a56f-4594-b16f-d833d0bef691 => generated 429 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2702] 10.0.0.89 () {34 vars in 749 bytes} [Tue Apr 14 13:17:07 2026] PUT /v2.0/subnets/be6f87e0-901e-46db-9bd6-8a2da6c82ef7/tags => generated 37 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2703] 10.0.0.89 () {32 vars in 715 bytes} [Tue Apr 14 13:17:07 2026] GET /v2.0/ports/961bc48d-8d06-426b-a9f7-cac040acb1fc => generated 826 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2704] 10.0.0.89 () {32 vars in 729 bytes} [Tue Apr 14 13:17:07 2026] GET /v2.0/subnets/be6f87e0-901e-46db-9bd6-8a2da6c82ef7/tags => generated 37 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2705] 10.0.0.89 () {32 vars in 720 bytes} [Tue Apr 14 13:17:07 2026] DELETE /v2.0/trunks/340e27ce-a56f-4594-b16f-d833d0bef691 => 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: 1330/2706] 10.0.0.89 () {32 vars in 737 bytes} [Tue Apr 14 13:17:07 2026] GET /v2.0/subnets/be6f87e0-901e-46db-9bd6-8a2da6c82ef7/tags/red => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2707] 10.0.0.89 () {32 vars in 717 bytes} [Tue Apr 14 13:17:07 2026] GET /v2.0/trunks/847f4f23-69c5-4a8c-bbba-86898ffe89b1 => generated 414 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:17:07.768 7 INFO neutron.api.v2.resource [None req-aa2682f8-bdb0-4d44-8f7e-a8552e66b834 5fc450455ebd4473b9562e7da3f62cd3 addaf5e89c344dd8a1ec07518bcd84eb - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1331/2708] 10.0.0.89 () {32 vars in 741 bytes} [Tue Apr 14 13:17:07 2026] GET /v2.0/subnets/be6f87e0-901e-46db-9bd6-8a2da6c82ef7/tags/green => generated 99 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2709] 10.0.0.89 () {32 vars in 715 bytes} [Tue Apr 14 13:17:07 2026] GET /v2.0/ports/73a1e243-842c-4f81-b681-387b4802de3d => generated 826 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2710] 10.0.0.89 () {32 vars in 740 bytes} [Tue Apr 14 13:17:07 2026] DELETE /v2.0/subnets/be6f87e0-901e-46db-9bd6-8a2da6c82ef7/tags/red => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2711] 10.0.0.89 () {32 vars in 720 bytes} [Tue Apr 14 13:17:07 2026] DELETE /v2.0/trunks/847f4f23-69c5-4a8c-bbba-86898ffe89b1 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2712] 10.0.0.89 () {32 vars in 729 bytes} [Tue Apr 14 13:17:07 2026] GET /v2.0/subnets/be6f87e0-901e-46db-9bd6-8a2da6c82ef7/tags => generated 30 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2713] 10.0.0.89 () {32 vars in 717 bytes} [Tue Apr 14 13:17:07 2026] GET /v2.0/trunks/3dd348d4-5873-4164-8667-921bbd18143d => generated 407 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:17:07.924 7 INFO neutron.api.v2.resource [None req-5f8cd74e-d269-4f20-93fb-68d9c8a0fd63 5fc450455ebd4473b9562e7da3f62cd3 addaf5e89c344dd8a1ec07518bcd84eb - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1334/2714] 10.0.0.89 () {32 vars in 744 bytes} [Tue Apr 14 13:17:07 2026] DELETE /v2.0/subnets/be6f87e0-901e-46db-9bd6-8a2da6c82ef7/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2715] 10.0.0.89 () {32 vars in 715 bytes} [Tue Apr 14 13:17:07 2026] GET /v2.0/ports/d461bfa1-4b8f-4db4-b980-6bf3b564decf => generated 826 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2716] 10.0.0.89 () {32 vars in 732 bytes} [Tue Apr 14 13:17:07 2026] DELETE /v2.0/subnets/be6f87e0-901e-46db-9bd6-8a2da6c82ef7/tags => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2717] 10.0.0.89 () {32 vars in 720 bytes} [Tue Apr 14 13:17:07 2026] DELETE /v2.0/trunks/3dd348d4-5873-4164-8667-921bbd18143d => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2718] 10.0.0.89 () {32 vars in 729 bytes} [Tue Apr 14 13:17:08 2026] GET /v2.0/subnets/be6f87e0-901e-46db-9bd6-8a2da6c82ef7/tags => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 13:17:08.100 8 INFO neutron_taas.services.taas.taas_plugin [None req-23ce7d53-f570-4492-9f2c-0c8a6c0f8862 f54c27edb7d14d818156669224b0a2e7 fc3d910198854749958060243bd72735 - - default default] TaaS: Handle Delete Port: adb95f2e-d717-48b0-9774-447cbec4d94a 2026-04-14 13:17:08.103 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-23ce7d53-f570-4492-9f2c-0c8a6c0f8862 f54c27edb7d14d818156669224b0a2e7 fc3d910198854749958060243bd72735 - - default default] Tap Mirror: Handle Delete Port: adb95f2e-d717-48b0-9774-447cbec4d94a [pid: 8|app: 0|req: 1383/2719] 10.0.0.89 () {32 vars in 718 bytes} [Tue Apr 14 13:17:08 2026] DELETE /v2.0/ports/adb95f2e-d717-48b0-9774-447cbec4d94a => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2720] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:17:08 2026] DELETE /v2.0/subnets/be6f87e0-901e-46db-9bd6-8a2da6c82ef7 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:17:08.309 8 INFO neutron_taas.services.taas.taas_plugin [None req-ef16d0dc-9a8d-4cdb-a79e-e15c9c0a1c2e f54c27edb7d14d818156669224b0a2e7 fc3d910198854749958060243bd72735 - - default default] TaaS: Handle Delete Port: f6af4219-efa1-4165-b7ce-bf613c37d6ad 2026-04-14 13:17:08.313 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ef16d0dc-9a8d-4cdb-a79e-e15c9c0a1c2e f54c27edb7d14d818156669224b0a2e7 fc3d910198854749958060243bd72735 - - default default] Tap Mirror: Handle Delete Port: f6af4219-efa1-4165-b7ce-bf613c37d6ad 2026-04-14 13:17:08.321 7 INFO neutron_taas.services.taas.taas_plugin [None req-d3ae931e-eb10-4096-9f5d-329394e1e659 5fc450455ebd4473b9562e7da3f62cd3 addaf5e89c344dd8a1ec07518bcd84eb - - default default] TaaS: Handle Delete Port: 1d5cecdb-0bee-4ff7-b796-5f0bfa952b11 2026-04-14 13:17:08.323 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d3ae931e-eb10-4096-9f5d-329394e1e659 5fc450455ebd4473b9562e7da3f62cd3 addaf5e89c344dd8a1ec07518bcd84eb - - default default] Tap Mirror: Handle Delete Port: 1d5cecdb-0bee-4ff7-b796-5f0bfa952b11 [pid: 8|app: 0|req: 1384/2721] 10.0.0.89 () {32 vars in 718 bytes} [Tue Apr 14 13:17:08 2026] DELETE /v2.0/ports/f6af4219-efa1-4165-b7ce-bf613c37d6ad => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:17:08.526 8 INFO neutron_taas.services.taas.taas_plugin [None req-e55805b2-5663-4754-8cc1-861e9311e321 f54c27edb7d14d818156669224b0a2e7 fc3d910198854749958060243bd72735 - - default default] TaaS: Handle Delete Port: 961bc48d-8d06-426b-a9f7-cac040acb1fc 2026-04-14 13:17:08.527 7 INFO neutron.services.segments.plugin [-] Segment f3cabc89-b6d6-4a46-8bf6-af7f84f07a15 resource provider aggregate not found 2026-04-14 13:17:08.529 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e55805b2-5663-4754-8cc1-861e9311e321 f54c27edb7d14d818156669224b0a2e7 fc3d910198854749958060243bd72735 - - default default] Tap Mirror: Handle Delete Port: 961bc48d-8d06-426b-a9f7-cac040acb1fc 2026-04-14 13:17:08.534 7 INFO neutron.services.segments.plugin [-] Segment f3cabc89-b6d6-4a46-8bf6-af7f84f07a15 resource provider aggregate not found 2026-04-14 13:17:08.550 7 INFO neutron.services.segments.plugin [-] Segment f3cabc89-b6d6-4a46-8bf6-af7f84f07a15 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3cabc89-b6d6-4a46-8bf6-af7f84f07a15 found for delete ", "request_id": "req-584c3615-c31a-48bc-a21d-66b3cf08d143"}]} 2026-04-14 13:17:08.552 7 INFO neutron.services.segments.plugin [-] Segment f3cabc89-b6d6-4a46-8bf6-af7f84f07a15 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3cabc89-b6d6-4a46-8bf6-af7f84f07a15 found for delete ", "request_id": "req-869a2e02-cb0d-4ad4-b46e-b8b84a18ee25"}]} [pid: 7|app: 0|req: 1338/2722] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:17:08 2026] DELETE /v2.0/networks/41bbd37d-81d7-4759-9113-c4c5a89e2799 => generated 0 bytes in 341 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2723] 10.0.0.89 () {32 vars in 718 bytes} [Tue Apr 14 13:17:08 2026] DELETE /v2.0/ports/961bc48d-8d06-426b-a9f7-cac040acb1fc => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:17:08.772 7 INFO neutron_taas.services.taas.taas_plugin [None req-466ae4c0-d884-4516-bcaf-dbc6d2425f39 f54c27edb7d14d818156669224b0a2e7 fc3d910198854749958060243bd72735 - - default default] TaaS: Handle Delete Port: 73a1e243-842c-4f81-b681-387b4802de3d 2026-04-14 13:17:08.775 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-466ae4c0-d884-4516-bcaf-dbc6d2425f39 f54c27edb7d14d818156669224b0a2e7 fc3d910198854749958060243bd72735 - - default default] Tap Mirror: Handle Delete Port: 73a1e243-842c-4f81-b681-387b4802de3d [pid: 7|app: 0|req: 1339/2724] 10.0.0.89 () {32 vars in 718 bytes} [Tue Apr 14 13:17:08 2026] DELETE /v2.0/ports/73a1e243-842c-4f81-b681-387b4802de3d => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:17:09.004 8 INFO neutron_taas.services.taas.taas_plugin [None req-fe762a03-f145-4a6a-89d6-33be6712156c f54c27edb7d14d818156669224b0a2e7 fc3d910198854749958060243bd72735 - - default default] TaaS: Handle Delete Port: d461bfa1-4b8f-4db4-b980-6bf3b564decf 2026-04-14 13:17:09.007 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fe762a03-f145-4a6a-89d6-33be6712156c f54c27edb7d14d818156669224b0a2e7 fc3d910198854749958060243bd72735 - - default default] Tap Mirror: Handle Delete Port: d461bfa1-4b8f-4db4-b980-6bf3b564decf [pid: 8|app: 0|req: 1386/2725] 10.0.0.89 () {32 vars in 718 bytes} [Tue Apr 14 13:17:08 2026] DELETE /v2.0/ports/d461bfa1-4b8f-4db4-b980-6bf3b564decf => generated 0 bytes in 236 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2726] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:17:09 2026] DELETE /v2.0/networks/330efee1-a844-4938-bd65-2025252c9b01 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:17:09.325 8 INFO neutron.services.segments.plugin [-] Segment 9c238f2a-e17a-440f-969c-f1c0a5e21312 resource provider aggregate not found 2026-04-14 13:17:09.328 8 INFO neutron.services.segments.plugin [-] Segment 9c238f2a-e17a-440f-969c-f1c0a5e21312 resource provider aggregate not found 2026-04-14 13:17:09.345 8 INFO neutron.services.segments.plugin [-] Segment 9c238f2a-e17a-440f-969c-f1c0a5e21312 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c238f2a-e17a-440f-969c-f1c0a5e21312 found for delete ", "request_id": "req-6ac334e3-6e23-4181-a647-980fcc304ed3"}]} 2026-04-14 13:17:09.349 8 INFO neutron.services.segments.plugin [-] Segment 9c238f2a-e17a-440f-969c-f1c0a5e21312 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c238f2a-e17a-440f-969c-f1c0a5e21312 found for delete ", "request_id": "req-1ac88f93-172b-4974-9a51-d8096431d379"}]} [pid: 8|app: 0|req: 1387/2727] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:17:09 2026] DELETE /v2.0/networks/bb8e9b9e-921a-4040-a9df-c3013b61a423 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2728] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:17:09 2026] DELETE /v2.0/networks/fa32faf0-9a22-40a5-a5af-be9c87b9551c => generated 0 bytes in 91 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2729] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:17:09 2026] DELETE /v2.0/networks/b04483ae-2c50-4370-9914-cb3806c213f8 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2730] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:17:09 2026] GET /v2.0/security-groups?tenant_id=0b9bc99896f14c5780fb8988a8c5184f&name=default => generated 2929 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2731] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:17:09 2026] DELETE /v2.0/networks/b28aa096-88d5-4453-9520-7734ee9e62a3 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2732] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:17:09 2026] DELETE /v2.0/security-groups/a20a82d6-0abd-4463-b3f1-c417445bdfa9 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2733] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:17:09 2026] GET /v2.0/security-groups?tenant_id=addaf5e89c344dd8a1ec07518bcd84eb&name=default => generated 2929 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2734] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:17:09 2026] DELETE /v2.0/security-groups/70c6e339-30d7-40ff-a3e0-16a29b3ab114 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 13:17:10.570 7 INFO neutron.services.segments.plugin [-] Segment d0fdbf66-8c57-4677-8b7b-99ed024e940b resource provider aggregate not found 2026-04-14 13:17:10.575 7 INFO neutron.services.segments.plugin [-] Segment d0fdbf66-8c57-4677-8b7b-99ed024e940b resource provider aggregate not found 2026-04-14 13:17:10.589 7 INFO neutron.services.segments.plugin [-] Segment d0fdbf66-8c57-4677-8b7b-99ed024e940b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d0fdbf66-8c57-4677-8b7b-99ed024e940b found for delete ", "request_id": "req-cd8e901d-7972-4d25-8caa-cf780ae46112"}]} 2026-04-14 13:17:10.592 7 INFO neutron.services.segments.plugin [-] Segment d0fdbf66-8c57-4677-8b7b-99ed024e940b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d0fdbf66-8c57-4677-8b7b-99ed024e940b found for delete ", "request_id": "req-fc9ce049-62c0-4433-b6e9-9efdbe629c64"}]} [pid: 8|app: 0|req: 1392/2735] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:17:10 2026] GET /v2.0/security-groups?tenant_id=1905fbfd12eb468c919e7b98b46328ad&name=default => generated 2929 bytes in 315 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2736] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:17:10 2026] DELETE /v2.0/security-groups/acce1d05-dfe5-4cf4-9f90-b9d0ec16626e => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2737] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:17:10 2026] GET /v2.0/security-groups?tenant_id=fc3d910198854749958060243bd72735&name=default => generated 2929 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2738] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:17:10 2026] DELETE /v2.0/security-groups/53a64745-9b49-44e8-a902-eabf69abe0bf => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 13:17:11.379 8 INFO neutron.services.segments.plugin [-] Segment 48118b75-467b-4865-a8ce-d2ae86839207 resource provider aggregate not found 2026-04-14 13:17:11.385 8 INFO neutron.services.segments.plugin [-] Segment 48118b75-467b-4865-a8ce-d2ae86839207 resource provider aggregate not found 2026-04-14 13:17:11.401 8 INFO neutron.services.segments.plugin [-] Segment 48118b75-467b-4865-a8ce-d2ae86839207 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 48118b75-467b-4865-a8ce-d2ae86839207 found for delete ", "request_id": "req-aa493828-1891-4316-8975-453d2d4d0adc"}]} 2026-04-14 13:17:11.405 8 INFO neutron.services.segments.plugin [-] Segment 48118b75-467b-4865-a8ce-d2ae86839207 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 48118b75-467b-4865-a8ce-d2ae86839207 found for delete ", "request_id": "req-bca24789-78a0-414e-a398-9e9170f3ef28"}]} 2026-04-14 13:17:11.419 8 INFO neutron.services.segments.plugin [-] Segment 9d506139-7081-437f-b82e-95140030c31b resource provider aggregate not found 2026-04-14 13:17:11.431 8 INFO neutron.services.segments.plugin [-] Segment 9d506139-7081-437f-b82e-95140030c31b resource provider aggregate not found 2026-04-14 13:17:11.439 8 INFO neutron.services.segments.plugin [-] Segment 9d506139-7081-437f-b82e-95140030c31b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d506139-7081-437f-b82e-95140030c31b found for delete ", "request_id": "req-79d7dc55-d8c8-4109-942b-7e28712301eb"}]} 2026-04-14 13:17:11.463 8 INFO neutron.services.segments.plugin [-] Segment feb085e9-ace9-4868-a98b-41984fe45f38 resource provider aggregate not found 2026-04-14 13:17:11.464 8 INFO neutron.services.segments.plugin [-] Segment 9d506139-7081-437f-b82e-95140030c31b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d506139-7081-437f-b82e-95140030c31b found for delete ", "request_id": "req-4e5a23f4-a378-4d66-a7bd-b25c625827d4"}]} [pid: 8|app: 0|req: 1394/2739] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:17:11 2026] GET /v2.0/security-groups?tenant_id=06c811cfb1244188ba94571d1701d1b3&name=default => generated 2929 bytes in 203 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 13:17:11.490 8 INFO neutron.services.segments.plugin [-] Segment feb085e9-ace9-4868-a98b-41984fe45f38 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid feb085e9-ace9-4868-a98b-41984fe45f38 found for delete ", "request_id": "req-71f9c068-5634-477a-bf41-fb2ac4dcec2f"}]} 2026-04-14 13:17:11.491 8 INFO neutron.services.segments.plugin [-] Segment feb085e9-ace9-4868-a98b-41984fe45f38 resource provider aggregate not found 2026-04-14 13:17:11.507 8 INFO neutron.services.segments.plugin [-] Segment feb085e9-ace9-4868-a98b-41984fe45f38 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid feb085e9-ace9-4868-a98b-41984fe45f38 found for delete ", "request_id": "req-ac786838-d9de-416b-ab9f-6c76c53d96fc"}]} [pid: 7|app: 0|req: 1346/2740] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:17:11 2026] DELETE /v2.0/security-groups/c9f61193-5fd8-4566-82fc-b772a4224ee8 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2741] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:17:15 2026] GET /v2.0/security-groups?tenant_id=405c7751b620457faffd283c51a9c313&name=default => generated 2929 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2742] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:17:15 2026] DELETE /v2.0/security-groups/3a5da909-c747-4e0b-af35-50284fcd395a => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2743] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:17:15 2026] GET /v2.0/security-groups?tenant_id=3e04edf34d864feaa43cc96cf3624d6e&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: 1348/2744] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:17:15 2026] DELETE /v2.0/security-groups/699a624a-83a8-40c5-b3ef-13e3b7fe3691 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2749] 199.19.213.159 () {30 vars in 702 bytes} [Tue Apr 14 13:17:35 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: 1351/2750] 199.19.213.159 () {30 vars in 704 bytes} [Tue Apr 14 13:17:35 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2751] 199.19.213.159 () {30 vars in 680 bytes} [Tue Apr 14 13:17:35 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: 1352/2752] 199.19.213.159 () {30 vars in 716 bytes} [Tue Apr 14 13:17:35 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2753] 199.19.213.159 () {30 vars in 740 bytes} [Tue Apr 14 13:17:35 2026] GET /v2.0/subnets/c4e4ac07-b514-460f-83c0-8ea162c3d894 => generated 676 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2754] 199.19.213.159 () {30 vars in 768 bytes} [Tue Apr 14 13:17:35 2026] GET /v2.0/ports?device_id=8f7ecf12-026a-4477-a5a8-005f75e7ce4f => generated 1244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2755] 199.19.213.159 () {34 vars in 716 bytes} [Tue Apr 14 13:17:35 2026] POST /v2.0/ports => generated 1055 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2756] 10.0.0.176 () {34 vars in 970 bytes} [Tue Apr 14 13:17:35 2026] GET /v2.0/ports/b4cef27c-0897-43b5-bdfd-5c2fff51b1a7 => generated 1055 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2757] 10.0.0.176 () {34 vars in 906 bytes} [Tue Apr 14 13:17:35 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: 1355/2758] 199.19.213.159 () {34 vars in 1261 bytes} [Tue Apr 14 13:17:36 2026] GET /v2.0/ports/b4cef27c-0897-43b5-bdfd-5c2fff51b1a7?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2759] 199.19.213.159 () {34 vars in 1011 bytes} [Tue Apr 14 13:17:37 2026] GET /v2.0/networks/70bf0939-72d9-4c15-a048-d148a5a1b7c3?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: 1356/2760] 199.19.213.159 () {34 vars in 1111 bytes} [Tue Apr 14 13:17:37 2026] GET /v2.0/networks/70bf0939-72d9-4c15-a048-d148a5a1b7c3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2761] 199.19.213.159 () {34 vars in 974 bytes} [Tue Apr 14 13:17:37 2026] GET /v2.0/ports/b4cef27c-0897-43b5-bdfd-5c2fff51b1a7 => generated 1055 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2762] 199.19.213.159 () {34 vars in 985 bytes} [Tue Apr 14 13:17:37 2026] GET /v2.0/networks?id=70bf0939-72d9-4c15-a048-d148a5a1b7c3 => generated 802 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2763] 199.19.213.159 () {38 vars in 1027 bytes} [Tue Apr 14 13:17:37 2026] PUT /v2.0/ports/b4cef27c-0897-43b5-bdfd-5c2fff51b1a7 => generated 1245 bytes in 353 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 13:17:38.212 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f099e477-b321-46a0-99a2-53e7b9664904'] response: {'name': 'network-changed', 'server_uuid': '8f7ecf12-026a-4477-a5a8-005f75e7ce4f', 'tag': 'b4cef27c-0897-43b5-bdfd-5c2fff51b1a7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1358/2764] 199.19.213.159 () {34 vars in 1079 bytes} [Tue Apr 14 13:17:38 2026] GET /v2.0/ports?tenant_id=3693f7621b9e471994e8c36dc0387c34&device_id=8f7ecf12-026a-4477-a5a8-005f75e7ce4f => generated 2481 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2765] 199.19.213.159 () {34 vars in 985 bytes} [Tue Apr 14 13:17:38 2026] GET /v2.0/networks?id=70bf0939-72d9-4c15-a048-d148a5a1b7c3 => generated 802 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2766] 199.19.213.159 () {34 vars in 1055 bytes} [Tue Apr 14 13:17:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.14&port_id=b4cef27c-0897-43b5-bdfd-5c2fff51b1a7 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2767] 199.19.213.159 () {34 vars in 983 bytes} [Tue Apr 14 13:17:38 2026] GET /v2.0/subnets?id=c4e4ac07-b514-460f-83c0-8ea162c3d894 => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2768] 199.19.213.159 () {34 vars in 1051 bytes} [Tue Apr 14 13:17:38 2026] GET /v2.0/ports?network_id=70bf0939-72d9-4c15-a048-d148a5a1b7c3&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2769] 199.19.213.159 () {34 vars in 1011 bytes} [Tue Apr 14 13:17:38 2026] GET /v2.0/networks/70bf0939-72d9-4c15-a048-d148a5a1b7c3?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: 1361/2770] 199.19.213.159 () {34 vars in 1111 bytes} [Tue Apr 14 13:17:38 2026] GET /v2.0/networks/70bf0939-72d9-4c15-a048-d148a5a1b7c3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2771] 199.19.213.159 () {34 vars in 1079 bytes} [Tue Apr 14 13:17:40 2026] GET /v2.0/ports?tenant_id=3693f7621b9e471994e8c36dc0387c34&device_id=8f7ecf12-026a-4477-a5a8-005f75e7ce4f => generated 2481 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2772] 199.19.213.159 () {34 vars in 1059 bytes} [Tue Apr 14 13:17:40 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.72&port_id=1aba3898-f524-4065-9ce1-439de800c395 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2773] 199.19.213.159 () {34 vars in 983 bytes} [Tue Apr 14 13:17:40 2026] GET /v2.0/subnets?id=faaa573e-6741-42cc-ad1b-cf443ee9e007 => generated 654 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2774] 199.19.213.159 () {34 vars in 1051 bytes} [Tue Apr 14 13:17:40 2026] GET /v2.0/ports?network_id=ff78bfc9-5c3f-49f7-82be-97c1d6b57009&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2775] 199.19.213.159 () {34 vars in 1011 bytes} [Tue Apr 14 13:17:40 2026] GET /v2.0/networks/ff78bfc9-5c3f-49f7-82be-97c1d6b57009?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: 1364/2776] 199.19.213.159 () {34 vars in 1111 bytes} [Tue Apr 14 13:17:40 2026] GET /v2.0/networks/ff78bfc9-5c3f-49f7-82be-97c1d6b57009?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2777] 199.19.213.159 () {34 vars in 1055 bytes} [Tue Apr 14 13:17:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.14&port_id=b4cef27c-0897-43b5-bdfd-5c2fff51b1a7 => 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: 1365/2778] 199.19.213.159 () {34 vars in 983 bytes} [Tue Apr 14 13:17:40 2026] GET /v2.0/subnets?id=c4e4ac07-b514-460f-83c0-8ea162c3d894 => generated 679 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2779] 199.19.213.159 () {34 vars in 1051 bytes} [Tue Apr 14 13:17:40 2026] GET /v2.0/ports?network_id=70bf0939-72d9-4c15-a048-d148a5a1b7c3&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2780] 199.19.213.159 () {34 vars in 1011 bytes} [Tue Apr 14 13:17:40 2026] GET /v2.0/networks/70bf0939-72d9-4c15-a048-d148a5a1b7c3?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2781] 199.19.213.159 () {34 vars in 1111 bytes} [Tue Apr 14 13:17:40 2026] GET /v2.0/networks/70bf0939-72d9-4c15-a048-d148a5a1b7c3?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: 1367/2782] 10.0.0.176 () {34 vars in 970 bytes} [Tue Apr 14 13:17:44 2026] GET /v2.0/ports/b4cef27c-0897-43b5-bdfd-5c2fff51b1a7 => generated 1247 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2783] 199.19.213.159 () {34 vars in 788 bytes} [Tue Apr 14 13:17:44 2026] PUT /v2.0/ports/b4cef27c-0897-43b5-bdfd-5c2fff51b1a7 => generated 1270 bytes in 759 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 13:17:45.259 7 INFO neutron.api.v2.resource [None req-31fcc373-60c0-415b-99cd-586500b0a4be 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1368/2784] 199.19.213.159 () {30 vars in 762 bytes} [Tue Apr 14 13:17:45 2026] GET /v2.0/security-groups/lb-300bed11-2036-435c-bc68-156b6352a914 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 13:17:45.275 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-160a4a70-cda4-426e-b7fb-a7f498b800fc'] response: {'name': 'network-changed', 'server_uuid': '8f7ecf12-026a-4477-a5a8-005f75e7ce4f', 'tag': 'b4cef27c-0897-43b5-bdfd-5c2fff51b1a7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1417/2785] 199.19.213.159 () {30 vars in 784 bytes} [Tue Apr 14 13:17:45 2026] GET /v2.0/security-groups?name=lb-300bed11-2036-435c-bc68-156b6352a914 => generated 1639 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2786] 199.19.213.159 () {34 vars in 788 bytes} [Tue Apr 14 13:17:45 2026] PUT /v2.0/ports/b4cef27c-0897-43b5-bdfd-5c2fff51b1a7 => generated 1308 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 13:17:45.634 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fc2a073e-5a2f-49ce-ad8c-a41c220b4050'] response: {'name': 'network-changed', 'server_uuid': '8f7ecf12-026a-4477-a5a8-005f75e7ce4f', 'tag': 'b4cef27c-0897-43b5-bdfd-5c2fff51b1a7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1418/2787] 199.19.213.159 () {30 vars in 702 bytes} [Tue Apr 14 13:17:45 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1370/2788] 199.19.213.159 () {30 vars in 704 bytes} [Tue Apr 14 13:17:45 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2789] 199.19.213.159 () {30 vars in 680 bytes} [Tue Apr 14 13:17:45 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: 1371/2790] 199.19.213.159 () {30 vars in 716 bytes} [Tue Apr 14 13:17:45 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2791] 199.19.213.159 () {30 vars in 740 bytes} [Tue Apr 14 13:17:45 2026] GET /v2.0/subnets/c4e4ac07-b514-460f-83c0-8ea162c3d894 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2792] 199.19.213.159 () {34 vars in 1079 bytes} [Tue Apr 14 13:17:45 2026] GET /v2.0/ports?tenant_id=3693f7621b9e471994e8c36dc0387c34&device_id=8f7ecf12-026a-4477-a5a8-005f75e7ce4f => generated 2580 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2793] 199.19.213.159 () {30 vars in 736 bytes} [Tue Apr 14 13:17:45 2026] GET /v2.0/ports/f878071d-1d75-49c3-93ee-f0b2d95377b1 => generated 1124 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2794] 199.19.213.159 () {30 vars in 736 bytes} [Tue Apr 14 13:17:45 2026] GET /v2.0/ports/b4cef27c-0897-43b5-bdfd-5c2fff51b1a7 => generated 1344 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2795] 199.19.213.159 () {34 vars in 985 bytes} [Tue Apr 14 13:17:45 2026] GET /v2.0/networks?id=70bf0939-72d9-4c15-a048-d148a5a1b7c3 => generated 802 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2796] 199.19.213.159 () {34 vars in 1055 bytes} [Tue Apr 14 13:17:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.14&port_id=b4cef27c-0897-43b5-bdfd-5c2fff51b1a7 => 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: 1374/2797] 199.19.213.159 () {30 vars in 740 bytes} [Tue Apr 14 13:17:45 2026] GET /v2.0/subnets/c4e4ac07-b514-460f-83c0-8ea162c3d894 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2798] 199.19.213.159 () {34 vars in 983 bytes} [Tue Apr 14 13:17:45 2026] GET /v2.0/subnets?id=c4e4ac07-b514-460f-83c0-8ea162c3d894 => generated 679 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2799] 199.19.213.159 () {30 vars in 742 bytes} [Tue Apr 14 13:17:45 2026] GET /v2.0/networks/70bf0939-72d9-4c15-a048-d148a5a1b7c3 => generated 799 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2800] 199.19.213.159 () {34 vars in 1051 bytes} [Tue Apr 14 13:17:45 2026] GET /v2.0/ports?network_id=70bf0939-72d9-4c15-a048-d148a5a1b7c3&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2801] 199.19.213.159 () {30 vars in 736 bytes} [Tue Apr 14 13:17:45 2026] GET /v2.0/ports/f878071d-1d75-49c3-93ee-f0b2d95377b1 => generated 1124 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2802] 199.19.213.159 () {34 vars in 1011 bytes} [Tue Apr 14 13:17:45 2026] GET /v2.0/networks/70bf0939-72d9-4c15-a048-d148a5a1b7c3?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: 1377/2803] 199.19.213.159 () {30 vars in 740 bytes} [Tue Apr 14 13:17:46 2026] GET /v2.0/subnets/c4e4ac07-b514-460f-83c0-8ea162c3d894 => generated 676 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2804] 199.19.213.159 () {34 vars in 1111 bytes} [Tue Apr 14 13:17:46 2026] GET /v2.0/networks/70bf0939-72d9-4c15-a048-d148a5a1b7c3?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: 1379/2807] 199.19.213.159 () {34 vars in 1079 bytes} [Tue Apr 14 13:17:47 2026] GET /v2.0/ports?tenant_id=3693f7621b9e471994e8c36dc0387c34&device_id=8f7ecf12-026a-4477-a5a8-005f75e7ce4f => generated 2580 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2808] 199.19.213.159 () {34 vars in 985 bytes} [Tue Apr 14 13:17:47 2026] GET /v2.0/networks?id=70bf0939-72d9-4c15-a048-d148a5a1b7c3 => generated 802 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2809] 199.19.213.159 () {34 vars in 1055 bytes} [Tue Apr 14 13:17:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.14&port_id=b4cef27c-0897-43b5-bdfd-5c2fff51b1a7 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2810] 199.19.213.159 () {34 vars in 983 bytes} [Tue Apr 14 13:17:47 2026] GET /v2.0/subnets?id=c4e4ac07-b514-460f-83c0-8ea162c3d894 => generated 679 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2811] 199.19.213.159 () {34 vars in 1051 bytes} [Tue Apr 14 13:17:47 2026] GET /v2.0/ports?network_id=70bf0939-72d9-4c15-a048-d148a5a1b7c3&device_owner=network%3Adhcp => generated 1461 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2812] 199.19.213.159 () {34 vars in 1011 bytes} [Tue Apr 14 13:17:47 2026] GET /v2.0/networks/70bf0939-72d9-4c15-a048-d148a5a1b7c3?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: 1382/2813] 199.19.213.159 () {34 vars in 1111 bytes} [Tue Apr 14 13:17:47 2026] GET /v2.0/networks/70bf0939-72d9-4c15-a048-d148a5a1b7c3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 13:17:54.135 8 INFO neutron.db.l3_db [None req-64b0e63f-90cb-4f3b-a9eb-f573521a90ae 307ead5e10404d50828ae456d825851a 3cab9d80633d4201bbfca0baef7da5b3 - - default default] Floating IP 4646136b-d2b8-41e8-9d09-808fd2940ca3 associated. External IP: 10.96.250.216, port: f878071d-1d75-49c3-93ee-f0b2d95377b1. [pid: 8|app: 0|req: 1432/2814] 10.0.0.89 () {34 vars in 675 bytes} [Tue Apr 14 13:17:53 2026] POST /v2.0/floatingips => generated 897 bytes in 1055 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2815] 199.19.213.159 () {30 vars in 702 bytes} [Tue Apr 14 13:17:57 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2816] 199.19.213.159 () {30 vars in 704 bytes} [Tue Apr 14 13:17:57 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2817] 199.19.213.159 () {30 vars in 680 bytes} [Tue Apr 14 13:17:57 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2818] 199.19.213.159 () {30 vars in 716 bytes} [Tue Apr 14 13:17:57 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) 2026-04-14 13:17:57.230 7 INFO neutron.api.v2.resource [None req-30e8e3f5-1387-4cdf-bb0b-a84d78150364 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1385/2819] 199.19.213.159 () {30 vars in 762 bytes} [Tue Apr 14 13:17:57 2026] GET /v2.0/security-groups/lb-300bed11-2036-435c-bc68-156b6352a914 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2820] 199.19.213.159 () {30 vars in 784 bytes} [Tue Apr 14 13:17:57 2026] GET /v2.0/security-groups?name=lb-300bed11-2036-435c-bc68-156b6352a914 => generated 1639 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2821] 199.19.213.159 () {30 vars in 814 bytes} [Tue Apr 14 13:17:57 2026] GET /v2.0/security-group-rules?security_group_id=20a10bfa-28dc-4638-a9be-5dc6c6330b31 => generated 1182 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2822] 199.19.213.159 () {34 vars in 746 bytes} [Tue Apr 14 13:17:57 2026] POST /v2.0/security-group-rules => generated 597 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2823] 199.19.213.159 () {34 vars in 746 bytes} [Tue Apr 14 13:17:57 2026] POST /v2.0/security-group-rules => generated 601 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2826] 10.0.0.13 () {30 vars in 688 bytes} [Tue Apr 14 13:18:06 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2827] 10.0.0.13 () {30 vars in 690 bytes} [Tue Apr 14 13:18:06 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2828] 10.0.0.13 () {30 vars in 666 bytes} [Tue Apr 14 13:18:06 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: 1390/2829] 10.0.0.13 () {30 vars in 702 bytes} [Tue Apr 14 13:18:06 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2830] 10.0.0.13 () {28 vars in 437 bytes} [Tue Apr 14 13:18:06 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: 1391/2831] 10.0.0.13 () {30 vars in 726 bytes} [Tue Apr 14 13:18:06 2026] GET /v2.0/subnets/bafbf11b-7fd2-46a7-842e-fab849135340 => generated 656 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2832] 199.19.213.159 () {30 vars in 702 bytes} [Tue Apr 14 13:18:09 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2833] 199.19.213.159 () {30 vars in 704 bytes} [Tue Apr 14 13:18:09 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2834] 199.19.213.159 () {30 vars in 680 bytes} [Tue Apr 14 13:18:09 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2835] 199.19.213.159 () {30 vars in 716 bytes} [Tue Apr 14 13:18:09 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2836] 199.19.213.159 () {30 vars in 740 bytes} [Tue Apr 14 13:18:09 2026] GET /v2.0/subnets/bafbf11b-7fd2-46a7-842e-fab849135340 => generated 674 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2837] 199.19.213.159 () {30 vars in 768 bytes} [Tue Apr 14 13:18:09 2026] GET /v2.0/ports?device_id=8f7ecf12-026a-4477-a5a8-005f75e7ce4f => generated 2580 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2838] 199.19.213.159 () {30 vars in 702 bytes} [Tue Apr 14 13:18:09 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: 1395/2839] 199.19.213.159 () {30 vars in 704 bytes} [Tue Apr 14 13:18:09 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2840] 199.19.213.159 () {30 vars in 680 bytes} [Tue Apr 14 13:18:09 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: 1396/2841] 199.19.213.159 () {30 vars in 716 bytes} [Tue Apr 14 13:18:09 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2842] 199.19.213.159 () {34 vars in 716 bytes} [Tue Apr 14 13:18:09 2026] POST /v2.0/ports => generated 1328 bytes in 350 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2843] 10.0.0.176 () {34 vars in 970 bytes} [Tue Apr 14 13:18:10 2026] GET /v2.0/ports/4d5f3994-4ab4-4393-8039-221facd921ac => generated 1328 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1447/2844] 10.0.0.176 () {34 vars in 906 bytes} [Tue Apr 14 13:18:10 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: 1398/2845] 199.19.213.159 () {34 vars in 1261 bytes} [Tue Apr 14 13:18:11 2026] GET /v2.0/ports/4d5f3994-4ab4-4393-8039-221facd921ac?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/2846] 199.19.213.159 () {34 vars in 1011 bytes} [Tue Apr 14 13:18:11 2026] GET /v2.0/networks/db4ac296-709a-4c15-b3cc-fd23afbb6793?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: 1399/2847] 199.19.213.159 () {34 vars in 1111 bytes} [Tue Apr 14 13:18:11 2026] GET /v2.0/networks/db4ac296-709a-4c15-b3cc-fd23afbb6793?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2848] 199.19.213.159 () {34 vars in 974 bytes} [Tue Apr 14 13:18:12 2026] GET /v2.0/ports/4d5f3994-4ab4-4393-8039-221facd921ac => generated 1328 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2849] 199.19.213.159 () {34 vars in 985 bytes} [Tue Apr 14 13:18:12 2026] GET /v2.0/networks?id=db4ac296-709a-4c15-b3cc-fd23afbb6793 => generated 801 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2850] 199.19.213.159 () {38 vars in 1027 bytes} [Tue Apr 14 13:18:12 2026] PUT /v2.0/ports/4d5f3994-4ab4-4393-8039-221facd921ac => generated 1518 bytes in 424 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 13:18:12.672 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d91b7979-ff79-4017-bbf1-f07c647450a5'] response: {'name': 'network-changed', 'server_uuid': '8f7ecf12-026a-4477-a5a8-005f75e7ce4f', 'tag': '4d5f3994-4ab4-4393-8039-221facd921ac', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1401/2851] 199.19.213.159 () {34 vars in 1079 bytes} [Tue Apr 14 13:18:13 2026] GET /v2.0/ports?tenant_id=3693f7621b9e471994e8c36dc0387c34&device_id=8f7ecf12-026a-4477-a5a8-005f75e7ce4f => generated 4090 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1451/2852] 199.19.213.159 () {34 vars in 985 bytes} [Tue Apr 14 13:18:13 2026] GET /v2.0/networks?id=db4ac296-709a-4c15-b3cc-fd23afbb6793 => generated 801 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2853] 199.19.213.159 () {34 vars in 1057 bytes} [Tue Apr 14 13:18:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.179&port_id=4d5f3994-4ab4-4393-8039-221facd921ac => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2854] 199.19.213.159 () {34 vars in 1103 bytes} [Tue Apr 14 13:18:13 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3c2&port_id=4d5f3994-4ab4-4393-8039-221facd921ac => 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: 1403/2855] 199.19.213.159 () {34 vars in 1063 bytes} [Tue Apr 14 13:18:13 2026] GET /v2.0/subnets?id=bafbf11b-7fd2-46a7-842e-fab849135340&id=a2192ee6-a2c6-4b3b-9bb2-e034332efe0f => generated 1411 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2856] 199.19.213.159 () {34 vars in 1051 bytes} [Tue Apr 14 13:18:13 2026] GET /v2.0/ports?network_id=db4ac296-709a-4c15-b3cc-fd23afbb6793&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2857] 199.19.213.159 () {34 vars in 1051 bytes} [Tue Apr 14 13:18:13 2026] GET /v2.0/ports?network_id=db4ac296-709a-4c15-b3cc-fd23afbb6793&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2858] 199.19.213.159 () {34 vars in 1011 bytes} [Tue Apr 14 13:18:13 2026] GET /v2.0/networks/db4ac296-709a-4c15-b3cc-fd23afbb6793?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: 1405/2859] 199.19.213.159 () {34 vars in 1111 bytes} [Tue Apr 14 13:18:13 2026] GET /v2.0/networks/db4ac296-709a-4c15-b3cc-fd23afbb6793?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2860] 199.19.213.159 () {34 vars in 1079 bytes} [Tue Apr 14 13:18:14 2026] GET /v2.0/ports?tenant_id=3693f7621b9e471994e8c36dc0387c34&device_id=8f7ecf12-026a-4477-a5a8-005f75e7ce4f => generated 4090 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2861] 199.19.213.159 () {34 vars in 1059 bytes} [Tue Apr 14 13:18:14 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.72&port_id=1aba3898-f524-4065-9ce1-439de800c395 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2862] 199.19.213.159 () {34 vars in 983 bytes} [Tue Apr 14 13:18:14 2026] GET /v2.0/subnets?id=faaa573e-6741-42cc-ad1b-cf443ee9e007 => generated 654 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2863] 199.19.213.159 () {34 vars in 1051 bytes} [Tue Apr 14 13:18:14 2026] GET /v2.0/ports?network_id=ff78bfc9-5c3f-49f7-82be-97c1d6b57009&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2864] 199.19.213.159 () {34 vars in 1011 bytes} [Tue Apr 14 13:18:14 2026] GET /v2.0/networks/ff78bfc9-5c3f-49f7-82be-97c1d6b57009?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2865] 199.19.213.159 () {34 vars in 1111 bytes} [Tue Apr 14 13:18:14 2026] GET /v2.0/networks/ff78bfc9-5c3f-49f7-82be-97c1d6b57009?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2866] 199.19.213.159 () {34 vars in 1055 bytes} [Tue Apr 14 13:18:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.14&port_id=b4cef27c-0897-43b5-bdfd-5c2fff51b1a7 => 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: 1409/2867] 199.19.213.159 () {34 vars in 983 bytes} [Tue Apr 14 13:18:14 2026] GET /v2.0/subnets?id=c4e4ac07-b514-460f-83c0-8ea162c3d894 => generated 679 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2868] 199.19.213.159 () {34 vars in 1051 bytes} [Tue Apr 14 13:18:14 2026] GET /v2.0/ports?network_id=70bf0939-72d9-4c15-a048-d148a5a1b7c3&device_owner=network%3Adhcp => generated 1461 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2869] 199.19.213.159 () {34 vars in 1011 bytes} [Tue Apr 14 13:18:14 2026] GET /v2.0/networks/70bf0939-72d9-4c15-a048-d148a5a1b7c3?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/2870] 199.19.213.159 () {34 vars in 1111 bytes} [Tue Apr 14 13:18:15 2026] GET /v2.0/networks/70bf0939-72d9-4c15-a048-d148a5a1b7c3?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: 1411/2871] 199.19.213.159 () {34 vars in 1057 bytes} [Tue Apr 14 13:18:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.179&port_id=4d5f3994-4ab4-4393-8039-221facd921ac => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2872] 199.19.213.159 () {34 vars in 1103 bytes} [Tue Apr 14 13:18:15 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3c2&port_id=4d5f3994-4ab4-4393-8039-221facd921ac => 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: 1412/2873] 199.19.213.159 () {34 vars in 1063 bytes} [Tue Apr 14 13:18:15 2026] GET /v2.0/subnets?id=bafbf11b-7fd2-46a7-842e-fab849135340&id=a2192ee6-a2c6-4b3b-9bb2-e034332efe0f => generated 1411 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2874] 199.19.213.159 () {34 vars in 1051 bytes} [Tue Apr 14 13:18:15 2026] GET /v2.0/ports?network_id=db4ac296-709a-4c15-b3cc-fd23afbb6793&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: 1413/2875] 199.19.213.159 () {34 vars in 1051 bytes} [Tue Apr 14 13:18:15 2026] GET /v2.0/ports?network_id=db4ac296-709a-4c15-b3cc-fd23afbb6793&device_owner=network%3Adhcp => generated 1457 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/2876] 199.19.213.159 () {34 vars in 1011 bytes} [Tue Apr 14 13:18:15 2026] GET /v2.0/networks/db4ac296-709a-4c15-b3cc-fd23afbb6793?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: 1414/2877] 199.19.213.159 () {34 vars in 1111 bytes} [Tue Apr 14 13:18:15 2026] GET /v2.0/networks/db4ac296-709a-4c15-b3cc-fd23afbb6793?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/2880] 10.0.0.176 () {34 vars in 970 bytes} [Tue Apr 14 13:18:19 2026] GET /v2.0/ports/4d5f3994-4ab4-4393-8039-221facd921ac => generated 1520 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2881] 199.19.213.159 () {30 vars in 742 bytes} [Tue Apr 14 13:18:19 2026] GET /v2.0/networks/db4ac296-709a-4c15-b3cc-fd23afbb6793 => generated 798 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/2882] 199.19.213.159 () {30 vars in 740 bytes} [Tue Apr 14 13:18:19 2026] GET /v2.0/subnets/bafbf11b-7fd2-46a7-842e-fab849135340 => generated 674 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2883] 199.19.213.159 () {30 vars in 740 bytes} [Tue Apr 14 13:18:19 2026] GET /v2.0/subnets/a2192ee6-a2c6-4b3b-9bb2-e034332efe0f => generated 744 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/2884] 199.19.213.159 () {30 vars in 702 bytes} [Tue Apr 14 13:18:19 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2885] 199.19.213.159 () {30 vars in 704 bytes} [Tue Apr 14 13:18:19 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/2886] 199.19.213.159 () {30 vars in 680 bytes} [Tue Apr 14 13:18:19 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2887] 199.19.213.159 () {30 vars in 716 bytes} [Tue Apr 14 13:18:19 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/2888] 199.19.213.159 () {30 vars in 740 bytes} [Tue Apr 14 13:18:19 2026] GET /v2.0/subnets/c4e4ac07-b514-460f-83c0-8ea162c3d894 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2889] 199.19.213.159 () {30 vars in 736 bytes} [Tue Apr 14 13:18:19 2026] GET /v2.0/ports/f878071d-1d75-49c3-93ee-f0b2d95377b1 => generated 1124 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/2890] 199.19.213.159 () {30 vars in 736 bytes} [Tue Apr 14 13:18:19 2026] GET /v2.0/ports/b4cef27c-0897-43b5-bdfd-5c2fff51b1a7 => generated 1344 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2891] 199.19.213.159 () {30 vars in 740 bytes} [Tue Apr 14 13:18:19 2026] GET /v2.0/subnets/c4e4ac07-b514-460f-83c0-8ea162c3d894 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/2892] 199.19.213.159 () {30 vars in 742 bytes} [Tue Apr 14 13:18:19 2026] GET /v2.0/networks/70bf0939-72d9-4c15-a048-d148a5a1b7c3 => generated 799 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2893] 199.19.213.159 () {30 vars in 736 bytes} [Tue Apr 14 13:18:19 2026] GET /v2.0/ports/f878071d-1d75-49c3-93ee-f0b2d95377b1 => generated 1124 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/2894] 199.19.213.159 () {30 vars in 740 bytes} [Tue Apr 14 13:18:19 2026] GET /v2.0/subnets/c4e4ac07-b514-460f-83c0-8ea162c3d894 => generated 676 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2895] 10.0.0.13 () {30 vars in 688 bytes} [Tue Apr 14 13:18:27 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/2896] 10.0.0.13 () {30 vars in 690 bytes} [Tue Apr 14 13:18: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: 1424/2897] 10.0.0.13 () {30 vars in 666 bytes} [Tue Apr 14 13:18:27 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/2898] 10.0.0.13 () {30 vars in 702 bytes} [Tue Apr 14 13:18:27 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: 1425/2899] 10.0.0.13 () {28 vars in 437 bytes} [Tue Apr 14 13:18:27 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/2900] 10.0.0.13 () {30 vars in 726 bytes} [Tue Apr 14 13:18:27 2026] GET /v2.0/subnets/f987b34e-7c08-4471-b4a7-285d404744bf => generated 655 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2901] 199.19.213.159 () {30 vars in 702 bytes} [Tue Apr 14 13:18:28 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/2902] 199.19.213.159 () {30 vars in 704 bytes} [Tue Apr 14 13:18:28 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2903] 199.19.213.159 () {30 vars in 680 bytes} [Tue Apr 14 13:18:28 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/2904] 199.19.213.159 () {30 vars in 716 bytes} [Tue Apr 14 13:18:28 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2905] 199.19.213.159 () {30 vars in 740 bytes} [Tue Apr 14 13:18:28 2026] GET /v2.0/subnets/bafbf11b-7fd2-46a7-842e-fab849135340 => generated 674 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/2906] 199.19.213.159 () {30 vars in 740 bytes} [Tue Apr 14 13:18:28 2026] GET /v2.0/subnets/f987b34e-7c08-4471-b4a7-285d404744bf => generated 673 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2907] 199.19.213.159 () {30 vars in 768 bytes} [Tue Apr 14 13:18:28 2026] GET /v2.0/ports?device_id=8f7ecf12-026a-4477-a5a8-005f75e7ce4f => generated 4092 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/2908] 199.19.213.159 () {30 vars in 702 bytes} [Tue Apr 14 13:18:28 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2909] 199.19.213.159 () {30 vars in 704 bytes} [Tue Apr 14 13:18:28 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/2910] 199.19.213.159 () {30 vars in 680 bytes} [Tue Apr 14 13:18:28 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: 1431/2911] 199.19.213.159 () {30 vars in 716 bytes} [Tue Apr 14 13:18:28 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/2912] 199.19.213.159 () {34 vars in 716 bytes} [Tue Apr 14 13:18:28 2026] POST /v2.0/ports => generated 1332 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2913] 10.0.0.176 () {34 vars in 970 bytes} [Tue Apr 14 13:18:29 2026] GET /v2.0/ports/0fc82841-c59a-48d0-a698-71dbb59648cc => generated 1332 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1482/2914] 199.19.213.159 () {34 vars in 1261 bytes} [Tue Apr 14 13:18:30 2026] GET /v2.0/ports/0fc82841-c59a-48d0-a698-71dbb59648cc?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2915] 199.19.213.159 () {34 vars in 1011 bytes} [Tue Apr 14 13:18:30 2026] GET /v2.0/networks/c0ef3c03-e8fa-454c-af49-ee5b6a7d8bb6?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/2916] 199.19.213.159 () {34 vars in 1111 bytes} [Tue Apr 14 13:18:30 2026] GET /v2.0/networks/c0ef3c03-e8fa-454c-af49-ee5b6a7d8bb6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2917] 199.19.213.159 () {34 vars in 974 bytes} [Tue Apr 14 13:18:30 2026] GET /v2.0/ports/0fc82841-c59a-48d0-a698-71dbb59648cc => generated 1332 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/2918] 199.19.213.159 () {34 vars in 985 bytes} [Tue Apr 14 13:18:31 2026] GET /v2.0/networks?id=c0ef3c03-e8fa-454c-af49-ee5b6a7d8bb6 => 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: 1435/2921] 199.19.213.159 () {38 vars in 1027 bytes} [Tue Apr 14 13:18:31 2026] PUT /v2.0/ports/0fc82841-c59a-48d0-a698-71dbb59648cc => generated 1522 bytes in 420 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 13:18:31.538 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2c2c8e2c-7eef-4ed1-a468-1d0ff384be69'] response: {'name': 'network-changed', 'server_uuid': '8f7ecf12-026a-4477-a5a8-005f75e7ce4f', 'tag': '0fc82841-c59a-48d0-a698-71dbb59648cc', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1487/2922] 199.19.213.159 () {34 vars in 1079 bytes} [Tue Apr 14 13:18:32 2026] GET /v2.0/ports?tenant_id=3693f7621b9e471994e8c36dc0387c34&device_id=8f7ecf12-026a-4477-a5a8-005f75e7ce4f => generated 5606 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: 7|app: 0|req: 1436/2923] 199.19.213.159 () {34 vars in 985 bytes} [Tue Apr 14 13:18:32 2026] GET /v2.0/networks?id=c0ef3c03-e8fa-454c-af49-ee5b6a7d8bb6 => generated 801 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/2924] 199.19.213.159 () {34 vars in 1057 bytes} [Tue Apr 14 13:18:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.138&port_id=0fc82841-c59a-48d0-a698-71dbb59648cc => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2925] 199.19.213.159 () {34 vars in 1105 bytes} [Tue Apr 14 13:18:32 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A112&port_id=0fc82841-c59a-48d0-a698-71dbb59648cc => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/2926] 199.19.213.159 () {34 vars in 1063 bytes} [Tue Apr 14 13:18:32 2026] GET /v2.0/subnets?id=4f856c18-f7f8-4d0b-840c-5a1bf474014b&id=f987b34e-7c08-4471-b4a7-285d404744bf => generated 1414 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2927] 199.19.213.159 () {34 vars in 1051 bytes} [Tue Apr 14 13:18:32 2026] GET /v2.0/ports?network_id=c0ef3c03-e8fa-454c-af49-ee5b6a7d8bb6&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/2928] 199.19.213.159 () {34 vars in 1051 bytes} [Tue Apr 14 13:18:32 2026] GET /v2.0/ports?network_id=c0ef3c03-e8fa-454c-af49-ee5b6a7d8bb6&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: 1439/2929] 199.19.213.159 () {34 vars in 1011 bytes} [Tue Apr 14 13:18:32 2026] GET /v2.0/networks/c0ef3c03-e8fa-454c-af49-ee5b6a7d8bb6?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/2930] 199.19.213.159 () {34 vars in 1111 bytes} [Tue Apr 14 13:18:32 2026] GET /v2.0/networks/c0ef3c03-e8fa-454c-af49-ee5b6a7d8bb6?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: 1440/2931] 199.19.213.159 () {34 vars in 1079 bytes} [Tue Apr 14 13:18:33 2026] GET /v2.0/ports?tenant_id=3693f7621b9e471994e8c36dc0387c34&device_id=8f7ecf12-026a-4477-a5a8-005f75e7ce4f => generated 5606 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/2932] 199.19.213.159 () {34 vars in 1059 bytes} [Tue Apr 14 13:18:33 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.72&port_id=1aba3898-f524-4065-9ce1-439de800c395 => 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: 1441/2933] 199.19.213.159 () {34 vars in 983 bytes} [Tue Apr 14 13:18:33 2026] GET /v2.0/subnets?id=faaa573e-6741-42cc-ad1b-cf443ee9e007 => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/2934] 199.19.213.159 () {34 vars in 1051 bytes} [Tue Apr 14 13:18:33 2026] GET /v2.0/ports?network_id=ff78bfc9-5c3f-49f7-82be-97c1d6b57009&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2935] 199.19.213.159 () {34 vars in 1011 bytes} [Tue Apr 14 13:18:33 2026] GET /v2.0/networks/ff78bfc9-5c3f-49f7-82be-97c1d6b57009?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/2936] 199.19.213.159 () {34 vars in 1111 bytes} [Tue Apr 14 13:18:33 2026] GET /v2.0/networks/ff78bfc9-5c3f-49f7-82be-97c1d6b57009?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: 1443/2937] 199.19.213.159 () {34 vars in 1055 bytes} [Tue Apr 14 13:18:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.14&port_id=b4cef27c-0897-43b5-bdfd-5c2fff51b1a7 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/2938] 199.19.213.159 () {34 vars in 983 bytes} [Tue Apr 14 13:18:33 2026] GET /v2.0/subnets?id=c4e4ac07-b514-460f-83c0-8ea162c3d894 => generated 679 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2939] 199.19.213.159 () {34 vars in 1051 bytes} [Tue Apr 14 13:18:33 2026] GET /v2.0/ports?network_id=70bf0939-72d9-4c15-a048-d148a5a1b7c3&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/2940] 199.19.213.159 () {34 vars in 1011 bytes} [Tue Apr 14 13:18:33 2026] GET /v2.0/networks/70bf0939-72d9-4c15-a048-d148a5a1b7c3?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: 1445/2941] 199.19.213.159 () {34 vars in 1111 bytes} [Tue Apr 14 13:18:33 2026] GET /v2.0/networks/70bf0939-72d9-4c15-a048-d148a5a1b7c3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/2942] 199.19.213.159 () {34 vars in 1057 bytes} [Tue Apr 14 13:18:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.179&port_id=4d5f3994-4ab4-4393-8039-221facd921ac => 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: 1446/2943] 199.19.213.159 () {34 vars in 1103 bytes} [Tue Apr 14 13:18:33 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3c2&port_id=4d5f3994-4ab4-4393-8039-221facd921ac => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/2944] 199.19.213.159 () {34 vars in 1063 bytes} [Tue Apr 14 13:18:33 2026] GET /v2.0/subnets?id=bafbf11b-7fd2-46a7-842e-fab849135340&id=a2192ee6-a2c6-4b3b-9bb2-e034332efe0f => generated 1411 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2945] 199.19.213.159 () {34 vars in 1051 bytes} [Tue Apr 14 13:18:33 2026] GET /v2.0/ports?network_id=db4ac296-709a-4c15-b3cc-fd23afbb6793&device_owner=network%3Adhcp => generated 1457 bytes in 488 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/2946] 199.19.213.159 () {34 vars in 1051 bytes} [Tue Apr 14 13:18:34 2026] GET /v2.0/ports?network_id=db4ac296-709a-4c15-b3cc-fd23afbb6793&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2947] 199.19.213.159 () {34 vars in 1011 bytes} [Tue Apr 14 13:18:34 2026] GET /v2.0/networks/db4ac296-709a-4c15-b3cc-fd23afbb6793?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/2948] 199.19.213.159 () {34 vars in 1111 bytes} [Tue Apr 14 13:18:34 2026] GET /v2.0/networks/db4ac296-709a-4c15-b3cc-fd23afbb6793?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2949] 199.19.213.159 () {34 vars in 1057 bytes} [Tue Apr 14 13:18:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.138&port_id=0fc82841-c59a-48d0-a698-71dbb59648cc => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/2950] 199.19.213.159 () {34 vars in 1105 bytes} [Tue Apr 14 13:18:34 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A112&port_id=0fc82841-c59a-48d0-a698-71dbb59648cc => 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: 1450/2951] 199.19.213.159 () {34 vars in 1063 bytes} [Tue Apr 14 13:18:34 2026] GET /v2.0/subnets?id=4f856c18-f7f8-4d0b-840c-5a1bf474014b&id=f987b34e-7c08-4471-b4a7-285d404744bf => generated 1414 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/2952] 199.19.213.159 () {34 vars in 1051 bytes} [Tue Apr 14 13:18:34 2026] GET /v2.0/ports?network_id=c0ef3c03-e8fa-454c-af49-ee5b6a7d8bb6&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2953] 199.19.213.159 () {34 vars in 1051 bytes} [Tue Apr 14 13:18:34 2026] GET /v2.0/ports?network_id=c0ef3c03-e8fa-454c-af49-ee5b6a7d8bb6&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/2954] 199.19.213.159 () {34 vars in 1011 bytes} [Tue Apr 14 13:18:34 2026] GET /v2.0/networks/c0ef3c03-e8fa-454c-af49-ee5b6a7d8bb6?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: 1452/2955] 199.19.213.159 () {34 vars in 1111 bytes} [Tue Apr 14 13:18:34 2026] GET /v2.0/networks/c0ef3c03-e8fa-454c-af49-ee5b6a7d8bb6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/2956] 10.0.0.176 () {34 vars in 970 bytes} [Tue Apr 14 13:18:38 2026] GET /v2.0/ports/0fc82841-c59a-48d0-a698-71dbb59648cc => generated 1524 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2957] 199.19.213.159 () {30 vars in 742 bytes} [Tue Apr 14 13:18:38 2026] GET /v2.0/networks/c0ef3c03-e8fa-454c-af49-ee5b6a7d8bb6 => generated 798 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/2958] 199.19.213.159 () {30 vars in 740 bytes} [Tue Apr 14 13:18:39 2026] GET /v2.0/subnets/f987b34e-7c08-4471-b4a7-285d404744bf => generated 673 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2959] 199.19.213.159 () {30 vars in 740 bytes} [Tue Apr 14 13:18:39 2026] GET /v2.0/subnets/4f856c18-f7f8-4d0b-840c-5a1bf474014b => generated 748 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/2960] 199.19.213.159 () {30 vars in 736 bytes} [Tue Apr 14 13:18:39 2026] GET /v2.0/ports/4d5f3994-4ab4-4393-8039-221facd921ac => generated 1520 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2961] 199.19.213.159 () {34 vars in 789 bytes} [Tue Apr 14 13:18:39 2026] PUT /v2.0/ports/4d5f3994-4ab4-4393-8039-221facd921ac => generated 1255 bytes in 449 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 13:18:39.645 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f06da83f-ed8a-44e1-96a6-197044e2017f'] response: {'name': 'network-changed', 'server_uuid': '8f7ecf12-026a-4477-a5a8-005f75e7ce4f', 'tag': '4d5f3994-4ab4-4393-8039-221facd921ac', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1507/2962] 199.19.213.159 () {30 vars in 742 bytes} [Tue Apr 14 13:18:39 2026] GET /v2.0/networks/db4ac296-709a-4c15-b3cc-fd23afbb6793 => generated 798 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1456/2963] 199.19.213.159 () {30 vars in 740 bytes} [Tue Apr 14 13:18:39 2026] GET /v2.0/subnets/bafbf11b-7fd2-46a7-842e-fab849135340 => generated 674 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/2964] 199.19.213.159 () {30 vars in 702 bytes} [Tue Apr 14 13:18:39 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2965] 199.19.213.159 () {30 vars in 704 bytes} [Tue Apr 14 13:18:39 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/2966] 199.19.213.159 () {30 vars in 680 bytes} [Tue Apr 14 13:18:39 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: 1458/2967] 199.19.213.159 () {30 vars in 716 bytes} [Tue Apr 14 13:18:39 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/2968] 199.19.213.159 () {30 vars in 740 bytes} [Tue Apr 14 13:18:39 2026] GET /v2.0/subnets/c4e4ac07-b514-460f-83c0-8ea162c3d894 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2969] 199.19.213.159 () {30 vars in 736 bytes} [Tue Apr 14 13:18:39 2026] GET /v2.0/ports/f878071d-1d75-49c3-93ee-f0b2d95377b1 => generated 1124 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/2970] 199.19.213.159 () {30 vars in 736 bytes} [Tue Apr 14 13:18:39 2026] GET /v2.0/ports/b4cef27c-0897-43b5-bdfd-5c2fff51b1a7 => generated 1344 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2971] 199.19.213.159 () {30 vars in 740 bytes} [Tue Apr 14 13:18:39 2026] GET /v2.0/subnets/c4e4ac07-b514-460f-83c0-8ea162c3d894 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/2972] 199.19.213.159 () {30 vars in 742 bytes} [Tue Apr 14 13:18:39 2026] GET /v2.0/networks/70bf0939-72d9-4c15-a048-d148a5a1b7c3 => generated 799 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/2973] 199.19.213.159 () {30 vars in 736 bytes} [Tue Apr 14 13:18:40 2026] GET /v2.0/ports/f878071d-1d75-49c3-93ee-f0b2d95377b1 => generated 1124 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/2974] 199.19.213.159 () {30 vars in 740 bytes} [Tue Apr 14 13:18:40 2026] GET /v2.0/subnets/c4e4ac07-b514-460f-83c0-8ea162c3d894 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/2975] 199.19.213.159 () {34 vars in 1079 bytes} [Tue Apr 14 13:18:40 2026] GET /v2.0/ports?tenant_id=3693f7621b9e471994e8c36dc0387c34&device_id=8f7ecf12-026a-4477-a5a8-005f75e7ce4f => generated 5379 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/2976] 199.19.213.159 () {34 vars in 985 bytes} [Tue Apr 14 13:18:40 2026] GET /v2.0/networks?id=db4ac296-709a-4c15-b3cc-fd23afbb6793 => generated 801 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2977] 199.19.213.159 () {34 vars in 1057 bytes} [Tue Apr 14 13:18:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.179&port_id=4d5f3994-4ab4-4393-8039-221facd921ac => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/2978] 199.19.213.159 () {34 vars in 983 bytes} [Tue Apr 14 13:18:40 2026] GET /v2.0/subnets?id=bafbf11b-7fd2-46a7-842e-fab849135340 => generated 677 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2979] 199.19.213.159 () {34 vars in 1051 bytes} [Tue Apr 14 13:18:40 2026] GET /v2.0/ports?network_id=db4ac296-709a-4c15-b3cc-fd23afbb6793&device_owner=network%3Adhcp => generated 1457 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/2980] 199.19.213.159 () {34 vars in 1011 bytes} [Tue Apr 14 13:18:40 2026] GET /v2.0/networks/db4ac296-709a-4c15-b3cc-fd23afbb6793?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2981] 199.19.213.159 () {34 vars in 1111 bytes} [Tue Apr 14 13:18:40 2026] GET /v2.0/networks/db4ac296-709a-4c15-b3cc-fd23afbb6793?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/2984] 199.19.213.159 () {30 vars in 702 bytes} [Tue Apr 14 13:18:52 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: 1467/2985] 199.19.213.159 () {30 vars in 704 bytes} [Tue Apr 14 13:18:52 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/2986] 199.19.213.159 () {30 vars in 680 bytes} [Tue Apr 14 13:18:52 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2987] 199.19.213.159 () {30 vars in 716 bytes} [Tue Apr 14 13:18:52 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/2988] 199.19.213.159 () {30 vars in 740 bytes} [Tue Apr 14 13:18:52 2026] GET /v2.0/subnets/bafbf11b-7fd2-46a7-842e-fab849135340 => 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: 1469/2989] 199.19.213.159 () {30 vars in 768 bytes} [Tue Apr 14 13:18:52 2026] GET /v2.0/ports?device_id=8f7ecf12-026a-4477-a5a8-005f75e7ce4f => generated 5379 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/2990] 199.19.213.159 () {30 vars in 702 bytes} [Tue Apr 14 13:18:52 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: 1470/2991] 199.19.213.159 () {30 vars in 704 bytes} [Tue Apr 14 13:18:52 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/2992] 199.19.213.159 () {30 vars in 680 bytes} [Tue Apr 14 13:18:52 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: 1471/2993] 199.19.213.159 () {30 vars in 716 bytes} [Tue Apr 14 13:18: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: 8|app: 0|req: 1523/2994] 199.19.213.159 () {30 vars in 736 bytes} [Tue Apr 14 13:18:52 2026] GET /v2.0/ports/0fc82841-c59a-48d0-a698-71dbb59648cc => generated 1524 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2995] 199.19.213.159 () {34 vars in 789 bytes} [Tue Apr 14 13:18:52 2026] PUT /v2.0/ports/0fc82841-c59a-48d0-a698-71dbb59648cc => generated 1311 bytes in 323 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 13:18:52.819 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-38ad1b16-a878-41d4-9cd7-ec2f28816f6d'] response: {'name': 'network-changed', 'server_uuid': '8f7ecf12-026a-4477-a5a8-005f75e7ce4f', 'tag': '0fc82841-c59a-48d0-a698-71dbb59648cc', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1524/2996] 199.19.213.159 () {30 vars in 742 bytes} [Tue Apr 14 13:18:52 2026] GET /v2.0/networks/c0ef3c03-e8fa-454c-af49-ee5b6a7d8bb6 => generated 798 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: 7|app: 0|req: 1473/2997] 199.19.213.159 () {30 vars in 740 bytes} [Tue Apr 14 13:18:52 2026] GET /v2.0/subnets/4f856c18-f7f8-4d0b-840c-5a1bf474014b => generated 748 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/2998] 199.19.213.159 () {30 vars in 736 bytes} [Tue Apr 14 13:18:52 2026] GET /v2.0/ports/0fc82841-c59a-48d0-a698-71dbb59648cc => generated 1347 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/2999] 199.19.213.159 () {34 vars in 788 bytes} [Tue Apr 14 13:18:52 2026] PUT /v2.0/ports/0fc82841-c59a-48d0-a698-71dbb59648cc => generated 1080 bytes in 292 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/3000] 199.19.213.159 () {30 vars in 742 bytes} [Tue Apr 14 13:18:53 2026] GET /v2.0/networks/c0ef3c03-e8fa-454c-af49-ee5b6a7d8bb6 => generated 798 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1475/3001] 199.19.213.159 () {30 vars in 768 bytes} [Tue Apr 14 13:18:53 2026] GET /v2.0/ports?device_id=8f7ecf12-026a-4477-a5a8-005f75e7ce4f => generated 4971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/3002] 199.19.213.159 () {34 vars in 1079 bytes} [Tue Apr 14 13:18:53 2026] GET /v2.0/ports?tenant_id=3693f7621b9e471994e8c36dc0387c34&device_id=8f7ecf12-026a-4477-a5a8-005f75e7ce4f => generated 4971 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/3003] 199.19.213.159 () {34 vars in 985 bytes} [Tue Apr 14 13:18:53 2026] GET /v2.0/networks?id=c0ef3c03-e8fa-454c-af49-ee5b6a7d8bb6 => generated 801 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/3004] 199.19.213.159 () {30 vars in 768 bytes} [Tue Apr 14 13:18:53 2026] GET /v2.0/ports?device_id=8f7ecf12-026a-4477-a5a8-005f75e7ce4f => generated 4971 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/3005] 199.19.213.159 () {34 vars in 1011 bytes} [Tue Apr 14 13:18:53 2026] GET /v2.0/networks/c0ef3c03-e8fa-454c-af49-ee5b6a7d8bb6?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/3006] 199.19.213.159 () {34 vars in 1111 bytes} [Tue Apr 14 13:18:53 2026] GET /v2.0/networks/c0ef3c03-e8fa-454c-af49-ee5b6a7d8bb6?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: 1478/3007] 199.19.213.159 () {30 vars in 768 bytes} [Tue Apr 14 13:18:54 2026] GET /v2.0/ports?device_id=8f7ecf12-026a-4477-a5a8-005f75e7ce4f => generated 4971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 13:18:54.853 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-87fba6b4-ef6a-47d0-9249-80442b36345c'] response: {'name': 'network-changed', 'server_uuid': '8f7ecf12-026a-4477-a5a8-005f75e7ce4f', 'tag': '0fc82841-c59a-48d0-a698-71dbb59648cc', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1530/3008] 199.19.213.159 () {34 vars in 1079 bytes} [Tue Apr 14 13:18:55 2026] GET /v2.0/ports?tenant_id=3693f7621b9e471994e8c36dc0387c34&device_id=8f7ecf12-026a-4477-a5a8-005f75e7ce4f => generated 4971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/3009] 199.19.213.159 () {34 vars in 985 bytes} [Tue Apr 14 13:18:55 2026] GET /v2.0/networks?id=c0ef3c03-e8fa-454c-af49-ee5b6a7d8bb6 => generated 801 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/3010] 199.19.213.159 () {34 vars in 1011 bytes} [Tue Apr 14 13:18:55 2026] GET /v2.0/networks/c0ef3c03-e8fa-454c-af49-ee5b6a7d8bb6?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/3011] 199.19.213.159 () {34 vars in 1111 bytes} [Tue Apr 14 13:18:55 2026] GET /v2.0/networks/c0ef3c03-e8fa-454c-af49-ee5b6a7d8bb6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/3012] 199.19.213.159 () {30 vars in 768 bytes} [Tue Apr 14 13:18:55 2026] GET /v2.0/ports?device_id=8f7ecf12-026a-4477-a5a8-005f75e7ce4f => generated 4971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/3013] 199.19.213.159 () {34 vars in 974 bytes} [Tue Apr 14 13:18:55 2026] GET /v2.0/ports/0fc82841-c59a-48d0-a698-71dbb59648cc => generated 1116 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/3014] 199.19.213.159 () {34 vars in 1059 bytes} [Tue Apr 14 13:18:55 2026] GET /v2.0/ports/0fc82841-c59a-48d0-a698-71dbb59648cc?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/3015] 199.19.213.159 () {34 vars in 1015 bytes} [Tue Apr 14 13:18:55 2026] GET /v2.0/networks/c0ef3c03-e8fa-454c-af49-ee5b6a7d8bb6?fields=dns_domain => generated 29 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/3016] 199.19.213.159 () {38 vars in 1027 bytes} [Tue Apr 14 13:18:55 2026] PUT /v2.0/ports/0fc82841-c59a-48d0-a698-71dbb59648cc => generated 917 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/3017] 199.19.213.159 () {30 vars in 768 bytes} [Tue Apr 14 13:18:56 2026] GET /v2.0/ports?device_id=8f7ecf12-026a-4477-a5a8-005f75e7ce4f => generated 3863 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 13:18:56.803 8 INFO neutron_taas.services.taas.taas_plugin [None req-2aed3dc8-8bfc-462a-b4b9-db48ebe2dc52 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] TaaS: Handle Delete Port: 0fc82841-c59a-48d0-a698-71dbb59648cc 2026-04-14 13:18:56.806 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2aed3dc8-8bfc-462a-b4b9-db48ebe2dc52 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Tap Mirror: Handle Delete Port: 0fc82841-c59a-48d0-a698-71dbb59648cc [pid: 8|app: 0|req: 1535/3018] 199.19.213.159 () {32 vars in 758 bytes} [Tue Apr 14 13:18:56 2026] DELETE /v2.0/ports/0fc82841-c59a-48d0-a698-71dbb59648cc => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/3019] 199.19.213.159 () {30 vars in 702 bytes} [Tue Apr 14 13:18:57 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/3020] 199.19.213.159 () {30 vars in 704 bytes} [Tue Apr 14 13:18:57 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/3021] 199.19.213.159 () {30 vars in 680 bytes} [Tue Apr 14 13:18:57 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/3022] 199.19.213.159 () {30 vars in 716 bytes} [Tue Apr 14 13:18:57 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: 1486/3023] 199.19.213.159 () {30 vars in 740 bytes} [Tue Apr 14 13:18:57 2026] GET /v2.0/subnets/c4e4ac07-b514-460f-83c0-8ea162c3d894 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/3024] 199.19.213.159 () {30 vars in 736 bytes} [Tue Apr 14 13:18:57 2026] GET /v2.0/ports/f878071d-1d75-49c3-93ee-f0b2d95377b1 => generated 1124 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/3025] 199.19.213.159 () {30 vars in 736 bytes} [Tue Apr 14 13:18:57 2026] GET /v2.0/ports/b4cef27c-0897-43b5-bdfd-5c2fff51b1a7 => generated 1344 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/3026] 199.19.213.159 () {30 vars in 740 bytes} [Tue Apr 14 13:18:57 2026] GET /v2.0/subnets/c4e4ac07-b514-460f-83c0-8ea162c3d894 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/3027] 199.19.213.159 () {30 vars in 742 bytes} [Tue Apr 14 13:18:57 2026] GET /v2.0/networks/70bf0939-72d9-4c15-a048-d148a5a1b7c3 => generated 799 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/3028] 199.19.213.159 () {30 vars in 736 bytes} [Tue Apr 14 13:18:57 2026] GET /v2.0/ports/f878071d-1d75-49c3-93ee-f0b2d95377b1 => generated 1124 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/3029] 199.19.213.159 () {30 vars in 740 bytes} [Tue Apr 14 13:18:57 2026] GET /v2.0/subnets/c4e4ac07-b514-460f-83c0-8ea162c3d894 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/3030] 199.19.213.159 () {34 vars in 1079 bytes} [Tue Apr 14 13:18:57 2026] GET /v2.0/ports?tenant_id=3693f7621b9e471994e8c36dc0387c34&device_id=8f7ecf12-026a-4477-a5a8-005f75e7ce4f => generated 3863 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/3031] 199.19.213.159 () {34 vars in 1225 bytes} [Tue Apr 14 13:18:57 2026] GET /v2.0/networks?id=ff78bfc9-5c3f-49f7-82be-97c1d6b57009&id=70bf0939-72d9-4c15-a048-d148a5a1b7c3&id=db4ac296-709a-4c15-b3cc-fd23afbb6793&id=c0ef3c03-e8fa-454c-af49-ee5b6a7d8bb6 => generated 3097 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3032] 199.19.213.159 () {34 vars in 1059 bytes} [Tue Apr 14 13:18:57 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.72&port_id=1aba3898-f524-4065-9ce1-439de800c395 => 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: 1491/3033] 199.19.213.159 () {34 vars in 983 bytes} [Tue Apr 14 13:18:57 2026] GET /v2.0/subnets?id=faaa573e-6741-42cc-ad1b-cf443ee9e007 => generated 654 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/3034] 199.19.213.159 () {34 vars in 1051 bytes} [Tue Apr 14 13:18:57 2026] GET /v2.0/ports?network_id=ff78bfc9-5c3f-49f7-82be-97c1d6b57009&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/3035] 199.19.213.159 () {34 vars in 1011 bytes} [Tue Apr 14 13:18:57 2026] GET /v2.0/networks/ff78bfc9-5c3f-49f7-82be-97c1d6b57009?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/3036] 199.19.213.159 () {34 vars in 1111 bytes} [Tue Apr 14 13:18:57 2026] GET /v2.0/networks/ff78bfc9-5c3f-49f7-82be-97c1d6b57009?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: 1493/3037] 199.19.213.159 () {34 vars in 1055 bytes} [Tue Apr 14 13:18:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.14&port_id=b4cef27c-0897-43b5-bdfd-5c2fff51b1a7 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/3038] 199.19.213.159 () {34 vars in 983 bytes} [Tue Apr 14 13:18:58 2026] GET /v2.0/subnets?id=c4e4ac07-b514-460f-83c0-8ea162c3d894 => generated 679 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/3039] 199.19.213.159 () {34 vars in 1051 bytes} [Tue Apr 14 13:18:58 2026] GET /v2.0/ports?network_id=70bf0939-72d9-4c15-a048-d148a5a1b7c3&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3040] 199.19.213.159 () {34 vars in 1011 bytes} [Tue Apr 14 13:18:58 2026] GET /v2.0/networks/70bf0939-72d9-4c15-a048-d148a5a1b7c3?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: 1495/3041] 199.19.213.159 () {34 vars in 1111 bytes} [Tue Apr 14 13:18:58 2026] GET /v2.0/networks/70bf0939-72d9-4c15-a048-d148a5a1b7c3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3042] 199.19.213.159 () {34 vars in 1057 bytes} [Tue Apr 14 13:18:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.179&port_id=4d5f3994-4ab4-4393-8039-221facd921ac => 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: 1496/3043] 199.19.213.159 () {34 vars in 983 bytes} [Tue Apr 14 13:18:58 2026] GET /v2.0/subnets?id=bafbf11b-7fd2-46a7-842e-fab849135340 => generated 677 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1548/3044] 199.19.213.159 () {34 vars in 1051 bytes} [Tue Apr 14 13:18:58 2026] GET /v2.0/ports?network_id=db4ac296-709a-4c15-b3cc-fd23afbb6793&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: 1497/3045] 199.19.213.159 () {34 vars in 1011 bytes} [Tue Apr 14 13:18:58 2026] GET /v2.0/networks/db4ac296-709a-4c15-b3cc-fd23afbb6793?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/3046] 199.19.213.159 () {34 vars in 1111 bytes} [Tue Apr 14 13:18:58 2026] GET /v2.0/networks/db4ac296-709a-4c15-b3cc-fd23afbb6793?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: 1499/3049] 199.19.213.159 () {30 vars in 702 bytes} [Tue Apr 14 13:19:02 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/3050] 199.19.213.159 () {30 vars in 704 bytes} [Tue Apr 14 13:19:02 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/3051] 199.19.213.159 () {30 vars in 680 bytes} [Tue Apr 14 13:19:02 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/3052] 199.19.213.159 () {30 vars in 716 bytes} [Tue Apr 14 13:19:02 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: 1501/3053] 199.19.213.159 () {30 vars in 768 bytes} [Tue Apr 14 13:19:02 2026] GET /v2.0/ports?device_id=8f7ecf12-026a-4477-a5a8-005f75e7ce4f => generated 3863 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3054] 199.19.213.159 () {30 vars in 702 bytes} [Tue Apr 14 13:19:03 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: 1502/3055] 199.19.213.159 () {30 vars in 704 bytes} [Tue Apr 14 13:19: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: 8|app: 0|req: 1554/3056] 199.19.213.159 () {30 vars in 680 bytes} [Tue Apr 14 13:19: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: 7|app: 0|req: 1503/3057] 199.19.213.159 () {30 vars in 716 bytes} [Tue Apr 14 13:19: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: 8|app: 0|req: 1555/3058] 199.19.213.159 () {30 vars in 736 bytes} [Tue Apr 14 13:19:03 2026] GET /v2.0/ports/4d5f3994-4ab4-4393-8039-221facd921ac => generated 1291 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/3059] 199.19.213.159 () {34 vars in 788 bytes} [Tue Apr 14 13:19:03 2026] PUT /v2.0/ports/4d5f3994-4ab4-4393-8039-221facd921ac => generated 1080 bytes in 298 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 13:19:03.520 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3353f9d7-b2f2-4b40-9552-8ba65827bc59'] response: {'name': 'network-changed', 'server_uuid': '8f7ecf12-026a-4477-a5a8-005f75e7ce4f', 'tag': '4d5f3994-4ab4-4393-8039-221facd921ac', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1556/3060] 199.19.213.159 () {30 vars in 742 bytes} [Tue Apr 14 13:19:03 2026] GET /v2.0/networks/db4ac296-709a-4c15-b3cc-fd23afbb6793 => generated 798 bytes in 54 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: 1505/3061] 199.19.213.159 () {30 vars in 768 bytes} [Tue Apr 14 13:19:03 2026] GET /v2.0/ports?device_id=8f7ecf12-026a-4477-a5a8-005f75e7ce4f => generated 3688 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/3062] 199.19.213.159 () {30 vars in 768 bytes} [Tue Apr 14 13:19:03 2026] GET /v2.0/ports?device_id=8f7ecf12-026a-4477-a5a8-005f75e7ce4f => generated 3688 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/3063] 199.19.213.159 () {34 vars in 1079 bytes} [Tue Apr 14 13:19:04 2026] GET /v2.0/ports?tenant_id=3693f7621b9e471994e8c36dc0387c34&device_id=8f7ecf12-026a-4477-a5a8-005f75e7ce4f => generated 3688 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/3064] 199.19.213.159 () {34 vars in 985 bytes} [Tue Apr 14 13:19:04 2026] GET /v2.0/networks?id=db4ac296-709a-4c15-b3cc-fd23afbb6793 => generated 801 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/3065] 199.19.213.159 () {34 vars in 1011 bytes} [Tue Apr 14 13:19:04 2026] GET /v2.0/networks/db4ac296-709a-4c15-b3cc-fd23afbb6793?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/3066] 199.19.213.159 () {34 vars in 1111 bytes} [Tue Apr 14 13:19:04 2026] GET /v2.0/networks/db4ac296-709a-4c15-b3cc-fd23afbb6793?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: 7|app: 0|req: 1508/3067] 199.19.213.159 () {30 vars in 768 bytes} [Tue Apr 14 13:19:04 2026] GET /v2.0/ports?device_id=8f7ecf12-026a-4477-a5a8-005f75e7ce4f => generated 3688 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/3068] 199.19.213.159 () {34 vars in 974 bytes} [Tue Apr 14 13:19:05 2026] GET /v2.0/ports/4d5f3994-4ab4-4393-8039-221facd921ac => generated 1116 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/3069] 199.19.213.159 () {34 vars in 1059 bytes} [Tue Apr 14 13:19:05 2026] GET /v2.0/ports/4d5f3994-4ab4-4393-8039-221facd921ac?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3070] 199.19.213.159 () {34 vars in 1015 bytes} [Tue Apr 14 13:19:05 2026] GET /v2.0/networks/db4ac296-709a-4c15-b3cc-fd23afbb6793?fields=dns_domain => generated 29 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/3071] 199.19.213.159 () {30 vars in 768 bytes} [Tue Apr 14 13:19:05 2026] GET /v2.0/ports?device_id=8f7ecf12-026a-4477-a5a8-005f75e7ce4f => generated 3688 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1562/3072] 199.19.213.159 () {38 vars in 1027 bytes} [Tue Apr 14 13:19:05 2026] PUT /v2.0/ports/4d5f3994-4ab4-4393-8039-221facd921ac => generated 917 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/3073] 199.19.213.159 () {30 vars in 768 bytes} [Tue Apr 14 13:19:06 2026] GET /v2.0/ports?device_id=8f7ecf12-026a-4477-a5a8-005f75e7ce4f => generated 2580 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-04-14 13:19:07.026 8 INFO neutron_taas.services.taas.taas_plugin [None req-660e13e9-cfa2-4f37-bf30-c7454f8ea1f2 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] TaaS: Handle Delete Port: 4d5f3994-4ab4-4393-8039-221facd921ac 2026-04-14 13:19:07.030 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-660e13e9-cfa2-4f37-bf30-c7454f8ea1f2 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Tap Mirror: Handle Delete Port: 4d5f3994-4ab4-4393-8039-221facd921ac [pid: 8|app: 0|req: 1563/3074] 199.19.213.159 () {32 vars in 758 bytes} [Tue Apr 14 13:19:06 2026] DELETE /v2.0/ports/4d5f3994-4ab4-4393-8039-221facd921ac => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/3075] 199.19.213.159 () {30 vars in 702 bytes} [Tue Apr 14 13:19:07 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/3076] 199.19.213.159 () {30 vars in 704 bytes} [Tue Apr 14 13:19:07 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: 1513/3077] 199.19.213.159 () {30 vars in 680 bytes} [Tue Apr 14 13:19:07 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/3078] 199.19.213.159 () {30 vars in 716 bytes} [Tue Apr 14 13:19:07 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: 1514/3079] 199.19.213.159 () {30 vars in 740 bytes} [Tue Apr 14 13:19:07 2026] GET /v2.0/subnets/c4e4ac07-b514-460f-83c0-8ea162c3d894 => generated 676 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/3080] 199.19.213.159 () {30 vars in 736 bytes} [Tue Apr 14 13:19:07 2026] GET /v2.0/ports/f878071d-1d75-49c3-93ee-f0b2d95377b1 => generated 1124 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/3081] 199.19.213.159 () {30 vars in 736 bytes} [Tue Apr 14 13:19:07 2026] GET /v2.0/ports/b4cef27c-0897-43b5-bdfd-5c2fff51b1a7 => generated 1344 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3082] 199.19.213.159 () {30 vars in 740 bytes} [Tue Apr 14 13:19:07 2026] GET /v2.0/subnets/c4e4ac07-b514-460f-83c0-8ea162c3d894 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/3083] 199.19.213.159 () {30 vars in 742 bytes} [Tue Apr 14 13:19:07 2026] GET /v2.0/networks/70bf0939-72d9-4c15-a048-d148a5a1b7c3 => generated 799 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3084] 199.19.213.159 () {30 vars in 736 bytes} [Tue Apr 14 13:19:07 2026] GET /v2.0/ports/f878071d-1d75-49c3-93ee-f0b2d95377b1 => generated 1124 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/3085] 199.19.213.159 () {30 vars in 740 bytes} [Tue Apr 14 13:19:07 2026] GET /v2.0/subnets/c4e4ac07-b514-460f-83c0-8ea162c3d894 => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/3086] 199.19.213.159 () {34 vars in 1079 bytes} [Tue Apr 14 13:19:07 2026] GET /v2.0/ports?tenant_id=3693f7621b9e471994e8c36dc0387c34&device_id=8f7ecf12-026a-4477-a5a8-005f75e7ce4f => generated 2580 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/3087] 199.19.213.159 () {34 vars in 1145 bytes} [Tue Apr 14 13:19:07 2026] GET /v2.0/networks?id=ff78bfc9-5c3f-49f7-82be-97c1d6b57009&id=70bf0939-72d9-4c15-a048-d148a5a1b7c3&id=db4ac296-709a-4c15-b3cc-fd23afbb6793 => generated 2310 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/3088] 199.19.213.159 () {34 vars in 1059 bytes} [Tue Apr 14 13:19:07 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.72&port_id=1aba3898-f524-4065-9ce1-439de800c395 => 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: 1519/3089] 199.19.213.159 () {34 vars in 983 bytes} [Tue Apr 14 13:19:07 2026] GET /v2.0/subnets?id=faaa573e-6741-42cc-ad1b-cf443ee9e007 => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3090] 199.19.213.159 () {34 vars in 1051 bytes} [Tue Apr 14 13:19:07 2026] GET /v2.0/ports?network_id=ff78bfc9-5c3f-49f7-82be-97c1d6b57009&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/3091] 199.19.213.159 () {34 vars in 1011 bytes} [Tue Apr 14 13:19:07 2026] GET /v2.0/networks/ff78bfc9-5c3f-49f7-82be-97c1d6b57009?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/3092] 199.19.213.159 () {34 vars in 1111 bytes} [Tue Apr 14 13:19:07 2026] GET /v2.0/networks/ff78bfc9-5c3f-49f7-82be-97c1d6b57009?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: 1521/3093] 199.19.213.159 () {34 vars in 1055 bytes} [Tue Apr 14 13:19:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.14&port_id=b4cef27c-0897-43b5-bdfd-5c2fff51b1a7 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/3094] 199.19.213.159 () {34 vars in 983 bytes} [Tue Apr 14 13:19:07 2026] GET /v2.0/subnets?id=c4e4ac07-b514-460f-83c0-8ea162c3d894 => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/3095] 199.19.213.159 () {34 vars in 1051 bytes} [Tue Apr 14 13:19:07 2026] GET /v2.0/ports?network_id=70bf0939-72d9-4c15-a048-d148a5a1b7c3&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/3096] 199.19.213.159 () {34 vars in 1011 bytes} [Tue Apr 14 13:19:07 2026] GET /v2.0/networks/70bf0939-72d9-4c15-a048-d148a5a1b7c3?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: 1523/3097] 199.19.213.159 () {34 vars in 1111 bytes} [Tue Apr 14 13:19:08 2026] GET /v2.0/networks/70bf0939-72d9-4c15-a048-d148a5a1b7c3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/3100] 199.19.213.159 () {30 vars in 702 bytes} [Tue Apr 14 13:19:18 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: 1525/3101] 199.19.213.159 () {30 vars in 704 bytes} [Tue Apr 14 13:19:18 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3102] 199.19.213.159 () {30 vars in 680 bytes} [Tue Apr 14 13:19:18 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: 1526/3103] 199.19.213.159 () {30 vars in 716 bytes} [Tue Apr 14 13:19:18 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:19:18.644 8 INFO neutron.api.v2.resource [None req-ff20bbda-5ffe-4ed6-a84c-d375461addee 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1578/3104] 199.19.213.159 () {30 vars in 762 bytes} [Tue Apr 14 13:19:18 2026] GET /v2.0/security-groups/lb-300bed11-2036-435c-bc68-156b6352a914 => 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: 1527/3105] 199.19.213.159 () {30 vars in 784 bytes} [Tue Apr 14 13:19:18 2026] GET /v2.0/security-groups?name=lb-300bed11-2036-435c-bc68-156b6352a914 => generated 2865 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/3106] 199.19.213.159 () {30 vars in 814 bytes} [Tue Apr 14 13:19:18 2026] GET /v2.0/security-group-rules?security_group_id=20a10bfa-28dc-4638-a9be-5dc6c6330b31 => generated 2334 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/3107] 199.19.213.159 () {32 vars in 788 bytes} [Tue Apr 14 13:19:18 2026] DELETE /v2.0/security-group-rules/9892f1fb-1e72-44ab-a7a6-90882980298f => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3108] 199.19.213.159 () {32 vars in 788 bytes} [Tue Apr 14 13:19:18 2026] DELETE /v2.0/security-group-rules/b90ad63a-6747-4180-a93e-e54ca07bac64 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 13:19:22.730 7 INFO neutron_taas.services.taas.taas_plugin [None req-f103304a-81ff-4cc9-b1f2-4dd2e89256af 307ead5e10404d50828ae456d825851a 3cab9d80633d4201bbfca0baef7da5b3 - - default default] TaaS: Handle Delete Port: 8ad79039-809f-407c-9c43-918db34ea352 2026-04-14 13:19:22.733 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f103304a-81ff-4cc9-b1f2-4dd2e89256af 307ead5e10404d50828ae456d825851a 3cab9d80633d4201bbfca0baef7da5b3 - - default default] Tap Mirror: Handle Delete Port: 8ad79039-809f-407c-9c43-918db34ea352 2026-04-14 13:19:22.917 7 INFO neutron.db.l3_db [None req-f103304a-81ff-4cc9-b1f2-4dd2e89256af 307ead5e10404d50828ae456d825851a 3cab9d80633d4201bbfca0baef7da5b3 - - default default] Floating IP 4646136b-d2b8-41e8-9d09-808fd2940ca3 disassociated (deleted). External IP: 10.96.250.216, port: f878071d-1d75-49c3-93ee-f0b2d95377b1. [pid: 7|app: 0|req: 1529/3109] 10.0.0.89 () {32 vars in 730 bytes} [Tue Apr 14 13:19:22 2026] DELETE /v2.0/floatingips/4646136b-d2b8-41e8-9d09-808fd2940ca3 => generated 0 bytes in 591 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 13:19:23.219 8 INFO neutron.api.v2.resource [None req-3471c6ed-2b6d-490f-8e19-8b54122b2fc6 307ead5e10404d50828ae456d825851a 3cab9d80633d4201bbfca0baef7da5b3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1581/3110] 10.0.0.89 () {32 vars in 727 bytes} [Tue Apr 14 13:19:23 2026] GET /v2.0/floatingips/4646136b-d2b8-41e8-9d09-808fd2940ca3 => generated 144 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/3111] 199.19.213.159 () {30 vars in 702 bytes} [Tue Apr 14 13:19:24 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/3112] 199.19.213.159 () {30 vars in 704 bytes} [Tue Apr 14 13:19:24 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/3113] 199.19.213.159 () {30 vars in 680 bytes} [Tue Apr 14 13:19:24 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3114] 199.19.213.159 () {30 vars in 716 bytes} [Tue Apr 14 13:19:24 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:19:24.073 7 INFO neutron.api.v2.resource [None req-65c7f886-e9a8-4176-8f70-99436d86f085 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1532/3115] 199.19.213.159 () {30 vars in 762 bytes} [Tue Apr 14 13:19:24 2026] GET /v2.0/security-groups/lb-300bed11-2036-435c-bc68-156b6352a914 => generated 149 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1584/3116] 199.19.213.159 () {30 vars in 784 bytes} [Tue Apr 14 13:19:24 2026] GET /v2.0/security-groups?name=lb-300bed11-2036-435c-bc68-156b6352a914 => generated 1639 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/3117] 199.19.213.159 () {30 vars in 814 bytes} [Tue Apr 14 13:19:24 2026] GET /v2.0/security-group-rules?security_group_id=20a10bfa-28dc-4638-a9be-5dc6c6330b31 => generated 1182 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/3118] 199.19.213.159 () {30 vars in 702 bytes} [Tue Apr 14 13:19:24 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/3119] 199.19.213.159 () {30 vars in 704 bytes} [Tue Apr 14 13:19:24 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/3120] 199.19.213.159 () {30 vars in 680 bytes} [Tue Apr 14 13:19:24 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: 1535/3121] 199.19.213.159 () {30 vars in 716 bytes} [Tue Apr 14 13:19:24 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3122] 199.19.213.159 () {30 vars in 740 bytes} [Tue Apr 14 13:19:24 2026] GET /v2.0/subnets/c4e4ac07-b514-460f-83c0-8ea162c3d894 => generated 676 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/3123] 199.19.213.159 () {30 vars in 768 bytes} [Tue Apr 14 13:19:24 2026] GET /v2.0/ports?device_id=8f7ecf12-026a-4477-a5a8-005f75e7ce4f => generated 2580 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/3124] 199.19.213.159 () {30 vars in 768 bytes} [Tue Apr 14 13:19:24 2026] GET /v2.0/ports?device_id=8f7ecf12-026a-4477-a5a8-005f75e7ce4f => generated 2580 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/3125] 199.19.213.159 () {30 vars in 768 bytes} [Tue Apr 14 13:19:24 2026] GET /v2.0/ports?device_id=8f7ecf12-026a-4477-a5a8-005f75e7ce4f => generated 2580 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1589/3126] 199.19.213.159 () {30 vars in 768 bytes} [Tue Apr 14 13:19:25 2026] GET /v2.0/ports?device_id=8f7ecf12-026a-4477-a5a8-005f75e7ce4f => generated 2580 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/3127] 199.19.213.159 () {34 vars in 974 bytes} [Tue Apr 14 13:19:26 2026] GET /v2.0/ports/b4cef27c-0897-43b5-bdfd-5c2fff51b1a7 => generated 1344 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/3128] 199.19.213.159 () {34 vars in 1059 bytes} [Tue Apr 14 13:19:26 2026] GET /v2.0/ports/b4cef27c-0897-43b5-bdfd-5c2fff51b1a7?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/3129] 199.19.213.159 () {34 vars in 1015 bytes} [Tue Apr 14 13:19:26 2026] GET /v2.0/networks/70bf0939-72d9-4c15-a048-d148a5a1b7c3?fields=dns_domain => generated 29 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1591/3130] 199.19.213.159 () {30 vars in 768 bytes} [Tue Apr 14 13:19:26 2026] GET /v2.0/ports?device_id=8f7ecf12-026a-4477-a5a8-005f75e7ce4f => generated 2580 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/3131] 199.19.213.159 () {38 vars in 1027 bytes} [Tue Apr 14 13:19:26 2026] PUT /v2.0/ports/b4cef27c-0897-43b5-bdfd-5c2fff51b1a7 => generated 1145 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/3132] 199.19.213.159 () {30 vars in 768 bytes} [Tue Apr 14 13:19:27 2026] GET /v2.0/ports?device_id=8f7ecf12-026a-4477-a5a8-005f75e7ce4f => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1541/3133] 199.19.213.159 () {34 vars in 788 bytes} [Tue Apr 14 13:19:27 2026] PUT /v2.0/ports/b4cef27c-0897-43b5-bdfd-5c2fff51b1a7 => generated 1086 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1593/3134] 199.19.213.159 () {30 vars in 736 bytes} [Tue Apr 14 13:19:27 2026] GET /v2.0/ports/b4cef27c-0897-43b5-bdfd-5c2fff51b1a7 => generated 1086 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 13:19:28.074 7 INFO neutron_taas.services.taas.taas_plugin [None req-0800d9bb-441f-45d8-9057-4f0f3eacb1b6 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] TaaS: Handle Delete Port: b4cef27c-0897-43b5-bdfd-5c2fff51b1a7 2026-04-14 13:19:28.077 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0800d9bb-441f-45d8-9057-4f0f3eacb1b6 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Tap Mirror: Handle Delete Port: b4cef27c-0897-43b5-bdfd-5c2fff51b1a7 [pid: 7|app: 0|req: 1542/3135] 199.19.213.159 () {32 vars in 758 bytes} [Tue Apr 14 13:19:27 2026] DELETE /v2.0/ports/b4cef27c-0897-43b5-bdfd-5c2fff51b1a7 => generated 0 bytes in 225 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3136] 199.19.213.159 () {34 vars in 1079 bytes} [Tue Apr 14 13:19:28 2026] GET /v2.0/ports?tenant_id=3693f7621b9e471994e8c36dc0387c34&device_id=8f7ecf12-026a-4477-a5a8-005f75e7ce4f => 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: 1543/3137] 199.19.213.159 () {30 vars in 702 bytes} [Tue Apr 14 13:19:28 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: 1544/3138] 199.19.213.159 () {30 vars in 704 bytes} [Tue Apr 14 13:19:28 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3139] 199.19.213.159 () {30 vars in 680 bytes} [Tue Apr 14 13:19:28 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: 1546/3140] 199.19.213.159 () {30 vars in 716 bytes} [Tue Apr 14 13:19:28 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/3141] 199.19.213.159 () {34 vars in 1065 bytes} [Tue Apr 14 13:19:28 2026] GET /v2.0/networks?id=ff78bfc9-5c3f-49f7-82be-97c1d6b57009&id=70bf0939-72d9-4c15-a048-d148a5a1b7c3 => generated 1523 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 13:19:28.537 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e68f6b04-570e-4918-88d4-ecc19a75d104 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1547/3142] 199.19.213.159 () {32 vars in 758 bytes} [Tue Apr 14 13:19:28 2026] DELETE /v2.0/ports/b4cef27c-0897-43b5-bdfd-5c2fff51b1a7 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3143] 199.19.213.159 () {34 vars in 1059 bytes} [Tue Apr 14 13:19:28 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.72&port_id=1aba3898-f524-4065-9ce1-439de800c395 => 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: 1548/3144] 199.19.213.159 () {30 vars in 736 bytes} [Tue Apr 14 13:19:28 2026] GET /v2.0/ports/f878071d-1d75-49c3-93ee-f0b2d95377b1 => generated 1124 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/3145] 199.19.213.159 () {34 vars in 983 bytes} [Tue Apr 14 13:19:28 2026] GET /v2.0/subnets?id=faaa573e-6741-42cc-ad1b-cf443ee9e007 => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:19:28.594 7 INFO neutron.api.v2.resource [None req-b9d621a0-43f0-46b2-89e8-b7bcb38820d6 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1549/3146] 199.19.213.159 () {30 vars in 762 bytes} [Tue Apr 14 13:19:28 2026] GET /v2.0/security-groups/lb-300bed11-2036-435c-bc68-156b6352a914 => 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: 1550/3147] 199.19.213.159 () {30 vars in 784 bytes} [Tue Apr 14 13:19:28 2026] GET /v2.0/security-groups?name=lb-300bed11-2036-435c-bc68-156b6352a914 => generated 1639 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3148] 199.19.213.159 () {34 vars in 1051 bytes} [Tue Apr 14 13:19:28 2026] GET /v2.0/ports?network_id=ff78bfc9-5c3f-49f7-82be-97c1d6b57009&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1599/3149] 199.19.213.159 () {30 vars in 736 bytes} [Tue Apr 14 13:19:28 2026] GET /v2.0/ports/f878071d-1d75-49c3-93ee-f0b2d95377b1 => generated 1124 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/3150] 199.19.213.159 () {34 vars in 1011 bytes} [Tue Apr 14 13:19:28 2026] GET /v2.0/networks/ff78bfc9-5c3f-49f7-82be-97c1d6b57009?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: 1552/3151] 199.19.213.159 () {34 vars in 1111 bytes} [Tue Apr 14 13:19:28 2026] GET /v2.0/networks/ff78bfc9-5c3f-49f7-82be-97c1d6b57009?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/3152] 199.19.213.159 () {34 vars in 788 bytes} [Tue Apr 14 13:19:28 2026] PUT /v2.0/ports/f878071d-1d75-49c3-93ee-f0b2d95377b1 => generated 1086 bytes in 191 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/3153] 199.19.213.159 () {32 vars in 778 bytes} [Tue Apr 14 13:19:28 2026] DELETE /v2.0/security-groups/20a10bfa-28dc-4638-a9be-5dc6c6330b31 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 13:19:29.062 8 INFO neutron_taas.services.taas.taas_plugin [None req-74498400-35f3-4fe3-9fdc-878c3e0fea80 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] TaaS: Handle Delete Port: f878071d-1d75-49c3-93ee-f0b2d95377b1 2026-04-14 13:19:29.063 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-74498400-35f3-4fe3-9fdc-878c3e0fea80 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Tap Mirror: Handle Delete Port: f878071d-1d75-49c3-93ee-f0b2d95377b1 [pid: 8|app: 0|req: 1601/3154] 199.19.213.159 () {32 vars in 758 bytes} [Tue Apr 14 13:19:28 2026] DELETE /v2.0/ports/f878071d-1d75-49c3-93ee-f0b2d95377b1 => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/3157] 199.19.213.159 () {34 vars in 993 bytes} [Tue Apr 14 13:19:31 2026] GET /v2.0/ports?device_id=8f7ecf12-026a-4477-a5a8-005f75e7ce4f => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 13:19:31.996 7 INFO neutron_taas.services.taas.taas_plugin [req-27cebf20-b5d2-4730-ab64-b128d045fc8d req-3a03009c-cf4e-4b85-9b83-1d169ae9f21a 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] TaaS: Handle Delete Port: 1aba3898-f524-4065-9ce1-439de800c395 2026-04-14 13:19:31.999 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-27cebf20-b5d2-4730-ab64-b128d045fc8d req-3a03009c-cf4e-4b85-9b83-1d169ae9f21a 07a826a9f9ea4418bda3456837295b64 3693f7621b9e471994e8c36dc0387c34 - - default default] Tap Mirror: Handle Delete Port: 1aba3898-f524-4065-9ce1-439de800c395 [pid: 7|app: 0|req: 1555/3158] 199.19.213.159 () {36 vars in 996 bytes} [Tue Apr 14 13:19:31 2026] DELETE /v2.0/ports/1aba3898-f524-4065-9ce1-439de800c395 => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:19:32.182 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-958e32ca-3010-4287-b81d-ea7162359b46'] response: {'server_uuid': '8f7ecf12-026a-4477-a5a8-005f75e7ce4f', 'name': 'network-vif-deleted', 'tag': '1aba3898-f524-4065-9ce1-439de800c395', 'status': 'completed', 'code': 200} 2026-04-14 13:19:33.528 8 INFO neutron_taas.services.taas.taas_plugin [None req-f05c07d6-0e6f-438f-8ee5-40713c6d8f3e 307ead5e10404d50828ae456d825851a 3cab9d80633d4201bbfca0baef7da5b3 - - default default] TaaS: Handle Delete Port: 88a53c65-084c-4fb7-83f2-d743b6362cb0 2026-04-14 13:19:33.531 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f05c07d6-0e6f-438f-8ee5-40713c6d8f3e 307ead5e10404d50828ae456d825851a 3cab9d80633d4201bbfca0baef7da5b3 - - default default] Tap Mirror: Handle Delete Port: 88a53c65-084c-4fb7-83f2-d743b6362cb0 2026-04-14 13:19:33.706 8 INFO neutron.db.l3_db [None req-f05c07d6-0e6f-438f-8ee5-40713c6d8f3e 307ead5e10404d50828ae456d825851a 3cab9d80633d4201bbfca0baef7da5b3 - - default default] Floating IP 6bf1d307-750d-45e7-b0a8-d71fb6a0a5f6 disassociated (deleted). External IP: 10.96.250.220, port: 89551514-a756-4a71-8f8d-2a215a5b6d39. [pid: 8|app: 0|req: 1604/3159] 10.0.0.89 () {32 vars in 730 bytes} [Tue Apr 14 13:19:33 2026] DELETE /v2.0/floatingips/6bf1d307-750d-45e7-b0a8-d71fb6a0a5f6 => generated 0 bytes in 617 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 13:19:34.062 7 INFO neutron.api.v2.resource [None req-e29957ab-86a9-4c7e-872e-8f23c9ea2986 307ead5e10404d50828ae456d825851a 3cab9d80633d4201bbfca0baef7da5b3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1556/3160] 10.0.0.89 () {32 vars in 727 bytes} [Tue Apr 14 13:19:34 2026] GET /v2.0/floatingips/6bf1d307-750d-45e7-b0a8-d71fb6a0a5f6 => generated 144 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 13:19:34.073 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7b6b049a-38cc-4e5d-9550-f41dd2c5e5fd'] response: {'name': 'network-changed', 'server_uuid': '329e1229-41f9-4248-a363-4e08d870a9ad', 'tag': '89551514-a756-4a71-8f8d-2a215a5b6d39', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1605/3161] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:19:34 2026] GET /v2.0/ports?device_id=329e1229-41f9-4248-a363-4e08d870a9ad => generated 1204 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3162] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:19:34 2026] GET /v2.0/security-groups?id=4f847785-7283-4c79-952c-fbf6151e6968&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1606/3163] 199.19.213.159 () {34 vars in 1079 bytes} [Tue Apr 14 13:19:34 2026] GET /v2.0/ports?tenant_id=3cab9d80633d4201bbfca0baef7da5b3&device_id=329e1229-41f9-4248-a363-4e08d870a9ad => generated 1473 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3164] 199.19.213.159 () {34 vars in 985 bytes} [Tue Apr 14 13:19:34 2026] GET /v2.0/networks?id=c0ef3c03-e8fa-454c-af49-ee5b6a7d8bb6 => generated 801 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/3165] 199.19.213.159 () {34 vars in 1057 bytes} [Tue Apr 14 13:19:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.245&port_id=89551514-a756-4a71-8f8d-2a215a5b6d39 => 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: 1559/3166] 199.19.213.159 () {34 vars in 1105 bytes} [Tue Apr 14 13:19:34 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A27e&port_id=89551514-a756-4a71-8f8d-2a215a5b6d39 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1608/3167] 199.19.213.159 () {34 vars in 1063 bytes} [Tue Apr 14 13:19:34 2026] GET /v2.0/subnets?id=4f856c18-f7f8-4d0b-840c-5a1bf474014b&id=f987b34e-7c08-4471-b4a7-285d404744bf => generated 1414 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/3168] 199.19.213.159 () {34 vars in 1051 bytes} [Tue Apr 14 13:19:34 2026] GET /v2.0/ports?network_id=c0ef3c03-e8fa-454c-af49-ee5b6a7d8bb6&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1609/3169] 199.19.213.159 () {34 vars in 1051 bytes} [Tue Apr 14 13:19:34 2026] GET /v2.0/ports?network_id=c0ef3c03-e8fa-454c-af49-ee5b6a7d8bb6&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: 1561/3170] 199.19.213.159 () {34 vars in 1011 bytes} [Tue Apr 14 13:19:34 2026] GET /v2.0/networks/c0ef3c03-e8fa-454c-af49-ee5b6a7d8bb6?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1610/3171] 199.19.213.159 () {34 vars in 1111 bytes} [Tue Apr 14 13:19:34 2026] GET /v2.0/networks/c0ef3c03-e8fa-454c-af49-ee5b6a7d8bb6?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: 1562/3172] 199.19.213.159 () {34 vars in 993 bytes} [Tue Apr 14 13:19:36 2026] GET /v2.0/ports?device_id=329e1229-41f9-4248-a363-4e08d870a9ad => generated 1204 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 13:19:36.862 8 INFO neutron_taas.services.taas.taas_plugin [req-944baad7-0040-47ab-bc23-7b59f1854d6f req-4d8a4587-7354-4e2f-b33e-e33e51274498 307ead5e10404d50828ae456d825851a 3cab9d80633d4201bbfca0baef7da5b3 - - default default] TaaS: Handle Delete Port: 89551514-a756-4a71-8f8d-2a215a5b6d39 2026-04-14 13:19:36.866 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-944baad7-0040-47ab-bc23-7b59f1854d6f req-4d8a4587-7354-4e2f-b33e-e33e51274498 307ead5e10404d50828ae456d825851a 3cab9d80633d4201bbfca0baef7da5b3 - - default default] Tap Mirror: Handle Delete Port: 89551514-a756-4a71-8f8d-2a215a5b6d39 [pid: 8|app: 0|req: 1611/3173] 199.19.213.159 () {36 vars in 996 bytes} [Tue Apr 14 13:19:36 2026] DELETE /v2.0/ports/89551514-a756-4a71-8f8d-2a215a5b6d39 => generated 0 bytes in 288 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:19:37.072 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-784aa010-e94a-464a-b5c3-6a0800513b63'] response: {'server_uuid': '329e1229-41f9-4248-a363-4e08d870a9ad', 'name': 'network-vif-deleted', 'tag': '89551514-a756-4a71-8f8d-2a215a5b6d39', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1563/3174] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:19:39 2026] GET /v2.0/ports?device_id=329e1229-41f9-4248-a363-4e08d870a9ad => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 13:19:44.622 8 INFO neutron_taas.services.taas.taas_plugin [None req-73622f9a-e543-4b48-823d-8023aca19cfe 307ead5e10404d50828ae456d825851a 3cab9d80633d4201bbfca0baef7da5b3 - - default default] TaaS: Handle Delete Port: cce5574e-8864-4c6b-a671-f608a1adc78f 2026-04-14 13:19:44.625 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-73622f9a-e543-4b48-823d-8023aca19cfe 307ead5e10404d50828ae456d825851a 3cab9d80633d4201bbfca0baef7da5b3 - - default default] Tap Mirror: Handle Delete Port: cce5574e-8864-4c6b-a671-f608a1adc78f 2026-04-14 13:19:44.811 8 INFO neutron.db.l3_db [None req-73622f9a-e543-4b48-823d-8023aca19cfe 307ead5e10404d50828ae456d825851a 3cab9d80633d4201bbfca0baef7da5b3 - - default default] Floating IP d2810378-55a3-4f8f-84dd-a00cf0591b32 disassociated (deleted). External IP: 10.96.250.207, port: 06dd2a9e-3635-4f28-ad52-000f756aae61. [pid: 8|app: 0|req: 1612/3175] 10.0.0.89 () {32 vars in 730 bytes} [Tue Apr 14 13:19:44 2026] DELETE /v2.0/floatingips/d2810378-55a3-4f8f-84dd-a00cf0591b32 => generated 0 bytes in 690 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 13:19:45.188 7 INFO neutron.api.v2.resource [None req-3c2f37dd-5950-461d-8539-d40afa04e879 307ead5e10404d50828ae456d825851a 3cab9d80633d4201bbfca0baef7da5b3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1564/3176] 10.0.0.89 () {32 vars in 727 bytes} [Tue Apr 14 13:19:45 2026] GET /v2.0/floatingips/d2810378-55a3-4f8f-84dd-a00cf0591b32 => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 13:19:45.203 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-10f630d5-b892-4a03-b394-bc24b821042b'] response: {'name': 'network-changed', 'server_uuid': '84f9a053-3e06-4dca-825c-abf0fac351a3', 'tag': '06dd2a9e-3635-4f28-ad52-000f756aae61', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1613/3177] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:19:45 2026] GET /v2.0/ports?device_id=84f9a053-3e06-4dca-825c-abf0fac351a3 => generated 1196 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3178] 10.0.0.176 () {34 vars in 1039 bytes} [Tue Apr 14 13:19:45 2026] GET /v2.0/security-groups?id=4f847785-7283-4c79-952c-fbf6151e6968&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1614/3179] 199.19.213.159 () {34 vars in 1079 bytes} [Tue Apr 14 13:19:45 2026] GET /v2.0/ports?tenant_id=3cab9d80633d4201bbfca0baef7da5b3&device_id=84f9a053-3e06-4dca-825c-abf0fac351a3 => 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: 1566/3180] 199.19.213.159 () {34 vars in 985 bytes} [Tue Apr 14 13:19:45 2026] GET /v2.0/networks?id=db4ac296-709a-4c15-b3cc-fd23afbb6793 => generated 801 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1615/3181] 199.19.213.159 () {34 vars in 1055 bytes} [Tue Apr 14 13:19:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.10&port_id=06dd2a9e-3635-4f28-ad52-000f756aae61 => 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: 1567/3182] 199.19.213.159 () {34 vars in 1103 bytes} [Tue Apr 14 13:19:45 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2de&port_id=06dd2a9e-3635-4f28-ad52-000f756aae61 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1616/3183] 199.19.213.159 () {34 vars in 1063 bytes} [Tue Apr 14 13:19:45 2026] GET /v2.0/subnets?id=bafbf11b-7fd2-46a7-842e-fab849135340&id=a2192ee6-a2c6-4b3b-9bb2-e034332efe0f => generated 1411 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/3184] 199.19.213.159 () {34 vars in 1051 bytes} [Tue Apr 14 13:19:45 2026] GET /v2.0/ports?network_id=db4ac296-709a-4c15-b3cc-fd23afbb6793&device_owner=network%3Adhcp => generated 1457 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1617/3185] 199.19.213.159 () {34 vars in 1051 bytes} [Tue Apr 14 13:19:45 2026] GET /v2.0/ports?network_id=db4ac296-709a-4c15-b3cc-fd23afbb6793&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: 1569/3186] 199.19.213.159 () {34 vars in 1011 bytes} [Tue Apr 14 13:19:45 2026] GET /v2.0/networks/db4ac296-709a-4c15-b3cc-fd23afbb6793?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1618/3187] 199.19.213.159 () {34 vars in 1111 bytes} [Tue Apr 14 13:19:46 2026] GET /v2.0/networks/db4ac296-709a-4c15-b3cc-fd23afbb6793?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3190] 199.19.213.159 () {34 vars in 993 bytes} [Tue Apr 14 13:19:47 2026] GET /v2.0/ports?device_id=84f9a053-3e06-4dca-825c-abf0fac351a3 => generated 1194 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 13:19:47.865 8 INFO neutron_taas.services.taas.taas_plugin [req-9bbec569-01b3-4fd1-b653-ebb56c243383 req-d8d50eea-5415-4e1b-b58d-52093e3972bc 307ead5e10404d50828ae456d825851a 3cab9d80633d4201bbfca0baef7da5b3 - - default default] TaaS: Handle Delete Port: 06dd2a9e-3635-4f28-ad52-000f756aae61 2026-04-14 13:19:47.867 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-9bbec569-01b3-4fd1-b653-ebb56c243383 req-d8d50eea-5415-4e1b-b58d-52093e3972bc 307ead5e10404d50828ae456d825851a 3cab9d80633d4201bbfca0baef7da5b3 - - default default] Tap Mirror: Handle Delete Port: 06dd2a9e-3635-4f28-ad52-000f756aae61 [pid: 8|app: 0|req: 1620/3191] 199.19.213.159 () {36 vars in 996 bytes} [Tue Apr 14 13:19:47 2026] DELETE /v2.0/ports/06dd2a9e-3635-4f28-ad52-000f756aae61 => generated 0 bytes in 285 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:19:48.084 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-48a5474f-75e6-45c8-93e1-63556bf236cb'] response: {'server_uuid': '84f9a053-3e06-4dca-825c-abf0fac351a3', 'name': 'network-vif-deleted', 'tag': '06dd2a9e-3635-4f28-ad52-000f756aae61', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1572/3192] 10.0.0.176 () {34 vars in 989 bytes} [Tue Apr 14 13:19:50 2026] GET /v2.0/ports?device_id=84f9a053-3e06-4dca-825c-abf0fac351a3 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1621/3193] 10.0.0.89 () {32 vars in 748 bytes} [Tue Apr 14 13:19:55 2026] DELETE /v2.0/security-group-rules/1771b784-f17d-45ef-b238-984f27a974e7 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 13:19:55.700 7 INFO neutron.api.v2.resource [None req-d21adf62-79a6-47d7-a2b9-cef68ac7cb02 307ead5e10404d50828ae456d825851a 3cab9d80633d4201bbfca0baef7da5b3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1573/3194] 10.0.0.89 () {32 vars in 745 bytes} [Tue Apr 14 13:19:55 2026] GET /v2.0/security-group-rules/1771b784-f17d-45ef-b238-984f27a974e7 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1622/3195] 10.0.0.89 () {32 vars in 748 bytes} [Tue Apr 14 13:19:55 2026] DELETE /v2.0/security-group-rules/007cf2a5-8f5e-4df2-bfed-accb42602d82 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 13:19:55.774 7 INFO neutron.api.v2.resource [None req-834a0786-fa8b-426e-beff-4bb10690a0fc 307ead5e10404d50828ae456d825851a 3cab9d80633d4201bbfca0baef7da5b3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1574/3196] 10.0.0.89 () {32 vars in 745 bytes} [Tue Apr 14 13:19:55 2026] GET /v2.0/security-group-rules/007cf2a5-8f5e-4df2-bfed-accb42602d82 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1623/3197] 10.0.0.89 () {32 vars in 748 bytes} [Tue Apr 14 13:19:55 2026] DELETE /v2.0/security-group-rules/5fef6c3c-3886-4812-ae76-98612b49b9f8 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 13:19:55.860 7 INFO neutron.api.v2.resource [None req-a78a01f3-4879-4f80-ae65-7538713564a6 307ead5e10404d50828ae456d825851a 3cab9d80633d4201bbfca0baef7da5b3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1575/3198] 10.0.0.89 () {32 vars in 745 bytes} [Tue Apr 14 13:19:55 2026] GET /v2.0/security-group-rules/5fef6c3c-3886-4812-ae76-98612b49b9f8 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1624/3199] 10.0.0.89 () {32 vars in 748 bytes} [Tue Apr 14 13:19:55 2026] DELETE /v2.0/security-group-rules/90d25cfc-ae57-41ee-ab03-9f6937bb7a5e => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 13:19:55.943 7 INFO neutron.api.v2.resource [None req-da0bdd1b-1d87-469b-98e5-77331a44a138 307ead5e10404d50828ae456d825851a 3cab9d80633d4201bbfca0baef7da5b3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1576/3200] 10.0.0.89 () {32 vars in 745 bytes} [Tue Apr 14 13:19:55 2026] GET /v2.0/security-group-rules/90d25cfc-ae57-41ee-ab03-9f6937bb7a5e => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1625/3201] 10.0.0.89 () {32 vars in 748 bytes} [Tue Apr 14 13:19:55 2026] DELETE /v2.0/security-group-rules/a03ef740-de42-40c5-a07c-59aa375c5a93 => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 13:19:56.008 7 INFO neutron.api.v2.resource [None req-601fd50d-998f-4d44-a936-430cdf156723 307ead5e10404d50828ae456d825851a 3cab9d80633d4201bbfca0baef7da5b3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1577/3202] 10.0.0.89 () {32 vars in 745 bytes} [Tue Apr 14 13:19:56 2026] GET /v2.0/security-group-rules/a03ef740-de42-40c5-a07c-59aa375c5a93 => generated 155 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1626/3203] 10.0.0.89 () {32 vars in 748 bytes} [Tue Apr 14 13:19:56 2026] DELETE /v2.0/security-group-rules/d9c70241-9a0c-46f1-ab30-a4cf8220ae42 => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 13:19:56.066 7 INFO neutron.api.v2.resource [None req-523bdbfe-d4d6-48e5-86a4-4b0aa469c4cd 307ead5e10404d50828ae456d825851a 3cab9d80633d4201bbfca0baef7da5b3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1578/3204] 10.0.0.89 () {32 vars in 745 bytes} [Tue Apr 14 13:19:56 2026] GET /v2.0/security-group-rules/d9c70241-9a0c-46f1-ab30-a4cf8220ae42 => generated 155 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1627/3205] 10.0.0.89 () {32 vars in 748 bytes} [Tue Apr 14 13:19:56 2026] DELETE /v2.0/security-group-rules/85a87a83-b7c9-44be-8ce0-e32ee73468b4 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 13:19:56.144 7 INFO neutron.api.v2.resource [None req-e282f710-be0d-4b92-9388-c3ddba11a84e 307ead5e10404d50828ae456d825851a 3cab9d80633d4201bbfca0baef7da5b3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1579/3206] 10.0.0.89 () {32 vars in 745 bytes} [Tue Apr 14 13:19:56 2026] GET /v2.0/security-group-rules/85a87a83-b7c9-44be-8ce0-e32ee73468b4 => generated 155 bytes in 7 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1628/3207] 10.0.0.89 () {32 vars in 748 bytes} [Tue Apr 14 13:19:56 2026] DELETE /v2.0/security-group-rules/23cae6a8-2bb8-4462-beb2-f39b2c381163 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 13:19:56.222 7 INFO neutron.api.v2.resource [None req-595537d5-2d16-4704-9b21-74731a41a0fb 307ead5e10404d50828ae456d825851a 3cab9d80633d4201bbfca0baef7da5b3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1580/3208] 10.0.0.89 () {32 vars in 745 bytes} [Tue Apr 14 13:19:56 2026] GET /v2.0/security-group-rules/23cae6a8-2bb8-4462-beb2-f39b2c381163 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1629/3209] 10.0.0.89 () {32 vars in 748 bytes} [Tue Apr 14 13:19:56 2026] DELETE /v2.0/security-group-rules/418009d7-655f-481d-b218-a8d862cb1687 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 13:19:56.311 7 INFO neutron.api.v2.resource [None req-76617d8b-a48e-483d-938c-dd15acdc4519 307ead5e10404d50828ae456d825851a 3cab9d80633d4201bbfca0baef7da5b3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1581/3210] 10.0.0.89 () {32 vars in 745 bytes} [Tue Apr 14 13:19:56 2026] GET /v2.0/security-group-rules/418009d7-655f-481d-b218-a8d862cb1687 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1630/3211] 10.0.0.89 () {32 vars in 748 bytes} [Tue Apr 14 13:19:56 2026] DELETE /v2.0/security-group-rules/c18a5056-fda2-48df-a168-ae8201f56695 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 13:19:56.395 7 INFO neutron.api.v2.resource [None req-ac927ce7-4b21-42ee-8441-06c88e083778 307ead5e10404d50828ae456d825851a 3cab9d80633d4201bbfca0baef7da5b3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1582/3212] 10.0.0.89 () {32 vars in 745 bytes} [Tue Apr 14 13:19:56 2026] GET /v2.0/security-group-rules/c18a5056-fda2-48df-a168-ae8201f56695 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1631/3213] 10.0.0.89 () {32 vars in 748 bytes} [Tue Apr 14 13:19:56 2026] DELETE /v2.0/security-group-rules/773983b7-013a-4c41-a23b-73a0a84a0758 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 13:19:56.472 7 INFO neutron.api.v2.resource [None req-78a9d6b9-ecdf-4275-b5b8-2526204e7228 307ead5e10404d50828ae456d825851a 3cab9d80633d4201bbfca0baef7da5b3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1583/3214] 10.0.0.89 () {32 vars in 745 bytes} [Tue Apr 14 13:19:56 2026] GET /v2.0/security-group-rules/773983b7-013a-4c41-a23b-73a0a84a0758 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1632/3215] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:19:56 2026] DELETE /v2.0/security-groups/4f847785-7283-4c79-952c-fbf6151e6968 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 13:19:56.576 7 INFO neutron.api.v2.resource [None req-21fa491f-9fa2-436a-9010-84c35843f694 307ead5e10404d50828ae456d825851a 3cab9d80633d4201bbfca0baef7da5b3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1584/3216] 10.0.0.89 () {32 vars in 735 bytes} [Tue Apr 14 13:19:56 2026] GET /v2.0/security-groups/4f847785-7283-4c79-952c-fbf6151e6968 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 13:19:56.946 8 INFO neutron_taas.services.taas.taas_plugin [None req-ae64a8fd-0962-4173-af54-6a64665151d3 307ead5e10404d50828ae456d825851a 3cab9d80633d4201bbfca0baef7da5b3 - - default default] TaaS: Handle Delete Port: 1476bb0c-c31e-41c1-a91a-58536c8796a2 2026-04-14 13:19:56.948 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ae64a8fd-0962-4173-af54-6a64665151d3 307ead5e10404d50828ae456d825851a 3cab9d80633d4201bbfca0baef7da5b3 - - default default] Tap Mirror: Handle Delete Port: 1476bb0c-c31e-41c1-a91a-58536c8796a2 [pid: 8|app: 0|req: 1633/3217] 10.0.0.89 () {34 vars in 787 bytes} [Tue Apr 14 13:19:56 2026] PUT /v2.0/routers/246e590c-b42f-42e8-b8e9-fd054576417a/remove_router_interface => generated 309 bytes in 818 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:19:57.593 7 INFO neutron.api.v2.resource [None req-1b545f85-dc46-49c9-8f7f-dfb1107fdec7 307ead5e10404d50828ae456d825851a 3cab9d80633d4201bbfca0baef7da5b3 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1585/3218] 10.0.0.89 () {34 vars in 787 bytes} [Tue Apr 14 13:19:57 2026] PUT /v2.0/routers/246e590c-b42f-42e8-b8e9-fd054576417a/remove_router_interface => generated 198 bytes in 149 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 13:19:57.923 8 INFO neutron_taas.services.taas.taas_plugin [None req-49b8196b-75e0-4d22-80f3-46d95247e389 307ead5e10404d50828ae456d825851a 3cab9d80633d4201bbfca0baef7da5b3 - - default default] TaaS: Handle Delete Port: 99027899-6297-49e9-8774-8a8dc6d8c077 2026-04-14 13:19:57.925 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-49b8196b-75e0-4d22-80f3-46d95247e389 307ead5e10404d50828ae456d825851a 3cab9d80633d4201bbfca0baef7da5b3 - - default default] Tap Mirror: Handle Delete Port: 99027899-6297-49e9-8774-8a8dc6d8c077 [pid: 8|app: 0|req: 1634/3219] 10.0.0.89 () {34 vars in 787 bytes} [Tue Apr 14 13:19:57 2026] PUT /v2.0/routers/246e590c-b42f-42e8-b8e9-fd054576417a/remove_router_interface => generated 309 bytes in 866 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:19:58.616 7 INFO neutron.api.v2.resource [None req-ad657378-d0ee-4939-bab5-f230aaf3485f 307ead5e10404d50828ae456d825851a 3cab9d80633d4201bbfca0baef7da5b3 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1586/3220] 10.0.0.89 () {34 vars in 787 bytes} [Tue Apr 14 13:19:58 2026] PUT /v2.0/routers/246e590c-b42f-42e8-b8e9-fd054576417a/remove_router_interface => generated 198 bytes in 147 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 13:19:58.972 8 INFO neutron_taas.services.taas.taas_plugin [None req-d719aaf8-1bde-41a2-89b2-04dfc9f90204 307ead5e10404d50828ae456d825851a 3cab9d80633d4201bbfca0baef7da5b3 - - default default] TaaS: Handle Delete Port: 20afb984-6a82-44c7-97f9-21f20592a12a 2026-04-14 13:19:58.974 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d719aaf8-1bde-41a2-89b2-04dfc9f90204 307ead5e10404d50828ae456d825851a 3cab9d80633d4201bbfca0baef7da5b3 - - default default] Tap Mirror: Handle Delete Port: 20afb984-6a82-44c7-97f9-21f20592a12a [pid: 8|app: 0|req: 1635/3221] 10.0.0.89 () {34 vars in 787 bytes} [Tue Apr 14 13:19:58 2026] PUT /v2.0/routers/246e590c-b42f-42e8-b8e9-fd054576417a/remove_router_interface => generated 309 bytes in 841 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 13:19:59.631 7 INFO neutron.api.v2.resource [None req-2fd801bd-17f9-438e-bd53-32ed0773b06f 307ead5e10404d50828ae456d825851a 3cab9d80633d4201bbfca0baef7da5b3 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1587/3222] 10.0.0.89 () {34 vars in 787 bytes} [Tue Apr 14 13:19:59 2026] PUT /v2.0/routers/246e590c-b42f-42e8-b8e9-fd054576417a/remove_router_interface => generated 198 bytes in 163 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 13:19:59.814 8 INFO neutron_taas.services.taas.taas_plugin [None req-8f4ace55-5b03-4b4e-9126-d334fab9443d 307ead5e10404d50828ae456d825851a 3cab9d80633d4201bbfca0baef7da5b3 - - default default] TaaS: Handle Delete Port: 75f0fa25-3c5c-45f2-8979-6308d28ea6e0 2026-04-14 13:19:59.818 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8f4ace55-5b03-4b4e-9126-d334fab9443d 307ead5e10404d50828ae456d825851a 3cab9d80633d4201bbfca0baef7da5b3 - - default default] Tap Mirror: Handle Delete Port: 75f0fa25-3c5c-45f2-8979-6308d28ea6e0 2026-04-14 13:20:00.065 8 INFO neutron_taas.services.taas.taas_plugin [None req-8f4ace55-5b03-4b4e-9126-d334fab9443d 307ead5e10404d50828ae456d825851a 3cab9d80633d4201bbfca0baef7da5b3 - - default default] TaaS: Handle Delete Port: 2299523a-572d-411c-a383-c18435fd9f15 2026-04-14 13:20:00.068 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8f4ace55-5b03-4b4e-9126-d334fab9443d 307ead5e10404d50828ae456d825851a 3cab9d80633d4201bbfca0baef7da5b3 - - default default] Tap Mirror: Handle Delete Port: 2299523a-572d-411c-a383-c18435fd9f15 2026-04-14 13:20:00.375 8 INFO neutron.db.l3_hamode_db [None req-8f4ace55-5b03-4b4e-9126-d334fab9443d 307ead5e10404d50828ae456d825851a 3cab9d80633d4201bbfca0baef7da5b3 - - default default] HA network 54d0bd33-6e0b-48ab-bb2a-8ffe4aecc17f was deleted as no HA routers are present in tenant 3cab9d80633d4201bbfca0baef7da5b3. [pid: 8|app: 0|req: 1636/3223] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:19:59 2026] DELETE /v2.0/routers/246e590c-b42f-42e8-b8e9-fd054576417a => generated 0 bytes in 744 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 13:20:00.406 7 INFO neutron.api.v2.resource [None req-7048a7d3-d19c-4c0a-854f-161f8848ae00 307ead5e10404d50828ae456d825851a 3cab9d80633d4201bbfca0baef7da5b3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1588/3224] 10.0.0.89 () {32 vars in 719 bytes} [Tue Apr 14 13:20:00 2026] GET /v2.0/routers/246e590c-b42f-42e8-b8e9-fd054576417a => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 13:20:00.417 8 INFO neutron.services.segments.plugin [-] Segment 83b21446-4747-4f17-a58e-8d9660279d8a resource provider aggregate not found 2026-04-14 13:20:00.428 8 INFO neutron.services.segments.plugin [-] Segment 83b21446-4747-4f17-a58e-8d9660279d8a resource provider aggregate not found 2026-04-14 13:20:00.437 8 INFO neutron.services.segments.plugin [-] Segment 83b21446-4747-4f17-a58e-8d9660279d8a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83b21446-4747-4f17-a58e-8d9660279d8a found for delete ", "request_id": "req-87328445-75f0-4073-b037-0a8431c223ed"}]} 2026-04-14 13:20:00.447 8 INFO neutron.services.segments.plugin [-] Segment 83b21446-4747-4f17-a58e-8d9660279d8a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83b21446-4747-4f17-a58e-8d9660279d8a found for delete ", "request_id": "req-ee02f85d-9c1d-47e3-9640-0b2e8187c14f"}]} [pid: 8|app: 0|req: 1637/3225] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:20:00 2026] DELETE /v2.0/subnets/4f856c18-f7f8-4d0b-840c-5a1bf474014b => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:20:00.614 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8c144a02-7b88-4834-8708-30d32155801e 307ead5e10404d50828ae456d825851a 3cab9d80633d4201bbfca0baef7da5b3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1589/3226] 10.0.0.89 () {32 vars in 719 bytes} [Tue Apr 14 13:20:00 2026] GET /v2.0/subnets/4f856c18-f7f8-4d0b-840c-5a1bf474014b => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1638/3227] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:20:00 2026] DELETE /v2.0/subnets/f987b34e-7c08-4471-b4a7-285d404744bf => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:20:00.759 7 INFO neutron.pecan_wsgi.hooks.translation [None req-54d20d55-55aa-49e0-9ab6-cdb9ca8892db 307ead5e10404d50828ae456d825851a 3cab9d80633d4201bbfca0baef7da5b3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1590/3228] 10.0.0.89 () {32 vars in 719 bytes} [Tue Apr 14 13:20:00 2026] GET /v2.0/subnets/f987b34e-7c08-4471-b4a7-285d404744bf => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 13:20:00.842 8 INFO neutron_taas.services.taas.taas_plugin [None req-aedd5fe5-9a3b-4cd7-8dcd-52a318594d5a 307ead5e10404d50828ae456d825851a 3cab9d80633d4201bbfca0baef7da5b3 - - default default] TaaS: Handle Delete Port: b5321d22-b17d-4b13-accc-210d6adcea6e 2026-04-14 13:20:00.848 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aedd5fe5-9a3b-4cd7-8dcd-52a318594d5a 307ead5e10404d50828ae456d825851a 3cab9d80633d4201bbfca0baef7da5b3 - - default default] Tap Mirror: Handle Delete Port: b5321d22-b17d-4b13-accc-210d6adcea6e [pid: 8|app: 0|req: 1639/3229] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:20:00 2026] DELETE /v2.0/networks/c0ef3c03-e8fa-454c-af49-ee5b6a7d8bb6 => generated 0 bytes in 270 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:20:01.048 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dfdf43a2-382d-439b-8716-2e709487f931 307ead5e10404d50828ae456d825851a 3cab9d80633d4201bbfca0baef7da5b3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1591/3230] 10.0.0.89 () {32 vars in 721 bytes} [Tue Apr 14 13:20:01 2026] GET /v2.0/networks/c0ef3c03-e8fa-454c-af49-ee5b6a7d8bb6 => generated 138 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1640/3231] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:20:01 2026] DELETE /v2.0/subnets/a2192ee6-a2c6-4b3b-9bb2-e034332efe0f => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:20:01.241 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6dcc3d58-1ea3-4bb0-9d7c-6c62e026746a 307ead5e10404d50828ae456d825851a 3cab9d80633d4201bbfca0baef7da5b3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1592/3232] 10.0.0.89 () {32 vars in 719 bytes} [Tue Apr 14 13:20:01 2026] GET /v2.0/subnets/a2192ee6-a2c6-4b3b-9bb2-e034332efe0f => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1641/3235] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:20:01 2026] DELETE /v2.0/subnets/bafbf11b-7fd2-46a7-842e-fab849135340 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:20:01.440 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4f188207-a97e-48a6-94d1-ac0a2e0f6e26 307ead5e10404d50828ae456d825851a 3cab9d80633d4201bbfca0baef7da5b3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1595/3236] 10.0.0.89 () {32 vars in 719 bytes} [Tue Apr 14 13:20:01 2026] GET /v2.0/subnets/bafbf11b-7fd2-46a7-842e-fab849135340 => generated 136 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 13:20:01.523 8 INFO neutron_taas.services.taas.taas_plugin [None req-30c5ecfe-6c55-4ac7-a3d8-e2fcdf2765f1 307ead5e10404d50828ae456d825851a 3cab9d80633d4201bbfca0baef7da5b3 - - default default] TaaS: Handle Delete Port: eb34d8a5-a464-4445-8c37-3f615b557fe4 2026-04-14 13:20:01.524 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-30c5ecfe-6c55-4ac7-a3d8-e2fcdf2765f1 307ead5e10404d50828ae456d825851a 3cab9d80633d4201bbfca0baef7da5b3 - - default default] Tap Mirror: Handle Delete Port: eb34d8a5-a464-4445-8c37-3f615b557fe4 [pid: 8|app: 0|req: 1642/3237] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:20:01 2026] DELETE /v2.0/networks/db4ac296-709a-4c15-b3cc-fd23afbb6793 => generated 0 bytes in 228 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:20:01.688 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0c0a8306-4e9d-4d9f-b48f-709571810f6e 307ead5e10404d50828ae456d825851a 3cab9d80633d4201bbfca0baef7da5b3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1596/3238] 10.0.0.89 () {32 vars in 721 bytes} [Tue Apr 14 13:20:01 2026] GET /v2.0/networks/db4ac296-709a-4c15-b3cc-fd23afbb6793 => generated 138 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1643/3239] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:20:01 2026] DELETE /v2.0/subnets/d84e0ca0-8a67-4846-8d26-ba68633b01cd => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:20:01.829 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4786eb5f-ef04-4915-a266-0a1a7e41151e 307ead5e10404d50828ae456d825851a 3cab9d80633d4201bbfca0baef7da5b3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1597/3240] 10.0.0.89 () {32 vars in 719 bytes} [Tue Apr 14 13:20:01 2026] GET /v2.0/subnets/d84e0ca0-8a67-4846-8d26-ba68633b01cd => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1644/3241] 10.0.0.89 () {32 vars in 722 bytes} [Tue Apr 14 13:20:01 2026] DELETE /v2.0/subnets/c4e4ac07-b514-460f-83c0-8ea162c3d894 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:20:01.955 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9dffd740-793f-44bd-9db4-bcc77396c709 307ead5e10404d50828ae456d825851a 3cab9d80633d4201bbfca0baef7da5b3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1598/3242] 10.0.0.89 () {32 vars in 719 bytes} [Tue Apr 14 13:20:01 2026] GET /v2.0/subnets/c4e4ac07-b514-460f-83c0-8ea162c3d894 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 13:20:02.034 8 INFO neutron_taas.services.taas.taas_plugin [None req-6dab34ff-411c-4ef5-a66a-2636c6fe9935 307ead5e10404d50828ae456d825851a 3cab9d80633d4201bbfca0baef7da5b3 - - default default] TaaS: Handle Delete Port: a02335f3-835d-4d61-b8d2-5c6ab01cf6c1 2026-04-14 13:20:02.036 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6dab34ff-411c-4ef5-a66a-2636c6fe9935 307ead5e10404d50828ae456d825851a 3cab9d80633d4201bbfca0baef7da5b3 - - default default] Tap Mirror: Handle Delete Port: a02335f3-835d-4d61-b8d2-5c6ab01cf6c1 [pid: 8|app: 0|req: 1645/3243] 10.0.0.89 () {32 vars in 724 bytes} [Tue Apr 14 13:20:01 2026] DELETE /v2.0/networks/70bf0939-72d9-4c15-a048-d148a5a1b7c3 => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 13:20:02.194 7 INFO neutron.pecan_wsgi.hooks.translation [None req-af5c1f82-f76b-4c7d-8ab5-e19641652bbb 307ead5e10404d50828ae456d825851a 3cab9d80633d4201bbfca0baef7da5b3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1599/3244] 10.0.0.89 () {32 vars in 721 bytes} [Tue Apr 14 13:20:02 2026] GET /v2.0/networks/70bf0939-72d9-4c15-a048-d148a5a1b7c3 => generated 138 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 13:20:02.455 8 INFO neutron.services.segments.plugin [-] Segment 4b761e18-0a61-4850-85f2-1bfa1a25000a resource provider aggregate not found 2026-04-14 13:20:02.461 8 INFO neutron.services.segments.plugin [-] Segment 4b761e18-0a61-4850-85f2-1bfa1a25000a resource provider aggregate not found 2026-04-14 13:20:02.466 8 INFO neutron.services.segments.plugin [-] Segment 4b761e18-0a61-4850-85f2-1bfa1a25000a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4b761e18-0a61-4850-85f2-1bfa1a25000a found for delete ", "request_id": "req-6c5c5dcd-d942-4fd3-b640-757b14fc6f1d"}]} 2026-04-14 13:20:02.484 8 INFO neutron.services.segments.plugin [-] Segment 4b761e18-0a61-4850-85f2-1bfa1a25000a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4b761e18-0a61-4850-85f2-1bfa1a25000a found for delete ", "request_id": "req-d1bce026-40a3-47c2-8242-cb15032a305a"}]} 2026-04-14 13:20:02.488 8 INFO neutron.services.segments.plugin [-] Segment b12e44d5-7988-45d7-af66-1b69118b4551 resource provider aggregate not found 2026-04-14 13:20:02.501 8 INFO neutron.services.segments.plugin [-] Segment b12e44d5-7988-45d7-af66-1b69118b4551 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b12e44d5-7988-45d7-af66-1b69118b4551 found for delete ", "request_id": "req-dbba6197-7c00-48f4-9e26-02716230ddad"}]} 2026-04-14 13:20:02.506 8 INFO neutron.services.segments.plugin [-] Segment b12e44d5-7988-45d7-af66-1b69118b4551 resource provider aggregate not found 2026-04-14 13:20:02.517 8 INFO neutron.services.segments.plugin [-] Segment 9198cdf4-3325-4db8-8ccb-915bde8968f2 resource provider aggregate not found 2026-04-14 13:20:02.521 8 INFO neutron.services.segments.plugin [-] Segment b12e44d5-7988-45d7-af66-1b69118b4551 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b12e44d5-7988-45d7-af66-1b69118b4551 found for delete ", "request_id": "req-ecb17c4c-d63e-48ca-9bf6-02d8d78bf708"}]} 2026-04-14 13:20:02.533 8 INFO neutron.services.segments.plugin [-] Segment 9198cdf4-3325-4db8-8ccb-915bde8968f2 resource provider aggregate not found 2026-04-14 13:20:02.536 8 INFO neutron.services.segments.plugin [-] Segment 9198cdf4-3325-4db8-8ccb-915bde8968f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9198cdf4-3325-4db8-8ccb-915bde8968f2 found for delete ", "request_id": "req-d364eb94-51e7-4aa5-a1ac-d3680d71199d"}]} 2026-04-14 13:20:02.544 8 INFO neutron.services.segments.plugin [-] Segment 9198cdf4-3325-4db8-8ccb-915bde8968f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9198cdf4-3325-4db8-8ccb-915bde8968f2 found for delete ", "request_id": "req-ccd89ab9-a33d-42ee-8466-343115448af0"}]} [pid: 8|app: 0|req: 1646/3245] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:20:04 2026] GET /v2.0/security-groups?tenant_id=91ba9aa7d072433cac28db5cb1280ce7&name=default => generated 2929 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/3246] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:20:04 2026] DELETE /v2.0/security-groups/cd0a5ab3-73e1-40e6-862e-61697c28feb1 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1647/3247] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:20:04 2026] GET /v2.0/security-groups?tenant_id=b55654148bfd4c4db5dd1e2921b6756c&name=default => generated 2929 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3248] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:20:04 2026] DELETE /v2.0/security-groups/88ae193f-585f-4c64-913d-f373eed871fa => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1648/3249] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:20:04 2026] GET /v2.0/security-groups?tenant_id=a6d07388458f4aa295cb95f780e39bee&name=default => generated 2929 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1602/3250] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:20:05 2026] DELETE /v2.0/security-groups/1cad483d-fddf-4579-b48c-3aed6e9ee112 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1649/3251] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:20:05 2026] GET /v2.0/security-groups?tenant_id=3cab9d80633d4201bbfca0baef7da5b3&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1603/3252] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:20:05 2026] DELETE /v2.0/security-groups/ae2f2c55-6323-4080-b598-ff2c265650d3 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1650/3253] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:20:05 2026] GET /v2.0/security-groups?tenant_id=b41ef2b886c242efb195300070ac2ac5&name=default => generated 2929 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1604/3254] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:20:05 2026] DELETE /v2.0/security-groups/ba70733c-0c29-4c38-a41a-7eb82dc72267 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1651/3255] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:20:05 2026] GET /v2.0/security-groups?tenant_id=48eebfca489641868271f763b2acc6da&name=default => generated 2929 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1605/3256] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:20:05 2026] DELETE /v2.0/security-groups/422c8646-3cdd-48bc-b5b7-5a29641a2642 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1652/3257] 10.0.0.89 () {32 vars in 772 bytes} [Tue Apr 14 13:20:06 2026] GET /v2.0/security-groups?tenant_id=0a716372bc9e407483100494b9517b5a&name=default => generated 2929 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1606/3258] 10.0.0.89 () {32 vars in 738 bytes} [Tue Apr 14 13:20:06 2026] DELETE /v2.0/security-groups/3ddecbaf-dbdf-409b-b85b-9abf0511077a => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1653/3259] 10.0.0.89 () {32 vars in 647 bytes} [Tue Apr 14 13:20:08 2026] GET /v2.0/networks => generated 2168 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1607/3260] 10.0.0.89 () {32 vars in 653 bytes} [Tue Apr 14 13:20:10 2026] GET /v2.0/floatingips => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1654/3261] 10.0.0.89 () {32 vars in 645 bytes} [Tue Apr 14 13:20:10 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: 1608/3262] 10.0.0.89 () {32 vars in 641 bytes} [Tue Apr 14 13:20:10 2026] GET /v2.0/ports => generated 4721 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1655/3263] 10.0.0.89 () {32 vars in 645 bytes} [Tue Apr 14 13:20:10 2026] GET /v2.0/subnets => generated 1308 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1609/3264] 10.0.0.89 () {32 vars in 647 bytes} [Tue Apr 14 13:20:10 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: 8|app: 0|req: 1656/3265] 10.0.0.89 () {32 vars in 661 bytes} [Tue Apr 14 13:20:10 2026] GET /v2.0/security-groups => generated 17397 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1610/3266] 10.0.0.89 () {32 vars in 653 bytes} [Tue Apr 14 13:20:10 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)