+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Thu Jul 2 00:59:38 2026] *** compiled with version: 13.3.0 on 02 June 2026 01:53:56 os: Linux-5.15.0-181-generic #191-Ubuntu SMP Fri May 22 19:09:02 UTC 2026 nodename: neutron-server-68598c5c77-lhlfp 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, Mar 23 2026, 19:04:32) [GCC 13.3.0] Python main interpreter initialized at 0x7fc069f50668 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-07-02 00:59:42.844 8 INFO neutron.common.config [-] Logging enabled! 2026-07-02 00:59:42.845 8 INFO neutron.common.config [-] uwsgi version 27.0.4.dev1 2026-07-02 00:59:42.993 7 INFO neutron.common.config [-] Logging enabled! 2026-07-02 00:59:42.993 7 INFO neutron.common.config [-] uwsgi version 27.0.4.dev1 2026-07-02 00:59:43.229 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-02 00:59:43.374 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-02 00:59:44.721 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-02 00:59:44.724 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-02 00:59:44.728 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-02 00:59:44.729 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-02 00:59:44.729 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-02 00:59:44.729 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-02 00:59:44.729 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-02 00:59:44.738 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-02 00:59:44.738 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-02 00:59:44.738 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-02 00:59:44.763 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-02 00:59:44.764 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-02 00:59:44.764 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-02 00:59:44.794 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-02 00:59:44.795 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-02 00:59:44.795 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-02 00:59:44.795 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-02 00:59:44.906 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-02 00:59:44.909 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-02 00:59:44.913 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-02 00:59:44.914 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-02 00:59:44.914 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-02 00:59:44.914 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-02 00:59:44.914 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-02 00:59:44.922 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-02 00:59:44.922 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-02 00:59:44.922 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-02 00:59:44.946 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-02 00:59:44.948 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-02 00:59:44.948 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-02 00:59:44.974 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-02 00:59:44.975 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-02 00:59:44.975 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-02 00:59:44.975 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-02 00:59:45.120 8 INFO neutron.plugins.ml2.managers [None req-7af05712-ab24-4114-abbc-2bfb5c8162fe - - - - - -] Initializing driver for type 'vlan' 2026-07-02 00:59:45.267 7 INFO neutron.plugins.ml2.managers [None req-f1250b20-37f6-4353-890a-9f3d66911f92 - - - - - -] Initializing driver for type 'vlan' 2026-07-02 00:59:45.397 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-7af05712-ab24-4114-abbc-2bfb5c8162fe - - - - - -] VlanTypeDriver initialization complete 2026-07-02 00:59:45.398 8 INFO neutron.plugins.ml2.managers [None req-7af05712-ab24-4114-abbc-2bfb5c8162fe - - - - - -] Initializing driver for type 'vxlan' 2026-07-02 00:59:45.398 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-7af05712-ab24-4114-abbc-2bfb5c8162fe - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-02 00:59:45.411 8 INFO neutron.plugins.ml2.managers [None req-7af05712-ab24-4114-abbc-2bfb5c8162fe - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-02 00:59:45.411 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-7af05712-ab24-4114-abbc-2bfb5c8162fe - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-02 00:59:45.411 8 INFO neutron.plugins.ml2.managers [None req-7af05712-ab24-4114-abbc-2bfb5c8162fe - - - - - -] Initializing extension driver 'port_security' 2026-07-02 00:59:45.411 8 INFO neutron.plugins.ml2.extensions.port_security [None req-7af05712-ab24-4114-abbc-2bfb5c8162fe - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-02 00:59:45.411 8 INFO neutron.plugins.ml2.managers [None req-7af05712-ab24-4114-abbc-2bfb5c8162fe - - - - - -] Initializing extension driver 'qos' 2026-07-02 00:59:45.411 8 INFO neutron.plugins.ml2.managers [None req-7af05712-ab24-4114-abbc-2bfb5c8162fe - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-02 00:59:45.411 8 INFO neutron.plugins.ml2.managers [None req-7af05712-ab24-4114-abbc-2bfb5c8162fe - - - - - -] Initializing mechanism driver 'l2population' 2026-07-02 00:59:45.426 8 INFO neutron.quota [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded quota_driver: . 2026-07-02 00:59:45.427 8 INFO neutron.plugins.ml2.plugin [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Modular L2 Plugin initialization complete 2026-07-02 00:59:45.427 8 INFO neutron.plugins.ml2.managers [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-02 00:59:45.427 8 INFO neutron.plugins.ml2.managers [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-02 00:59:45.427 8 INFO neutron.plugins.ml2.managers [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Got port-security extension from driver 'port_security' 2026-07-02 00:59:45.427 8 INFO neutron.manager [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loading Plugin: qos 2026-07-02 00:59:45.440 8 INFO neutron.manager [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loading Plugin: router 2026-07-02 00:59:45.479 8 INFO neutron.services.service_base [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-02 00:59:45.479 8 INFO neutron.manager [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loading Plugin: segments 2026-07-02 00:59:45.547 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-f1250b20-37f6-4353-890a-9f3d66911f92 - - - - - -] VlanTypeDriver initialization complete 2026-07-02 00:59:45.548 7 INFO neutron.plugins.ml2.managers [None req-f1250b20-37f6-4353-890a-9f3d66911f92 - - - - - -] Initializing driver for type 'vxlan' 2026-07-02 00:59:45.548 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-f1250b20-37f6-4353-890a-9f3d66911f92 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-02 00:59:45.561 7 INFO neutron.plugins.ml2.managers [None req-f1250b20-37f6-4353-890a-9f3d66911f92 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-02 00:59:45.561 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-f1250b20-37f6-4353-890a-9f3d66911f92 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-02 00:59:45.561 7 INFO neutron.plugins.ml2.managers [None req-f1250b20-37f6-4353-890a-9f3d66911f92 - - - - - -] Initializing extension driver 'port_security' 2026-07-02 00:59:45.562 7 INFO neutron.plugins.ml2.extensions.port_security [None req-f1250b20-37f6-4353-890a-9f3d66911f92 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-02 00:59:45.562 7 INFO neutron.plugins.ml2.managers [None req-f1250b20-37f6-4353-890a-9f3d66911f92 - - - - - -] Initializing extension driver 'qos' 2026-07-02 00:59:45.562 7 INFO neutron.plugins.ml2.managers [None req-f1250b20-37f6-4353-890a-9f3d66911f92 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-02 00:59:45.562 7 INFO neutron.plugins.ml2.managers [None req-f1250b20-37f6-4353-890a-9f3d66911f92 - - - - - -] Initializing mechanism driver 'l2population' 2026-07-02 00:59:45.572 8 INFO neutron.manager [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loading Plugin: trunk 2026-07-02 00:59:45.583 7 INFO neutron.quota [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded quota_driver: . 2026-07-02 00:59:45.583 7 INFO neutron.plugins.ml2.plugin [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Modular L2 Plugin initialization complete 2026-07-02 00:59:45.584 7 INFO neutron.plugins.ml2.managers [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-02 00:59:45.584 7 INFO neutron.plugins.ml2.managers [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-02 00:59:45.584 7 INFO neutron.plugins.ml2.managers [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Got port-security extension from driver 'port_security' 2026-07-02 00:59:45.584 7 INFO neutron.manager [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loading Plugin: qos 2026-07-02 00:59:45.587 8 INFO neutron.manager [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loading Plugin: vpnaas 2026-07-02 00:59:45.600 7 INFO neutron.manager [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loading Plugin: router 2026-07-02 00:59:45.624 8 WARNING stevedore.named [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-02 00:59:45.641 7 INFO neutron.services.service_base [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-02 00:59:45.641 7 INFO neutron.manager [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loading Plugin: segments 2026-07-02 00:59:45.696 8 INFO neutron_vpnaas.services.vpn.plugin [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-02 00:59:45.697 8 INFO neutron.common.utils [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-02 00:59:45.697 8 INFO neutron.manager [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loading Plugin: taas 2026-07-02 00:59:45.721 8 WARNING stevedore.named [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-02 00:59:45.743 8 INFO neutron_taas.services.taas.taas_plugin [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-07-02 00:59:45.744 8 INFO neutron.manager [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loading Plugin: tapmirror 2026-07-02 00:59:45.747 7 INFO neutron.manager [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loading Plugin: trunk 2026-07-02 00:59:45.755 8 WARNING stevedore.named [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-02 00:59:45.767 7 INFO neutron.manager [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loading Plugin: vpnaas 2026-07-02 00:59:45.774 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-07-02 00:59:45.774 8 INFO neutron.manager [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loading Plugin: auto_allocate 2026-07-02 00:59:45.781 8 INFO neutron.manager [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loading Plugin: tag 2026-07-02 00:59:45.793 8 INFO neutron.manager [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loading Plugin: timestamp 2026-07-02 00:59:45.796 8 INFO neutron.manager [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loading Plugin: network_ip_availability 2026-07-02 00:59:45.800 8 INFO neutron.manager [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loading Plugin: flavors 2026-07-02 00:59:45.803 8 INFO neutron.manager [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loading Plugin: revisions 2026-07-02 00:59:45.806 7 WARNING stevedore.named [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-02 00:59:45.806 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Initializing extension manager. 2026-07-02 00:59:45.808 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: address-group 2026-07-02 00:59:45.809 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: address-scope 2026-07-02 00:59:45.810 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-02 00:59:45.811 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: agent 2026-07-02 00:59:45.811 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: agent-resources-synced 2026-07-02 00:59:45.812 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: allowed-address-pairs 2026-07-02 00:59:45.813 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: auto-allocated-topology 2026-07-02 00:59:45.814 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: availability_zone 2026-07-02 00:59:45.814 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: availability_zone_filter 2026-07-02 00:59:45.815 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-02 00:59:45.815 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: default-subnetpools 2026-07-02 00:59:45.817 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-02 00:59:45.817 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: dns-integration 2026-07-02 00:59:45.818 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: dns-domain-ports 2026-07-02 00:59:45.818 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-02 00:59:45.819 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: dvr 2026-07-02 00:59:45.819 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-02 00:59:45.820 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: empty-string-filtering 2026-07-02 00:59:45.820 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-02 00:59:45.821 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-02 00:59:45.821 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: external-net 2026-07-02 00:59:45.822 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-02 00:59:45.823 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: extraroute 2026-07-02 00:59:45.824 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: extraroute-atomic 2026-07-02 00:59:45.825 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-02 00:59:45.825 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-02 00:59:45.828 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-02 00:59:45.828 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-02 00:59:45.829 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: fip-port-details 2026-07-02 00:59:45.830 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: flavors 2026-07-02 00:59:45.831 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-02 00:59:45.835 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: floatingip-pools 2026-07-02 00:59:45.837 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: ip_allocation 2026-07-02 00:59:45.839 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: ip-substring-filtering 2026-07-02 00:59:45.841 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: l2_adjacency 2026-07-02 00:59:45.843 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: router 2026-07-02 00:59:45.846 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-02 00:59:45.848 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-02 00:59:45.848 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-02 00:59:45.849 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: ext-gw-mode 2026-07-02 00:59:45.849 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: l3-ha 2026-07-02 00:59:45.850 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-02 00:59:45.850 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-02 00:59:45.851 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: l3-flavors 2026-07-02 00:59:45.852 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-02 00:59:45.852 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-02 00:59:45.855 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-02 00:59:45.857 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-02 00:59:45.858 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-02 00:59:45.859 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-02 00:59:45.861 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-02 00:59:45.861 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: multi-provider 2026-07-02 00:59:45.862 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: net-mtu 2026-07-02 00:59:45.862 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: net-mtu-writable 2026-07-02 00:59:45.863 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: network_availability_zone 2026-07-02 00:59:45.863 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: network_ha 2026-07-02 00:59:45.864 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: network-ip-availability 2026-07-02 00:59:45.865 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-02 00:59:45.865 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: pagination 2026-07-02 00:59:45.866 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: port-device-profile 2026-07-02 00:59:45.866 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-02 00:59:45.867 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-02 00:59:45.867 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-02 00:59:45.868 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: port-mac-override 2026-07-02 00:59:45.868 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-02 00:59:45.871 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-02 00:59:45.872 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-02 00:59:45.872 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: port-resource-request 2026-07-02 00:59:45.873 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: port-resource-request-groups 2026-07-02 00:59:45.873 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-02 00:59:45.874 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: binding 2026-07-02 00:59:45.875 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: binding-extended 2026-07-02 00:59:45.875 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: port-security 2026-07-02 00:59:45.876 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: project-id 2026-07-02 00:59:45.876 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: provider 2026-07-02 00:59:45.877 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-07-02 00:59:45.879 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: qos 2026-07-02 00:59:45.880 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-02 00:59:45.880 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-02 00:59:45.881 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: qos-default 2026-07-02 00:59:45.881 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: qos-fip 2026-07-02 00:59:45.882 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-02 00:59:45.882 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: qos-gateway-ip 2026-07-02 00:59:45.883 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: qos-port-network-policy 2026-07-02 00:59:45.883 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: qos-pps-minimum 2026-07-02 00:59:45.884 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-02 00:59:45.884 7 INFO neutron_vpnaas.services.vpn.plugin [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-02 00:59:45.885 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: qos-pps 2026-07-02 00:59:45.885 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: qos-rule-type-details 2026-07-02 00:59:45.885 7 INFO neutron.common.utils [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-02 00:59:45.886 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-02 00:59:45.886 7 INFO neutron.manager [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loading Plugin: taas 2026-07-02 00:59:45.886 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: qos-rules-alias 2026-07-02 00:59:45.887 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: quota-check-limit 2026-07-02 00:59:45.887 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: quota-check-limit-default 2026-07-02 00:59:45.890 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: quotas 2026-07-02 00:59:45.891 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: quota_details 2026-07-02 00:59:45.893 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: rbac-policies 2026-07-02 00:59:45.893 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: rbac-address-group 2026-07-02 00:59:45.894 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: rbac-address-scope 2026-07-02 00:59:45.894 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: rbac-security-groups 2026-07-02 00:59:45.895 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: rbac-subnetpool 2026-07-02 00:59:45.895 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: revision-if-match 2026-07-02 00:59:45.896 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: standard-attr-revisions 2026-07-02 00:59:45.897 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: router_availability_zone 2026-07-02 00:59:45.897 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-02 00:59:45.899 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: security-groups-default-rules 2026-07-02 00:59:45.899 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-02 00:59:45.900 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-02 00:59:45.900 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-02 00:59:45.901 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-02 00:59:45.901 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-02 00:59:45.906 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: security-group 2026-07-02 00:59:45.907 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: segment 2026-07-02 00:59:45.908 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-02 00:59:45.909 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: service-type 2026-07-02 00:59:45.909 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: sorting 2026-07-02 00:59:45.910 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: standard-attr-segment 2026-07-02 00:59:45.910 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: standard-attr-description 2026-07-02 00:59:45.911 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: stateful-security-group 2026-07-02 00:59:45.911 8 WARNING neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-02 00:59:45.912 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-02 00:59:45.912 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: subnet-external-network 2026-07-02 00:59:45.913 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: subnet_onboard 2026-07-02 00:59:45.913 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-02 00:59:45.914 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: subnet-service-types 2026-07-02 00:59:45.915 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: subnet_allocation 2026-07-02 00:59:45.915 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-02 00:59:45.915 7 WARNING stevedore.named [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-02 00:59:45.916 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: tag-creation 2026-07-02 00:59:45.916 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-02 00:59:45.920 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: standard-attr-tag 2026-07-02 00:59:45.921 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-02 00:59:45.922 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: trunk 2026-07-02 00:59:45.922 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: trunk-details 2026-07-02 00:59:45.923 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-02 00:59:45.923 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-07-02 00:59:45.924 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-02 00:59:45.925 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: vpn-aes-ctr 2026-07-02 00:59:45.927 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-02 00:59:45.928 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-02 00:59:45.928 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: vpn-flavors 2026-07-02 00:59:45.930 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: vpnaas 2026-07-02 00:59:45.931 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: taas 2026-07-02 00:59:45.932 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: tap-mirror 2026-07-02 00:59:45.933 8 INFO neutron.api.extensions [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Loaded extension: taas-vlan-filter 2026-07-02 00:59:45.936 8 INFO neutron.quota.resource_registry [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Creating instance of TrackedResource for resource:network 2026-07-02 00:59:45.936 8 INFO neutron.quota.resource_registry [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-07-02 00:59:45.936 8 INFO neutron.quota.resource_registry [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-02 00:59:45.936 8 INFO neutron.quota.resource_registry [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Creating instance of TrackedResource for resource:port 2026-07-02 00:59:45.938 7 INFO neutron_taas.services.taas.taas_plugin [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-07-02 00:59:45.938 7 INFO neutron.manager [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loading Plugin: tapmirror 2026-07-02 00:59:45.939 8 INFO neutron.quota.resource_registry [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-02 00:59:45.940 8 INFO neutron.quota.resource_registry [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-02 00:59:45.944 8 INFO neutron.quota.resource_registry [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-02 00:59:45.945 8 INFO neutron.quota.resource_registry [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-02 00:59:45.946 8 INFO neutron.quota.resource_registry [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-02 00:59:45.946 8 INFO neutron.quota.resource_registry [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-02 00:59:45.947 8 WARNING neutron.quota.resource_registry [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] subnetpool is already registered 2026-07-02 00:59:45.947 8 INFO neutron.quota.resource_registry [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-02 00:59:45.947 8 WARNING neutron.quota.resource_registry [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] subnetpool is already registered 2026-07-02 00:59:45.948 8 INFO neutron.quota.resource_registry [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-02 00:59:45.948 8 INFO neutron.quota.resource_registry [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-02 00:59:45.949 8 INFO neutron.quota.resource_registry [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-02 00:59:45.949 8 INFO neutron.quota.resource_registry [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-02 00:59:45.950 8 INFO neutron.quota.resource_registry [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-02 00:59:45.950 8 INFO neutron.quota.resource_registry [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-02 00:59:45.951 8 INFO neutron.quota.resource_registry [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-02 00:59:45.951 8 WARNING neutron.quota.resource_registry [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] ipsecpolicy is already registered 2026-07-02 00:59:45.952 8 INFO neutron.quota.resource_registry [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-02 00:59:45.952 8 WARNING neutron.quota.resource_registry [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] ikepolicy is already registered 2026-07-02 00:59:45.952 7 WARNING stevedore.named [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-02 00:59:45.956 8 INFO neutron.quota.resource_registry [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-02 00:59:45.957 8 WARNING neutron.quota.resource_registry [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] router is already registered 2026-07-02 00:59:45.957 8 INFO neutron.quota.resource_registry [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-02 00:59:45.957 8 WARNING neutron.quota.resource_registry [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] floatingip is already registered 2026-07-02 00:59:45.961 8 INFO neutron.quota.resource_registry [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-02 00:59:45.961 8 WARNING neutron.quota.resource_registry [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] rbac_policy is already registered 2026-07-02 00:59:45.962 8 INFO neutron.quota.resource_registry [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-02 00:59:45.962 8 WARNING neutron.quota.resource_registry [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] security_group is already registered 2026-07-02 00:59:45.962 8 INFO neutron.quota.resource_registry [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-02 00:59:45.962 8 WARNING neutron.quota.resource_registry [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] security_group_rule is already registered 2026-07-02 00:59:45.963 8 INFO neutron.quota.resource_registry [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-02 00:59:45.963 8 WARNING neutron.quota.resource_registry [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] subnetpool is already registered 2026-07-02 00:59:45.964 8 INFO neutron.quota.resource_registry [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-02 00:59:45.964 8 WARNING neutron.quota.resource_registry [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] subnetpool is already registered 2026-07-02 00:59:45.964 8 INFO neutron.quota.resource_registry [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-02 00:59:45.964 8 WARNING neutron.quota.resource_registry [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] trunk is already registered 2026-07-02 00:59:45.965 8 INFO neutron.quota.resource_registry [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-02 00:59:45.965 8 WARNING neutron.quota.resource_registry [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] ikepolicy is already registered 2026-07-02 00:59:45.965 8 INFO neutron.quota.resource_registry [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-02 00:59:45.965 8 WARNING neutron.quota.resource_registry [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] ipsecpolicy is already registered 2026-07-02 00:59:45.966 8 INFO neutron.quota.resource_registry [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-02 00:59:45.966 8 WARNING neutron.quota.resource_registry [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] endpoint_group is already registered 2026-07-02 00:59:45.966 8 INFO neutron.quota.resource_registry [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-02 00:59:45.966 8 WARNING neutron.quota.resource_registry [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] vpnservice is already registered 2026-07-02 00:59:45.967 8 INFO neutron.quota.resource_registry [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-02 00:59:45.967 8 WARNING neutron.quota.resource_registry [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] ipsec_site_connection is already registered 2026-07-02 00:59:45.967 8 INFO neutron.quota.resource_registry [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-02 00:59:45.967 8 WARNING neutron.quota.resource_registry [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] ipsecpolicy is already registered 2026-07-02 00:59:45.968 8 INFO neutron.quota.resource_registry [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-02 00:59:45.968 8 WARNING neutron.quota.resource_registry [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] ikepolicy is already registered 2026-07-02 00:59:45.969 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-07-02 00:59:45.970 7 INFO neutron.manager [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loading Plugin: auto_allocate 2026-07-02 00:59:45.978 7 INFO neutron.manager [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loading Plugin: tag 2026-07-02 00:59:45.987 7 INFO neutron.manager [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loading Plugin: timestamp 2026-07-02 00:59:45.991 7 INFO neutron.manager [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loading Plugin: network_ip_availability 2026-07-02 00:59:45.995 7 INFO neutron.manager [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loading Plugin: flavors 2026-07-02 00:59:45.998 7 INFO neutron.manager [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loading Plugin: revisions 2026-07-02 00:59:46.002 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Initializing extension manager. 2026-07-02 00:59:46.003 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: address-group 2026-07-02 00:59:46.004 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: address-scope 2026-07-02 00:59:46.005 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-02 00:59:46.006 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: agent 2026-07-02 00:59:46.006 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: agent-resources-synced 2026-07-02 00:59:46.007 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: allowed-address-pairs 2026-07-02 00:59:46.008 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: auto-allocated-topology 2026-07-02 00:59:46.009 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: availability_zone 2026-07-02 00:59:46.010 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: availability_zone_filter 2026-07-02 00:59:46.010 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-02 00:59:46.011 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: default-subnetpools 2026-07-02 00:59:46.012 8 WARNING keystonemiddleware._common.config [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-07-02 00:59:46.012 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-02 00:59:46.013 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: dns-integration 2026-07-02 00:59:46.013 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: dns-domain-ports 2026-07-02 00:59:46.014 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-02 00:59:46.015 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: dvr 2026-07-02 00:59:46.016 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-02 00:59:46.017 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: empty-string-filtering 2026-07-02 00:59:46.017 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-02 00:59:46.018 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-02 00:59:46.018 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: external-net 2026-07-02 00:59:46.019 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-02 00:59:46.019 8 WARNING oslo_config.cfg [None req-f677b129-8eae-4fa1-be10-259e08c5d343 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-07-02 00:59:46.019 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: extraroute 2026-07-02 00:59:46.020 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: extraroute-atomic 2026-07-02 00:59:46.021 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Extension filter-validation not supported by any of loaded plugins WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7fc069f50668 pid: 8 (default app) 2026-07-02 00:59:46.022 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-02 00:59:46.022 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-02 00:59:46.023 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-02 00:59:46.024 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: fip-port-details 2026-07-02 00:59:46.024 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: flavors 2026-07-02 00:59:46.025 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-02 00:59:46.026 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: floatingip-pools 2026-07-02 00:59:46.027 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: ip_allocation 2026-07-02 00:59:46.027 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: ip-substring-filtering 2026-07-02 00:59:46.028 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: l2_adjacency 2026-07-02 00:59:46.030 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: router 2026-07-02 00:59:46.031 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-02 00:59:46.032 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-02 00:59:46.033 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-02 00:59:46.033 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: ext-gw-mode 2026-07-02 00:59:46.034 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: l3-ha 2026-07-02 00:59:46.034 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-02 00:59:46.035 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-02 00:59:46.035 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: l3-flavors 2026-07-02 00:59:46.036 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-02 00:59:46.037 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-02 00:59:46.039 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-02 00:59:46.040 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-02 00:59:46.041 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-02 00:59:46.043 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-02 00:59:46.043 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-02 00:59:46.044 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: multi-provider 2026-07-02 00:59:46.044 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: net-mtu 2026-07-02 00:59:46.045 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: net-mtu-writable 2026-07-02 00:59:46.046 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: network_availability_zone 2026-07-02 00:59:46.046 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: network_ha 2026-07-02 00:59:46.047 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: network-ip-availability 2026-07-02 00:59:46.050 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-02 00:59:46.051 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: pagination 2026-07-02 00:59:46.052 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: port-device-profile 2026-07-02 00:59:46.052 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-02 00:59:46.053 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-02 00:59:46.053 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-02 00:59:46.054 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: port-mac-override 2026-07-02 00:59:46.055 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-02 00:59:46.055 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-02 00:59:46.056 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-02 00:59:46.056 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: port-resource-request 2026-07-02 00:59:46.057 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: port-resource-request-groups 2026-07-02 00:59:46.057 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-02 00:59:46.058 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: binding 2026-07-02 00:59:46.059 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: binding-extended 2026-07-02 00:59:46.060 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: port-security 2026-07-02 00:59:46.060 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: project-id 2026-07-02 00:59:46.061 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: provider 2026-07-02 00:59:46.061 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-07-02 00:59:46.064 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: qos 2026-07-02 00:59:46.065 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-02 00:59:46.065 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-02 00:59:46.066 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: qos-default 2026-07-02 00:59:46.067 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: qos-fip 2026-07-02 00:59:46.068 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-02 00:59:46.068 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: qos-gateway-ip 2026-07-02 00:59:46.069 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: qos-port-network-policy 2026-07-02 00:59:46.069 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: qos-pps-minimum 2026-07-02 00:59:46.070 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-02 00:59:46.071 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: qos-pps 2026-07-02 00:59:46.071 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: qos-rule-type-details 2026-07-02 00:59:46.072 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-02 00:59:46.073 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: qos-rules-alias 2026-07-02 00:59:46.073 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: quota-check-limit 2026-07-02 00:59:46.074 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: quota-check-limit-default 2026-07-02 00:59:46.076 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: quotas 2026-07-02 00:59:46.077 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: quota_details 2026-07-02 00:59:46.079 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: rbac-policies 2026-07-02 00:59:46.080 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: rbac-address-group 2026-07-02 00:59:46.080 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: rbac-address-scope 2026-07-02 00:59:46.081 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: rbac-security-groups 2026-07-02 00:59:46.081 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: rbac-subnetpool 2026-07-02 00:59:46.082 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: revision-if-match 2026-07-02 00:59:46.083 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: standard-attr-revisions 2026-07-02 00:59:46.083 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: router_availability_zone 2026-07-02 00:59:46.084 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-02 00:59:46.086 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: security-groups-default-rules 2026-07-02 00:59:46.087 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-02 00:59:46.088 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-02 00:59:46.089 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-02 00:59:46.089 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-02 00:59:46.090 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-02 00:59:46.095 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: security-group 2026-07-02 00:59:46.096 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: segment 2026-07-02 00:59:46.096 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-02 00:59:46.097 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: service-type 2026-07-02 00:59:46.098 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: sorting 2026-07-02 00:59:46.098 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: standard-attr-segment 2026-07-02 00:59:46.099 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: standard-attr-description 2026-07-02 00:59:46.100 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: stateful-security-group 2026-07-02 00:59:46.100 7 WARNING neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-02 00:59:46.101 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-02 00:59:46.101 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: subnet-external-network 2026-07-02 00:59:46.102 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: subnet_onboard 2026-07-02 00:59:46.104 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-02 00:59:46.104 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: subnet-service-types 2026-07-02 00:59:46.105 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: subnet_allocation 2026-07-02 00:59:46.106 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-02 00:59:46.107 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: tag-creation 2026-07-02 00:59:46.107 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-02 00:59:46.111 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: standard-attr-tag 2026-07-02 00:59:46.112 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-02 00:59:46.113 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: trunk 2026-07-02 00:59:46.114 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: trunk-details 2026-07-02 00:59:46.114 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-02 00:59:46.115 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-07-02 00:59:46.116 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-02 00:59:46.117 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: vpn-aes-ctr 2026-07-02 00:59:46.119 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-02 00:59:46.120 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-02 00:59:46.121 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: vpn-flavors 2026-07-02 00:59:46.123 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: vpnaas 2026-07-02 00:59:46.125 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: taas 2026-07-02 00:59:46.126 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: tap-mirror 2026-07-02 00:59:46.127 7 INFO neutron.api.extensions [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Loaded extension: taas-vlan-filter 2026-07-02 00:59:46.130 7 INFO neutron.quota.resource_registry [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Creating instance of TrackedResource for resource:network 2026-07-02 00:59:46.131 7 INFO neutron.quota.resource_registry [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-07-02 00:59:46.131 7 INFO neutron.quota.resource_registry [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-02 00:59:46.131 7 INFO neutron.quota.resource_registry [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Creating instance of TrackedResource for resource:port 2026-07-02 00:59:46.135 7 INFO neutron.quota.resource_registry [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-02 00:59:46.135 7 INFO neutron.quota.resource_registry [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-02 00:59:46.141 7 INFO neutron.quota.resource_registry [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-02 00:59:46.141 7 INFO neutron.quota.resource_registry [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-02 00:59:46.142 7 INFO neutron.quota.resource_registry [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-02 00:59:46.143 7 INFO neutron.quota.resource_registry [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-02 00:59:46.143 7 WARNING neutron.quota.resource_registry [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] subnetpool is already registered 2026-07-02 00:59:46.143 7 INFO neutron.quota.resource_registry [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-02 00:59:46.143 7 WARNING neutron.quota.resource_registry [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] subnetpool is already registered 2026-07-02 00:59:46.144 7 INFO neutron.quota.resource_registry [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-02 00:59:46.144 7 INFO neutron.quota.resource_registry [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-02 00:59:46.145 7 INFO neutron.quota.resource_registry [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-02 00:59:46.145 7 INFO neutron.quota.resource_registry [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-02 00:59:46.146 7 INFO neutron.quota.resource_registry [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-02 00:59:46.146 7 INFO neutron.quota.resource_registry [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-02 00:59:46.147 7 INFO neutron.quota.resource_registry [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-02 00:59:46.147 7 WARNING neutron.quota.resource_registry [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] ipsecpolicy is already registered 2026-07-02 00:59:46.147 7 INFO neutron.quota.resource_registry [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-02 00:59:46.148 7 WARNING neutron.quota.resource_registry [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] ikepolicy is already registered 2026-07-02 00:59:46.153 7 INFO neutron.quota.resource_registry [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-02 00:59:46.153 7 WARNING neutron.quota.resource_registry [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] router is already registered 2026-07-02 00:59:46.154 7 INFO neutron.quota.resource_registry [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-02 00:59:46.154 7 WARNING neutron.quota.resource_registry [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] floatingip is already registered 2026-07-02 00:59:46.158 7 INFO neutron.quota.resource_registry [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-02 00:59:46.158 7 WARNING neutron.quota.resource_registry [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] rbac_policy is already registered 2026-07-02 00:59:46.159 7 INFO neutron.quota.resource_registry [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-02 00:59:46.160 7 WARNING neutron.quota.resource_registry [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] security_group is already registered 2026-07-02 00:59:46.160 7 INFO neutron.quota.resource_registry [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-02 00:59:46.160 7 WARNING neutron.quota.resource_registry [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] security_group_rule is already registered 2026-07-02 00:59:46.162 7 INFO neutron.quota.resource_registry [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-02 00:59:46.162 7 WARNING neutron.quota.resource_registry [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] subnetpool is already registered 2026-07-02 00:59:46.162 7 INFO neutron.quota.resource_registry [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-02 00:59:46.163 7 WARNING neutron.quota.resource_registry [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] subnetpool is already registered 2026-07-02 00:59:46.163 7 INFO neutron.quota.resource_registry [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-02 00:59:46.163 7 WARNING neutron.quota.resource_registry [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] trunk is already registered 2026-07-02 00:59:46.164 7 INFO neutron.quota.resource_registry [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-02 00:59:46.164 7 WARNING neutron.quota.resource_registry [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] ikepolicy is already registered 2026-07-02 00:59:46.165 7 INFO neutron.quota.resource_registry [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-02 00:59:46.165 7 WARNING neutron.quota.resource_registry [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] ipsecpolicy is already registered 2026-07-02 00:59:46.165 7 INFO neutron.quota.resource_registry [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-02 00:59:46.165 7 WARNING neutron.quota.resource_registry [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] endpoint_group is already registered 2026-07-02 00:59:46.166 7 INFO neutron.quota.resource_registry [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-02 00:59:46.166 7 WARNING neutron.quota.resource_registry [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] vpnservice is already registered 2026-07-02 00:59:46.167 7 INFO neutron.quota.resource_registry [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-02 00:59:46.167 7 WARNING neutron.quota.resource_registry [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] ipsec_site_connection is already registered 2026-07-02 00:59:46.167 7 INFO neutron.quota.resource_registry [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-02 00:59:46.167 7 WARNING neutron.quota.resource_registry [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] ipsecpolicy is already registered 2026-07-02 00:59:46.168 7 INFO neutron.quota.resource_registry [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-02 00:59:46.168 7 WARNING neutron.quota.resource_registry [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] ikepolicy is already registered 2026-07-02 00:59:46.212 7 WARNING keystonemiddleware._common.config [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-07-02 00:59:46.222 7 WARNING oslo_config.cfg [None req-86ae221f-93ea-4470-a36e-ebdaa821f908 - - - - - -] 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 0x7fc069f50668 pid: 7 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 00:59:51.527 8 INFO neutron.pecan_wsgi.hooks.translation [None req-88247fe2-7853-49bc-9da7-a131eaf9ce33 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/3] 199.204.45.23 () {44 vars in 923 bytes} [Thu Jul 2 00:59:50 2026] GET /v2.0/networks/public => generated 108 bytes in 835 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1/4] 199.204.45.23 () {44 vars in 945 bytes} [Thu Jul 2 00:59:51 2026] GET /v2.0/networks?name=public => generated 15 bytes in 383 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 00:59:52.330 8 WARNING neutron.services.revisions.revision_plugin [None req-38ade7f9-e49b-4c84-8d3e-27c701913360 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Could not find related network for resource to bump revision. 2026-07-02 00:59:52.349 8 INFO neutron.db.segments_db [None req-38ade7f9-e49b-4c84-8d3e-27c701913360 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Added segment c5bca074-4e9d-4903-977e-996863c966be of type flat for network f4121342-466d-4650-95fe-c8912ad66434 2026-07-02 00:59:52.399 8 INFO neutron.pecan_wsgi.hooks.translation [None req-38ade7f9-e49b-4c84-8d3e-27c701913360 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/6] 199.204.45.23 () {48 vars in 963 bytes} [Thu Jul 2 00:59:51 2026] POST /v2.0/networks => generated 124 bytes in 496 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 00:59:58.632 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6f5082aa-ab70-411f-9573-b4abf5c2a6d5 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/7] 199.204.45.23 () {44 vars in 923 bytes} [Thu Jul 2 00:59:58 2026] GET /v2.0/networks/public => generated 108 bytes in 367 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 5/8] 199.204.45.23 () {44 vars in 945 bytes} [Thu Jul 2 00:59:58 2026] GET /v2.0/networks?name=public => generated 15 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 00:59:58.907 7 WARNING neutron.services.revisions.revision_plugin [None req-ef8aa0f5-62ec-4dcb-9549-bf492e448bcc b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Could not find related network for resource to bump revision. 2026-07-02 00:59:58.923 7 INFO neutron.db.segments_db [None req-ef8aa0f5-62ec-4dcb-9549-bf492e448bcc b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Added segment 07ad2ca9-2269-4345-ad5c-07f8b3cedbf5 of type flat for network c1c80fa7-e6b3-44fe-b317-f3abc0571ff6 2026-07-02 00:59:58.969 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ef8aa0f5-62ec-4dcb-9549-bf492e448bcc b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/9] 199.204.45.23 () {48 vars in 963 bytes} [Thu Jul 2 00:59:58 2026] POST /v2.0/networks => generated 124 bytes in 308 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:00:04.847 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f24ed0c1-d302-47a8-93ab-308e4b4c5145 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/10] 199.204.45.23 () {44 vars in 923 bytes} [Thu Jul 2 01:00:04 2026] GET /v2.0/networks/public => generated 108 bytes in 58 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 5/11] 199.204.45.23 () {44 vars in 945 bytes} [Thu Jul 2 01:00:04 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-07-02 01:00:04.921 8 WARNING neutron.services.revisions.revision_plugin [None req-0bd36352-c5d0-4b8e-a4a4-f07047d95761 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Could not find related network for resource to bump revision. 2026-07-02 01:00:04.937 8 INFO neutron.db.segments_db [None req-0bd36352-c5d0-4b8e-a4a4-f07047d95761 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Added segment 4d29379d-4095-460f-ad57-00425512d9fc of type flat for network cbfeee39-602d-44ef-a363-ec27b982e3a7 2026-07-02 01:00:04.961 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0bd36352-c5d0-4b8e-a4a4-f07047d95761 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/12] 199.204.45.23 () {48 vars in 963 bytes} [Thu Jul 2 01:00:04 2026] POST /v2.0/networks => generated 124 bytes in 97 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:00:10.819 8 INFO neutron.pecan_wsgi.hooks.translation [None req-18f203f9-6a0d-405e-83a4-5b703b7b5a83 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/14] 199.204.45.23 () {44 vars in 923 bytes} [Thu Jul 2 01:00:10 2026] GET /v2.0/networks/public => generated 108 bytes in 64 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 7/15] 199.204.45.23 () {44 vars in 945 bytes} [Thu Jul 2 01:00:10 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:00:10.887 8 WARNING neutron.services.revisions.revision_plugin [None req-02b3049c-64f5-4ed9-9250-9c29e87bd6d0 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Could not find related network for resource to bump revision. 2026-07-02 01:00:10.905 8 INFO neutron.db.segments_db [None req-02b3049c-64f5-4ed9-9250-9c29e87bd6d0 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Added segment 199d2fb9-8ea2-46a0-bff6-1ff415efccf8 of type flat for network 8fb823bc-e60a-48e1-a9f5-3e3a8f5ea4ad 2026-07-02 01:00:10.937 8 INFO neutron.pecan_wsgi.hooks.translation [None req-02b3049c-64f5-4ed9-9250-9c29e87bd6d0 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/16] 199.204.45.23 () {48 vars in 963 bytes} [Thu Jul 2 01:00:10 2026] POST /v2.0/networks => generated 124 bytes in 103 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:00:16.821 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d1adbf26-ed4f-4ca2-aed7-087e103ec793 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/17] 199.204.45.23 () {44 vars in 923 bytes} [Thu Jul 2 01:00:16 2026] GET /v2.0/networks/public => generated 108 bytes in 83 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 10/18] 199.204.45.23 () {44 vars in 945 bytes} [Thu Jul 2 01:00:16 2026] GET /v2.0/networks?name=public => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:00:16.899 7 WARNING neutron.services.revisions.revision_plugin [None req-3442bab3-9ffc-4cd2-96eb-8c8b5044a20a b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Could not find related network for resource to bump revision. 2026-07-02 01:00:16.915 7 INFO neutron.db.segments_db [None req-3442bab3-9ffc-4cd2-96eb-8c8b5044a20a b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Added segment bcf79822-c439-46ce-828e-2f872ac1e546 of type flat for network b1fbc37c-2a41-40b3-95ce-902ccc87b9f2 2026-07-02 01:00:16.948 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3442bab3-9ffc-4cd2-96eb-8c8b5044a20a b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/19] 199.204.45.23 () {48 vars in 963 bytes} [Thu Jul 2 01:00:16 2026] POST /v2.0/networks => generated 124 bytes in 113 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:00:22.786 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7633b825-1c52-4bcc-b93a-290187f232fa b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/21] 199.204.45.23 () {44 vars in 923 bytes} [Thu Jul 2 01:00:22 2026] GET /v2.0/networks/public => generated 108 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/22] 199.204.45.23 () {44 vars in 945 bytes} [Thu Jul 2 01:00:22 2026] GET /v2.0/networks?name=public => generated 15 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:00:22.855 7 WARNING neutron.services.revisions.revision_plugin [None req-b4cfdafa-3687-4526-982b-8d5d0927e106 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Could not find related network for resource to bump revision. 2026-07-02 01:00:22.875 7 INFO neutron.db.segments_db [None req-b4cfdafa-3687-4526-982b-8d5d0927e106 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Added segment c1836c86-bf88-449c-84d5-f50baefd35af of type flat for network 907dfad9-4cce-49c7-872e-aefc72d72231 [pid: 7|app: 0|req: 11/23] 199.204.45.23 () {48 vars in 963 bytes} [Thu Jul 2 01:00:22 2026] POST /v2.0/networks => generated 706 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:00:24.145 8 INFO neutron.pecan_wsgi.hooks.translation [None req-988d78de-65ca-4d23-b9d2-c43d4155d0ac b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 13/24] 199.204.45.23 () {44 vars in 923 bytes} [Thu Jul 2 01:00:24 2026] GET /v2.0/networks/public => generated 108 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 12/25] 199.204.45.23 () {44 vars in 945 bytes} [Thu Jul 2 01:00:24 2026] GET /v2.0/networks?name=public => generated 709 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:00:24.220 8 INFO neutron.pecan_wsgi.hooks.translation [None req-78e0f6d8-fdcc-4a29-905a-00d2d6956326 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 14/26] 199.204.45.23 () {44 vars in 1030 bytes} [Thu Jul 2 01:00:24 2026] GET /v2.0/subnets/public-subnet?network_id=907dfad9-4cce-49c7-872e-aefc72d72231 => generated 113 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/27] 199.204.45.23 () {44 vars in 1053 bytes} [Thu Jul 2 01:00:24 2026] GET /v2.0/subnets?name=public-subnet&network_id=907dfad9-4cce-49c7-872e-aefc72d72231 => generated 14 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 15/28] 199.204.45.23 () {48 vars in 961 bytes} [Thu Jul 2 01:00:24 2026] POST /v2.0/subnets => generated 664 bytes in 690 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:05:18.734 7 INFO neutron.pecan_wsgi.hooks.translation [None req-efbcdb72-54dc-4bb1-bbf7-d32dafbb60c0 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 33/66] 199.204.45.23 () {44 vars in 933 bytes} [Thu Jul 2 01:05:18 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 105 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/67] 199.204.45.23 () {44 vars in 955 bytes} [Thu Jul 2 01:05:18 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:05:18.807 7 INFO neutron.db.segments_db [None req-46c77692-732a-49b0-a260-e37ad05f4084 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Added segment 0dd3f698-704f-4b85-8789-d1d739a53f09 of type vxlan for network b8436720-0f07-46db-887a-138a1198db2d [pid: 7|app: 0|req: 34/68] 199.204.45.23 () {48 vars in 962 bytes} [Thu Jul 2 01:05:18 2026] POST /v2.0/networks => generated 707 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:05:19.854 8 INFO neutron.pecan_wsgi.hooks.translation [None req-72af71a9-4d6c-4e07-994c-845d45dc89e0 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 35/69] 199.204.45.23 () {44 vars in 933 bytes} [Thu Jul 2 01:05:19 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/70] 199.204.45.23 () {44 vars in 955 bytes} [Thu Jul 2 01:05:19 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:05:19.910 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ecf15cbe-c6fa-4048-bb41-fa5d31baf810 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 36/71] 199.204.45.23 () {44 vars in 1032 bytes} [Thu Jul 2 01:05:19 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=b8436720-0f07-46db-887a-138a1198db2d => 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: 36/72] 199.204.45.23 () {44 vars in 1055 bytes} [Thu Jul 2 01:05:19 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=b8436720-0f07-46db-887a-138a1198db2d => generated 14 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/73] 199.204.45.23 () {48 vars in 961 bytes} [Thu Jul 2 01:05:19 2026] POST /v2.0/subnets => generated 651 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:05:21.235 7 INFO neutron.api.v2.resource [None req-6e7c4bf5-15bc-46a9-b1fa-bf6d9fea9114 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 37/74] 199.204.45.23 () {44 vars in 967 bytes} [Thu Jul 2 01:05:21 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/75] 199.204.45.23 () {44 vars in 989 bytes} [Thu Jul 2 01:05:21 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/76] 199.204.45.23 () {48 vars in 976 bytes} [Thu Jul 2 01:05:21 2026] POST /v2.0/security-groups => generated 1616 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/79] 199.204.45.23 () {44 vars in 997 bytes} [Thu Jul 2 01:05:22 2026] GET /v2.0/security-groups/f793cd8a-8eb2-48ff-b639-1c667a0c5032 => generated 1616 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/80] 199.204.45.23 () {44 vars in 997 bytes} [Thu Jul 2 01:05:22 2026] GET /v2.0/security-groups/f793cd8a-8eb2-48ff-b639-1c667a0c5032 => generated 1616 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/81] 199.204.45.23 () {44 vars in 997 bytes} [Thu Jul 2 01:05:22 2026] GET /v2.0/security-groups/f793cd8a-8eb2-48ff-b639-1c667a0c5032 => 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: 41/82] 199.204.45.23 () {48 vars in 987 bytes} [Thu Jul 2 01:05:22 2026] POST /v2.0/security-group-rules => generated 601 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/83] 199.204.45.23 () {44 vars in 997 bytes} [Thu Jul 2 01:05:23 2026] GET /v2.0/security-groups/f793cd8a-8eb2-48ff-b639-1c667a0c5032 => generated 2230 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/84] 199.204.45.23 () {44 vars in 997 bytes} [Thu Jul 2 01:05:23 2026] GET /v2.0/security-groups/f793cd8a-8eb2-48ff-b639-1c667a0c5032 => generated 2230 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/85] 199.204.45.23 () {44 vars in 997 bytes} [Thu Jul 2 01:05:23 2026] GET /v2.0/security-groups/f793cd8a-8eb2-48ff-b639-1c667a0c5032 => 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/86] 199.204.45.23 () {48 vars in 987 bytes} [Thu Jul 2 01:05:23 2026] POST /v2.0/security-group-rules => generated 603 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/87] 199.204.45.23 () {44 vars in 997 bytes} [Thu Jul 2 01:05:24 2026] GET /v2.0/security-groups/f793cd8a-8eb2-48ff-b639-1c667a0c5032 => generated 2846 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/88] 199.204.45.23 () {44 vars in 997 bytes} [Thu Jul 2 01:05:24 2026] GET /v2.0/security-groups/f793cd8a-8eb2-48ff-b639-1c667a0c5032 => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/89] 199.204.45.23 () {44 vars in 997 bytes} [Thu Jul 2 01:05:24 2026] GET /v2.0/security-groups/f793cd8a-8eb2-48ff-b639-1c667a0c5032 => generated 2846 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/90] 199.204.45.23 () {48 vars in 987 bytes} [Thu Jul 2 01:05:24 2026] POST /v2.0/security-group-rules => generated 603 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/91] 199.204.45.23 () {44 vars in 997 bytes} [Thu Jul 2 01:05:25 2026] GET /v2.0/security-groups/f793cd8a-8eb2-48ff-b639-1c667a0c5032 => generated 3462 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/92] 199.204.45.23 () {44 vars in 997 bytes} [Thu Jul 2 01:05:25 2026] GET /v2.0/security-groups/f793cd8a-8eb2-48ff-b639-1c667a0c5032 => generated 3462 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/93] 199.204.45.23 () {44 vars in 997 bytes} [Thu Jul 2 01:05:25 2026] GET /v2.0/security-groups/f793cd8a-8eb2-48ff-b639-1c667a0c5032 => generated 3462 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/94] 199.204.45.23 () {48 vars in 987 bytes} [Thu Jul 2 01:05:25 2026] POST /v2.0/security-group-rules => generated 603 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/95] 199.204.45.23 () {44 vars in 997 bytes} [Thu Jul 2 01:05:26 2026] GET /v2.0/security-groups/f793cd8a-8eb2-48ff-b639-1c667a0c5032 => generated 4078 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/96] 199.204.45.23 () {44 vars in 997 bytes} [Thu Jul 2 01:05:26 2026] GET /v2.0/security-groups/f793cd8a-8eb2-48ff-b639-1c667a0c5032 => generated 4078 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/97] 199.204.45.23 () {44 vars in 997 bytes} [Thu Jul 2 01:05:26 2026] GET /v2.0/security-groups/f793cd8a-8eb2-48ff-b639-1c667a0c5032 => generated 4078 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/98] 199.204.45.23 () {48 vars in 987 bytes} [Thu Jul 2 01:05:26 2026] POST /v2.0/security-group-rules => generated 603 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/99] 199.204.45.23 () {44 vars in 983 bytes} [Thu Jul 2 01:05:28 2026] GET /v2.0/networks/b8436720-0f07-46db-887a-138a1198db2d => generated 732 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:05:28.305 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c1105fe7-93ab-4edf-afe7-151f87876662 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 50/100] 199.204.45.23 () {44 vars in 1072 bytes} [Thu Jul 2 01:05:28 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=b8436720-0f07-46db-887a-138a1198db2d => generated 132 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/101] 199.204.45.23 () {44 vars in 1095 bytes} [Thu Jul 2 01:05:28 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=b8436720-0f07-46db-887a-138a1198db2d => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/102] 199.204.45.23 () {44 vars in 997 bytes} [Thu Jul 2 01:05:28 2026] GET /v2.0/security-groups/f793cd8a-8eb2-48ff-b639-1c667a0c5032 => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/103] 199.204.45.23 () {48 vars in 957 bytes} [Thu Jul 2 01:05:28 2026] POST /v2.0/ports => generated 1100 bytes in 561 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-02 01:05:36.225 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cd9a690a-bbd0-46b4-82b2-10dfc6be410d b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 52/104] 199.204.45.23 () {44 vars in 975 bytes} [Thu Jul 2 01:05:36 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 53/105] 199.204.45.23 () {44 vars in 997 bytes} [Thu Jul 2 01:05:36 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/106] 199.204.45.23 () {48 vars in 1027 bytes} [Thu Jul 2 01:05:36 2026] PUT /v2.0/ports/a8b9cb2a-5177-4492-bca3-960c30393a96 => generated 1249 bytes in 722 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/109] 199.204.45.23 () {44 vars in 916 bytes} [Thu Jul 2 01:05:38 2026] GET /v2.0/ports => generated 3730 bytes in 97 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-07-02 01:05:39.564 7 INFO neutron.api.v2.resource [None req-04406b53-b650-4275-bcf2-d4c13e5f0c67 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 55/110] 199.204.45.23 () {44 vars in 955 bytes} [Thu Jul 2 01:05:39 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/111] 199.204.45.23 () {44 vars in 977 bytes} [Thu Jul 2 01:05:39 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/112] 199.204.45.23 () {48 vars in 976 bytes} [Thu Jul 2 01:05:39 2026] POST /v2.0/security-groups => generated 1610 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/113] 199.204.45.23 () {44 vars in 997 bytes} [Thu Jul 2 01:05:40 2026] GET /v2.0/security-groups/21e448e0-5325-4265-b922-a4d63a2760e0 => generated 1610 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/114] 199.204.45.23 () {44 vars in 997 bytes} [Thu Jul 2 01:05:40 2026] GET /v2.0/security-groups/21e448e0-5325-4265-b922-a4d63a2760e0 => generated 1610 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/115] 199.204.45.23 () {44 vars in 997 bytes} [Thu Jul 2 01:05:40 2026] GET /v2.0/security-groups/21e448e0-5325-4265-b922-a4d63a2760e0 => generated 1610 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/116] 199.204.45.23 () {48 vars in 987 bytes} [Thu Jul 2 01:05:40 2026] POST /v2.0/security-group-rules => generated 623 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/117] 199.204.45.23 () {44 vars in 997 bytes} [Thu Jul 2 01:05:41 2026] GET /v2.0/security-groups/21e448e0-5325-4265-b922-a4d63a2760e0 => generated 2246 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/118] 199.204.45.23 () {44 vars in 997 bytes} [Thu Jul 2 01:05:41 2026] GET /v2.0/security-groups/21e448e0-5325-4265-b922-a4d63a2760e0 => generated 2246 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/119] 199.204.45.23 () {44 vars in 997 bytes} [Thu Jul 2 01:05:41 2026] GET /v2.0/security-groups/21e448e0-5325-4265-b922-a4d63a2760e0 => generated 2246 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/120] 199.204.45.23 () {48 vars in 987 bytes} [Thu Jul 2 01:05:41 2026] POST /v2.0/security-group-rules => generated 627 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 65/129] 199.204.45.23 () {44 vars in 971 bytes} [Thu Jul 2 01:06:41 2026] GET /v2.0/quotas/7eb38567d24945bf897faa0c111c2692 => 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: 65/130] 199.204.45.23 () {48 vars in 1023 bytes} [Thu Jul 2 01:06:42 2026] PUT /v2.0/quotas/7eb38567d24945bf897faa0c111c2692 => generated 291 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 01:09:02.434 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a26fe094-a81b-48ea-853e-feade9042bde b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 75/149] 199.204.45.23 () {30 vars in 740 bytes} [Thu Jul 2 01:09:02 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 215 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: 75/150] 199.204.45.23 () {30 vars in 762 bytes} [Thu Jul 2 01:09:02 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:09:04.378 7 INFO neutron.pecan_wsgi.hooks.translation [None req-19b506c9-4cc4-4670-91fe-4d81a170ab25 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 76/151] 199.204.45.23 () {30 vars in 740 bytes} [Thu Jul 2 01:09:04 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 76/152] 199.204.45.23 () {30 vars in 762 bytes} [Thu Jul 2 01:09:04 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:15:04.544 8 INFO neutron.api.v2.resource [None req-ac366f7b-0b1f-4e11-9836-827bba0980a1 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 101/201] 199.204.45.23 () {44 vars in 1070 bytes} [Thu Jul 2 01:15:04 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=8d19d35872dc4befa0e7f52669f5806f => generated 139 bytes in 139 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 101/202] 199.204.45.23 () {44 vars in 1093 bytes} [Thu Jul 2 01:15:04 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=8d19d35872dc4befa0e7f52669f5806f => generated 23 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 102/203] 199.204.45.23 () {48 vars in 977 bytes} [Thu Jul 2 01:15:04 2026] POST /v2.0/security-groups => generated 1624 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 102/204] 199.204.45.23 () {44 vars in 1084 bytes} [Thu Jul 2 01:15:05 2026] GET /v2.0/security-groups/c61111df-3020-459d-87a6-8d79cc00160a?project_id=8d19d35872dc4befa0e7f52669f5806f => generated 1624 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 103/205] 199.204.45.23 () {44 vars in 997 bytes} [Thu Jul 2 01:15:05 2026] GET /v2.0/security-groups/c61111df-3020-459d-87a6-8d79cc00160a => 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: 103/206] 199.204.45.23 () {44 vars in 1084 bytes} [Thu Jul 2 01:15:06 2026] GET /v2.0/security-groups/c61111df-3020-459d-87a6-8d79cc00160a?project_id=8d19d35872dc4befa0e7f52669f5806f => generated 1624 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/207] 199.204.45.23 () {48 vars in 987 bytes} [Thu Jul 2 01:15:06 2026] POST /v2.0/security-group-rules => generated 597 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/208] 199.204.45.23 () {44 vars in 1084 bytes} [Thu Jul 2 01:15:07 2026] GET /v2.0/security-groups/c61111df-3020-459d-87a6-8d79cc00160a?project_id=8d19d35872dc4befa0e7f52669f5806f => generated 2234 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/209] 199.204.45.23 () {44 vars in 997 bytes} [Thu Jul 2 01:15:07 2026] GET /v2.0/security-groups/c61111df-3020-459d-87a6-8d79cc00160a => generated 2234 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/212] 199.204.45.23 () {44 vars in 1084 bytes} [Thu Jul 2 01:15:07 2026] GET /v2.0/security-groups/c61111df-3020-459d-87a6-8d79cc00160a?project_id=8d19d35872dc4befa0e7f52669f5806f => generated 2234 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/213] 199.204.45.23 () {48 vars in 987 bytes} [Thu Jul 2 01:15:07 2026] POST /v2.0/security-group-rules => generated 599 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/214] 199.204.45.23 () {44 vars in 1084 bytes} [Thu Jul 2 01:15:08 2026] GET /v2.0/security-groups/c61111df-3020-459d-87a6-8d79cc00160a?project_id=8d19d35872dc4befa0e7f52669f5806f => generated 2846 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/215] 199.204.45.23 () {44 vars in 997 bytes} [Thu Jul 2 01:15:08 2026] GET /v2.0/security-groups/c61111df-3020-459d-87a6-8d79cc00160a => generated 2846 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/216] 199.204.45.23 () {44 vars in 1084 bytes} [Thu Jul 2 01:15:08 2026] GET /v2.0/security-groups/c61111df-3020-459d-87a6-8d79cc00160a?project_id=8d19d35872dc4befa0e7f52669f5806f => generated 2846 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/217] 199.204.45.23 () {48 vars in 987 bytes} [Thu Jul 2 01:15:08 2026] POST /v2.0/security-group-rules => generated 601 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/218] 199.204.45.23 () {44 vars in 1084 bytes} [Thu Jul 2 01:15:09 2026] GET /v2.0/security-groups/c61111df-3020-459d-87a6-8d79cc00160a?project_id=8d19d35872dc4befa0e7f52669f5806f => generated 3460 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/219] 199.204.45.23 () {44 vars in 997 bytes} [Thu Jul 2 01:15:09 2026] GET /v2.0/security-groups/c61111df-3020-459d-87a6-8d79cc00160a => generated 3460 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/220] 199.204.45.23 () {44 vars in 1084 bytes} [Thu Jul 2 01:15:09 2026] GET /v2.0/security-groups/c61111df-3020-459d-87a6-8d79cc00160a?project_id=8d19d35872dc4befa0e7f52669f5806f => generated 3460 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/221] 199.204.45.23 () {48 vars in 987 bytes} [Thu Jul 2 01:15:09 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: 121/240] 199.204.45.23 () {30 vars in 739 bytes} [Thu Jul 2 01:17:27 2026] GET /v2.0/networks?tenant_id=8d19d35872dc4befa0e7f52669f5806f&shared=False => generated 15 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:17:28.021 7 INFO neutron.db.segments_db [None req-62c2060f-3a15-4849-aa00-59d5a5006d75 ff5afc4a52a6494ca3268f4fd108e3f4 8d19d35872dc4befa0e7f52669f5806f - - 9e90167e041c452796461014f9fae4cf 9e90167e041c452796461014f9fae4cf] Added segment d89dc329-717d-4775-9977-5a7c3cf6a1f7 of type vxlan for network 6d1ac273-538e-42ae-85d3-e5d2a85ef66a [pid: 7|app: 0|req: 120/241] 199.204.45.23 () {34 vars in 681 bytes} [Thu Jul 2 01:17:27 2026] POST /v2.0/networks => generated 718 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/242] 199.204.45.23 () {30 vars in 721 bytes} [Thu Jul 2 01:17:28 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 121/243] 199.204.45.23 () {30 vars in 632 bytes} [Thu Jul 2 01:17:28 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/244] 199.204.45.23 () {34 vars in 676 bytes} [Thu Jul 2 01:17:28 2026] POST /v2.0/ports => generated 999 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/245] 199.204.45.23 () {30 vars in 702 bytes} [Thu Jul 2 01:17:28 2026] GET /v2.0/networks/6d1ac273-538e-42ae-85d3-e5d2a85ef66a => generated 705 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/246] 199.204.45.23 () {30 vars in 721 bytes} [Thu Jul 2 01:17:30 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/247] 199.204.45.23 () {30 vars in 702 bytes} [Thu Jul 2 01:17:30 2026] GET /v2.0/networks/6d1ac273-538e-42ae-85d3-e5d2a85ef66a => 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: 127/252] 199.204.45.23 () {44 vars in 971 bytes} [Thu Jul 2 01:17:55 2026] GET /v2.0/quotas/8d19d35872dc4befa0e7f52669f5806f => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/253] 199.204.45.23 () {48 vars in 1023 bytes} [Thu Jul 2 01:17:55 2026] PUT /v2.0/quotas/8d19d35872dc4befa0e7f52669f5806f => generated 291 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:29:43.549 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3bd5351b-f2c9-466c-b68b-e418625a07b2 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 174/348] 199.204.45.23 () {44 vars in 923 bytes} [Thu Jul 2 01:29:43 2026] GET /v2.0/networks/public => generated 108 bytes in 145 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 175/349] 199.204.45.23 () {44 vars in 945 bytes} [Thu Jul 2 01:29:43 2026] GET /v2.0/networks?name=public => generated 753 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:29:44.616 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ca40b73c-f3a5-4fb0-bc0d-56e78397816b b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 175/350] 199.204.45.23 () {44 vars in 923 bytes} [Thu Jul 2 01:29:44 2026] GET /v2.0/networks/public => generated 108 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 176/351] 199.204.45.23 () {44 vars in 945 bytes} [Thu Jul 2 01:29:44 2026] GET /v2.0/networks?name=public => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:29:44.685 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a80d6c0c-8852-4fe3-b0dc-22f95c7ca03b b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 176/352] 199.204.45.23 () {44 vars in 1030 bytes} [Thu Jul 2 01:29:44 2026] GET /v2.0/subnets/public-subnet?network_id=907dfad9-4cce-49c7-872e-aefc72d72231 => generated 113 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 177/353] 199.204.45.23 () {44 vars in 1053 bytes} [Thu Jul 2 01:29:44 2026] GET /v2.0/subnets?name=public-subnet&network_id=907dfad9-4cce-49c7-872e-aefc72d72231 => generated 667 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:30:12.188 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5cb43b7a-f12f-4ce0-9c3f-0dbb579a91e1 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 180/358] 199.204.45.23 () {44 vars in 933 bytes} [Thu Jul 2 01:30:12 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 179/359] 199.204.45.23 () {44 vars in 955 bytes} [Thu Jul 2 01:30:12 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:30:13.189 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ac061e21-4fa0-4ac9-8d47-9a25a7da7189 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 181/360] 199.204.45.23 () {44 vars in 933 bytes} [Thu Jul 2 01:30:13 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 180/361] 199.204.45.23 () {44 vars in 955 bytes} [Thu Jul 2 01:30:13 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:30:13.261 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6aa19543-3ca4-4c7c-bc90-048cef6d610f b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 182/362] 199.204.45.23 () {44 vars in 1032 bytes} [Thu Jul 2 01:30:13 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=b8436720-0f07-46db-887a-138a1198db2d => generated 114 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 181/363] 199.204.45.23 () {44 vars in 1055 bytes} [Thu Jul 2 01:30:13 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=b8436720-0f07-46db-887a-138a1198db2d => generated 654 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:30:14.434 8 INFO neutron.api.v2.resource [None req-65f22e47-a2c3-4d2a-b018-a36408542137 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 183/364] 199.204.45.23 () {44 vars in 967 bytes} [Thu Jul 2 01:30:14 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/365] 199.204.45.23 () {44 vars in 989 bytes} [Thu Jul 2 01:30:14 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/366] 199.204.45.23 () {44 vars in 997 bytes} [Thu Jul 2 01:30:15 2026] GET /v2.0/security-groups/f793cd8a-8eb2-48ff-b639-1c667a0c5032 => generated 4694 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/367] 199.204.45.23 () {44 vars in 997 bytes} [Thu Jul 2 01:30:15 2026] GET /v2.0/security-groups/f793cd8a-8eb2-48ff-b639-1c667a0c5032 => 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: 185/368] 199.204.45.23 () {44 vars in 1007 bytes} [Thu Jul 2 01:30:15 2026] GET /v2.0/security-group-rules/70936e3b-0103-4b3e-8b86-7b0cfd6d12ba => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/369] 199.204.45.23 () {44 vars in 997 bytes} [Thu Jul 2 01:30:16 2026] GET /v2.0/security-groups/f793cd8a-8eb2-48ff-b639-1c667a0c5032 => generated 4694 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/370] 199.204.45.23 () {44 vars in 997 bytes} [Thu Jul 2 01:30:16 2026] GET /v2.0/security-groups/f793cd8a-8eb2-48ff-b639-1c667a0c5032 => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/371] 199.204.45.23 () {44 vars in 1007 bytes} [Thu Jul 2 01:30:16 2026] GET /v2.0/security-group-rules/74b4508f-de71-4eb9-ba58-d94e59f1ee10 => generated 603 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/372] 199.204.45.23 () {44 vars in 997 bytes} [Thu Jul 2 01:30:17 2026] GET /v2.0/security-groups/f793cd8a-8eb2-48ff-b639-1c667a0c5032 => generated 4694 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/373] 199.204.45.23 () {44 vars in 997 bytes} [Thu Jul 2 01:30:17 2026] GET /v2.0/security-groups/f793cd8a-8eb2-48ff-b639-1c667a0c5032 => 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: 188/374] 199.204.45.23 () {44 vars in 1007 bytes} [Thu Jul 2 01:30:17 2026] GET /v2.0/security-group-rules/8fa1b5b6-c3eb-4853-906e-5299e2578721 => 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: 187/375] 199.204.45.23 () {44 vars in 997 bytes} [Thu Jul 2 01:30:18 2026] GET /v2.0/security-groups/f793cd8a-8eb2-48ff-b639-1c667a0c5032 => generated 4694 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/376] 199.204.45.23 () {44 vars in 997 bytes} [Thu Jul 2 01:30:18 2026] GET /v2.0/security-groups/f793cd8a-8eb2-48ff-b639-1c667a0c5032 => generated 4694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/377] 199.204.45.23 () {44 vars in 1007 bytes} [Thu Jul 2 01:30:18 2026] GET /v2.0/security-group-rules/fc0ed9ef-4d13-47af-86f3-6945c5f37c56 => generated 603 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/378] 199.204.45.23 () {44 vars in 997 bytes} [Thu Jul 2 01:30:19 2026] GET /v2.0/security-groups/f793cd8a-8eb2-48ff-b639-1c667a0c5032 => generated 4694 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/379] 199.204.45.23 () {44 vars in 997 bytes} [Thu Jul 2 01:30:19 2026] GET /v2.0/security-groups/f793cd8a-8eb2-48ff-b639-1c667a0c5032 => generated 4694 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/380] 199.204.45.23 () {44 vars in 1007 bytes} [Thu Jul 2 01:30:19 2026] GET /v2.0/security-group-rules/613584c6-f02b-4aa3-a384-9cd0865cb76c => generated 603 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/381] 199.204.45.23 () {44 vars in 983 bytes} [Thu Jul 2 01:30:21 2026] GET /v2.0/networks/b8436720-0f07-46db-887a-138a1198db2d => generated 732 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:30:21.136 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c6d7031a-dfab-43bf-b4f9-71a79a2c73bb b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 192/382] 199.204.45.23 () {44 vars in 1072 bytes} [Thu Jul 2 01:30:21 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=b8436720-0f07-46db-887a-138a1198db2d => generated 132 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/383] 199.204.45.23 () {44 vars in 1095 bytes} [Thu Jul 2 01:30:21 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=b8436720-0f07-46db-887a-138a1198db2d => generated 1254 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/384] 199.204.45.23 () {44 vars in 997 bytes} [Thu Jul 2 01:30:21 2026] GET /v2.0/security-groups/f793cd8a-8eb2-48ff-b639-1c667a0c5032 => generated 4694 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:30:30.301 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ff2133c0-a5e2-4433-b49f-3693e9e6fdc2 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 195/387] 199.204.45.23 () {44 vars in 975 bytes} [Thu Jul 2 01:30:30 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/388] 199.204.45.23 () {44 vars in 997 bytes} [Thu Jul 2 01:30:30 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/389] 199.204.45.23 () {44 vars in 916 bytes} [Thu Jul 2 01:30:31 2026] GET /v2.0/ports => generated 4725 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:30:32.941 7 INFO neutron.api.v2.resource [None req-12ae393a-2a69-456c-afed-3de973e6a40e b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 194/390] 199.204.45.23 () {44 vars in 955 bytes} [Thu Jul 2 01:30:32 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/391] 199.204.45.23 () {44 vars in 977 bytes} [Thu Jul 2 01:30:32 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/392] 199.204.45.23 () {44 vars in 997 bytes} [Thu Jul 2 01:30:33 2026] GET /v2.0/security-groups/21e448e0-5325-4265-b922-a4d63a2760e0 => generated 2886 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/393] 199.204.45.23 () {44 vars in 997 bytes} [Thu Jul 2 01:30:33 2026] GET /v2.0/security-groups/21e448e0-5325-4265-b922-a4d63a2760e0 => generated 2886 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/394] 199.204.45.23 () {44 vars in 1007 bytes} [Thu Jul 2 01:30:33 2026] GET /v2.0/security-group-rules/a9b919e7-1502-4799-82b1-67ed9735ca44 => generated 623 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/395] 199.204.45.23 () {44 vars in 997 bytes} [Thu Jul 2 01:30:34 2026] GET /v2.0/security-groups/21e448e0-5325-4265-b922-a4d63a2760e0 => generated 2886 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/396] 199.204.45.23 () {44 vars in 997 bytes} [Thu Jul 2 01:30:34 2026] GET /v2.0/security-groups/21e448e0-5325-4265-b922-a4d63a2760e0 => generated 2886 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/397] 199.204.45.23 () {44 vars in 1007 bytes} [Thu Jul 2 01:30:34 2026] GET /v2.0/security-group-rules/8381c283-9ce9-4944-809b-9af777fa5913 => generated 627 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/400] 199.204.45.23 () {44 vars in 971 bytes} [Thu Jul 2 01:30:47 2026] GET /v2.0/quotas/7eb38567d24945bf897faa0c111c2692 => generated 291 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:31:42.122 7 INFO neutron.api.v2.resource [None req-40be7cfa-23e6-46ed-b12b-41050f5d60f0 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 204/409] 199.204.45.23 () {44 vars in 1070 bytes} [Thu Jul 2 01:31:42 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=8d19d35872dc4befa0e7f52669f5806f => generated 139 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/410] 199.204.45.23 () {44 vars in 1093 bytes} [Thu Jul 2 01:31:42 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=8d19d35872dc4befa0e7f52669f5806f => generated 4072 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/411] 199.204.45.23 () {44 vars in 1084 bytes} [Thu Jul 2 01:31:43 2026] GET /v2.0/security-groups/c61111df-3020-459d-87a6-8d79cc00160a?project_id=8d19d35872dc4befa0e7f52669f5806f => generated 4075 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/412] 199.204.45.23 () {44 vars in 997 bytes} [Thu Jul 2 01:31:43 2026] GET /v2.0/security-groups/c61111df-3020-459d-87a6-8d79cc00160a => generated 4075 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/413] 199.204.45.23 () {44 vars in 1007 bytes} [Thu Jul 2 01:31:43 2026] GET /v2.0/security-group-rules/193e1fd7-ac6d-4c11-89dd-69b58d45ac07 => generated 597 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/414] 199.204.45.23 () {44 vars in 1084 bytes} [Thu Jul 2 01:31:44 2026] GET /v2.0/security-groups/c61111df-3020-459d-87a6-8d79cc00160a?project_id=8d19d35872dc4befa0e7f52669f5806f => generated 4075 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/415] 199.204.45.23 () {44 vars in 997 bytes} [Thu Jul 2 01:31:44 2026] GET /v2.0/security-groups/c61111df-3020-459d-87a6-8d79cc00160a => generated 4075 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/416] 199.204.45.23 () {44 vars in 1007 bytes} [Thu Jul 2 01:31:44 2026] GET /v2.0/security-group-rules/353a260c-1eeb-4f11-9c2f-c4aa6efc7b25 => generated 599 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/417] 199.204.45.23 () {44 vars in 1084 bytes} [Thu Jul 2 01:31:45 2026] GET /v2.0/security-groups/c61111df-3020-459d-87a6-8d79cc00160a?project_id=8d19d35872dc4befa0e7f52669f5806f => generated 4075 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/418] 199.204.45.23 () {44 vars in 997 bytes} [Thu Jul 2 01:31:45 2026] GET /v2.0/security-groups/c61111df-3020-459d-87a6-8d79cc00160a => generated 4075 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/419] 199.204.45.23 () {44 vars in 1007 bytes} [Thu Jul 2 01:31:45 2026] GET /v2.0/security-group-rules/7835d0a5-21ef-4feb-9c78-d47676bcdb56 => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/420] 199.204.45.23 () {44 vars in 1084 bytes} [Thu Jul 2 01:31:46 2026] GET /v2.0/security-groups/c61111df-3020-459d-87a6-8d79cc00160a?project_id=8d19d35872dc4befa0e7f52669f5806f => generated 4075 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/421] 199.204.45.23 () {44 vars in 997 bytes} [Thu Jul 2 01:31:46 2026] GET /v2.0/security-groups/c61111df-3020-459d-87a6-8d79cc00160a => generated 4075 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/422] 199.204.45.23 () {44 vars in 1007 bytes} [Thu Jul 2 01:31:46 2026] GET /v2.0/security-group-rules/f550b726-f82c-4386-b6e7-863b158004b7 => generated 602 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/425] 199.204.45.23 () {44 vars in 971 bytes} [Thu Jul 2 01:31:54 2026] GET /v2.0/quotas/8d19d35872dc4befa0e7f52669f5806f => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/432] 199.204.45.23 () {44 vars in 945 bytes} [Thu Jul 2 01:32:45 2026] GET /v2.0/networks?name=public => generated 753 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/439] 10.0.0.150 () {32 vars in 649 bytes} [Thu Jul 2 01:33:24 2026] GET /v2.0/networks => generated 2168 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/440] 10.0.0.150 () {32 vars in 655 bytes} [Thu Jul 2 01:33:26 2026] GET /v2.0/floatingips => generated 19 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/441] 10.0.0.150 () {32 vars in 647 bytes} [Thu Jul 2 01:33:26 2026] GET /v2.0/routers => generated 15 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/442] 10.0.0.150 () {32 vars in 643 bytes} [Thu Jul 2 01:33:26 2026] GET /v2.0/ports => generated 4725 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/443] 10.0.0.150 () {32 vars in 647 bytes} [Thu Jul 2 01:33:26 2026] GET /v2.0/subnets => generated 1308 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/444] 10.0.0.150 () {32 vars in 649 bytes} [Thu Jul 2 01:33:26 2026] GET /v2.0/networks => generated 2168 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/445] 10.0.0.150 () {32 vars in 663 bytes} [Thu Jul 2 01:33:26 2026] GET /v2.0/security-groups => generated 17401 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/446] 10.0.0.150 () {32 vars in 655 bytes} [Thu Jul 2 01:33:26 2026] GET /v2.0/subnetpools => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:33:37.515 8 INFO neutron.db.segments_db [None req-8c94b7b3-2d01-424d-befe-f8b385f01bfa b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Added segment 654939d2-e7ec-4752-a8f2-73cc34852805 of type vxlan for network ea4c5a16-346c-47df-a061-bd43b6b93ef6 2026-07-02 01:33:37.515 7 INFO neutron.db.segments_db [None req-2935bd1f-62e5-4c06-b75f-0a43e20ecfbd b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Added segment 63fd4a02-8d15-4787-95c9-65c0fec146d2 of type vxlan for network 9beccf0c-6268-4bca-9d31-2581edcbf385 [pid: 7|app: 0|req: 225/449] 10.0.0.150 () {34 vars in 671 bytes} [Thu Jul 2 01:33:37 2026] POST /v2.0/networks => generated 747 bytes in 321 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/450] 10.0.0.150 () {34 vars in 671 bytes} [Thu Jul 2 01:33:37 2026] POST /v2.0/networks => generated 745 bytes in 486 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/451] 10.0.0.150 () {34 vars in 669 bytes} [Thu Jul 2 01:33:37 2026] POST /v2.0/subnets => generated 694 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:33:37.787 7 INFO neutron.db.segments_db [None req-e0679025-7bd5-456d-a970-e4bfcd0980a1 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Added segment bfa986f5-06b3-4ac3-bd9e-8eb4a54c9ccb of type vxlan for network e67847ec-330f-40bb-a83d-9484489aadef [pid: 7|app: 0|req: 226/452] 10.0.0.150 () {34 vars in 671 bytes} [Thu Jul 2 01:33:37 2026] POST /v2.0/networks => generated 743 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:33:37.910 7 INFO neutron.db.segments_db [None req-71a8de06-91e7-41e9-9e9e-7bd09be68b8c b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Added segment cee1c337-69b9-4bc4-bcd5-1ca3f19dd1b6 of type vxlan for network bd2e5c3d-ca5f-4837-a28e-efaf8bfab721 [pid: 8|app: 0|req: 227/453] 10.0.0.150 () {34 vars in 669 bytes} [Thu Jul 2 01:33:37 2026] POST /v2.0/subnets => generated 692 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/454] 10.0.0.150 () {34 vars in 669 bytes} [Thu Jul 2 01:33:37 2026] POST /v2.0/subnets => generated 690 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:33:38.142 7 INFO neutron.db.l3_hamode_db [None req-71a8de06-91e7-41e9-9e9e-7bd09be68b8c b0f6f1662acb42028adab40336275dbd c7dd84f04a7e48d790aaa033527ad455 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 01:33:38.176 8 INFO neutron.db.segments_db [None req-b126c2fc-4804-45b7-8c19-b3b586b0247a b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Added segment e812121c-eff0-4e8b-a94b-ab9c18130862 of type vxlan for network 5936d66b-8e47-4c18-ad3d-33cf7a4ab142 2026-07-02 01:33:38.439 8 INFO neutron.db.l3_hamode_db [None req-b126c2fc-4804-45b7-8c19-b3b586b0247a b0f6f1662acb42028adab40336275dbd 6450ef36376447d8bb2c5552ff11987f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 01:33:39.063 7 INFO neutron.db.l3_hamode_db [None req-71a8de06-91e7-41e9-9e9e-7bd09be68b8c b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 01:33:39.527 8 INFO neutron.db.l3_hamode_db [None req-b126c2fc-4804-45b7-8c19-b3b586b0247a b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 227/455] 10.0.0.150 () {34 vars in 669 bytes} [Thu Jul 2 01:33:37 2026] POST /v2.0/routers => generated 734 bytes in 2011 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/456] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:33:39 2026] GET /v2.0/security-groups?tenant_id=52c36d324aca42868be12d30a1cd9548&name=default => generated 2921 bytes in 207 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:33:40.129 7 INFO neutron.db.segments_db [None req-79ede12a-e402-4062-bedd-dffeddea6f8f b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Added segment 331824fb-1a4c-4c7f-a2ef-e49dee8d8d7a of type vxlan for network b9b35fcf-09d6-4fa6-a43a-61f2ecca486c 2026-07-02 01:33:40.329 7 INFO neutron.db.l3_hamode_db [None req-79ede12a-e402-4062-bedd-dffeddea6f8f b0f6f1662acb42028adab40336275dbd c70f0aa185bc4f75a8a6d662769a65ba - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 229/457] 10.0.0.150 () {34 vars in 669 bytes} [Thu Jul 2 01:33:38 2026] POST /v2.0/routers => generated 732 bytes in 2524 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:33:40.843 7 INFO neutron.db.l3_hamode_db [None req-79ede12a-e402-4062-bedd-dffeddea6f8f b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 229/458] 10.0.0.150 () {34 vars in 669 bytes} [Thu Jul 2 01:33:40 2026] POST /v2.0/routers => generated 730 bytes in 1684 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/459] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:33:41 2026] DELETE /v2.0/security-groups/ecd0a770-8084-4a3c-b8e7-2b13c8f95805 => 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: 230/460] 10.0.0.150 () {34 vars in 783 bytes} [Thu Jul 2 01:33:40 2026] PUT /v2.0/routers/8844ce99-f244-4b45-a14a-d679ddfae5e4/add_router_interface => generated 309 bytes in 1262 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/461] 10.0.0.150 () {34 vars in 783 bytes} [Thu Jul 2 01:33:41 2026] PUT /v2.0/routers/09d48dfc-75e6-472e-8742-f6ffd280617b/add_router_interface => generated 309 bytes in 904 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/462] 10.0.0.150 () {34 vars in 685 bytes} [Thu Jul 2 01:33:42 2026] POST /v2.0/security-groups => generated 1659 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/463] 10.0.0.150 () {34 vars in 783 bytes} [Thu Jul 2 01:33:41 2026] PUT /v2.0/routers/50502f23-5789-435d-abc9-47cfdec23105/add_router_interface => generated 309 bytes in 1168 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/464] 10.0.0.150 () {34 vars in 695 bytes} [Thu Jul 2 01:33:42 2026] POST /v2.0/security-group-rules => generated 597 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/465] 10.0.0.150 () {34 vars in 695 bytes} [Thu Jul 2 01:33:43 2026] POST /v2.0/security-group-rules => generated 602 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/466] 10.0.0.150 () {34 vars in 685 bytes} [Thu Jul 2 01:33:43 2026] POST /v2.0/security-groups => generated 1659 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/467] 10.0.0.150 () {34 vars in 695 bytes} [Thu Jul 2 01:33:43 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: 8|app: 0|req: 234/468] 10.0.0.150 () {34 vars in 676 bytes} [Thu Jul 2 01:33:43 2026] POST /v2.0/floatingips => generated 552 bytes in 683 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/469] 10.0.0.150 () {34 vars in 695 bytes} [Thu Jul 2 01:33:43 2026] POST /v2.0/security-group-rules => generated 602 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:33:44.001 7 INFO neutron.db.segments_db [None req-8a479ed6-1214-45bf-93b8-21e25ffa05fb b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Added segment 515b7022-134a-47ff-8aaa-6fcab93f257f of type vxlan for network 54051cfd-2ff0-4613-bcec-e4ff4a8bdbe3 [pid: 7|app: 0|req: 235/470] 10.0.0.150 () {34 vars in 671 bytes} [Thu Jul 2 01:33:43 2026] POST /v2.0/networks => generated 747 bytes in 344 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/471] 10.0.0.126 () {38 vars in 971 bytes} [Thu Jul 2 01:33:43 2026] POST /v2.0/security-groups => generated 1681 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/472] 10.0.0.150 () {34 vars in 669 bytes} [Thu Jul 2 01:33:44 2026] POST /v2.0/subnets => generated 694 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:33:44.351 8 INFO neutron.db.segments_db [None req-af8416af-4759-4ba8-89eb-bd36ffd17900 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Added segment 2ad5a6d9-a420-4add-9d3e-71a761031ed2 of type vxlan for network c58b3b4b-7db0-47e6-a0d7-ec17e675d6ca 2026-07-02 01:33:44.528 8 INFO neutron.db.l3_hamode_db [None req-af8416af-4759-4ba8-89eb-bd36ffd17900 b0f6f1662acb42028adab40336275dbd 37e5722fff3742228d4ae1265244af27 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 236/473] 10.0.0.150 () {34 vars in 676 bytes} [Thu Jul 2 01:33:44 2026] POST /v2.0/floatingips => generated 552 bytes in 538 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/474] 10.0.0.126 () {38 vars in 971 bytes} [Thu Jul 2 01:33:44 2026] POST /v2.0/security-groups => generated 1682 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/475] 10.0.0.126 () {38 vars in 971 bytes} [Thu Jul 2 01:33:44 2026] POST /v2.0/security-groups => generated 1682 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/476] 10.0.0.126 () {34 vars in 1002 bytes} [Thu Jul 2 01:33:45 2026] GET /v2.0/security-groups?tenant_id=6450ef36376447d8bb2c5552ff11987f => generated 7906 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/477] 10.0.0.126 () {34 vars in 1098 bytes} [Thu Jul 2 01:33:45 2026] GET /v2.0/security-groups?name=tempest-securitygroup--518476733&fields=id&tenant_id=c70f0aa185bc4f75a8a6d662769a65ba => generated 69 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:33:45.173 8 INFO neutron.db.l3_hamode_db [None req-af8416af-4759-4ba8-89eb-bd36ffd17900 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 241/478] 10.0.0.126 () {34 vars in 991 bytes} [Thu Jul 2 01:33:45 2026] GET /v2.0/security-groups/9ab9183b-3c55-46b0-a2c9-5701e8983062 => generated 2918 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/479] 10.0.0.126 () {34 vars in 982 bytes} [Thu Jul 2 01:33:45 2026] GET /v2.0/networks?id=e67847ec-330f-40bb-a83d-9484489aadef => generated 675 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/480] 10.0.0.126 () {34 vars in 991 bytes} [Thu Jul 2 01:33:45 2026] GET /v2.0/security-groups/9ab9183b-3c55-46b0-a2c9-5701e8983062 => generated 2918 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/481] 10.0.0.126 () {34 vars in 965 bytes} [Thu Jul 2 01:33:45 2026] GET /v2.0/quotas/c70f0aa185bc4f75a8a6d662769a65ba => generated 292 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/482] 10.0.0.126 () {34 vars in 1002 bytes} [Thu Jul 2 01:33:45 2026] GET /v2.0/ports?tenant_id=c70f0aa185bc4f75a8a6d662769a65ba&fields=id => generated 57 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/483] 10.0.0.126 () {34 vars in 991 bytes} [Thu Jul 2 01:33:45 2026] GET /v2.0/security-groups/83ca3e29-8b16-405a-a4ae-c8864e6b3c7c => generated 1681 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/484] 10.0.0.126 () {36 vars in 1013 bytes} [Thu Jul 2 01:33:45 2026] DELETE /v2.0/security-groups/83ca3e29-8b16-405a-a4ae-c8864e6b3c7c => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:33:45.778 7 INFO neutron.api.v2.resource [req-80c872ed-77b8-4dae-bbfd-ba24770d7c8f req-d79cff8b-deb9-4f34-8083-ad7082b5e095 1e9574b196f8478da743312091c3ca90 6450ef36376447d8bb2c5552ff11987f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 248/485] 10.0.0.126 () {34 vars in 991 bytes} [Thu Jul 2 01:33:45 2026] GET /v2.0/security-groups/83ca3e29-8b16-405a-a4ae-c8864e6b3c7c => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/486] 10.0.0.126 () {34 vars in 991 bytes} [Thu Jul 2 01:33:45 2026] GET /v2.0/security-groups/2f7d6bda-6009-4312-a35b-cf19ebee5ea0 => generated 1682 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/487] 10.0.0.126 () {36 vars in 1013 bytes} [Thu Jul 2 01:33:45 2026] DELETE /v2.0/security-groups/2f7d6bda-6009-4312-a35b-cf19ebee5ea0 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:33:45.935 7 INFO neutron.api.v2.resource [req-7327f412-a766-4ef9-a49e-c7976f30a138 req-fef2be1b-10a2-4439-89ef-f04378c465df 1e9574b196f8478da743312091c3ca90 6450ef36376447d8bb2c5552ff11987f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 251/488] 10.0.0.126 () {34 vars in 991 bytes} [Thu Jul 2 01:33:45 2026] GET /v2.0/security-groups/2f7d6bda-6009-4312-a35b-cf19ebee5ea0 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/489] 10.0.0.126 () {34 vars in 991 bytes} [Thu Jul 2 01:33:45 2026] GET /v2.0/security-groups/3b1ddf83-0763-49b8-9bfa-9ce72d7deea9 => generated 1682 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/490] 10.0.0.126 () {34 vars in 907 bytes} [Thu Jul 2 01:33:45 2026] GET /v2.0/extensions => generated 21537 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/491] 10.0.0.150 () {34 vars in 669 bytes} [Thu Jul 2 01:33:44 2026] POST /v2.0/routers => generated 734 bytes in 1790 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/492] 10.0.0.126 () {36 vars in 1013 bytes} [Thu Jul 2 01:33:46 2026] DELETE /v2.0/security-groups/3b1ddf83-0763-49b8-9bfa-9ce72d7deea9 => 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: 239/493] 10.0.0.126 () {34 vars in 1008 bytes} [Thu Jul 2 01:33:46 2026] GET /v2.0/networks/e67847ec-330f-40bb-a83d-9484489aadef?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:33:46.169 8 INFO neutron.api.v2.resource [req-ab8d7a55-7886-4e05-9a02-a42d9c89f2a3 req-d24bf4af-29f3-431f-8b6c-805c128aca37 1e9574b196f8478da743312091c3ca90 6450ef36376447d8bb2c5552ff11987f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 240/494] 10.0.0.126 () {34 vars in 991 bytes} [Thu Jul 2 01:33:46 2026] GET /v2.0/security-groups/3b1ddf83-0763-49b8-9bfa-9ce72d7deea9 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/495] 10.0.0.126 () {34 vars in 1108 bytes} [Thu Jul 2 01:33:46 2026] GET /v2.0/networks/e67847ec-330f-40bb-a83d-9484489aadef?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: 242/496] 10.0.0.126 () {34 vars in 1002 bytes} [Thu Jul 2 01:33:46 2026] GET /v2.0/security-groups?tenant_id=6450ef36376447d8bb2c5552ff11987f => generated 2921 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/497] 10.0.0.126 () {34 vars in 991 bytes} [Thu Jul 2 01:33:46 2026] GET /v2.0/security-groups/9ab9183b-3c55-46b0-a2c9-5701e8983062 => generated 2918 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/498] 10.0.0.126 () {34 vars in 991 bytes} [Thu Jul 2 01:33:46 2026] GET /v2.0/security-groups/9ab9183b-3c55-46b0-a2c9-5701e8983062 => generated 2918 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/499] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:33:46 2026] GET /v2.0/ports?device_id=b2453683-802b-4699-89e3-58cf1cb63316 => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:33:46.440 8 INFO neutron.api.v2.resource [req-a22564cd-9615-4714-99d7-f276e4622996 req-7e7a49d5-be92-4bf8-990c-a34802742aaa 1e9574b196f8478da743312091c3ca90 6450ef36376447d8bb2c5552ff11987f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 246/500] 10.0.0.126 () {34 vars in 991 bytes} [Thu Jul 2 01:33:46 2026] GET /v2.0/security-groups/3b1ddf83-0763-49b8-9bfa-9ce72d7deea9 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:33:46.472 8 INFO neutron.api.v2.resource [req-b1be6fdd-c8cf-4a47-ba8d-35ff01a0997e req-68601489-4ae6-4744-a3d5-07797a4b27df 1e9574b196f8478da743312091c3ca90 6450ef36376447d8bb2c5552ff11987f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 247/501] 10.0.0.126 () {34 vars in 991 bytes} [Thu Jul 2 01:33:46 2026] GET /v2.0/security-groups/2f7d6bda-6009-4312-a35b-cf19ebee5ea0 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:33:46.506 8 INFO neutron.api.v2.resource [req-11e9fef7-4ff5-46dc-9f7a-ffc5a8afd68d req-4950753b-f26f-4b9b-b6b3-35dc76768412 1e9574b196f8478da743312091c3ca90 6450ef36376447d8bb2c5552ff11987f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 248/502] 10.0.0.126 () {34 vars in 991 bytes} [Thu Jul 2 01:33:46 2026] GET /v2.0/security-groups/83ca3e29-8b16-405a-a4ae-c8864e6b3c7c => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:33:47.018 8 INFO neutron_taas.services.taas.taas_plugin [None req-b422b0e0-ecea-425b-8987-097a77f84a48 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] TaaS: Handle Delete Port: 5ebd059b-123b-4c43-90cc-8f821ea8efef 2026-07-02 01:33:47.029 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b422b0e0-ecea-425b-8987-097a77f84a48 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Tap Mirror: Handle Delete Port: 5ebd059b-123b-4c43-90cc-8f821ea8efef [pid: 7|app: 0|req: 255/503] 10.0.0.150 () {34 vars in 783 bytes} [Thu Jul 2 01:33:46 2026] PUT /v2.0/routers/be90e15d-9ca4-41f2-aa49-14dabfa25e63/add_router_interface => generated 309 bytes in 1259 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/504] 10.0.0.150 () {34 vars in 789 bytes} [Thu Jul 2 01:33:46 2026] PUT /v2.0/routers/50502f23-5789-435d-abc9-47cfdec23105/remove_router_interface => generated 309 bytes in 1014 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/505] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:33:47 2026] GET /v2.0/ports?device_id=b2453683-802b-4699-89e3-58cf1cb63316 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:33:47.752 7 INFO neutron_taas.services.taas.taas_plugin [None req-e87e2c09-496b-4991-bdb7-98339fa9de9e b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] TaaS: Handle Delete Port: 609a1be7-041a-445e-9041-4b5eb07e59a8 2026-07-02 01:33:47.762 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e87e2c09-496b-4991-bdb7-98339fa9de9e b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Tap Mirror: Handle Delete Port: 609a1be7-041a-445e-9041-4b5eb07e59a8 [pid: 8|app: 0|req: 251/506] 10.0.0.126 () {38 vars in 971 bytes} [Thu Jul 2 01:33:47 2026] POST /v2.0/security-groups => generated 1685 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/507] 10.0.0.126 () {34 vars in 991 bytes} [Thu Jul 2 01:33:47 2026] GET /v2.0/security-groups/18c1952c-3629-4a4c-aa58-cf0b2b8304f2 => generated 1685 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:33:48.108 7 INFO neutron_taas.services.taas.taas_plugin [None req-e87e2c09-496b-4991-bdb7-98339fa9de9e b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] TaaS: Handle Delete Port: ca25d683-f4eb-4be1-99ca-ea5c3bfd9919 2026-07-02 01:33:48.110 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e87e2c09-496b-4991-bdb7-98339fa9de9e b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Tap Mirror: Handle Delete Port: ca25d683-f4eb-4be1-99ca-ea5c3bfd9919 [pid: 8|app: 0|req: 253/508] 10.0.0.126 () {38 vars in 981 bytes} [Thu Jul 2 01:33:48 2026] POST /v2.0/security-group-rules => generated 614 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:33:48.203 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-e87e2c09-496b-4991-bdb7-98339fa9de9e b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - 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: 254/509] 10.0.0.126 () {38 vars in 971 bytes} [Thu Jul 2 01:33:48 2026] POST /v2.0/security-groups => generated 1684 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/510] 10.0.0.126 () {34 vars in 991 bytes} [Thu Jul 2 01:33:48 2026] GET /v2.0/security-groups/d897198b-6b9a-460b-aa79-4bbc115d5347 => generated 1684 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/511] 10.0.0.126 () {38 vars in 981 bytes} [Thu Jul 2 01:33:48 2026] POST /v2.0/security-group-rules => generated 614 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/512] 10.0.0.126 () {34 vars in 991 bytes} [Thu Jul 2 01:33:48 2026] GET /v2.0/security-groups/d897198b-6b9a-460b-aa79-4bbc115d5347 => generated 2309 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/513] 10.0.0.126 () {38 vars in 981 bytes} [Thu Jul 2 01:33:48 2026] POST /v2.0/security-group-rules => generated 619 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:33:48.627 7 INFO neutron.db.l3_hamode_db [None req-e87e2c09-496b-4991-bdb7-98339fa9de9e b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] HA network 5936d66b-8e47-4c18-ad3d-33cf7a4ab142 was deleted as no HA routers are present in tenant 6450ef36376447d8bb2c5552ff11987f. [pid: 7|app: 0|req: 256/514] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:33:47 2026] DELETE /v2.0/routers/50502f23-5789-435d-abc9-47cfdec23105 => generated 0 bytes in 1098 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/515] 10.0.0.126 () {34 vars in 991 bytes} [Thu Jul 2 01:33:48 2026] GET /v2.0/security-groups/d897198b-6b9a-460b-aa79-4bbc115d5347 => generated 2939 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/516] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:33:48 2026] GET /v2.0/ports?device_id=b2453683-802b-4699-89e3-58cf1cb63316 => 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: 261/517] 10.0.0.126 () {34 vars in 1001 bytes} [Thu Jul 2 01:33:48 2026] GET /v2.0/security-group-rules/2eb65f34-d9f1-4700-a526-e36d373e7f50 => generated 616 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/518] 10.0.0.126 () {34 vars in 991 bytes} [Thu Jul 2 01:33:48 2026] GET /v2.0/security-groups/d897198b-6b9a-460b-aa79-4bbc115d5347 => generated 2939 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/519] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:33:48 2026] DELETE /v2.0/subnets/ed72afd2-7fcc-4ef4-b177-f5979b3f120f => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/520] 10.0.0.126 () {34 vars in 1098 bytes} [Thu Jul 2 01:33:48 2026] GET /v2.0/security-groups?name=tempest-securitygroup--556572662&fields=id&tenant_id=c7dd84f04a7e48d790aaa033527ad455 => generated 69 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:33:48.956 7 INFO neutron.services.segments.plugin [-] Segment e812121c-eff0-4e8b-a94b-ab9c18130862 resource provider aggregate not found 2026-07-02 01:33:48.975 7 INFO neutron.services.segments.plugin [-] Segment e812121c-eff0-4e8b-a94b-ab9c18130862 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e812121c-eff0-4e8b-a94b-ab9c18130862 found for delete ", "request_id": "req-a8cbb77a-74ed-4b5f-b980-fc34bc2f82e4"}]} [pid: 7|app: 0|req: 258/521] 10.0.0.126 () {36 vars in 1023 bytes} [Thu Jul 2 01:33:48 2026] DELETE /v2.0/security-group-rules/2eb65f34-d9f1-4700-a526-e36d373e7f50 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:33:48.979 8 INFO neutron_taas.services.taas.taas_plugin [None req-cf0e87ee-018d-4e0a-948a-bfb0ccf2ddba b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] TaaS: Handle Delete Port: a2391a9b-5511-4369-a807-6b468f4dac82 2026-07-02 01:33:48.983 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf0e87ee-018d-4e0a-948a-bfb0ccf2ddba b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Tap Mirror: Handle Delete Port: a2391a9b-5511-4369-a807-6b468f4dac82 2026-07-02 01:33:48.984 7 INFO neutron.services.segments.plugin [-] Segment e812121c-eff0-4e8b-a94b-ab9c18130862 resource provider aggregate not found 2026-07-02 01:33:49.010 7 INFO neutron.services.segments.plugin [-] Segment e812121c-eff0-4e8b-a94b-ab9c18130862 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e812121c-eff0-4e8b-a94b-ab9c18130862 found for delete ", "request_id": "req-62b73934-f1df-485a-9c98-62591fbefc9f"}]} [pid: 7|app: 0|req: 259/522] 10.0.0.126 () {34 vars in 982 bytes} [Thu Jul 2 01:33:48 2026] GET /v2.0/networks?id=9beccf0c-6268-4bca-9d31-2581edcbf385 => generated 679 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/523] 10.0.0.126 () {34 vars in 991 bytes} [Thu Jul 2 01:33:49 2026] GET /v2.0/security-groups/d897198b-6b9a-460b-aa79-4bbc115d5347 => generated 2309 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/524] 10.0.0.126 () {34 vars in 965 bytes} [Thu Jul 2 01:33:49 2026] GET /v2.0/quotas/c7dd84f04a7e48d790aaa033527ad455 => 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: 262/525] 10.0.0.126 () {36 vars in 1013 bytes} [Thu Jul 2 01:33:49 2026] DELETE /v2.0/security-groups/d897198b-6b9a-460b-aa79-4bbc115d5347 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/526] 10.0.0.126 () {34 vars in 1002 bytes} [Thu Jul 2 01:33:49 2026] GET /v2.0/ports?tenant_id=c7dd84f04a7e48d790aaa033527ad455&fields=id => generated 103 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/527] 10.0.0.126 () {34 vars in 991 bytes} [Thu Jul 2 01:33:49 2026] GET /v2.0/security-groups/18c1952c-3629-4a4c-aa58-cf0b2b8304f2 => generated 2310 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/528] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:33:48 2026] DELETE /v2.0/networks/ea4c5a16-346c-47df-a061-bd43b6b93ef6 => generated 0 bytes in 368 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/529] 10.0.0.126 () {34 vars in 1008 bytes} [Thu Jul 2 01:33:49 2026] GET /v2.0/networks/9beccf0c-6268-4bca-9d31-2581edcbf385?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/530] 10.0.0.126 () {34 vars in 1108 bytes} [Thu Jul 2 01:33:49 2026] GET /v2.0/networks/9beccf0c-6268-4bca-9d31-2581edcbf385?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: 265/531] 10.0.0.126 () {36 vars in 1013 bytes} [Thu Jul 2 01:33:49 2026] DELETE /v2.0/security-groups/18c1952c-3629-4a4c-aa58-cf0b2b8304f2 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/532] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:33:49 2026] GET /v2.0/security-groups?tenant_id=6450ef36376447d8bb2c5552ff11987f&name=default => generated 2921 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/533] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:33:49 2026] DELETE /v2.0/security-groups/9ab9183b-3c55-46b0-a2c9-5701e8983062 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/534] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:33:49 2026] GET /v2.0/ports?device_id=b9a9b36e-19f9-4b5b-a997-101ccd661809 => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:33:49.746 8 INFO neutron.services.segments.plugin [-] Segment 654939d2-e7ec-4752-a8f2-73cc34852805 resource provider aggregate not found 2026-07-02 01:33:49.816 8 INFO neutron.services.segments.plugin [-] Segment 654939d2-e7ec-4752-a8f2-73cc34852805 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 654939d2-e7ec-4752-a8f2-73cc34852805 found for delete ", "request_id": "req-ae3408fe-7349-4530-9180-5b04277137d5"}]} 2026-07-02 01:33:49.831 7 INFO neutron_taas.services.taas.taas_plugin [None req-baf9a1f4-5164-481c-bad4-bdd044a5779b b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] TaaS: Handle Delete Port: f62e692b-50ea-426d-be4b-3ef7aaafdbec 2026-07-02 01:33:49.837 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-baf9a1f4-5164-481c-bad4-bdd044a5779b b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Tap Mirror: Handle Delete Port: f62e692b-50ea-426d-be4b-3ef7aaafdbec [pid: 8|app: 0|req: 269/535] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:33:49 2026] GET /v2.0/ports?device_id=b2453683-802b-4699-89e3-58cf1cb63316 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:33:49.953 8 INFO neutron.services.segments.plugin [-] Segment 654939d2-e7ec-4752-a8f2-73cc34852805 resource provider aggregate not found 2026-07-02 01:33:49.973 8 INFO neutron.services.segments.plugin [-] Segment 654939d2-e7ec-4752-a8f2-73cc34852805 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 654939d2-e7ec-4752-a8f2-73cc34852805 found for delete ", "request_id": "req-3051f3d9-4fd4-4622-ba6d-90107c777ee9"}]} [pid: 7|app: 0|req: 267/536] 10.0.0.150 () {34 vars in 789 bytes} [Thu Jul 2 01:33:49 2026] PUT /v2.0/routers/be90e15d-9ca4-41f2-aa49-14dabfa25e63/remove_router_interface => generated 309 bytes in 955 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:33:50.578 8 INFO neutron_taas.services.taas.taas_plugin [None req-f073312f-59b3-4b06-83e6-e21eab04af04 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] TaaS: Handle Delete Port: f74bbe4e-af3d-4af3-ba02-9b1c6d3e4021 2026-07-02 01:33:50.583 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f073312f-59b3-4b06-83e6-e21eab04af04 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Tap Mirror: Handle Delete Port: f74bbe4e-af3d-4af3-ba02-9b1c6d3e4021 [pid: 7|app: 0|req: 268/537] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:33:50 2026] GET /v2.0/ports?device_id=b9a9b36e-19f9-4b5b-a997-101ccd661809 => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:33:50.908 8 INFO neutron_taas.services.taas.taas_plugin [None req-f073312f-59b3-4b06-83e6-e21eab04af04 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] TaaS: Handle Delete Port: 7aee92ef-d8e5-449c-866b-1021978d67f3 2026-07-02 01:33:50.911 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f073312f-59b3-4b06-83e6-e21eab04af04 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Tap Mirror: Handle Delete Port: 7aee92ef-d8e5-449c-866b-1021978d67f3 2026-07-02 01:33:51.009 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-f073312f-59b3-4b06-83e6-e21eab04af04 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 7|app: 0|req: 269/538] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:33:50 2026] GET /v2.0/ports?device_id=b2453683-802b-4699-89e3-58cf1cb63316 => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:33:51.362 8 INFO neutron.db.l3_hamode_db [None req-f073312f-59b3-4b06-83e6-e21eab04af04 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] HA network c58b3b4b-7db0-47e6-a0d7-ec17e675d6ca was deleted as no HA routers are present in tenant 37e5722fff3742228d4ae1265244af27. [pid: 8|app: 0|req: 270/539] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:33:50 2026] DELETE /v2.0/routers/be90e15d-9ca4-41f2-aa49-14dabfa25e63 => generated 0 bytes in 1024 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/540] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:33:51 2026] DELETE /v2.0/subnets/ea883043-7a12-417b-9ca3-0819616e046d => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/541] 199.204.45.23 () {34 vars in 985 bytes} [Thu Jul 2 01:33:51 2026] GET /v2.0/networks?id=e67847ec-330f-40bb-a83d-9484489aadef => generated 675 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/542] 199.204.45.23 () {34 vars in 910 bytes} [Thu Jul 2 01:33:51 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/543] 199.204.45.23 () {34 vars in 1049 bytes} [Thu Jul 2 01:33:51 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c70f0aa185bc4f75a8a6d662769a65ba => generated 180 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/544] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:33:51 2026] DELETE /v2.0/networks/54051cfd-2ff0-4613-bcec-e4ff4a8bdbe3 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:33:51.835 8 INFO neutron.services.segments.plugin [-] Segment 2ad5a6d9-a420-4add-9d3e-71a761031ed2 resource provider aggregate not found 2026-07-02 01:33:51.857 8 INFO neutron.services.segments.plugin [-] Segment 2ad5a6d9-a420-4add-9d3e-71a761031ed2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ad5a6d9-a420-4add-9d3e-71a761031ed2 found for delete ", "request_id": "req-b3b9d611-2b5e-44df-a3bb-bf1d4f0fbeed"}]} [pid: 8|app: 0|req: 273/545] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:33:51 2026] GET /v2.0/ports?device_id=b9a9b36e-19f9-4b5b-a997-101ccd661809 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:33:51.883 8 INFO neutron.services.segments.plugin [-] Segment 515b7022-134a-47ff-8aaa-6fcab93f257f resource provider aggregate not found 2026-07-02 01:33:51.910 8 INFO neutron.services.segments.plugin [-] Segment 515b7022-134a-47ff-8aaa-6fcab93f257f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 515b7022-134a-47ff-8aaa-6fcab93f257f found for delete ", "request_id": "req-16423828-615c-438b-87df-333b165803ad"}]} [pid: 8|app: 0|req: 274/546] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:33:51 2026] GET /v2.0/security-groups?tenant_id=37e5722fff3742228d4ae1265244af27&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:33:52.012 8 INFO neutron.services.segments.plugin [-] Segment 2ad5a6d9-a420-4add-9d3e-71a761031ed2 resource provider aggregate not found [pid: 8|app: 0|req: 275/547] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:33:51 2026] DELETE /v2.0/security-groups/06ffad7f-bf23-4cf8-9960-eaf63be26c3b => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:33:52.039 8 INFO neutron.services.segments.plugin [-] Segment 2ad5a6d9-a420-4add-9d3e-71a761031ed2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ad5a6d9-a420-4add-9d3e-71a761031ed2 found for delete ", "request_id": "req-b7529f0c-bb81-470c-a19f-9a1cdeec87b3"}]} 2026-07-02 01:33:52.059 8 INFO neutron.services.segments.plugin [-] Segment 515b7022-134a-47ff-8aaa-6fcab93f257f resource provider aggregate not found 2026-07-02 01:33:52.078 8 INFO neutron.services.segments.plugin [-] Segment 515b7022-134a-47ff-8aaa-6fcab93f257f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 515b7022-134a-47ff-8aaa-6fcab93f257f found for delete ", "request_id": "req-601511b8-a162-4f02-b0f5-722c6c316119"}]} [pid: 7|app: 0|req: 273/548] 199.204.45.23 () {38 vars in 954 bytes} [Thu Jul 2 01:33:51 2026] POST /v2.0/ports => generated 954 bytes in 498 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/549] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:33:52 2026] GET /v2.0/ports?device_id=b2453683-802b-4699-89e3-58cf1cb63316 => generated 957 bytes in 87 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: 274/552] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:33:52 2026] GET /v2.0/security-groups?id=0f59e159-03ac-4f39-a8db-bd4829a03bf9&fields=id&fields=name => generated 113 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/553] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:33:52 2026] GET /v2.0/ports?device_id=b9a9b36e-19f9-4b5b-a997-101ccd661809 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/554] 199.204.45.23 () {38 vars in 1027 bytes} [Thu Jul 2 01:33:52 2026] PUT /v2.0/ports/6d50efd7-fce3-4de5-8da0-de87cb963b28 => generated 1235 bytes in 622 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/555] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:33:53 2026] GET /v2.0/ports?device_id=b2453683-802b-4699-89e3-58cf1cb63316 => generated 969 bytes in 70 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: 280/556] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:33:53 2026] GET /v2.0/security-groups?id=0f59e159-03ac-4f39-a8db-bd4829a03bf9&fields=id&fields=name => generated 113 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:33:53.887 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6e765e77-64bf-49f0-843f-4a09d5bf034b'] response: {'name': 'network-changed', 'server_uuid': 'b2453683-802b-4699-89e3-58cf1cb63316', 'tag': '6d50efd7-fce3-4de5-8da0-de87cb963b28', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 277/557] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:33:54 2026] GET /v2.0/ports?device_id=b9a9b36e-19f9-4b5b-a997-101ccd661809 => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/558] 199.204.45.23 () {34 vars in 985 bytes} [Thu Jul 2 01:33:54 2026] GET /v2.0/networks?id=9beccf0c-6268-4bca-9d31-2581edcbf385 => generated 679 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/559] 199.204.45.23 () {34 vars in 1079 bytes} [Thu Jul 2 01:33:54 2026] GET /v2.0/ports?tenant_id=c70f0aa185bc4f75a8a6d662769a65ba&device_id=b2453683-802b-4699-89e3-58cf1cb63316 => generated 1238 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/560] 199.204.45.23 () {34 vars in 1049 bytes} [Thu Jul 2 01:33:54 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c7dd84f04a7e48d790aaa033527ad455 => generated 180 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/561] 199.204.45.23 () {34 vars in 1057 bytes} [Thu Jul 2 01:33:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=6d50efd7-fce3-4de5-8da0-de87cb963b28 => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:33:54.420 8 INFO neutron.db.segments_db [None req-ca95aee2-c9c8-4e1a-aef5-f34f38edd3a7 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Added segment 832c352d-15bb-4b7b-b49c-a43db59717bd of type vxlan for network 561b462f-2e50-45fb-8bd1-00ed140a129d [pid: 8|app: 0|req: 281/562] 10.0.0.150 () {34 vars in 671 bytes} [Thu Jul 2 01:33:54 2026] POST /v2.0/networks => generated 751 bytes in 449 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/563] 199.204.45.23 () {34 vars in 983 bytes} [Thu Jul 2 01:33:54 2026] GET /v2.0/subnets?id=93d56caa-bb36-46fa-94d1-983e7a5f138b => generated 693 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/564] 199.204.45.23 () {38 vars in 954 bytes} [Thu Jul 2 01:33:54 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, ' [pid: 8|app: 0|req: 283/565] 10.0.0.150 () {34 vars in 669 bytes} [Thu Jul 2 01:33:54 2026] POST /v2.0/subnets => generated 698 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/566] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:33:54 2026] GET /v2.0/ports?device_id=b2453683-802b-4699-89e3-58cf1cb63316 => generated 969 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/567] 199.204.45.23 () {34 vars in 1051 bytes} [Thu Jul 2 01:33:54 2026] GET /v2.0/ports?network_id=e67847ec-330f-40bb-a83d-9484489aadef&device_owner=network%3Adhcp => generated 1244 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:33:54.889 8 INFO neutron.db.segments_db [None req-618cf50a-3e9a-4393-81bc-053cf0c997fd b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Added segment abbd7a59-1247-4c31-86dc-934f33fa68c7 of type vxlan for network c3ef6a7d-8862-4d77-8682-a1a341e8efcf 2026-07-02 01:33:55.124 8 INFO neutron.db.l3_hamode_db [None req-618cf50a-3e9a-4393-81bc-053cf0c997fd b0f6f1662acb42028adab40336275dbd e8a714261471457bbde90e4bf4311031 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 284/568] 199.204.45.23 () {38 vars in 1027 bytes} [Thu Jul 2 01:33:54 2026] PUT /v2.0/ports/5789ecc7-5fb1-4879-b4b4-b4754d87b8a4 => generated 1239 bytes in 470 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: 285/569] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:33:55 2026] GET /v2.0/security-groups?id=0f59e159-03ac-4f39-a8db-bd4829a03bf9&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/570] 199.204.45.23 () {34 vars in 1011 bytes} [Thu Jul 2 01:33:55 2026] GET /v2.0/networks/e67847ec-330f-40bb-a83d-9484489aadef?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/571] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:33:55 2026] GET /v2.0/ports?device_id=b9a9b36e-19f9-4b5b-a997-101ccd661809 => 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: 288/572] 199.204.45.23 () {34 vars in 1111 bytes} [Thu Jul 2 01:33:55 2026] GET /v2.0/networks/e67847ec-330f-40bb-a83d-9484489aadef?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/573] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:33:55 2026] GET /v2.0/security-groups?id=2fac160f-2c85-4e80-b42a-b621149c72fe&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:33:55.895 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-544d4054-167b-470a-be3b-3b38ce02ad3c'] response: {'name': 'network-changed', 'server_uuid': 'b9a9b36e-19f9-4b5b-a997-101ccd661809', 'tag': '5789ecc7-5fb1-4879-b4b4-b4754d87b8a4', 'status': 'completed', 'code': 200} 2026-07-02 01:33:56.285 8 INFO neutron.db.l3_hamode_db [None req-618cf50a-3e9a-4393-81bc-053cf0c997fd b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 290/574] 199.204.45.23 () {34 vars in 1079 bytes} [Thu Jul 2 01:33:56 2026] GET /v2.0/ports?tenant_id=c7dd84f04a7e48d790aaa033527ad455&device_id=b9a9b36e-19f9-4b5b-a997-101ccd661809 => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/575] 199.204.45.23 () {34 vars in 1059 bytes} [Thu Jul 2 01:33:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=5789ecc7-5fb1-4879-b4b4-b4754d87b8a4 => 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: 292/576] 199.204.45.23 () {34 vars in 983 bytes} [Thu Jul 2 01:33:56 2026] GET /v2.0/subnets?id=91a9900e-3d55-4c5e-9a21-5482a3e16dc9 => generated 697 bytes in 40 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.126 () {34 vars in 990 bytes} [Thu Jul 2 01:33:56 2026] GET /v2.0/ports?device_id=b2453683-802b-4699-89e3-58cf1cb63316 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/578] 199.204.45.23 () {34 vars in 1051 bytes} [Thu Jul 2 01:33:56 2026] GET /v2.0/ports?network_id=9beccf0c-6268-4bca-9d31-2581edcbf385&device_owner=network%3Adhcp => generated 1244 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/579] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:33:56 2026] GET /v2.0/security-groups?id=0f59e159-03ac-4f39-a8db-bd4829a03bf9&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/580] 199.204.45.23 () {34 vars in 1079 bytes} [Thu Jul 2 01:33:56 2026] GET /v2.0/ports?tenant_id=c70f0aa185bc4f75a8a6d662769a65ba&device_id=b2453683-802b-4699-89e3-58cf1cb63316 => generated 1238 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/581] 199.204.45.23 () {34 vars in 1011 bytes} [Thu Jul 2 01:33:56 2026] GET /v2.0/networks/9beccf0c-6268-4bca-9d31-2581edcbf385?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/582] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:33:56 2026] GET /v2.0/ports?device_id=b9a9b36e-19f9-4b5b-a997-101ccd661809 => 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: 299/583] 199.204.45.23 () {34 vars in 985 bytes} [Thu Jul 2 01:33:56 2026] GET /v2.0/networks?id=e67847ec-330f-40bb-a83d-9484489aadef => generated 771 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/584] 199.204.45.23 () {34 vars in 1111 bytes} [Thu Jul 2 01:33:56 2026] GET /v2.0/networks/9beccf0c-6268-4bca-9d31-2581edcbf385?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: 301/585] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:33:56 2026] GET /v2.0/security-groups?id=2fac160f-2c85-4e80-b42a-b621149c72fe&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/586] 10.0.0.150 () {34 vars in 669 bytes} [Thu Jul 2 01:33:54 2026] POST /v2.0/routers => generated 738 bytes in 2333 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/587] 199.204.45.23 () {34 vars in 1057 bytes} [Thu Jul 2 01:33:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=6d50efd7-fce3-4de5-8da0-de87cb963b28 => generated 19 bytes in 548 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/588] 199.204.45.23 () {34 vars in 983 bytes} [Thu Jul 2 01:33:57 2026] GET /v2.0/subnets?id=93d56caa-bb36-46fa-94d1-983e7a5f138b => generated 693 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/589] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:33:57 2026] GET /v2.0/security-groups?tenant_id=5329e40156b749389e3759844e548dde&name=default => generated 2925 bytes in 388 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/590] 199.204.45.23 () {34 vars in 1051 bytes} [Thu Jul 2 01:33:57 2026] GET /v2.0/ports?network_id=e67847ec-330f-40bb-a83d-9484489aadef&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: 306/591] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:33:57 2026] GET /v2.0/ports?device_id=b2453683-802b-4699-89e3-58cf1cb63316 => generated 969 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/592] 199.204.45.23 () {34 vars in 1079 bytes} [Thu Jul 2 01:33:57 2026] GET /v2.0/ports?tenant_id=c7dd84f04a7e48d790aaa033527ad455&device_id=b9a9b36e-19f9-4b5b-a997-101ccd661809 => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/593] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:33:57 2026] DELETE /v2.0/security-groups/4b7edf0c-7368-4de6-9e03-753e5adf6c3e => 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: 309/594] 199.204.45.23 () {34 vars in 1011 bytes} [Thu Jul 2 01:33:58 2026] GET /v2.0/networks/e67847ec-330f-40bb-a83d-9484489aadef?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: 310/595] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:33:58 2026] GET /v2.0/ports?device_id=b9a9b36e-19f9-4b5b-a997-101ccd661809 => generated 973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/596] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:33:58 2026] GET /v2.0/security-groups?id=0f59e159-03ac-4f39-a8db-bd4829a03bf9&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/597] 199.204.45.23 () {34 vars in 985 bytes} [Thu Jul 2 01:33:58 2026] GET /v2.0/networks?id=9beccf0c-6268-4bca-9d31-2581edcbf385 => generated 775 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/598] 199.204.45.23 () {34 vars in 1111 bytes} [Thu Jul 2 01:33:58 2026] GET /v2.0/networks/e67847ec-330f-40bb-a83d-9484489aadef?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/599] 10.0.0.150 () {34 vars in 783 bytes} [Thu Jul 2 01:33:57 2026] PUT /v2.0/routers/ee07e3f1-aacc-4c7f-b729-834d85c616f7/add_router_interface => generated 309 bytes in 1130 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/600] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:33:58 2026] GET /v2.0/security-groups?id=2fac160f-2c85-4e80-b42a-b621149c72fe&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/601] 199.204.45.23 () {34 vars in 1059 bytes} [Thu Jul 2 01:33:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=5789ecc7-5fb1-4879-b4b4-b4754d87b8a4 => 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: 316/602] 199.204.45.23 () {34 vars in 983 bytes} [Thu Jul 2 01:33:58 2026] GET /v2.0/subnets?id=91a9900e-3d55-4c5e-9a21-5482a3e16dc9 => generated 697 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/603] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:33:58 2026] GET /v2.0/security-groups?tenant_id=6300d1f5516d4940b179d9661d28431a&name=default => generated 2925 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/604] 199.204.45.23 () {34 vars in 1051 bytes} [Thu Jul 2 01:33:58 2026] GET /v2.0/ports?network_id=9beccf0c-6268-4bca-9d31-2581edcbf385&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/605] 199.204.45.23 () {34 vars in 1011 bytes} [Thu Jul 2 01:33:58 2026] GET /v2.0/networks/9beccf0c-6268-4bca-9d31-2581edcbf385?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: 288/606] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:33:58 2026] DELETE /v2.0/security-groups/8a758bec-af53-4e2c-80d8-acbec586444e => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/607] 199.204.45.23 () {34 vars in 1111 bytes} [Thu Jul 2 01:33:58 2026] GET /v2.0/networks/9beccf0c-6268-4bca-9d31-2581edcbf385?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: 289/608] 10.0.0.150 () {34 vars in 685 bytes} [Thu Jul 2 01:33:59 2026] POST /v2.0/security-groups => generated 1660 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/609] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:33:59 2026] GET /v2.0/ports?device_id=b2453683-802b-4699-89e3-58cf1cb63316 => 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: 321/610] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:33:59 2026] GET /v2.0/security-groups?id=0f59e159-03ac-4f39-a8db-bd4829a03bf9&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/611] 10.0.0.150 () {34 vars in 695 bytes} [Thu Jul 2 01:33:59 2026] POST /v2.0/security-group-rules => generated 597 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/612] 10.0.0.150 () {34 vars in 695 bytes} [Thu Jul 2 01:33:59 2026] POST /v2.0/security-group-rules => generated 602 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/613] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:33:59 2026] GET /v2.0/ports?device_id=b9a9b36e-19f9-4b5b-a997-101ccd661809 => generated 973 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/614] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:33:59 2026] GET /v2.0/security-groups?id=2fac160f-2c85-4e80-b42a-b621149c72fe&fields=id&fields=name => generated 113 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/615] 10.0.0.150 () {34 vars in 676 bytes} [Thu Jul 2 01:33:59 2026] POST /v2.0/floatingips => generated 552 bytes in 609 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/616] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:00 2026] GET /v2.0/ports?device_id=b2453683-802b-4699-89e3-58cf1cb63316 => generated 969 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/617] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:34:00 2026] GET /v2.0/security-groups?id=0f59e159-03ac-4f39-a8db-bd4829a03bf9&fields=id&fields=name => generated 113 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/618] 10.0.0.126 () {34 vars in 1100 bytes} [Thu Jul 2 01:34:00 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2048470897&fields=id&tenant_id=e8a714261471457bbde90e4bf4311031 => generated 69 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/619] 10.0.0.126 () {34 vars in 982 bytes} [Thu Jul 2 01:34:00 2026] GET /v2.0/networks?id=561b462f-2e50-45fb-8bd1-00ed140a129d => generated 683 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/620] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:00 2026] GET /v2.0/ports?device_id=b9a9b36e-19f9-4b5b-a997-101ccd661809 => generated 973 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/621] 10.0.0.126 () {34 vars in 965 bytes} [Thu Jul 2 01:34:00 2026] GET /v2.0/quotas/e8a714261471457bbde90e4bf4311031 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/622] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:34:00 2026] GET /v2.0/security-groups?id=2fac160f-2c85-4e80-b42a-b621149c72fe&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: 327/623] 10.0.0.126 () {34 vars in 1002 bytes} [Thu Jul 2 01:34:00 2026] GET /v2.0/ports?tenant_id=e8a714261471457bbde90e4bf4311031&fields=id => generated 103 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/624] 10.0.0.126 () {34 vars in 907 bytes} [Thu Jul 2 01:34:01 2026] GET /v2.0/extensions => generated 21537 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/625] 10.0.0.126 () {34 vars in 1008 bytes} [Thu Jul 2 01:34:01 2026] GET /v2.0/networks/561b462f-2e50-45fb-8bd1-00ed140a129d?fields=segments => generated 14 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/626] 10.0.0.126 () {34 vars in 1108 bytes} [Thu Jul 2 01:34:01 2026] GET /v2.0/networks/561b462f-2e50-45fb-8bd1-00ed140a129d?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: 329/627] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:01 2026] GET /v2.0/ports?device_id=b2453683-802b-4699-89e3-58cf1cb63316 => generated 969 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/628] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:01 2026] GET /v2.0/ports?device_id=145eec8c-3246-42c4-9951-7c43559722da => 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: 330/629] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:34:01 2026] GET /v2.0/security-groups?id=0f59e159-03ac-4f39-a8db-bd4829a03bf9&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: 300/630] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:01 2026] GET /v2.0/ports?device_id=b9a9b36e-19f9-4b5b-a997-101ccd661809 => 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: 331/631] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:34:01 2026] GET /v2.0/security-groups?id=2fac160f-2c85-4e80-b42a-b621149c72fe&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: 332/632] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:02 2026] GET /v2.0/ports?device_id=145eec8c-3246-42c4-9951-7c43559722da => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/633] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:02 2026] GET /v2.0/ports?device_id=b2453683-802b-4699-89e3-58cf1cb63316 => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/634] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:34:02 2026] GET /v2.0/security-groups?id=0f59e159-03ac-4f39-a8db-bd4829a03bf9&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: 334/635] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:03 2026] GET /v2.0/ports?device_id=b9a9b36e-19f9-4b5b-a997-101ccd661809 => generated 973 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/636] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:34:03 2026] GET /v2.0/security-groups?id=2fac160f-2c85-4e80-b42a-b621149c72fe&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/637] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:34:02 2026] GET /v2.0/security-groups?tenant_id=dce3511bb7bc4ecb857636476ca2963d&name=default => generated 2925 bytes in 363 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/638] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:34:03 2026] DELETE /v2.0/security-groups/7df9c083-0fe6-4c0f-ab90-84f79c5bb069 => 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: 303/639] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:34:03 2026] GET /v2.0/security-groups?tenant_id=d8f7159aea584121866083406a610c29&name=default => generated 2925 bytes in 193 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/640] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:34:03 2026] DELETE /v2.0/security-groups/0a9c331d-8e86-4149-99c9-355b51635bd0 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/641] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:03 2026] GET /v2.0/ports?device_id=145eec8c-3246-42c4-9951-7c43559722da => 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: 338/642] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:04 2026] GET /v2.0/ports?device_id=b2453683-802b-4699-89e3-58cf1cb63316 => generated 971 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/643] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:34:04 2026] GET /v2.0/security-groups?id=0f59e159-03ac-4f39-a8db-bd4829a03bf9&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: 306/644] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:04 2026] GET /v2.0/ports?device_id=b2453683-802b-4699-89e3-58cf1cb63316 => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/645] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:04 2026] GET /v2.0/ports?device_id=b9a9b36e-19f9-4b5b-a997-101ccd661809 => generated 975 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/646] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:34:04 2026] GET /v2.0/security-groups?id=2fac160f-2c85-4e80-b42a-b621149c72fe&fields=id&fields=name => generated 113 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:34:04.922 7 INFO neutron.db.l3_db [None req-48164986-6a2f-4600-8229-4761543055a8 484b784ab7f34033be7f416d3c75c508 c70f0aa185bc4f75a8a6d662769a65ba - - default default] Floating IP 8085743f-e820-4247-9391-b20bc746f566 associated. External IP: 10.96.250.210, port: 6d50efd7-fce3-4de5-8da0-de87cb963b28. [pid: 8|app: 0|req: 308/647] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:05 2026] GET /v2.0/ports?device_id=145eec8c-3246-42c4-9951-7c43559722da => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/648] 10.0.0.150 () {34 vars in 749 bytes} [Thu Jul 2 01:34:04 2026] PUT /v2.0/floatingips/8085743f-e820-4247-9391-b20bc746f566 => generated 855 bytes in 1028 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:34:05.349 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e814b865-66f9-4eac-a04b-61861ceb1631'] response: {'name': 'network-changed', 'server_uuid': 'b2453683-802b-4699-89e3-58cf1cb63316', 'tag': '6d50efd7-fce3-4de5-8da0-de87cb963b28', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 309/649] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:05 2026] GET /v2.0/ports?device_id=b2453683-802b-4699-89e3-58cf1cb63316 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/650] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:34:05 2026] GET /v2.0/security-groups?id=0f59e159-03ac-4f39-a8db-bd4829a03bf9&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/651] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:05 2026] GET /v2.0/ports?device_id=b9a9b36e-19f9-4b5b-a997-101ccd661809 => generated 975 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/652] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:34:05 2026] GET /v2.0/security-groups?id=2fac160f-2c85-4e80-b42a-b621149c72fe&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: 311/653] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:05 2026] GET /v2.0/ports?device_id=b2453683-802b-4699-89e3-58cf1cb63316 => generated 971 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/654] 199.204.45.23 () {34 vars in 1079 bytes} [Thu Jul 2 01:34:05 2026] GET /v2.0/ports?tenant_id=c70f0aa185bc4f75a8a6d662769a65ba&device_id=b2453683-802b-4699-89e3-58cf1cb63316 => generated 1240 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/655] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:34:05 2026] GET /v2.0/security-groups?id=0f59e159-03ac-4f39-a8db-bd4829a03bf9&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/656] 199.204.45.23 () {34 vars in 985 bytes} [Thu Jul 2 01:34:05 2026] GET /v2.0/networks?id=e67847ec-330f-40bb-a83d-9484489aadef => generated 771 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/657] 199.204.45.23 () {34 vars in 1057 bytes} [Thu Jul 2 01:34:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=6d50efd7-fce3-4de5-8da0-de87cb963b28 => generated 858 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/658] 199.204.45.23 () {34 vars in 985 bytes} [Thu Jul 2 01:34:06 2026] GET /v2.0/networks?id=561b462f-2e50-45fb-8bd1-00ed140a129d => generated 683 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/659] 199.204.45.23 () {34 vars in 983 bytes} [Thu Jul 2 01:34:06 2026] GET /v2.0/subnets?id=93d56caa-bb36-46fa-94d1-983e7a5f138b => generated 693 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/660] 199.204.45.23 () {34 vars in 1049 bytes} [Thu Jul 2 01:34:06 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e8a714261471457bbde90e4bf4311031 => generated 181 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/661] 199.204.45.23 () {34 vars in 1051 bytes} [Thu Jul 2 01:34:06 2026] GET /v2.0/ports?network_id=e67847ec-330f-40bb-a83d-9484489aadef&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: 316/662] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:06 2026] GET /v2.0/ports?device_id=145eec8c-3246-42c4-9951-7c43559722da => 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: 317/663] 199.204.45.23 () {34 vars in 1011 bytes} [Thu Jul 2 01:34:06 2026] GET /v2.0/networks/e67847ec-330f-40bb-a83d-9484489aadef?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: 318/664] 199.204.45.23 () {34 vars in 1111 bytes} [Thu Jul 2 01:34:06 2026] GET /v2.0/networks/e67847ec-330f-40bb-a83d-9484489aadef?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: 347/665] 199.204.45.23 () {38 vars in 954 bytes} [Thu Jul 2 01:34:06 2026] POST /v2.0/ports => generated 958 bytes in 363 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: 348/666] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:06 2026] GET /v2.0/ports?device_id=b9a9b36e-19f9-4b5b-a997-101ccd661809 => 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: 349/667] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:34:06 2026] GET /v2.0/security-groups?id=2fac160f-2c85-4e80-b42a-b621149c72fe&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/668] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:06 2026] GET /v2.0/ports?device_id=b9a9b36e-19f9-4b5b-a997-101ccd661809 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/669] 199.204.45.23 () {38 vars in 1027 bytes} [Thu Jul 2 01:34:06 2026] PUT /v2.0/ports/6ed3f7d3-4d43-4158-9000-81b17f4f8cd6 => generated 1239 bytes in 550 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: 320/670] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:07 2026] GET /v2.0/ports?device_id=b2453683-802b-4699-89e3-58cf1cb63316 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:34:07.121 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-03501a02-cc51-4304-acbd-0a5a2ee189ef'] response: {'name': 'network-changed', 'server_uuid': '145eec8c-3246-42c4-9951-7c43559722da', 'tag': '6ed3f7d3-4d43-4158-9000-81b17f4f8cd6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 321/671] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:34:07 2026] GET /v2.0/security-groups?id=0f59e159-03ac-4f39-a8db-bd4829a03bf9&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:34:07.241 7 INFO neutron.db.l3_db [None req-7b3a8213-8b91-4fce-a190-bae5f3545c3f a30acbd0ebec4866b7caa3f4aba30f7f c7dd84f04a7e48d790aaa033527ad455 - - default default] Floating IP bab01649-5459-4169-9bf3-9dc8248cf8f1 associated. External IP: 10.96.250.205, port: 5789ecc7-5fb1-4879-b4b4-b4754d87b8a4. [pid: 8|app: 0|req: 324/674] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:07 2026] GET /v2.0/ports?device_id=145eec8c-3246-42c4-9951-7c43559722da => generated 973 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/675] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:34:07 2026] GET /v2.0/security-groups?id=17a8f7b1-7b8c-4fec-908f-61833eda52b3&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/676] 10.0.0.150 () {34 vars in 749 bytes} [Thu Jul 2 01:34:06 2026] PUT /v2.0/floatingips/bab01649-5459-4169-9bf3-9dc8248cf8f1 => generated 856 bytes in 743 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:34:07.649 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a4b2c990-c61b-4a70-a15a-cc6cf614f12c'] response: {'name': 'network-changed', 'server_uuid': 'b9a9b36e-19f9-4b5b-a997-101ccd661809', 'tag': '5789ecc7-5fb1-4879-b4b4-b4754d87b8a4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 326/677] 199.204.45.23 () {34 vars in 1079 bytes} [Thu Jul 2 01:34:07 2026] GET /v2.0/ports?tenant_id=e8a714261471457bbde90e4bf4311031&device_id=145eec8c-3246-42c4-9951-7c43559722da => generated 1242 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/678] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:07 2026] GET /v2.0/ports?device_id=b9a9b36e-19f9-4b5b-a997-101ccd661809 => generated 975 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/679] 199.204.45.23 () {34 vars in 1017 bytes} [Thu Jul 2 01:34:07 2026] GET /v2.0/networks?tenant_id=e8a714261471457bbde90e4bf4311031&shared=False => generated 779 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/680] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:34:07 2026] GET /v2.0/security-groups?id=2fac160f-2c85-4e80-b42a-b621149c72fe&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/681] 199.204.45.23 () {34 vars in 929 bytes} [Thu Jul 2 01:34:07 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/682] 199.204.45.23 () {34 vars in 1079 bytes} [Thu Jul 2 01:34:08 2026] GET /v2.0/ports?tenant_id=c7dd84f04a7e48d790aaa033527ad455&device_id=b9a9b36e-19f9-4b5b-a997-101ccd661809 => generated 1244 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/683] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:08 2026] GET /v2.0/ports?device_id=b9a9b36e-19f9-4b5b-a997-101ccd661809 => generated 975 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/684] 199.204.45.23 () {34 vars in 985 bytes} [Thu Jul 2 01:34:08 2026] GET /v2.0/networks?id=9beccf0c-6268-4bca-9d31-2581edcbf385 => generated 775 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/685] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:08 2026] GET /v2.0/ports?device_id=b2453683-802b-4699-89e3-58cf1cb63316 => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/686] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:34:08 2026] GET /v2.0/security-groups?id=2fac160f-2c85-4e80-b42a-b621149c72fe&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/687] 199.204.45.23 () {34 vars in 993 bytes} [Thu Jul 2 01:34:08 2026] GET /v2.0/ports?device_id=b2453683-802b-4699-89e3-58cf1cb63316 => generated 971 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/688] 199.204.45.23 () {34 vars in 1059 bytes} [Thu Jul 2 01:34:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=5789ecc7-5fb1-4879-b4b4-b4754d87b8a4 => generated 859 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/689] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:34:08 2026] GET /v2.0/security-groups?id=0f59e159-03ac-4f39-a8db-bd4829a03bf9&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: 7|app: 0|req: 359/690] 199.204.45.23 () {34 vars in 983 bytes} [Thu Jul 2 01:34:08 2026] GET /v2.0/subnets?id=91a9900e-3d55-4c5e-9a21-5482a3e16dc9 => generated 697 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/691] 199.204.45.23 () {34 vars in 1051 bytes} [Thu Jul 2 01:34:08 2026] GET /v2.0/ports?network_id=9beccf0c-6268-4bca-9d31-2581edcbf385&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/692] 199.204.45.23 () {34 vars in 1011 bytes} [Thu Jul 2 01:34:08 2026] GET /v2.0/networks/9beccf0c-6268-4bca-9d31-2581edcbf385?fields=segments => generated 14 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:34:08.584 8 INFO neutron_taas.services.taas.taas_plugin [req-0111147a-417d-4bff-bd21-590d0d6d79df req-a7e6d89e-3b16-4cf9-820d-a2dc81d6a032 484b784ab7f34033be7f416d3c75c508 c70f0aa185bc4f75a8a6d662769a65ba - - default default] TaaS: Handle Delete Port: 6d50efd7-fce3-4de5-8da0-de87cb963b28 2026-07-02 01:34:08.590 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-0111147a-417d-4bff-bd21-590d0d6d79df req-a7e6d89e-3b16-4cf9-820d-a2dc81d6a032 484b784ab7f34033be7f416d3c75c508 c70f0aa185bc4f75a8a6d662769a65ba - - default default] Tap Mirror: Handle Delete Port: 6d50efd7-fce3-4de5-8da0-de87cb963b28 [pid: 7|app: 0|req: 362/693] 199.204.45.23 () {34 vars in 1111 bytes} [Thu Jul 2 01:34:08 2026] GET /v2.0/networks/9beccf0c-6268-4bca-9d31-2581edcbf385?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-07-02 01:34:08.820 8 INFO neutron.db.l3_db [req-0111147a-417d-4bff-bd21-590d0d6d79df req-a7e6d89e-3b16-4cf9-820d-a2dc81d6a032 484b784ab7f34033be7f416d3c75c508 c70f0aa185bc4f75a8a6d662769a65ba - - default default] Floating IP 8085743f-e820-4247-9391-b20bc746f566 disassociated. External IP: 10.96.250.210, port: 6d50efd7-fce3-4de5-8da0-de87cb963b28. [pid: 7|app: 0|req: 363/694] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:34:08 2026] GET /v2.0/security-groups?tenant_id=39824625185b49b8affdda86c8819dd0&name=default => generated 2925 bytes in 322 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/695] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:08 2026] GET /v2.0/ports?device_id=145eec8c-3246-42c4-9951-7c43559722da => generated 973 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/696] 199.204.45.23 () {34 vars in 1079 bytes} [Thu Jul 2 01:34:08 2026] GET /v2.0/ports?tenant_id=e8a714261471457bbde90e4bf4311031&device_id=145eec8c-3246-42c4-9951-7c43559722da => 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: 366/697] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:34:09 2026] DELETE /v2.0/security-groups/1725b227-1a2d-4a1b-9303-28d07eb915b3 => 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: 367/698] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:34:09 2026] GET /v2.0/security-groups?id=17a8f7b1-7b8c-4fec-908f-61833eda52b3&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/699] 199.204.45.23 () {34 vars in 1059 bytes} [Thu Jul 2 01:34:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=6ed3f7d3-4d43-4158-9000-81b17f4f8cd6 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/700] 199.204.45.23 () {34 vars in 983 bytes} [Thu Jul 2 01:34:09 2026] GET /v2.0/subnets?id=469eb042-5d7b-47dd-942d-3a0ac54ee49a => generated 701 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/701] 199.204.45.23 () {36 vars in 996 bytes} [Thu Jul 2 01:34:08 2026] DELETE /v2.0/ports/6d50efd7-fce3-4de5-8da0-de87cb963b28 => generated 0 bytes in 892 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/702] 199.204.45.23 () {34 vars in 1051 bytes} [Thu Jul 2 01:34:09 2026] GET /v2.0/ports?network_id=561b462f-2e50-45fb-8bd1-00ed140a129d&device_owner=network%3Adhcp => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:34:09.337 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-178c7df4-c556-4744-81c5-2103ca9d00ae'] response: {'server_uuid': 'b2453683-802b-4699-89e3-58cf1cb63316', 'name': 'network-vif-deleted', 'tag': '6d50efd7-fce3-4de5-8da0-de87cb963b28', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 371/703] 199.204.45.23 () {34 vars in 1011 bytes} [Thu Jul 2 01:34:09 2026] GET /v2.0/networks/561b462f-2e50-45fb-8bd1-00ed140a129d?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/704] 199.204.45.23 () {34 vars in 1111 bytes} [Thu Jul 2 01:34:09 2026] GET /v2.0/networks/561b462f-2e50-45fb-8bd1-00ed140a129d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/705] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:34:09 2026] GET /v2.0/security-groups?tenant_id=cf7181022cea42388de062f161b95a2b&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/706] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:09 2026] GET /v2.0/ports?device_id=b9a9b36e-19f9-4b5b-a997-101ccd661809 => 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: 374/707] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:09 2026] GET /v2.0/ports?device_id=b2453683-802b-4699-89e3-58cf1cb63316 => 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: 334/708] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:34:09 2026] DELETE /v2.0/security-groups/ed35e62c-e7a3-4622-b3a0-583f465a66a9 => 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: 375/709] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:34:09 2026] GET /v2.0/security-groups?id=2fac160f-2c85-4e80-b42a-b621149c72fe&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: 8|app: 0|req: 335/710] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:10 2026] GET /v2.0/ports?device_id=145eec8c-3246-42c4-9951-7c43559722da => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/711] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:34:10 2026] GET /v2.0/security-groups?id=17a8f7b1-7b8c-4fec-908f-61833eda52b3&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/712] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:10 2026] GET /v2.0/ports?device_id=b2453683-802b-4699-89e3-58cf1cb63316 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/713] 199.204.45.23 () {34 vars in 993 bytes} [Thu Jul 2 01:34:10 2026] GET /v2.0/ports?device_id=b9a9b36e-19f9-4b5b-a997-101ccd661809 => generated 975 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/714] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:10 2026] GET /v2.0/ports?device_id=b9a9b36e-19f9-4b5b-a997-101ccd661809 => 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: 338/715] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:34:10 2026] GET /v2.0/security-groups?id=2fac160f-2c85-4e80-b42a-b621149c72fe&fields=id&fields=name => generated 113 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:34:10.858 7 INFO neutron_taas.services.taas.taas_plugin [req-8dbe0035-5e04-4893-9973-73c4c7a2beac req-e783382e-1750-43b3-b360-e6c700434434 a30acbd0ebec4866b7caa3f4aba30f7f c7dd84f04a7e48d790aaa033527ad455 - - default default] TaaS: Handle Delete Port: 5789ecc7-5fb1-4879-b4b4-b4754d87b8a4 2026-07-02 01:34:10.871 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-8dbe0035-5e04-4893-9973-73c4c7a2beac req-e783382e-1750-43b3-b360-e6c700434434 a30acbd0ebec4866b7caa3f4aba30f7f c7dd84f04a7e48d790aaa033527ad455 - - default default] Tap Mirror: Handle Delete Port: 5789ecc7-5fb1-4879-b4b4-b4754d87b8a4 2026-07-02 01:34:11.030 7 INFO neutron.db.l3_db [req-8dbe0035-5e04-4893-9973-73c4c7a2beac req-e783382e-1750-43b3-b360-e6c700434434 a30acbd0ebec4866b7caa3f4aba30f7f c7dd84f04a7e48d790aaa033527ad455 - - default default] Floating IP bab01649-5459-4169-9bf3-9dc8248cf8f1 disassociated. External IP: 10.96.250.205, port: 5789ecc7-5fb1-4879-b4b4-b4754d87b8a4. [pid: 8|app: 0|req: 339/716] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:11 2026] GET /v2.0/ports?device_id=145eec8c-3246-42c4-9951-7c43559722da => 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: 378/717] 199.204.45.23 () {36 vars in 996 bytes} [Thu Jul 2 01:34:10 2026] DELETE /v2.0/ports/5789ecc7-5fb1-4879-b4b4-b4754d87b8a4 => generated 0 bytes in 738 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:34:11.461 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-995cd7d7-9f79-4750-a3bd-6e28cebe1cdf'] response: {'server_uuid': 'b9a9b36e-19f9-4b5b-a997-101ccd661809', 'name': 'network-vif-deleted', 'tag': '5789ecc7-5fb1-4879-b4b4-b4754d87b8a4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 340/718] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:34:11 2026] GET /v2.0/security-groups?id=17a8f7b1-7b8c-4fec-908f-61833eda52b3&fields=id&fields=name => generated 114 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/719] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:11 2026] GET /v2.0/ports?device_id=b2453683-802b-4699-89e3-58cf1cb63316 => 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: 341/720] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:11 2026] GET /v2.0/ports?device_id=b9a9b36e-19f9-4b5b-a997-101ccd661809 => 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: 380/721] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:34:12 2026] GET /v2.0/security-groups?tenant_id=10dd33a22f0f4499b2d2af45bfb3d80a&name=default => generated 2925 bytes in 401 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/722] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:12 2026] GET /v2.0/ports?device_id=145eec8c-3246-42c4-9951-7c43559722da => generated 975 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/723] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:34:12 2026] GET /v2.0/security-groups?id=17a8f7b1-7b8c-4fec-908f-61833eda52b3&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/724] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:34:12 2026] DELETE /v2.0/security-groups/db450681-a6ff-45ee-90d9-5966a6da8670 => generated 0 bytes in 201 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/725] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:34:12 2026] DELETE /v2.0/security-groups/0f59e159-03ac-4f39-a8db-bd4829a03bf9 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/726] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:12 2026] GET /v2.0/ports?device_id=b9a9b36e-19f9-4b5b-a997-101ccd661809 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:34:13.026 8 INFO neutron.api.v2.resource [None req-5fcd46ce-ddff-41cc-9d9d-f8475419948b 484b784ab7f34033be7f416d3c75c508 c70f0aa185bc4f75a8a6d662769a65ba - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 345/727] 10.0.0.150 () {32 vars in 737 bytes} [Thu Jul 2 01:34:13 2026] GET /v2.0/security-groups/0f59e159-03ac-4f39-a8db-bd4829a03bf9 => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:34:13.177 7 INFO neutron_taas.services.taas.taas_plugin [None req-c262da7c-4b37-4224-a94d-54778f85163f 484b784ab7f34033be7f416d3c75c508 c70f0aa185bc4f75a8a6d662769a65ba - - default default] TaaS: Handle Delete Port: 992ac377-4dc6-4e16-bb1f-303f3878924a 2026-07-02 01:34:13.181 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c262da7c-4b37-4224-a94d-54778f85163f 484b784ab7f34033be7f416d3c75c508 c70f0aa185bc4f75a8a6d662769a65ba - - default default] Tap Mirror: Handle Delete Port: 992ac377-4dc6-4e16-bb1f-303f3878924a [pid: 7|app: 0|req: 383/728] 10.0.0.150 () {32 vars in 732 bytes} [Thu Jul 2 01:34:13 2026] DELETE /v2.0/floatingips/8085743f-e820-4247-9391-b20bc746f566 => generated 0 bytes in 389 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:34:13.859 8 INFO neutron_taas.services.taas.taas_plugin [None req-d71a9714-0cd8-46a8-879d-0b8826266d4d b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] TaaS: Handle Delete Port: 1689ff81-407a-4028-82cf-ac1f4146e646 2026-07-02 01:34:13.861 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d71a9714-0cd8-46a8-879d-0b8826266d4d b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Tap Mirror: Handle Delete Port: 1689ff81-407a-4028-82cf-ac1f4146e646 [pid: 7|app: 0|req: 384/729] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:13 2026] GET /v2.0/ports?device_id=145eec8c-3246-42c4-9951-7c43559722da => generated 975 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/730] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:34:13 2026] GET /v2.0/security-groups?id=17a8f7b1-7b8c-4fec-908f-61833eda52b3&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/731] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:14 2026] GET /v2.0/ports?device_id=b9a9b36e-19f9-4b5b-a997-101ccd661809 => 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: 346/732] 10.0.0.150 () {34 vars in 789 bytes} [Thu Jul 2 01:34:13 2026] PUT /v2.0/routers/09d48dfc-75e6-472e-8742-f6ffd280617b/remove_router_interface => generated 309 bytes in 1058 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:34:14.680 7 INFO neutron_taas.services.taas.taas_plugin [None req-6cd6dffb-d936-4b20-91c1-c8ed34d82e3a b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] TaaS: Handle Delete Port: 4f5caa00-eafc-46d3-9e8e-56a319052b75 2026-07-02 01:34:14.683 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6cd6dffb-d936-4b20-91c1-c8ed34d82e3a b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Tap Mirror: Handle Delete Port: 4f5caa00-eafc-46d3-9e8e-56a319052b75 [pid: 8|app: 0|req: 347/733] 10.0.0.150 () {32 vars in 653 bytes} [Thu Jul 2 01:34:14 2026] GET /v2.0/extensions => generated 21537 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/734] 10.0.0.150 () {32 vars in 681 bytes} [Thu Jul 2 01:34:14 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/735] 10.0.0.150 () {32 vars in 681 bytes} [Thu Jul 2 01:34:14 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/736] 10.0.0.150 () {32 vars in 729 bytes} [Thu Jul 2 01:34:14 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/737] 10.0.0.150 () {32 vars in 665 bytes} [Thu Jul 2 01:34:14 2026] GET /v2.0/extensions/agent => generated 153 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/738] 10.0.0.150 () {32 vars in 699 bytes} [Thu Jul 2 01:34:14 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/739] 10.0.0.150 () {32 vars in 697 bytes} [Thu Jul 2 01:34:14 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: 354/740] 10.0.0.150 () {32 vars in 701 bytes} [Thu Jul 2 01:34:14 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/741] 10.0.0.150 () {32 vars in 689 bytes} [Thu Jul 2 01:34:14 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/742] 10.0.0.150 () {32 vars in 703 bytes} [Thu Jul 2 01:34:14 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/743] 10.0.0.150 () {32 vars in 693 bytes} [Thu Jul 2 01:34:14 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/744] 10.0.0.150 () {32 vars in 695 bytes} [Thu Jul 2 01:34:14 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:34:15.001 7 INFO neutron_taas.services.taas.taas_plugin [None req-6cd6dffb-d936-4b20-91c1-c8ed34d82e3a b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] TaaS: Handle Delete Port: b1eb6633-5406-4250-b1aa-00377f0b8462 2026-07-02 01:34:15.004 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6cd6dffb-d936-4b20-91c1-c8ed34d82e3a b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Tap Mirror: Handle Delete Port: b1eb6633-5406-4250-b1aa-00377f0b8462 [pid: 8|app: 0|req: 359/745] 10.0.0.150 () {32 vars in 685 bytes} [Thu Jul 2 01:34:15 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/746] 10.0.0.150 () {32 vars in 687 bytes} [Thu Jul 2 01:34:15 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/747] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:15 2026] GET /v2.0/ports?device_id=145eec8c-3246-42c4-9951-7c43559722da => 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: 362/748] 10.0.0.150 () {32 vars in 661 bytes} [Thu Jul 2 01:34:15 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: 8|app: 0|req: 363/749] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:34:15 2026] GET /v2.0/security-groups?id=17a8f7b1-7b8c-4fec-908f-61833eda52b3&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: 364/750] 10.0.0.150 () {32 vars in 699 bytes} [Thu Jul 2 01:34:15 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/751] 10.0.0.150 () {32 vars in 679 bytes} [Thu Jul 2 01:34:15 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/752] 10.0.0.150 () {32 vars in 683 bytes} [Thu Jul 2 01:34:15 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: 367/753] 10.0.0.150 () {32 vars in 675 bytes} [Thu Jul 2 01:34:15 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/754] 10.0.0.150 () {32 vars in 689 bytes} [Thu Jul 2 01:34:15 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/755] 10.0.0.150 () {32 vars in 723 bytes} [Thu Jul 2 01:34:15 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: 8|app: 0|req: 370/756] 10.0.0.150 () {32 vars in 687 bytes} [Thu Jul 2 01:34:15 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/757] 10.0.0.150 () {32 vars in 669 bytes} [Thu Jul 2 01:34:15 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/758] 10.0.0.150 () {32 vars in 687 bytes} [Thu Jul 2 01:34:15 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: 373/759] 10.0.0.150 () {32 vars in 681 bytes} [Thu Jul 2 01:34:15 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/760] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:15 2026] GET /v2.0/ports?device_id=b9a9b36e-19f9-4b5b-a997-101ccd661809 => 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: 375/761] 10.0.0.150 () {32 vars in 699 bytes} [Thu Jul 2 01:34:15 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/762] 10.0.0.150 () {32 vars in 679 bytes} [Thu Jul 2 01:34:15 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/763] 10.0.0.150 () {32 vars in 667 bytes} [Thu Jul 2 01:34:15 2026] GET /v2.0/extensions/router => generated 256 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/764] 10.0.0.150 () {32 vars in 677 bytes} [Thu Jul 2 01:34:15 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/765] 10.0.0.150 () {32 vars in 665 bytes} [Thu Jul 2 01:34:15 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: 380/766] 10.0.0.150 () {32 vars in 675 bytes} [Thu Jul 2 01:34:15 2026] GET /v2.0/extensions/l3-flavors => 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: 381/767] 10.0.0.150 () {32 vars in 713 bytes} [Thu Jul 2 01:34:15 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/768] 10.0.0.150 () {32 vars in 691 bytes} [Thu Jul 2 01:34:15 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/769] 10.0.0.150 () {32 vars in 683 bytes} [Thu Jul 2 01:34:15 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/770] 10.0.0.150 () {32 vars in 669 bytes} [Thu Jul 2 01:34:15 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/771] 10.0.0.150 () {32 vars in 687 bytes} [Thu Jul 2 01:34:15 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: 386/772] 10.0.0.150 () {32 vars in 705 bytes} [Thu Jul 2 01:34:15 2026] GET /v2.0/extensions/network_availability_zone => 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: 387/773] 10.0.0.150 () {32 vars in 675 bytes} [Thu Jul 2 01:34:15 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:34:15.385 7 INFO neutron.services.segments.plugin [-] Segment 331824fb-1a4c-4c7f-a2ef-e49dee8d8d7a resource provider aggregate not found 2026-07-02 01:34:15.389 7 INFO neutron.services.segments.plugin [-] Segment 331824fb-1a4c-4c7f-a2ef-e49dee8d8d7a resource provider aggregate not found [pid: 8|app: 0|req: 388/774] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:15 2026] GET /v2.0/ports?device_id=145eec8c-3246-42c4-9951-7c43559722da => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/775] 10.0.0.150 () {32 vars in 701 bytes} [Thu Jul 2 01:34:15 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:34:15.414 7 INFO neutron.services.segments.plugin [-] Segment 331824fb-1a4c-4c7f-a2ef-e49dee8d8d7a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 331824fb-1a4c-4c7f-a2ef-e49dee8d8d7a found for delete ", "request_id": "req-76e1ea1e-7d26-465a-a417-8f6ecffcfc11"}]} 2026-07-02 01:34:15.416 7 INFO neutron.services.segments.plugin [-] Segment 331824fb-1a4c-4c7f-a2ef-e49dee8d8d7a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 331824fb-1a4c-4c7f-a2ef-e49dee8d8d7a found for delete ", "request_id": "req-21ed6445-739d-4e64-981f-38cb75765175"}]} [pid: 8|app: 0|req: 390/776] 10.0.0.150 () {32 vars in 675 bytes} [Thu Jul 2 01:34:15 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:34:15.425 7 INFO neutron.db.l3_hamode_db [None req-6cd6dffb-d936-4b20-91c1-c8ed34d82e3a b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] HA network b9b35fcf-09d6-4fa6-a43a-61f2ecca486c was deleted as no HA routers are present in tenant c70f0aa185bc4f75a8a6d662769a65ba. [pid: 7|app: 0|req: 387/777] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:34:14 2026] DELETE /v2.0/routers/09d48dfc-75e6-472e-8742-f6ffd280617b => generated 0 bytes in 943 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/778] 10.0.0.150 () {32 vars in 693 bytes} [Thu Jul 2 01:34:15 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/779] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:34:15 2026] DELETE /v2.0/subnets/93d56caa-bb36-46fa-94d1-983e7a5f138b => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/780] 10.0.0.150 () {32 vars in 689 bytes} [Thu Jul 2 01:34:15 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:34:15.736 7 INFO neutron_taas.services.taas.taas_plugin [None req-a3983a93-917f-4e1f-9bc7-0a8555105d72 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] TaaS: Handle Delete Port: fea05ab5-06a9-4720-8fb8-43f7c8ef1944 2026-07-02 01:34:15.739 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a3983a93-917f-4e1f-9bc7-0a8555105d72 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Tap Mirror: Handle Delete Port: fea05ab5-06a9-4720-8fb8-43f7c8ef1944 2026-07-02 01:34:15.845 8 INFO neutron.db.l3_db [None req-74d7d998-ce03-4b41-abc2-562ff55c4ad8 dd4f154a1bc34a8f888816e150c5d2c8 e8a714261471457bbde90e4bf4311031 - - default default] Floating IP f72447ad-43f3-4c5a-b5bb-5fb247202b67 associated. External IP: 10.96.250.220, port: 6ed3f7d3-4d43-4158-9000-81b17f4f8cd6. [pid: 7|app: 0|req: 391/781] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:34:15 2026] DELETE /v2.0/networks/e67847ec-330f-40bb-a83d-9484489aadef => generated 0 bytes in 318 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/782] 10.0.0.150 () {32 vars in 709 bytes} [Thu Jul 2 01:34:15 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/783] 10.0.0.150 () {32 vars in 705 bytes} [Thu Jul 2 01:34:15 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/784] 10.0.0.150 () {32 vars in 719 bytes} [Thu Jul 2 01:34:15 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: 395/785] 10.0.0.150 () {32 vars in 697 bytes} [Thu Jul 2 01:34:15 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/786] 10.0.0.150 () {32 vars in 711 bytes} [Thu Jul 2 01:34:15 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/787] 10.0.0.150 () {32 vars in 669 bytes} [Thu Jul 2 01:34:16 2026] GET /v2.0/extensions/binding => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/788] 10.0.0.150 () {32 vars in 687 bytes} [Thu Jul 2 01:34:16 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/789] 10.0.0.150 () {32 vars in 681 bytes} [Thu Jul 2 01:34:16 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/790] 10.0.0.150 () {32 vars in 675 bytes} [Thu Jul 2 01:34:16 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/791] 10.0.0.150 () {32 vars in 671 bytes} [Thu Jul 2 01:34:16 2026] GET /v2.0/extensions/provider => generated 191 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/792] 10.0.0.150 () {32 vars in 661 bytes} [Thu Jul 2 01:34:16 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/793] 10.0.0.150 () {32 vars in 699 bytes} [Thu Jul 2 01:34:16 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/794] 10.0.0.150 () {32 vars in 699 bytes} [Thu Jul 2 01:34:16 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: 405/795] 10.0.0.150 () {32 vars in 677 bytes} [Thu Jul 2 01:34:16 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/796] 10.0.0.150 () {32 vars in 669 bytes} [Thu Jul 2 01:34:16 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: 407/797] 10.0.0.150 () {32 vars in 683 bytes} [Thu Jul 2 01:34:16 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: 408/798] 10.0.0.150 () {32 vars in 701 bytes} [Thu Jul 2 01:34:16 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/799] 10.0.0.150 () {32 vars in 685 bytes} [Thu Jul 2 01:34:16 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/800] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:34:16 2026] GET /v2.0/security-groups?tenant_id=c70f0aa185bc4f75a8a6d662769a65ba&name=default => generated 2921 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/801] 10.0.0.150 () {32 vars in 707 bytes} [Thu Jul 2 01:34:16 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/802] 10.0.0.150 () {34 vars in 749 bytes} [Thu Jul 2 01:34:15 2026] PUT /v2.0/floatingips/f72447ad-43f3-4c5a-b5bb-5fb247202b67 => generated 856 bytes in 868 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/803] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:34:16 2026] DELETE /v2.0/security-groups/9f17148a-8dde-4d47-9d39-4ea559eb54fa => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/804] 10.0.0.150 () {32 vars in 669 bytes} [Thu Jul 2 01:34:16 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/805] 10.0.0.150 () {32 vars in 697 bytes} [Thu Jul 2 01:34:16 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/806] 10.0.0.150 () {32 vars in 695 bytes} [Thu Jul 2 01:34:16 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: 8|app: 0|req: 394/807] 10.0.0.150 () {32 vars in 685 bytes} [Thu Jul 2 01:34:16 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/808] 10.0.0.150 () {32 vars in 689 bytes} [Thu Jul 2 01:34:16 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:34:16.353 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fffc33de-1f0c-4d95-81ca-fe42c5b85d6b'] response: {'name': 'network-changed', 'server_uuid': '145eec8c-3246-42c4-9951-7c43559722da', 'tag': '6ed3f7d3-4d43-4158-9000-81b17f4f8cd6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 396/809] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:16 2026] GET /v2.0/ports?device_id=145eec8c-3246-42c4-9951-7c43559722da => 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: 397/810] 10.0.0.150 () {32 vars in 705 bytes} [Thu Jul 2 01:34:16 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/811] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:34:16 2026] GET /v2.0/security-groups?id=17a8f7b1-7b8c-4fec-908f-61833eda52b3&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/812] 10.0.0.150 () {32 vars in 667 bytes} [Thu Jul 2 01:34:16 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/813] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:34:16 2026] DELETE /v2.0/security-groups/2fac160f-2c85-4e80-b42a-b621149c72fe => 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: 400/814] 10.0.0.150 () {32 vars in 681 bytes} [Thu Jul 2 01:34:16 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:34:16.461 7 INFO neutron.api.v2.resource [None req-bfa4a61d-55bb-4150-9107-704628b20efe a30acbd0ebec4866b7caa3f4aba30f7f c7dd84f04a7e48d790aaa033527ad455 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 415/815] 10.0.0.150 () {32 vars in 737 bytes} [Thu Jul 2 01:34:16 2026] GET /v2.0/security-groups/2fac160f-2c85-4e80-b42a-b621149c72fe => 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: 401/816] 10.0.0.150 () {32 vars in 681 bytes} [Thu Jul 2 01:34:16 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/817] 10.0.0.150 () {32 vars in 691 bytes} [Thu Jul 2 01:34:16 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/818] 10.0.0.150 () {32 vars in 691 bytes} [Thu Jul 2 01:34:16 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/819] 10.0.0.150 () {32 vars in 695 bytes} [Thu Jul 2 01:34:16 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/820] 10.0.0.150 () {32 vars in 685 bytes} [Thu Jul 2 01:34:16 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/821] 10.0.0.150 () {32 vars in 689 bytes} [Thu Jul 2 01:34:16 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/822] 10.0.0.150 () {32 vars in 701 bytes} [Thu Jul 2 01:34:16 2026] GET /v2.0/extensions/standard-attr-revisions => 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: 408/823] 10.0.0.150 () {32 vars in 703 bytes} [Thu Jul 2 01:34:16 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/824] 10.0.0.150 () {32 vars in 713 bytes} [Thu Jul 2 01:34:16 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/825] 10.0.0.150 () {32 vars in 717 bytes} [Thu Jul 2 01:34:16 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/826] 10.0.0.150 () {32 vars in 715 bytes} [Thu Jul 2 01:34:16 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/827] 10.0.0.150 () {32 vars in 727 bytes} [Thu Jul 2 01:34:16 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: 8|app: 0|req: 413/828] 10.0.0.150 () {32 vars in 741 bytes} [Thu Jul 2 01:34:16 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: 414/829] 10.0.0.150 () {32 vars in 719 bytes} [Thu Jul 2 01:34:16 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:34:16.576 7 INFO neutron_taas.services.taas.taas_plugin [None req-f7cb7301-762d-420a-a0f8-578b55a51857 a30acbd0ebec4866b7caa3f4aba30f7f c7dd84f04a7e48d790aaa033527ad455 - - default default] TaaS: Handle Delete Port: 031e525b-b845-4f2b-9684-480b71b452ec 2026-07-02 01:34:16.579 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f7cb7301-762d-420a-a0f8-578b55a51857 a30acbd0ebec4866b7caa3f4aba30f7f c7dd84f04a7e48d790aaa033527ad455 - - default default] Tap Mirror: Handle Delete Port: 031e525b-b845-4f2b-9684-480b71b452ec [pid: 8|app: 0|req: 415/830] 10.0.0.150 () {32 vars in 683 bytes} [Thu Jul 2 01:34:16 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/831] 10.0.0.150 () {32 vars in 669 bytes} [Thu Jul 2 01:34:16 2026] GET /v2.0/extensions/segment => generated 145 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/832] 10.0.0.150 () {32 vars in 719 bytes} [Thu Jul 2 01:34:16 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/833] 10.0.0.150 () {32 vars in 679 bytes} [Thu Jul 2 01:34:16 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/834] 10.0.0.150 () {32 vars in 669 bytes} [Thu Jul 2 01:34:16 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/835] 10.0.0.150 () {32 vars in 697 bytes} [Thu Jul 2 01:34:16 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/836] 10.0.0.150 () {32 vars in 705 bytes} [Thu Jul 2 01:34:16 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/837] 10.0.0.150 () {32 vars in 701 bytes} [Thu Jul 2 01:34:16 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: 8|app: 0|req: 423/838] 10.0.0.150 () {32 vars in 701 bytes} [Thu Jul 2 01:34:16 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/839] 10.0.0.150 () {32 vars in 683 bytes} [Thu Jul 2 01:34:16 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/840] 10.0.0.150 () {32 vars in 705 bytes} [Thu Jul 2 01:34:16 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/841] 10.0.0.150 () {32 vars in 695 bytes} [Thu Jul 2 01:34:16 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/842] 10.0.0.150 () {32 vars in 689 bytes} [Thu Jul 2 01:34:16 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/843] 10.0.0.150 () {32 vars in 697 bytes} [Thu Jul 2 01:34:16 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/844] 10.0.0.150 () {32 vars in 679 bytes} [Thu Jul 2 01:34:16 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: 430/845] 10.0.0.150 () {32 vars in 689 bytes} [Thu Jul 2 01:34:16 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/846] 10.0.0.150 () {32 vars in 701 bytes} [Thu Jul 2 01:34:16 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/847] 10.0.0.150 () {32 vars in 665 bytes} [Thu Jul 2 01:34:16 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/848] 10.0.0.150 () {32 vars in 681 bytes} [Thu Jul 2 01:34:16 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/849] 10.0.0.150 () {32 vars in 677 bytes} [Thu Jul 2 01:34:16 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/850] 10.0.0.150 () {32 vars in 732 bytes} [Thu Jul 2 01:34:16 2026] DELETE /v2.0/floatingips/bab01649-5459-4169-9bf3-9dc8248cf8f1 => generated 0 bytes in 289 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/851] 10.0.0.150 () {32 vars in 693 bytes} [Thu Jul 2 01:34:16 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/852] 10.0.0.150 () {32 vars in 677 bytes} [Thu Jul 2 01:34:16 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/853] 10.0.0.150 () {32 vars in 667 bytes} [Thu Jul 2 01:34:16 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/854] 10.0.0.150 () {32 vars in 663 bytes} [Thu Jul 2 01:34:16 2026] GET /v2.0/extensions/taas => generated 175 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/855] 10.0.0.150 () {32 vars in 675 bytes} [Thu Jul 2 01:34:16 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/856] 10.0.0.150 () {32 vars in 687 bytes} [Thu Jul 2 01:34:16 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/857] 199.204.45.23 () {34 vars in 1079 bytes} [Thu Jul 2 01:34:16 2026] GET /v2.0/ports?tenant_id=e8a714261471457bbde90e4bf4311031&device_id=145eec8c-3246-42c4-9951-7c43559722da => generated 1244 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/858] 199.204.45.23 () {34 vars in 985 bytes} [Thu Jul 2 01:34:16 2026] GET /v2.0/networks?id=561b462f-2e50-45fb-8bd1-00ed140a129d => generated 779 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/859] 199.204.45.23 () {34 vars in 1059 bytes} [Thu Jul 2 01:34:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=6ed3f7d3-4d43-4158-9000-81b17f4f8cd6 => generated 859 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/860] 199.204.45.23 () {34 vars in 983 bytes} [Thu Jul 2 01:34:17 2026] GET /v2.0/subnets?id=469eb042-5d7b-47dd-942d-3a0ac54ee49a => generated 701 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/861] 199.204.45.23 () {34 vars in 1051 bytes} [Thu Jul 2 01:34:17 2026] GET /v2.0/ports?network_id=561b462f-2e50-45fb-8bd1-00ed140a129d&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/862] 199.204.45.23 () {34 vars in 1011 bytes} [Thu Jul 2 01:34:17 2026] GET /v2.0/networks/561b462f-2e50-45fb-8bd1-00ed140a129d?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: 429/863] 199.204.45.23 () {34 vars in 1111 bytes} [Thu Jul 2 01:34:17 2026] GET /v2.0/networks/561b462f-2e50-45fb-8bd1-00ed140a129d?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-07-02 01:34:17.446 7 INFO neutron.services.segments.plugin [-] Segment bfa986f5-06b3-4ac3-bd9e-8eb4a54c9ccb resource provider aggregate not found 2026-07-02 01:34:17.448 7 INFO neutron.services.segments.plugin [-] Segment bfa986f5-06b3-4ac3-bd9e-8eb4a54c9ccb resource provider aggregate not found 2026-07-02 01:34:17.466 7 INFO neutron.services.segments.plugin [-] Segment bfa986f5-06b3-4ac3-bd9e-8eb4a54c9ccb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bfa986f5-06b3-4ac3-bd9e-8eb4a54c9ccb found for delete ", "request_id": "req-3758a2e1-14ab-4b6b-819d-ba37d2322bbf"}]} 2026-07-02 01:34:17.474 7 INFO neutron.services.segments.plugin [-] Segment bfa986f5-06b3-4ac3-bd9e-8eb4a54c9ccb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bfa986f5-06b3-4ac3-bd9e-8eb4a54c9ccb found for delete ", "request_id": "req-29b4893b-f440-41a7-8c7f-5b647cc26f66"}]} 2026-07-02 01:34:17.544 8 INFO neutron_taas.services.taas.taas_plugin [None req-78e7b7f7-0f82-45c7-89bc-ccc2eb30571e b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] TaaS: Handle Delete Port: 88e15e8c-2e2f-4b78-a493-50bc17a5b17c 2026-07-02 01:34:17.550 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-78e7b7f7-0f82-45c7-89bc-ccc2eb30571e b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Tap Mirror: Handle Delete Port: 88e15e8c-2e2f-4b78-a493-50bc17a5b17c [pid: 7|app: 0|req: 430/864] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:34:17 2026] GET /v2.0/security-groups?tenant_id=41dbb9bcfb6f41fea8cf083089b25f24&name=default => generated 2925 bytes in 368 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/865] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:34:17 2026] DELETE /v2.0/security-groups/d220ca2b-0292-4a7f-9a06-7c6cfdc3f2a0 => 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: 435/866] 10.0.0.150 () {34 vars in 789 bytes} [Thu Jul 2 01:34:16 2026] PUT /v2.0/routers/8844ce99-f244-4b45-a14a-d679ddfae5e4/remove_router_interface => generated 309 bytes in 1442 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:34:18.516 7 INFO neutron_taas.services.taas.taas_plugin [None req-7eac84cb-3998-4398-a462-31918509230f b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] TaaS: Handle Delete Port: bd888bed-5324-4a95-9dc5-cca15d596d77 2026-07-02 01:34:18.519 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7eac84cb-3998-4398-a462-31918509230f b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Tap Mirror: Handle Delete Port: bd888bed-5324-4a95-9dc5-cca15d596d77 2026-07-02 01:34:18.630 8 INFO neutron.db.segments_db [None req-cae59f10-97f6-4abb-97eb-23a86f6596b8 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Added segment d1e928c3-61ea-49e1-9648-760cbb68d21e of type vxlan for network 42bf185b-1bd7-48a4-b681-9288d120284f [pid: 8|app: 0|req: 436/867] 10.0.0.150 () {34 vars in 671 bytes} [Thu Jul 2 01:34:18 2026] POST /v2.0/networks => generated 744 bytes in 455 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:34:18.767 7 INFO neutron_taas.services.taas.taas_plugin [None req-7eac84cb-3998-4398-a462-31918509230f b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] TaaS: Handle Delete Port: 47e2abd5-e50e-4356-86b3-139db20cd13f 2026-07-02 01:34:18.770 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7eac84cb-3998-4398-a462-31918509230f b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Tap Mirror: Handle Delete Port: 47e2abd5-e50e-4356-86b3-139db20cd13f [pid: 8|app: 0|req: 437/868] 10.0.0.150 () {34 vars in 669 bytes} [Thu Jul 2 01:34:18 2026] POST /v2.0/subnets => generated 691 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:34:18.997 8 INFO neutron.db.segments_db [None req-32c748ee-3059-421b-b5e6-253235a8bcb6 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Added segment d90fe017-d0e0-4fc8-b145-e3079cae675b of type vxlan for network 75582cbb-b75b-417c-8cb5-e8f0fcdbc8f4 2026-07-02 01:34:19.194 7 INFO neutron.db.l3_hamode_db [None req-7eac84cb-3998-4398-a462-31918509230f b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] HA network bd2e5c3d-ca5f-4837-a28e-efaf8bfab721 was deleted as no HA routers are present in tenant c7dd84f04a7e48d790aaa033527ad455. [pid: 7|app: 0|req: 432/869] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:34:18 2026] DELETE /v2.0/routers/8844ce99-f244-4b45-a14a-d679ddfae5e4 => generated 0 bytes in 989 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:34:19.263 8 INFO neutron.db.l3_hamode_db [None req-32c748ee-3059-421b-b5e6-253235a8bcb6 b0f6f1662acb42028adab40336275dbd ec8b1091654f4d3b86bbe18e167c8b52 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 433/870] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:34:19 2026] DELETE /v2.0/subnets/91a9900e-3d55-4c5e-9a21-5482a3e16dc9 => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:34:19.494 7 INFO neutron.services.segments.plugin [-] Segment cee1c337-69b9-4bc4-bcd5-1ca3f19dd1b6 resource provider aggregate not found 2026-07-02 01:34:19.500 7 INFO neutron.services.segments.plugin [-] Segment cee1c337-69b9-4bc4-bcd5-1ca3f19dd1b6 resource provider aggregate not found 2026-07-02 01:34:19.522 7 INFO neutron.services.segments.plugin [-] Segment cee1c337-69b9-4bc4-bcd5-1ca3f19dd1b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cee1c337-69b9-4bc4-bcd5-1ca3f19dd1b6 found for delete ", "request_id": "req-f91ec196-2b49-471d-ae94-288ca1c2f655"}]} 2026-07-02 01:34:19.523 7 INFO neutron.services.segments.plugin [-] Segment cee1c337-69b9-4bc4-bcd5-1ca3f19dd1b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cee1c337-69b9-4bc4-bcd5-1ca3f19dd1b6 found for delete ", "request_id": "req-d288e382-a0ae-4d0c-a5f1-ff3d365bf7a9"}]} 2026-07-02 01:34:19.539 7 INFO neutron_taas.services.taas.taas_plugin [None req-22c1ed9a-6391-4c36-9bd3-c6630a404b65 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] TaaS: Handle Delete Port: 88b5bf20-0ad8-46ea-9196-d30d5a16780e 2026-07-02 01:34:19.541 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-22c1ed9a-6391-4c36-9bd3-c6630a404b65 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Tap Mirror: Handle Delete Port: 88b5bf20-0ad8-46ea-9196-d30d5a16780e [pid: 7|app: 0|req: 434/871] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:34:19 2026] DELETE /v2.0/networks/9beccf0c-6268-4bca-9d31-2581edcbf385 => generated 0 bytes in 352 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:34:20.078 8 INFO neutron.db.l3_hamode_db [None req-32c748ee-3059-421b-b5e6-253235a8bcb6 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 01:34:20.208 7 INFO neutron.db.segments_db [None req-e73c7705-16d7-4bf6-9073-121fd4b8c049 24703733672f4284a2a6047364278222 59e657e877c04cf99f3b5af22bbf8ca8 - - default default] Added segment 04b7cf4e-5ec1-4ff4-98b2-99ff2945b8a7 of type vxlan for network 82f6e721-aa3e-40ca-bd18-271805336c07 2026-07-02 01:34:20.280 7 INFO neutron.db.segments_db [None req-e73c7705-16d7-4bf6-9073-121fd4b8c049 24703733672f4284a2a6047364278222 59e657e877c04cf99f3b5af22bbf8ca8 - - default default] Added segment 438a1d62-c1e8-4b99-9510-ee9d11d63664 of type vxlan for network a154e008-a723-4b02-b2ee-994e4342c092 [pid: 7|app: 0|req: 435/872] 10.0.0.150 () {34 vars in 670 bytes} [Thu Jul 2 01:34:19 2026] POST /v2.0/networks => generated 1245 bytes in 547 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/873] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:34:20 2026] GET /v2.0/security-groups?tenant_id=c7dd84f04a7e48d790aaa033527ad455&name=default => generated 2921 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/874] 10.0.0.150 () {32 vars in 649 bytes} [Thu Jul 2 01:34:20 2026] GET /v2.0/networks => generated 1844 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/875] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:34:20 2026] DELETE /v2.0/security-groups/4d62b340-31a6-437b-bc11-c3fdd5de0764 => 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: 439/876] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:34:20 2026] DELETE /v2.0/networks/82f6e721-aa3e-40ca-bd18-271805336c07 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/877] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:34:20 2026] DELETE /v2.0/networks/a154e008-a723-4b02-b2ee-994e4342c092 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/878] 10.0.0.150 () {32 vars in 649 bytes} [Thu Jul 2 01:34:20 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) [pid: 8|app: 0|req: 438/879] 10.0.0.150 () {34 vars in 669 bytes} [Thu Jul 2 01:34:18 2026] POST /v2.0/routers => generated 731 bytes in 1991 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:34:20.956 7 INFO neutron.db.segments_db [None req-2d2b7ba8-c791-4b5e-911a-08299f359f44 24703733672f4284a2a6047364278222 59e657e877c04cf99f3b5af22bbf8ca8 - - default default] Added segment ca049c08-d904-44b9-87ec-851542a5ba06 of type vxlan for network 59b31777-7912-46a0-8db4-9d05c8d1b050 [pid: 7|app: 0|req: 442/880] 10.0.0.150 () {34 vars in 670 bytes} [Thu Jul 2 01:34:20 2026] POST /v2.0/networks => generated 650 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:34:21.133 7 INFO neutron.db.segments_db [None req-ed337232-38be-40cb-9f52-e58a93b4708b 24703733672f4284a2a6047364278222 59e657e877c04cf99f3b5af22bbf8ca8 - - default default] Added segment a065b022-a8aa-4d2d-98f4-90f79a0fd66e of type vxlan for network d0597313-c52b-40af-9c48-1212c93d3b13 [pid: 7|app: 0|req: 443/881] 10.0.0.150 () {34 vars in 670 bytes} [Thu Jul 2 01:34:21 2026] POST /v2.0/networks => generated 650 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:34:21.544 7 INFO neutron.services.segments.plugin [-] Segment 63fd4a02-8d15-4787-95c9-65c0fec146d2 resource provider aggregate not found 2026-07-02 01:34:21.555 7 INFO neutron.services.segments.plugin [-] Segment 63fd4a02-8d15-4787-95c9-65c0fec146d2 resource provider aggregate not found 2026-07-02 01:34:21.566 7 INFO neutron.services.segments.plugin [-] Segment 63fd4a02-8d15-4787-95c9-65c0fec146d2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 63fd4a02-8d15-4787-95c9-65c0fec146d2 found for delete ", "request_id": "req-e7edea33-d150-43e2-bbad-7c8f22655064"}]} 2026-07-02 01:34:21.575 7 INFO neutron.services.segments.plugin [-] Segment 63fd4a02-8d15-4787-95c9-65c0fec146d2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 63fd4a02-8d15-4787-95c9-65c0fec146d2 found for delete ", "request_id": "req-871ea673-35cc-4df2-ab53-79b9df4799e5"}]} 2026-07-02 01:34:21.582 7 INFO neutron.services.segments.plugin [-] Segment 04b7cf4e-5ec1-4ff4-98b2-99ff2945b8a7 resource provider aggregate not found 2026-07-02 01:34:21.599 7 INFO neutron.services.segments.plugin [-] Segment 04b7cf4e-5ec1-4ff4-98b2-99ff2945b8a7 resource provider aggregate not found 2026-07-02 01:34:21.601 7 INFO neutron.services.segments.plugin [-] Segment 04b7cf4e-5ec1-4ff4-98b2-99ff2945b8a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 04b7cf4e-5ec1-4ff4-98b2-99ff2945b8a7 found for delete ", "request_id": "req-4f5c514f-26e0-4852-8ea4-943d6e27937b"}]} 2026-07-02 01:34:21.623 7 INFO neutron.services.segments.plugin [-] Segment 04b7cf4e-5ec1-4ff4-98b2-99ff2945b8a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 04b7cf4e-5ec1-4ff4-98b2-99ff2945b8a7 found for delete ", "request_id": "req-8f5877e6-cb7c-4cd4-9750-c4d90d8bfb43"}]} 2026-07-02 01:34:21.637 7 INFO neutron.services.segments.plugin [-] Segment 438a1d62-c1e8-4b99-9510-ee9d11d63664 resource provider aggregate not found 2026-07-02 01:34:21.654 7 INFO neutron.services.segments.plugin [-] Segment 438a1d62-c1e8-4b99-9510-ee9d11d63664 resource provider aggregate not found 2026-07-02 01:34:21.675 7 INFO neutron.services.segments.plugin [-] Segment 438a1d62-c1e8-4b99-9510-ee9d11d63664 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 438a1d62-c1e8-4b99-9510-ee9d11d63664 found for delete ", "request_id": "req-7c1f7767-139a-4944-8c53-e436a73833d7"}]} 2026-07-02 01:34:21.675 7 INFO neutron.services.segments.plugin [-] Segment 438a1d62-c1e8-4b99-9510-ee9d11d63664 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 438a1d62-c1e8-4b99-9510-ee9d11d63664 found for delete ", "request_id": "req-35f4e6f2-26dd-45a4-9434-ee16c0e9a546"}]} [pid: 7|app: 0|req: 444/882] 10.0.0.150 () {34 vars in 665 bytes} [Thu Jul 2 01:34:21 2026] POST /v2.0/ports => generated 1506 bytes in 673 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: 445/883] 10.0.0.150 () {32 vars in 643 bytes} [Thu Jul 2 01:34:21 2026] GET /v2.0/ports => generated 1506 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:34:22.107 7 INFO neutron_taas.services.taas.taas_plugin [None req-744a6f0d-a9cc-499c-8788-e487b284e9ae 24703733672f4284a2a6047364278222 59e657e877c04cf99f3b5af22bbf8ca8 - - default default] TaaS: Handle Delete Port: d28971a8-4a79-4bca-aafe-4bc6710706b1 2026-07-02 01:34:22.110 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-744a6f0d-a9cc-499c-8788-e487b284e9ae 24703733672f4284a2a6047364278222 59e657e877c04cf99f3b5af22bbf8ca8 - - default default] Tap Mirror: Handle Delete Port: d28971a8-4a79-4bca-aafe-4bc6710706b1 [pid: 8|app: 0|req: 439/884] 10.0.0.150 () {34 vars in 783 bytes} [Thu Jul 2 01:34:20 2026] PUT /v2.0/routers/4ef388b2-1f1d-4ed3-9329-8f1bf4e7e16a/add_router_interface => generated 309 bytes in 1204 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/885] 10.0.0.150 () {32 vars in 720 bytes} [Thu Jul 2 01:34:21 2026] DELETE /v2.0/ports/d28971a8-4a79-4bca-aafe-4bc6710706b1 => generated 0 bytes in 233 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:34:22.426 8 INFO neutron_taas.services.taas.taas_plugin [None req-af4318eb-4aaa-43bb-85c5-009ea48d1c71 24703733672f4284a2a6047364278222 59e657e877c04cf99f3b5af22bbf8ca8 - - default default] TaaS: Handle Delete Port: d2404164-e427-4c66-833d-d832c0a03b49 2026-07-02 01:34:22.430 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af4318eb-4aaa-43bb-85c5-009ea48d1c71 24703733672f4284a2a6047364278222 59e657e877c04cf99f3b5af22bbf8ca8 - - default default] Tap Mirror: Handle Delete Port: d2404164-e427-4c66-833d-d832c0a03b49 [pid: 8|app: 0|req: 441/888] 10.0.0.150 () {32 vars in 720 bytes} [Thu Jul 2 01:34:22 2026] DELETE /v2.0/ports/d2404164-e427-4c66-833d-d832c0a03b49 => generated 0 bytes in 297 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/889] 10.0.0.150 () {32 vars in 643 bytes} [Thu Jul 2 01:34:22 2026] GET /v2.0/ports => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:34:22.649 8 INFO neutron.db.segments_db [None req-b3babf04-d6b5-47d2-b04c-fc55211776ed 24703733672f4284a2a6047364278222 59e657e877c04cf99f3b5af22bbf8ca8 - - default default] Added segment 0bbdab62-0cd8-4f1b-a4b7-4bc549ccd657 of type vxlan for network 4e9d8a78-e861-4d57-985d-bbe7e382bea1 [pid: 8|app: 0|req: 443/890] 10.0.0.150 () {34 vars in 670 bytes} [Thu Jul 2 01:34:22 2026] POST /v2.0/networks => generated 649 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:34:22.797 7 INFO neutron.db.segments_db [None req-90d8a1c0-6348-45c4-b164-ff496a1ec016 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Added segment 9a145893-c109-487a-b5df-203eaffd575e of type vxlan for network 26a13a10-70e3-425b-982b-f7e53a841443 [pid: 7|app: 0|req: 448/891] 10.0.0.150 () {34 vars in 671 bytes} [Thu Jul 2 01:34:22 2026] POST /v2.0/networks => generated 738 bytes in 476 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/892] 10.0.0.150 () {34 vars in 685 bytes} [Thu Jul 2 01:34:22 2026] POST /v2.0/security-groups => generated 1659 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-02 01:34:22.982 7 INFO neutron.db.segments_db [None req-8743b4c7-327d-46e8-a808-9702491cacca 24703733672f4284a2a6047364278222 59e657e877c04cf99f3b5af22bbf8ca8 - - default default] Added segment 173e6826-00d5-4d29-acef-8c56fd61452a of type vxlan for network 8bcc8298-4bab-45ad-b822-95b7dabf5b2a [pid: 7|app: 0|req: 449/893] 10.0.0.150 () {34 vars in 670 bytes} [Thu Jul 2 01:34:22 2026] POST /v2.0/networks => generated 649 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/894] 10.0.0.150 () {34 vars in 695 bytes} [Thu Jul 2 01:34:23 2026] POST /v2.0/security-group-rules => generated 597 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/895] 10.0.0.150 () {34 vars in 669 bytes} [Thu Jul 2 01:34:22 2026] POST /v2.0/subnets => generated 685 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/896] 10.0.0.150 () {34 vars in 695 bytes} [Thu Jul 2 01:34:23 2026] POST /v2.0/security-group-rules => generated 602 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:34:23.480 8 INFO neutron.db.segments_db [None req-aad80006-37d1-4a58-bbc9-c84d20bee2f9 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Added segment 7de6adc0-cb72-4422-a321-7e497d507b20 of type vxlan for network 2c38eac4-d98a-425b-9b0f-e73e7208136e [pid: 7|app: 0|req: 451/897] 10.0.0.150 () {34 vars in 669 bytes} [Thu Jul 2 01:34:23 2026] POST /v2.0/subnets => generated 1274 bytes in 427 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-02 01:34:23.844 8 INFO neutron.db.l3_hamode_db [None req-aad80006-37d1-4a58-bbc9-c84d20bee2f9 b0f6f1662acb42028adab40336275dbd db001f72d99d42dd8ef80b684a5c8462 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 452/898] 10.0.0.150 () {34 vars in 676 bytes} [Thu Jul 2 01:34:23 2026] POST /v2.0/floatingips => generated 552 bytes in 591 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/899] 10.0.0.150 () {32 vars in 647 bytes} [Thu Jul 2 01:34:24 2026] GET /v2.0/subnets => generated 1910 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/900] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:34:24 2026] DELETE /v2.0/subnets/1a6de8d5-461e-4c49-a17b-9ab67b97f56a => 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: 455/901] 10.0.0.12 () {34 vars in 989 bytes} [Thu Jul 2 01:34:24 2026] GET /v2.0/ports?device_id=145eec8c-3246-42c4-9951-7c43559722da => generated 1244 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:34:24.709 8 INFO neutron.db.l3_hamode_db [None req-aad80006-37d1-4a58-bbc9-c84d20bee2f9 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 456/902] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:34:24 2026] DELETE /v2.0/subnets/62dfecdf-b7eb-4607-bb38-578e186021c2 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/903] 10.0.0.12 () {34 vars in 1039 bytes} [Thu Jul 2 01:34:24 2026] GET /v2.0/security-groups?id=17a8f7b1-7b8c-4fec-908f-61833eda52b3&fields=id&fields=name => generated 114 bytes in 412 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/904] 10.0.0.126 () {34 vars in 1098 bytes} [Thu Jul 2 01:34:25 2026] GET /v2.0/security-groups?name=tempest-securitygroup--720586310&fields=id&tenant_id=ec8b1091654f4d3b86bbe18e167c8b52 => generated 69 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/905] 10.0.0.150 () {32 vars in 647 bytes} [Thu Jul 2 01:34:25 2026] GET /v2.0/subnets => generated 649 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/906] 10.0.0.126 () {34 vars in 982 bytes} [Thu Jul 2 01:34:25 2026] GET /v2.0/networks?id=42bf185b-1bd7-48a4-b681-9288d120284f => generated 676 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:34:25.310 7 INFO neutron.services.segments.plugin [-] Segment 173e6826-00d5-4d29-acef-8c56fd61452a resource provider aggregate not found 2026-07-02 01:34:25.319 7 INFO neutron.services.segments.plugin [-] Segment 173e6826-00d5-4d29-acef-8c56fd61452a resource provider aggregate not found 2026-07-02 01:34:25.324 7 INFO neutron.services.segments.plugin [-] Segment 173e6826-00d5-4d29-acef-8c56fd61452a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 173e6826-00d5-4d29-acef-8c56fd61452a found for delete ", "request_id": "req-efb2fab0-8a78-4137-9aad-53ecdf8ad684"}]} [pid: 7|app: 0|req: 461/907] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:34:25 2026] DELETE /v2.0/networks/8bcc8298-4bab-45ad-b822-95b7dabf5b2a => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:34:25.339 7 INFO neutron.services.segments.plugin [-] Segment 173e6826-00d5-4d29-acef-8c56fd61452a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 173e6826-00d5-4d29-acef-8c56fd61452a found for delete ", "request_id": "req-eba3f1d6-b860-417e-93c7-eaa82c97d353"}]} [pid: 7|app: 0|req: 462/908] 10.0.0.126 () {34 vars in 965 bytes} [Thu Jul 2 01:34:25 2026] GET /v2.0/quotas/ec8b1091654f4d3b86bbe18e167c8b52 => 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: 463/909] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:34:25 2026] DELETE /v2.0/networks/4e9d8a78-e861-4d57-985d-bbe7e382bea1 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/910] 10.0.0.126 () {34 vars in 1002 bytes} [Thu Jul 2 01:34:25 2026] GET /v2.0/ports?tenant_id=ec8b1091654f4d3b86bbe18e167c8b52&fields=id => generated 57 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/911] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:34:25 2026] DELETE /v2.0/networks/d0597313-c52b-40af-9c48-1212c93d3b13 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/912] 10.0.0.150 () {34 vars in 669 bytes} [Thu Jul 2 01:34:23 2026] POST /v2.0/routers => generated 725 bytes in 2401 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/913] 10.0.0.126 () {34 vars in 1008 bytes} [Thu Jul 2 01:34:25 2026] GET /v2.0/networks/42bf185b-1bd7-48a4-b681-9288d120284f?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:34:25.945 8 INFO neutron.services.segments.plugin [-] Segment ca049c08-d904-44b9-87ec-851542a5ba06 resource provider aggregate not found 2026-07-02 01:34:25.949 8 INFO neutron.services.segments.plugin [-] Segment ca049c08-d904-44b9-87ec-851542a5ba06 resource provider aggregate not found 2026-07-02 01:34:25.965 8 INFO neutron.services.segments.plugin [-] Segment ca049c08-d904-44b9-87ec-851542a5ba06 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca049c08-d904-44b9-87ec-851542a5ba06 found for delete ", "request_id": "req-21985ce6-40c7-48fb-adc6-95654d88107f"}]} [pid: 8|app: 0|req: 448/914] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:34:25 2026] DELETE /v2.0/networks/59b31777-7912-46a0-8db4-9d05c8d1b050 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:34:25.971 8 INFO neutron.services.segments.plugin [-] Segment ca049c08-d904-44b9-87ec-851542a5ba06 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca049c08-d904-44b9-87ec-851542a5ba06 found for delete ", "request_id": "req-307b5d62-f4c1-4c8e-8e30-eb624822c771"}]} [pid: 8|app: 0|req: 449/915] 10.0.0.126 () {34 vars in 1108 bytes} [Thu Jul 2 01:34:25 2026] GET /v2.0/networks/42bf185b-1bd7-48a4-b681-9288d120284f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/916] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:26 2026] GET /v2.0/ports?device_id=ce0bd07c-c42f-4a21-83ac-e851cf69ca0c => 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: 451/917] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:34:26 2026] GET /v2.0/security-groups?tenant_id=59e657e877c04cf99f3b5af22bbf8ca8&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/918] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:34:26 2026] DELETE /v2.0/security-groups/6df8438b-49bc-4293-8787-1557876b7462 => 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: 467/919] 10.0.0.150 () {34 vars in 783 bytes} [Thu Jul 2 01:34:25 2026] PUT /v2.0/routers/8d407342-7056-4c1d-b3b6-2596d122b675/add_router_interface => generated 309 bytes in 1198 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/920] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:27 2026] GET /v2.0/ports?device_id=ce0bd07c-c42f-4a21-83ac-e851cf69ca0c => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:34:27.344 7 INFO neutron.services.segments.plugin [-] Segment 0bbdab62-0cd8-4f1b-a4b7-4bc549ccd657 resource provider aggregate not found 2026-07-02 01:34:27.361 7 INFO neutron.services.segments.plugin [-] Segment 0bbdab62-0cd8-4f1b-a4b7-4bc549ccd657 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0bbdab62-0cd8-4f1b-a4b7-4bc549ccd657 found for delete ", "request_id": "req-4a73fffe-862b-4e03-9bf1-05ae8a0f6932"}]} 2026-07-02 01:34:27.367 7 INFO neutron.services.segments.plugin [-] Segment 0bbdab62-0cd8-4f1b-a4b7-4bc549ccd657 resource provider aggregate not found 2026-07-02 01:34:27.388 7 INFO neutron.services.segments.plugin [-] Segment 0bbdab62-0cd8-4f1b-a4b7-4bc549ccd657 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0bbdab62-0cd8-4f1b-a4b7-4bc549ccd657 found for delete ", "request_id": "req-b788d22d-d9b7-4c57-8471-174b97957e82"}]} 2026-07-02 01:34:27.395 7 INFO neutron.services.segments.plugin [-] Segment a065b022-a8aa-4d2d-98f4-90f79a0fd66e resource provider aggregate not found 2026-07-02 01:34:27.407 7 INFO neutron.services.segments.plugin [-] Segment a065b022-a8aa-4d2d-98f4-90f79a0fd66e resource provider aggregate not found 2026-07-02 01:34:27.412 7 INFO neutron.services.segments.plugin [-] Segment a065b022-a8aa-4d2d-98f4-90f79a0fd66e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a065b022-a8aa-4d2d-98f4-90f79a0fd66e found for delete ", "request_id": "req-0388c2a6-55f2-46fd-97af-175061713175"}]} 2026-07-02 01:34:27.421 7 INFO neutron.services.segments.plugin [-] Segment a065b022-a8aa-4d2d-98f4-90f79a0fd66e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a065b022-a8aa-4d2d-98f4-90f79a0fd66e found for delete ", "request_id": "req-98caf39a-9f43-4f4e-8104-ec003c78813d"}]} [pid: 7|app: 0|req: 468/921] 10.0.0.150 () {34 vars in 685 bytes} [Thu Jul 2 01:34:27 2026] POST /v2.0/security-groups => generated 1660 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/922] 10.0.0.150 () {34 vars in 695 bytes} [Thu Jul 2 01:34:27 2026] POST /v2.0/security-group-rules => generated 597 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/923] 10.0.0.150 () {34 vars in 695 bytes} [Thu Jul 2 01:34:27 2026] POST /v2.0/security-group-rules => generated 602 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/924] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:28 2026] GET /v2.0/ports?device_id=ce0bd07c-c42f-4a21-83ac-e851cf69ca0c => 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: 455/925] 10.0.0.150 () {34 vars in 676 bytes} [Thu Jul 2 01:34:28 2026] POST /v2.0/floatingips => generated 552 bytes in 513 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:34:28.854 7 INFO neutron.db.segments_db [None req-9d6083d9-b449-451d-92ea-9533758f3a10 9bf98e1da2c24cfdb7ee391623a010e2 80efe04f2fc240c491c2c959304131af - - default default] Added segment 96987616-3a4c-4154-9e7b-ebfff3c26970 of type vxlan for network 5a902550-204f-4e50-8cb3-24460543c72e [pid: 7|app: 0|req: 471/926] 10.0.0.150 () {34 vars in 670 bytes} [Thu Jul 2 01:34:28 2026] POST /v2.0/networks => generated 648 bytes in 421 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/927] 10.0.0.126 () {34 vars in 1100 bytes} [Thu Jul 2 01:34:29 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1906536201&fields=id&tenant_id=db001f72d99d42dd8ef80b684a5c8462 => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/928] 10.0.0.126 () {34 vars in 982 bytes} [Thu Jul 2 01:34:29 2026] GET /v2.0/networks?id=26a13a10-70e3-425b-982b-f7e53a841443 => generated 670 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/929] 10.0.0.126 () {34 vars in 965 bytes} [Thu Jul 2 01:34:29 2026] GET /v2.0/quotas/db001f72d99d42dd8ef80b684a5c8462 => 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: 473/930] 10.0.0.126 () {34 vars in 1002 bytes} [Thu Jul 2 01:34:29 2026] GET /v2.0/ports?tenant_id=db001f72d99d42dd8ef80b684a5c8462&fields=id => generated 57 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/931] 10.0.0.126 () {34 vars in 1008 bytes} [Thu Jul 2 01:34:29 2026] GET /v2.0/networks/26a13a10-70e3-425b-982b-f7e53a841443?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: 474/932] 10.0.0.126 () {34 vars in 1108 bytes} [Thu Jul 2 01:34:29 2026] GET /v2.0/networks/26a13a10-70e3-425b-982b-f7e53a841443?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/933] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:29 2026] GET /v2.0/ports?device_id=ce0bd07c-c42f-4a21-83ac-e851cf69ca0c => 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: 476/934] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:29 2026] GET /v2.0/ports?device_id=29ac3f40-55ba-4022-a1eb-122d7132cb7c => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/935] 10.0.0.150 () {34 vars in 669 bytes} [Thu Jul 2 01:34:29 2026] POST /v2.0/subnets => generated 673 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:34:29.792 7 INFO neutron.db.segments_db [None req-b98418e7-7068-468e-8982-3fbc70b3c74c 9bf98e1da2c24cfdb7ee391623a010e2 80efe04f2fc240c491c2c959304131af - - default default] Added segment 8673909c-f462-4eb6-a2f7-424dad1fff52 of type vxlan for network 6c16cfda-3fa8-41c4-ae1d-6beccd862cbf [pid: 7|app: 0|req: 477/936] 10.0.0.150 () {34 vars in 670 bytes} [Thu Jul 2 01:34:29 2026] POST /v2.0/networks => generated 648 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/937] 10.0.0.150 () {34 vars in 743 bytes} [Thu Jul 2 01:34:29 2026] PUT /v2.0/networks/6c16cfda-3fa8-41c4-ae1d-6beccd862cbf => generated 592 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/938] 10.0.0.150 () {34 vars in 669 bytes} [Thu Jul 2 01:34:30 2026] POST /v2.0/subnets => generated 646 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/939] 10.0.0.150 () {34 vars in 741 bytes} [Thu Jul 2 01:34:30 2026] PUT /v2.0/subnets/81cfd872-c03b-4cb3-a2a2-fbe84a1a8a94 => generated 656 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/940] 199.204.45.23 () {34 vars in 985 bytes} [Thu Jul 2 01:34:30 2026] GET /v2.0/networks?id=42bf185b-1bd7-48a4-b681-9288d120284f => generated 676 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/941] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:30 2026] GET /v2.0/ports?device_id=ce0bd07c-c42f-4a21-83ac-e851cf69ca0c => 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: 481/942] 199.204.45.23 () {34 vars in 1049 bytes} [Thu Jul 2 01:34:30 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=ec8b1091654f4d3b86bbe18e167c8b52 => generated 180 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/943] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:30 2026] GET /v2.0/ports?device_id=29ac3f40-55ba-4022-a1eb-122d7132cb7c => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:34:30.722 8 INFO neutron.services.segments.plugin [-] Segment 8673909c-f462-4eb6-a2f7-424dad1fff52 resource provider aggregate not found 2026-07-02 01:34:30.727 8 INFO neutron.services.segments.plugin [-] Segment 8673909c-f462-4eb6-a2f7-424dad1fff52 resource provider aggregate not found 2026-07-02 01:34:30.740 8 INFO neutron.services.segments.plugin [-] Segment 8673909c-f462-4eb6-a2f7-424dad1fff52 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8673909c-f462-4eb6-a2f7-424dad1fff52 found for delete ", "request_id": "req-24d2b5a1-77ee-4a6e-8a12-6d5d818137ec"}]} [pid: 8|app: 0|req: 462/944] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:34:30 2026] DELETE /v2.0/networks/6c16cfda-3fa8-41c4-ae1d-6beccd862cbf => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:34:30.757 8 INFO neutron.services.segments.plugin [-] Segment 8673909c-f462-4eb6-a2f7-424dad1fff52 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8673909c-f462-4eb6-a2f7-424dad1fff52 found for delete ", "request_id": "req-f3d81293-95d6-4fdf-91d8-485422ba4686"}]} 2026-07-02 01:34:30.769 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c423cb4e-e51a-4fb4-a415-ff552cc09c89 9bf98e1da2c24cfdb7ee391623a010e2 80efe04f2fc240c491c2c959304131af - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 463/945] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:34:30 2026] DELETE /v2.0/networks/6c16cfda-3fa8-41c4-ae1d-6beccd862cbf => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/946] 10.0.0.150 () {32 vars in 694 bytes} [Thu Jul 2 01:34:30 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/947] 10.0.0.150 () {32 vars in 742 bytes} [Thu Jul 2 01:34:30 2026] GET /v2.0/subnets?network_id=907dfad9-4cce-49c7-872e-aefc72d72231 => generated 649 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/948] 10.0.0.150 () {32 vars in 653 bytes} [Thu Jul 2 01:34:30 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/949] 10.0.0.150 () {32 vars in 649 bytes} [Thu Jul 2 01:34:30 2026] GET /v2.0/networks => generated 1313 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/950] 199.204.45.23 () {38 vars in 954 bytes} [Thu Jul 2 01:34:30 2026] POST /v2.0/ports => generated 958 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/951] 10.0.0.150 () {32 vars in 647 bytes} [Thu Jul 2 01:34:30 2026] GET /v2.0/subnets => generated 1312 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 469/952] 10.0.0.150 () {32 vars in 723 bytes} [Thu Jul 2 01:34:31 2026] GET /v2.0/networks/5a902550-204f-4e50-8cb3-24460543c72e => generated 673 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/953] 10.0.0.150 () {32 vars in 721 bytes} [Thu Jul 2 01:34:31 2026] GET /v2.0/subnets/675be7f7-3fed-4176-a903-a4503f87c716 => generated 673 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:34:31.148 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ef503d72-9e16-4354-8d60-2101a8d3a092 9bf98e1da2c24cfdb7ee391623a010e2 80efe04f2fc240c491c2c959304131af - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 471/954] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:34:31 2026] DELETE /v2.0/subnets/81cfd872-c03b-4cb3-a2a2-fbe84a1a8a94 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:34:31.178 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2ffd9371-1eda-4ec3-b9db-0bbef611804e 9bf98e1da2c24cfdb7ee391623a010e2 80efe04f2fc240c491c2c959304131af - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 472/955] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:34:31 2026] DELETE /v2.0/networks/6c16cfda-3fa8-41c4-ae1d-6beccd862cbf => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/956] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:34:31 2026] DELETE /v2.0/subnets/675be7f7-3fed-4176-a903-a4503f87c716 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/957] 199.204.45.23 () {38 vars in 1027 bytes} [Thu Jul 2 01:34:31 2026] PUT /v2.0/ports/6e602a87-a1c1-4bdf-be2b-08c4e7893fe3 => generated 1239 bytes in 420 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/958] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:34:31 2026] DELETE /v2.0/networks/5a902550-204f-4e50-8cb3-24460543c72e => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:34:31.524 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ccf5e083-ce66-4d9e-a728-8e37f63fcce6'] response: {'name': 'network-changed', 'server_uuid': 'ce0bd07c-c42f-4a21-83ac-e851cf69ca0c', 'tag': '6e602a87-a1c1-4bdf-be2b-08c4e7893fe3', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 485/959] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:31 2026] GET /v2.0/ports?device_id=ce0bd07c-c42f-4a21-83ac-e851cf69ca0c => generated 973 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/960] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:31 2026] GET /v2.0/ports?device_id=29ac3f40-55ba-4022-a1eb-122d7132cb7c => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/961] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:34:31 2026] GET /v2.0/security-groups?id=11f091fb-0a5d-4476-94b2-e5dc9a1b8e5f&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/962] 199.204.45.23 () {34 vars in 1079 bytes} [Thu Jul 2 01:34:32 2026] GET /v2.0/ports?tenant_id=ec8b1091654f4d3b86bbe18e167c8b52&device_id=ce0bd07c-c42f-4a21-83ac-e851cf69ca0c => generated 1242 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/963] 199.204.45.23 () {34 vars in 1017 bytes} [Thu Jul 2 01:34:32 2026] GET /v2.0/networks?tenant_id=ec8b1091654f4d3b86bbe18e167c8b52&shared=False => generated 772 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/964] 199.204.45.23 () {34 vars in 929 bytes} [Thu Jul 2 01:34:32 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/965] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:34:32 2026] GET /v2.0/security-groups?tenant_id=80efe04f2fc240c491c2c959304131af&name=default => generated 2925 bytes in 188 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/966] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:34:32 2026] DELETE /v2.0/security-groups/1a1f7151-94f8-4e14-9d5b-a8a1e8aaeb68 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:34:32.760 8 INFO neutron.services.segments.plugin [-] Segment 96987616-3a4c-4154-9e7b-ebfff3c26970 resource provider aggregate not found 2026-07-02 01:34:32.781 8 INFO neutron.services.segments.plugin [-] Segment 96987616-3a4c-4154-9e7b-ebfff3c26970 resource provider aggregate not found 2026-07-02 01:34:32.788 8 INFO neutron.services.segments.plugin [-] Segment 96987616-3a4c-4154-9e7b-ebfff3c26970 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96987616-3a4c-4154-9e7b-ebfff3c26970 found for delete ", "request_id": "req-65c1ac15-0036-4592-abd6-1e05d291b961"}]} 2026-07-02 01:34:32.800 8 INFO neutron.services.segments.plugin [-] Segment 96987616-3a4c-4154-9e7b-ebfff3c26970 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96987616-3a4c-4154-9e7b-ebfff3c26970 found for delete ", "request_id": "req-69103e7b-fe1f-458f-9a8a-574798317aa0"}]} [pid: 7|app: 0|req: 488/967] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:32 2026] GET /v2.0/ports?device_id=29ac3f40-55ba-4022-a1eb-122d7132cb7c => 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: 480/968] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:32 2026] GET /v2.0/ports?device_id=ce0bd07c-c42f-4a21-83ac-e851cf69ca0c => 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: 489/969] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:34:32 2026] GET /v2.0/security-groups?id=11f091fb-0a5d-4476-94b2-e5dc9a1b8e5f&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/970] 199.204.45.23 () {34 vars in 1079 bytes} [Thu Jul 2 01:34:33 2026] GET /v2.0/ports?tenant_id=ec8b1091654f4d3b86bbe18e167c8b52&device_id=ce0bd07c-c42f-4a21-83ac-e851cf69ca0c => 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: 490/971] 199.204.45.23 () {34 vars in 1059 bytes} [Thu Jul 2 01:34:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=6e602a87-a1c1-4bdf-be2b-08c4e7893fe3 => 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: 482/972] 199.204.45.23 () {34 vars in 983 bytes} [Thu Jul 2 01:34:33 2026] GET /v2.0/subnets?id=d50a4102-5333-4de1-9eca-ea41a225765d => generated 694 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/973] 199.204.45.23 () {34 vars in 1051 bytes} [Thu Jul 2 01:34:33 2026] GET /v2.0/ports?network_id=42bf185b-1bd7-48a4-b681-9288d120284f&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: 483/974] 199.204.45.23 () {34 vars in 1011 bytes} [Thu Jul 2 01:34:33 2026] GET /v2.0/networks/42bf185b-1bd7-48a4-b681-9288d120284f?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: 492/975] 199.204.45.23 () {34 vars in 1111 bytes} [Thu Jul 2 01:34:33 2026] GET /v2.0/networks/42bf185b-1bd7-48a4-b681-9288d120284f?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: 484/976] 199.204.45.23 () {34 vars in 985 bytes} [Thu Jul 2 01:34:33 2026] GET /v2.0/networks?id=26a13a10-70e3-425b-982b-f7e53a841443 => generated 670 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/977] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:33 2026] GET /v2.0/ports?device_id=29ac3f40-55ba-4022-a1eb-122d7132cb7c => 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: 485/978] 199.204.45.23 () {34 vars in 1049 bytes} [Thu Jul 2 01:34:33 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=db001f72d99d42dd8ef80b684a5c8462 => generated 181 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/979] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:34 2026] GET /v2.0/ports?device_id=ce0bd07c-c42f-4a21-83ac-e851cf69ca0c => 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: 487/980] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:34:34 2026] GET /v2.0/security-groups?id=11f091fb-0a5d-4476-94b2-e5dc9a1b8e5f&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/981] 199.204.45.23 () {38 vars in 954 bytes} [Thu Jul 2 01:34:33 2026] POST /v2.0/ports => generated 958 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 01:34:34.397 8 INFO neutron.db.segments_db [None req-7c2a61d0-3f82-44f9-a5a8-6c7e81e02b2c bbd4803f165c43d89fd732f095df1490 d6aab7fcd67a4beab70bc77013c66cc3 - - default default] Added segment e9455c6b-79d2-484f-ade0-fa9160c3eac0 of type vxlan for network 425bfa1f-7c88-4321-86aa-ad71e6811447 [pid: 8|app: 0|req: 488/982] 10.0.0.150 () {34 vars in 670 bytes} [Thu Jul 2 01:34:34 2026] POST /v2.0/networks => generated 629 bytes in 408 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:34:34.570 8 INFO neutron.db.segments_db [None req-e08a87b7-292a-47b4-b01c-e609404b58d9 bbd4803f165c43d89fd732f095df1490 d6aab7fcd67a4beab70bc77013c66cc3 - - default default] Added segment 9b3c9f88-8ee3-4d92-8319-dc4bfbba42c5 of type vxlan for network f9d04192-4d08-465f-8527-cd50360b528c [pid: 8|app: 0|req: 489/983] 10.0.0.150 () {34 vars in 670 bytes} [Thu Jul 2 01:34:34 2026] POST /v2.0/networks => generated 629 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/984] 199.204.45.23 () {38 vars in 1027 bytes} [Thu Jul 2 01:34:34 2026] PUT /v2.0/ports/032d496b-702a-43ff-8425-572857150f7f => generated 1239 bytes in 484 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:34:34.792 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ec7bead6-2778-4e40-bf35-5d96aa0d3aba'] response: {'name': 'network-changed', 'server_uuid': '29ac3f40-55ba-4022-a1eb-122d7132cb7c', 'tag': '032d496b-702a-43ff-8425-572857150f7f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 490/985] 10.0.0.150 () {34 vars in 669 bytes} [Thu Jul 2 01:34:34 2026] POST /v2.0/subnets => generated 626 bytes in 272 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: 491/986] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:34 2026] GET /v2.0/ports?device_id=29ac3f40-55ba-4022-a1eb-122d7132cb7c => generated 973 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/987] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:34:35 2026] GET /v2.0/security-groups?id=b8ab135f-bb29-408f-80a9-bbab8551b3cd&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: 493/988] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:35 2026] GET /v2.0/ports?device_id=ce0bd07c-c42f-4a21-83ac-e851cf69ca0c => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/989] 10.0.0.150 () {34 vars in 669 bytes} [Thu Jul 2 01:34:34 2026] POST /v2.0/subnets => generated 626 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/990] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:34:35 2026] GET /v2.0/security-groups?id=11f091fb-0a5d-4476-94b2-e5dc9a1b8e5f&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:34:35.248 7 INFO neutron.db.segments_db [None req-1824daa4-fbcd-4d4a-86a8-60eea9e1462a bbd4803f165c43d89fd732f095df1490 d6aab7fcd67a4beab70bc77013c66cc3 - - default default] Added segment 877823a7-fafa-41d0-9edf-fe5ec33686d7 of type vxlan for network 20c3433a-68de-441a-a056-545be92605b0 [pid: 8|app: 0|req: 495/991] 199.204.45.23 () {34 vars in 1079 bytes} [Thu Jul 2 01:34:35 2026] GET /v2.0/ports?tenant_id=db001f72d99d42dd8ef80b684a5c8462&device_id=29ac3f40-55ba-4022-a1eb-122d7132cb7c => 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: 496/992] 199.204.45.23 () {34 vars in 1017 bytes} [Thu Jul 2 01:34:35 2026] GET /v2.0/networks?tenant_id=db001f72d99d42dd8ef80b684a5c8462&shared=False => generated 766 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/993] 199.204.45.23 () {34 vars in 929 bytes} [Thu Jul 2 01:34:35 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:34:35.477 7 INFO neutron.db.l3_hamode_db [None req-1824daa4-fbcd-4d4a-86a8-60eea9e1462a bbd4803f165c43d89fd732f095df1490 d6aab7fcd67a4beab70bc77013c66cc3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 01:34:35.605 7 INFO neutron.db.l3_hamode_db [None req-1824daa4-fbcd-4d4a-86a8-60eea9e1462a bbd4803f165c43d89fd732f095df1490 d6aab7fcd67a4beab70bc77013c66cc3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 498/994] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:36 2026] GET /v2.0/ports?device_id=29ac3f40-55ba-4022-a1eb-122d7132cb7c => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/995] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:34:36 2026] GET /v2.0/security-groups?id=b8ab135f-bb29-408f-80a9-bbab8551b3cd&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: 497/996] 10.0.0.150 () {34 vars in 669 bytes} [Thu Jul 2 01:34:35 2026] POST /v2.0/routers => generated 507 bytes in 1058 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/997] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:36 2026] GET /v2.0/ports?device_id=145eec8c-3246-42c4-9951-7c43559722da => 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: 499/998] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:36 2026] GET /v2.0/ports?device_id=ce0bd07c-c42f-4a21-83ac-e851cf69ca0c => generated 973 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/999] 10.0.0.126 () {34 vars in 971 bytes} [Thu Jul 2 01:34:36 2026] GET /v2.0/ports/6ed3f7d3-4d43-4158-9000-81b17f4f8cd6 => generated 972 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/1000] 199.204.45.23 () {34 vars in 1079 bytes} [Thu Jul 2 01:34:36 2026] GET /v2.0/ports?tenant_id=db001f72d99d42dd8ef80b684a5c8462&device_id=29ac3f40-55ba-4022-a1eb-122d7132cb7c => 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: 502/1001] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:34:36 2026] GET /v2.0/security-groups?id=11f091fb-0a5d-4476-94b2-e5dc9a1b8e5f&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: 503/1002] 199.204.45.23 () {34 vars in 1059 bytes} [Thu Jul 2 01:34:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=032d496b-702a-43ff-8425-572857150f7f => 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: 504/1003] 199.204.45.23 () {34 vars in 983 bytes} [Thu Jul 2 01:34:36 2026] GET /v2.0/subnets?id=a097c256-3ee4-4033-b596-d91d44936b5c => generated 688 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/1004] 199.204.45.23 () {34 vars in 1051 bytes} [Thu Jul 2 01:34:36 2026] GET /v2.0/ports?network_id=26a13a10-70e3-425b-982b-f7e53a841443&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: 506/1005] 199.204.45.23 () {34 vars in 1011 bytes} [Thu Jul 2 01:34:36 2026] GET /v2.0/networks/26a13a10-70e3-425b-982b-f7e53a841443?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/1006] 199.204.45.23 () {34 vars in 1111 bytes} [Thu Jul 2 01:34:36 2026] GET /v2.0/networks/26a13a10-70e3-425b-982b-f7e53a841443?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: 508/1007] 199.204.45.23 () {34 vars in 999 bytes} [Thu Jul 2 01:34:37 2026] GET /v2.0/subnets?network_id=561b462f-2e50-45fb-8bd1-00ed140a129d => generated 683 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/1008] 199.204.45.23 () {34 vars in 1145 bytes} [Thu Jul 2 01:34:37 2026] GET /v2.0/ports?device_id=145eec8c-3246-42c4-9951-7c43559722da&device_owner=compute%3Anova&network_id=561b462f-2e50-45fb-8bd1-00ed140a129d => generated 975 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/1009] 10.0.0.150 () {34 vars in 783 bytes} [Thu Jul 2 01:34:36 2026] PUT /v2.0/routers/a6f3f8cb-7815-4e7e-9d64-533c88b47b93/add_router_interface => generated 309 bytes in 1341 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/1012] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:37 2026] GET /v2.0/ports?device_id=29ac3f40-55ba-4022-a1eb-122d7132cb7c => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/1013] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:37 2026] GET /v2.0/ports?device_id=ce0bd07c-c42f-4a21-83ac-e851cf69ca0c => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/1014] 10.0.0.150 () {32 vars in 717 bytes} [Thu Jul 2 01:34:37 2026] GET /v2.0/ports/5dd3e9ab-c0e0-4604-93bd-6ab64a7db8c1 => generated 955 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/1015] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:34:37 2026] GET /v2.0/security-groups?id=b8ab135f-bb29-408f-80a9-bbab8551b3cd&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/1016] 199.204.45.23 () {38 vars in 1027 bytes} [Thu Jul 2 01:34:37 2026] PUT /v2.0/ports/6ed3f7d3-4d43-4158-9000-81b17f4f8cd6 => generated 1149 bytes in 629 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: 507/1017] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:34:37 2026] GET /v2.0/security-groups?id=11f091fb-0a5d-4476-94b2-e5dc9a1b8e5f&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:34:37.874 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ac165e2a-88f4-4455-b85c-dda813aa9ad3'] response: {'name': 'network-changed', 'server_uuid': '145eec8c-3246-42c4-9951-7c43559722da', 'tag': '6ed3f7d3-4d43-4158-9000-81b17f4f8cd6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 508/1018] 199.204.45.23 () {34 vars in 1079 bytes} [Thu Jul 2 01:34:38 2026] GET /v2.0/ports?tenant_id=e8a714261471457bbde90e4bf4311031&device_id=145eec8c-3246-42c4-9951-7c43559722da => generated 1421 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1019] 199.204.45.23 () {34 vars in 985 bytes} [Thu Jul 2 01:34:38 2026] GET /v2.0/networks?id=561b462f-2e50-45fb-8bd1-00ed140a129d => generated 779 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1020] 199.204.45.23 () {34 vars in 1059 bytes} [Thu Jul 2 01:34:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=6ed3f7d3-4d43-4158-9000-81b17f4f8cd6 => generated 861 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1021] 199.204.45.23 () {34 vars in 1057 bytes} [Thu Jul 2 01:34:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=6ed3f7d3-4d43-4158-9000-81b17f4f8cd6 => 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: 512/1022] 199.204.45.23 () {34 vars in 983 bytes} [Thu Jul 2 01:34:38 2026] GET /v2.0/subnets?id=469eb042-5d7b-47dd-942d-3a0ac54ee49a => generated 701 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1023] 199.204.45.23 () {34 vars in 1051 bytes} [Thu Jul 2 01:34:38 2026] GET /v2.0/ports?network_id=561b462f-2e50-45fb-8bd1-00ed140a129d&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1024] 199.204.45.23 () {34 vars in 1011 bytes} [Thu Jul 2 01:34:38 2026] GET /v2.0/networks/561b462f-2e50-45fb-8bd1-00ed140a129d?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: 515/1025] 199.204.45.23 () {34 vars in 1111 bytes} [Thu Jul 2 01:34:38 2026] GET /v2.0/networks/561b462f-2e50-45fb-8bd1-00ed140a129d?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: 516/1026] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:38 2026] GET /v2.0/ports?device_id=29ac3f40-55ba-4022-a1eb-122d7132cb7c => generated 973 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1027] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:34:38 2026] GET /v2.0/security-groups?id=b8ab135f-bb29-408f-80a9-bbab8551b3cd&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: 518/1028] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:38 2026] GET /v2.0/ports?device_id=ce0bd07c-c42f-4a21-83ac-e851cf69ca0c => generated 975 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/1029] 10.0.0.150 () {34 vars in 783 bytes} [Thu Jul 2 01:34:37 2026] PUT /v2.0/routers/a6f3f8cb-7815-4e7e-9d64-533c88b47b93/add_router_interface => generated 309 bytes in 1248 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1030] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:34:39 2026] GET /v2.0/security-groups?id=11f091fb-0a5d-4476-94b2-e5dc9a1b8e5f&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1031] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:39 2026] GET /v2.0/ports?device_id=145eec8c-3246-42c4-9951-7c43559722da => generated 1152 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/1032] 10.0.0.150 () {32 vars in 717 bytes} [Thu Jul 2 01:34:39 2026] GET /v2.0/ports/204798eb-8cc5-4ae6-ae7e-c9477f098d7e => generated 955 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1033] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:34:39 2026] GET /v2.0/security-groups?id=17a8f7b1-7b8c-4fec-908f-61833eda52b3&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: 514/1034] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:39 2026] GET /v2.0/ports?device_id=ce0bd07c-c42f-4a21-83ac-e851cf69ca0c => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:34:39.528 8 INFO neutron_taas.services.taas.taas_plugin [None req-a1134000-a6ab-40a2-924a-f6f3ef929702 bbd4803f165c43d89fd732f095df1490 d6aab7fcd67a4beab70bc77013c66cc3 - - default default] TaaS: Handle Delete Port: 204798eb-8cc5-4ae6-ae7e-c9477f098d7e 2026-07-02 01:34:39.535 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a1134000-a6ab-40a2-924a-f6f3ef929702 bbd4803f165c43d89fd732f095df1490 d6aab7fcd67a4beab70bc77013c66cc3 - - default default] Tap Mirror: Handle Delete Port: 204798eb-8cc5-4ae6-ae7e-c9477f098d7e 2026-07-02 01:34:39.592 7 INFO neutron.db.l3_db [None req-bbe63819-7f18-47cf-ad75-e769156b4cdb 05cbf1c9e8d748c99a7cdfc8b7533cdd ec8b1091654f4d3b86bbe18e167c8b52 - - default default] Floating IP a4c3b4e4-41f2-4145-a1bd-0d71dd04f87f associated. External IP: 10.96.250.201, port: 6e602a87-a1c1-4bdf-be2b-08c4e7893fe3. [pid: 7|app: 0|req: 515/1035] 10.0.0.150 () {34 vars in 749 bytes} [Thu Jul 2 01:34:39 2026] PUT /v2.0/floatingips/a4c3b4e4-41f2-4145-a1bd-0d71dd04f87f => generated 856 bytes in 746 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1036] 199.204.45.23 () {34 vars in 1079 bytes} [Thu Jul 2 01:34:39 2026] GET /v2.0/ports?tenant_id=e8a714261471457bbde90e4bf4311031&device_id=145eec8c-3246-42c4-9951-7c43559722da => generated 1421 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:34:40.026 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-dc19ef75-ffc1-41b8-915e-ea6f125187df'] response: {'name': 'network-changed', 'server_uuid': 'ce0bd07c-c42f-4a21-83ac-e851cf69ca0c', 'tag': '6e602a87-a1c1-4bdf-be2b-08c4e7893fe3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 517/1037] 199.204.45.23 () {34 vars in 985 bytes} [Thu Jul 2 01:34:40 2026] GET /v2.0/networks?id=561b462f-2e50-45fb-8bd1-00ed140a129d => generated 779 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1038] 10.0.0.150 () {34 vars in 789 bytes} [Thu Jul 2 01:34:39 2026] PUT /v2.0/routers/a6f3f8cb-7815-4e7e-9d64-533c88b47b93/remove_router_interface => generated 309 bytes in 931 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1039] 199.204.45.23 () {34 vars in 1059 bytes} [Thu Jul 2 01:34:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=6ed3f7d3-4d43-4158-9000-81b17f4f8cd6 => generated 861 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/1040] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:40 2026] GET /v2.0/ports?device_id=29ac3f40-55ba-4022-a1eb-122d7132cb7c => 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: 519/1041] 199.204.45.23 () {34 vars in 1057 bytes} [Thu Jul 2 01:34:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=6ed3f7d3-4d43-4158-9000-81b17f4f8cd6 => 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: 520/1042] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:34:40 2026] GET /v2.0/security-groups?id=b8ab135f-bb29-408f-80a9-bbab8551b3cd&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1043] 199.204.45.23 () {34 vars in 983 bytes} [Thu Jul 2 01:34:40 2026] GET /v2.0/subnets?id=469eb042-5d7b-47dd-942d-3a0ac54ee49a => generated 701 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1044] 199.204.45.23 () {34 vars in 1051 bytes} [Thu Jul 2 01:34:40 2026] GET /v2.0/ports?network_id=561b462f-2e50-45fb-8bd1-00ed140a129d&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: 523/1045] 199.204.45.23 () {34 vars in 1011 bytes} [Thu Jul 2 01:34:40 2026] GET /v2.0/networks/561b462f-2e50-45fb-8bd1-00ed140a129d?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: 524/1046] 199.204.45.23 () {34 vars in 1111 bytes} [Thu Jul 2 01:34:40 2026] GET /v2.0/networks/561b462f-2e50-45fb-8bd1-00ed140a129d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:34:40.506 8 INFO neutron_taas.services.taas.taas_plugin [None req-8bbfe120-0ada-4096-a2d8-8aefd60b6ebe bbd4803f165c43d89fd732f095df1490 d6aab7fcd67a4beab70bc77013c66cc3 - - default default] TaaS: Handle Delete Port: 5dd3e9ab-c0e0-4604-93bd-6ab64a7db8c1 2026-07-02 01:34:40.510 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8bbfe120-0ada-4096-a2d8-8aefd60b6ebe bbd4803f165c43d89fd732f095df1490 d6aab7fcd67a4beab70bc77013c66cc3 - - default default] Tap Mirror: Handle Delete Port: 5dd3e9ab-c0e0-4604-93bd-6ab64a7db8c1 [pid: 7|app: 0|req: 525/1047] 199.204.45.23 () {34 vars in 1079 bytes} [Thu Jul 2 01:34:40 2026] GET /v2.0/ports?tenant_id=ec8b1091654f4d3b86bbe18e167c8b52&device_id=ce0bd07c-c42f-4a21-83ac-e851cf69ca0c => 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: 526/1048] 199.204.45.23 () {34 vars in 985 bytes} [Thu Jul 2 01:34:40 2026] GET /v2.0/networks?id=42bf185b-1bd7-48a4-b681-9288d120284f => generated 772 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1049] 199.204.45.23 () {34 vars in 1059 bytes} [Thu Jul 2 01:34:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=6e602a87-a1c1-4bdf-be2b-08c4e7893fe3 => generated 859 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1050] 199.204.45.23 () {34 vars in 983 bytes} [Thu Jul 2 01:34:40 2026] GET /v2.0/subnets?id=d50a4102-5333-4de1-9eca-ea41a225765d => generated 694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1051] 199.204.45.23 () {34 vars in 1051 bytes} [Thu Jul 2 01:34:40 2026] GET /v2.0/ports?network_id=42bf185b-1bd7-48a4-b681-9288d120284f&device_owner=network%3Adhcp => generated 1244 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1052] 199.204.45.23 () {34 vars in 1011 bytes} [Thu Jul 2 01:34:40 2026] GET /v2.0/networks/42bf185b-1bd7-48a4-b681-9288d120284f?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1053] 199.204.45.23 () {34 vars in 1111 bytes} [Thu Jul 2 01:34:40 2026] GET /v2.0/networks/42bf185b-1bd7-48a4-b681-9288d120284f?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: 532/1054] 199.204.45.23 () {34 vars in 1117 bytes} [Thu Jul 2 01:34:40 2026] GET /v2.0/ports?device_id=145eec8c-3246-42c4-9951-7c43559722da&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.4 => generated 1152 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1055] 10.0.0.150 () {34 vars in 789 bytes} [Thu Jul 2 01:34:40 2026] PUT /v2.0/routers/a6f3f8cb-7815-4e7e-9d64-533c88b47b93/remove_router_interface => generated 309 bytes in 900 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1056] 10.0.0.150 () {32 vars in 736 bytes} [Thu Jul 2 01:34:41 2026] GET /v2.0/ports?device_id=a6f3f8cb-7815-4e7e-9d64-533c88b47b93 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:34:41.280 8 INFO neutron_taas.services.taas.taas_plugin [None req-122e5af5-e0fc-44a0-a3bf-6f2c25da36a7 bbd4803f165c43d89fd732f095df1490 d6aab7fcd67a4beab70bc77013c66cc3 - - default default] TaaS: Handle Delete Port: b8af2107-9d74-4420-8e85-bbf8767efc64 2026-07-02 01:34:41.283 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-122e5af5-e0fc-44a0-a3bf-6f2c25da36a7 bbd4803f165c43d89fd732f095df1490 d6aab7fcd67a4beab70bc77013c66cc3 - - default default] Tap Mirror: Handle Delete Port: b8af2107-9d74-4420-8e85-bbf8767efc64 [pid: 7|app: 0|req: 533/1057] 199.204.45.23 () {38 vars in 1027 bytes} [Thu Jul 2 01:34:40 2026] PUT /v2.0/ports/6ed3f7d3-4d43-4158-9000-81b17f4f8cd6 => generated 972 bytes in 661 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: 534/1058] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:41 2026] GET /v2.0/ports?device_id=29ac3f40-55ba-4022-a1eb-122d7132cb7c => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1059] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:34:41 2026] GET /v2.0/security-groups?id=b8ab135f-bb29-408f-80a9-bbab8551b3cd&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:34:41.754 8 INFO neutron.services.segments.plugin [-] Segment 877823a7-fafa-41d0-9edf-fe5ec33686d7 resource provider aggregate not found 2026-07-02 01:34:41.766 8 INFO neutron.services.segments.plugin [-] Segment 877823a7-fafa-41d0-9edf-fe5ec33686d7 resource provider aggregate not found 2026-07-02 01:34:41.780 8 INFO neutron.services.segments.plugin [-] Segment 877823a7-fafa-41d0-9edf-fe5ec33686d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 877823a7-fafa-41d0-9edf-fe5ec33686d7 found for delete ", "request_id": "req-d60c0054-525d-4099-9a3a-3330f54d93dd"}]} 2026-07-02 01:34:41.793 8 INFO neutron.services.segments.plugin [-] Segment 877823a7-fafa-41d0-9edf-fe5ec33686d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 877823a7-fafa-41d0-9edf-fe5ec33686d7 found for delete ", "request_id": "req-1d0c4f6c-7cca-48b6-ada2-217ce6e0c3dd"}]} 2026-07-02 01:34:41.799 8 INFO neutron.db.l3_hamode_db [None req-122e5af5-e0fc-44a0-a3bf-6f2c25da36a7 bbd4803f165c43d89fd732f095df1490 d6aab7fcd67a4beab70bc77013c66cc3 - - default default] HA network 20c3433a-68de-441a-a056-545be92605b0 was deleted as no HA routers are present in tenant d6aab7fcd67a4beab70bc77013c66cc3. [pid: 8|app: 0|req: 525/1060] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:34:41 2026] DELETE /v2.0/routers/a6f3f8cb-7815-4e7e-9d64-533c88b47b93 => generated 0 bytes in 733 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1061] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:34:41 2026] DELETE /v2.0/subnets/f9e0fcde-c035-4f9d-a0bc-48d3b92cdfef => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:34:42.082 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f337942f-cc59-480e-a7f6-3fd330ea4b72'] response: {'name': 'network-changed', 'server_uuid': '145eec8c-3246-42c4-9951-7c43559722da', 'tag': '6ed3f7d3-4d43-4158-9000-81b17f4f8cd6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 526/1062] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:34:41 2026] DELETE /v2.0/subnets/aa1aadda-d094-443f-8cf8-a0debd91b384 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1063] 199.204.45.23 () {34 vars in 1079 bytes} [Thu Jul 2 01:34:42 2026] GET /v2.0/ports?tenant_id=e8a714261471457bbde90e4bf4311031&device_id=145eec8c-3246-42c4-9951-7c43559722da => 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: 528/1064] 199.204.45.23 () {34 vars in 985 bytes} [Thu Jul 2 01:34:42 2026] GET /v2.0/networks?id=561b462f-2e50-45fb-8bd1-00ed140a129d => generated 779 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:34:42.268 7 INFO neutron.services.segments.plugin [-] Segment 9b3c9f88-8ee3-4d92-8319-dc4bfbba42c5 resource provider aggregate not found 2026-07-02 01:34:42.282 7 INFO neutron.services.segments.plugin [-] Segment 9b3c9f88-8ee3-4d92-8319-dc4bfbba42c5 resource provider aggregate not found 2026-07-02 01:34:42.286 7 INFO neutron.services.segments.plugin [-] Segment 9b3c9f88-8ee3-4d92-8319-dc4bfbba42c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b3c9f88-8ee3-4d92-8319-dc4bfbba42c5 found for delete ", "request_id": "req-cbba90c1-8a69-449d-b87a-9d099b7c6d7f"}]} [pid: 7|app: 0|req: 537/1065] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:34:42 2026] DELETE /v2.0/networks/f9d04192-4d08-465f-8527-cd50360b528c => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:34:42.299 7 INFO neutron.services.segments.plugin [-] Segment 9b3c9f88-8ee3-4d92-8319-dc4bfbba42c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b3c9f88-8ee3-4d92-8319-dc4bfbba42c5 found for delete ", "request_id": "req-5b44c1d8-0a26-4d30-8b69-e670f1a292ae"}]} [pid: 8|app: 0|req: 529/1066] 199.204.45.23 () {34 vars in 1059 bytes} [Thu Jul 2 01:34:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=6ed3f7d3-4d43-4158-9000-81b17f4f8cd6 => generated 861 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1067] 199.204.45.23 () {34 vars in 983 bytes} [Thu Jul 2 01:34:42 2026] GET /v2.0/subnets?id=469eb042-5d7b-47dd-942d-3a0ac54ee49a => generated 701 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1068] 199.204.45.23 () {34 vars in 1051 bytes} [Thu Jul 2 01:34:42 2026] GET /v2.0/ports?network_id=561b462f-2e50-45fb-8bd1-00ed140a129d&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: 532/1069] 199.204.45.23 () {34 vars in 1011 bytes} [Thu Jul 2 01:34:42 2026] GET /v2.0/networks/561b462f-2e50-45fb-8bd1-00ed140a129d?fields=segments => generated 14 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1070] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:34:42 2026] DELETE /v2.0/networks/425bfa1f-7c88-4321-86aa-ad71e6811447 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1071] 199.204.45.23 () {34 vars in 1111 bytes} [Thu Jul 2 01:34:42 2026] GET /v2.0/networks/561b462f-2e50-45fb-8bd1-00ed140a129d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:34:42.566 7 INFO neutron.db.segments_db [None req-ed95f97e-eaf4-42ed-8f5e-27bb5a6cb24f bbd4803f165c43d89fd732f095df1490 d6aab7fcd67a4beab70bc77013c66cc3 - - default default] Added segment 93c645e1-73fb-489b-8ae0-16021f2450dd of type vxlan for network 8a808b2c-fb59-48aa-adbe-ce4aab0ee428 [pid: 7|app: 0|req: 539/1072] 10.0.0.150 () {34 vars in 670 bytes} [Thu Jul 2 01:34:42 2026] POST /v2.0/networks => generated 630 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1073] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:42 2026] GET /v2.0/ports?device_id=29ac3f40-55ba-4022-a1eb-122d7132cb7c => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1074] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:34:42 2026] GET /v2.0/security-groups?id=b8ab135f-bb29-408f-80a9-bbab8551b3cd&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1075] 10.0.0.150 () {34 vars in 669 bytes} [Thu Jul 2 01:34:42 2026] POST /v2.0/subnets => generated 626 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:34:42.988 7 INFO neutron.db.segments_db [None req-c77dd7b4-344d-418c-b288-bb0d077f20d1 bbd4803f165c43d89fd732f095df1490 d6aab7fcd67a4beab70bc77013c66cc3 - - default default] Added segment 02498613-e35f-41ec-8b81-8e8476611da3 of type vxlan for network d59b4037-75d7-42dd-9e31-ab8b5bdb49e4 [pid: 8|app: 0|req: 535/1076] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:42 2026] GET /v2.0/ports?device_id=29ac3f40-55ba-4022-a1eb-122d7132cb7c => generated 975 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:34:43.313 7 INFO neutron.db.l3_hamode_db [None req-c77dd7b4-344d-418c-b288-bb0d077f20d1 bbd4803f165c43d89fd732f095df1490 d6aab7fcd67a4beab70bc77013c66cc3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 01:34:43.450 7 INFO neutron.db.l3_hamode_db [None req-c77dd7b4-344d-418c-b288-bb0d077f20d1 bbd4803f165c43d89fd732f095df1490 d6aab7fcd67a4beab70bc77013c66cc3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 01:34:43.781 8 INFO neutron.db.l3_db [None req-45bb462c-a9dd-4e64-a390-6d19ac98760d bd8ed97b957c4bc4b88093914f1cb1ec db001f72d99d42dd8ef80b684a5c8462 - - default default] Floating IP 29f52126-2d6c-437b-af71-16ba33de0439 associated. External IP: 10.96.250.207, port: 032d496b-702a-43ff-8425-572857150f7f. [pid: 7|app: 0|req: 542/1077] 10.0.0.150 () {34 vars in 669 bytes} [Thu Jul 2 01:34:42 2026] POST /v2.0/routers => generated 507 bytes in 1074 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1078] 199.204.45.23 () {34 vars in 1079 bytes} [Thu Jul 2 01:34:44 2026] GET /v2.0/ports?tenant_id=e8a714261471457bbde90e4bf4311031&device_id=145eec8c-3246-42c4-9951-7c43559722da => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1079] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:44 2026] GET /v2.0/ports?device_id=145eec8c-3246-42c4-9951-7c43559722da => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1080] 10.0.0.150 () {34 vars in 749 bytes} [Thu Jul 2 01:34:43 2026] PUT /v2.0/floatingips/29f52126-2d6c-437b-af71-16ba33de0439 => generated 856 bytes in 1072 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1081] 199.204.45.23 () {34 vars in 985 bytes} [Thu Jul 2 01:34:44 2026] GET /v2.0/networks?id=561b462f-2e50-45fb-8bd1-00ed140a129d => generated 779 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1082] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:34:44 2026] GET /v2.0/security-groups?id=17a8f7b1-7b8c-4fec-908f-61833eda52b3&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: 539/1083] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:44 2026] GET /v2.0/ports?device_id=29ac3f40-55ba-4022-a1eb-122d7132cb7c => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:34:44.249 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4cb45a9b-897c-4a9f-9d41-e9a30f2150f6'] response: {'name': 'network-changed', 'server_uuid': '29ac3f40-55ba-4022-a1eb-122d7132cb7c', 'tag': '032d496b-702a-43ff-8425-572857150f7f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 540/1084] 199.204.45.23 () {34 vars in 1059 bytes} [Thu Jul 2 01:34:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=6ed3f7d3-4d43-4158-9000-81b17f4f8cd6 => generated 861 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1085] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:34:44 2026] GET /v2.0/security-groups?id=b8ab135f-bb29-408f-80a9-bbab8551b3cd&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:34:44.329 7 INFO neutron.services.segments.plugin [-] Segment e9455c6b-79d2-484f-ade0-fa9160c3eac0 resource provider aggregate not found 2026-07-02 01:34:44.332 7 INFO neutron.services.segments.plugin [-] Segment e9455c6b-79d2-484f-ade0-fa9160c3eac0 resource provider aggregate not found [pid: 8|app: 0|req: 542/1086] 199.204.45.23 () {34 vars in 983 bytes} [Thu Jul 2 01:34:44 2026] GET /v2.0/subnets?id=469eb042-5d7b-47dd-942d-3a0ac54ee49a => generated 701 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:34:44.353 7 INFO neutron.services.segments.plugin [-] Segment e9455c6b-79d2-484f-ade0-fa9160c3eac0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9455c6b-79d2-484f-ade0-fa9160c3eac0 found for delete ", "request_id": "req-2462b4dc-04a0-4424-a172-a8974973c701"}]} 2026-07-02 01:34:44.353 7 INFO neutron.services.segments.plugin [-] Segment e9455c6b-79d2-484f-ade0-fa9160c3eac0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9455c6b-79d2-484f-ade0-fa9160c3eac0 found for delete ", "request_id": "req-d09a329b-e3ce-4bcc-b1f2-f25b94e25939"}]} [pid: 8|app: 0|req: 543/1087] 199.204.45.23 () {34 vars in 1051 bytes} [Thu Jul 2 01:34:44 2026] GET /v2.0/ports?network_id=561b462f-2e50-45fb-8bd1-00ed140a129d&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: 544/1088] 199.204.45.23 () {34 vars in 1011 bytes} [Thu Jul 2 01:34:44 2026] GET /v2.0/networks/561b462f-2e50-45fb-8bd1-00ed140a129d?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: 545/1089] 199.204.45.23 () {34 vars in 1111 bytes} [Thu Jul 2 01:34:44 2026] GET /v2.0/networks/561b462f-2e50-45fb-8bd1-00ed140a129d?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: 545/1090] 10.0.0.150 () {34 vars in 665 bytes} [Thu Jul 2 01:34:44 2026] POST /v2.0/ports => generated 947 bytes in 441 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: 546/1091] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:44 2026] GET /v2.0/ports?device_id=29ac3f40-55ba-4022-a1eb-122d7132cb7c => 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: 547/1092] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:34:44 2026] GET /v2.0/security-groups?id=b8ab135f-bb29-408f-80a9-bbab8551b3cd&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: 548/1093] 199.204.45.23 () {34 vars in 1079 bytes} [Thu Jul 2 01:34:44 2026] GET /v2.0/ports?tenant_id=db001f72d99d42dd8ef80b684a5c8462&device_id=29ac3f40-55ba-4022-a1eb-122d7132cb7c => generated 1244 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1094] 199.204.45.23 () {34 vars in 985 bytes} [Thu Jul 2 01:34:44 2026] GET /v2.0/networks?id=26a13a10-70e3-425b-982b-f7e53a841443 => generated 766 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1095] 199.204.45.23 () {34 vars in 1059 bytes} [Thu Jul 2 01:34:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=032d496b-702a-43ff-8425-572857150f7f => generated 859 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1096] 199.204.45.23 () {34 vars in 983 bytes} [Thu Jul 2 01:34:44 2026] GET /v2.0/subnets?id=a097c256-3ee4-4033-b596-d91d44936b5c => generated 688 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1097] 199.204.45.23 () {34 vars in 1051 bytes} [Thu Jul 2 01:34:44 2026] GET /v2.0/ports?network_id=26a13a10-70e3-425b-982b-f7e53a841443&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1098] 199.204.45.23 () {34 vars in 1011 bytes} [Thu Jul 2 01:34:45 2026] GET /v2.0/networks/26a13a10-70e3-425b-982b-f7e53a841443?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: 554/1099] 199.204.45.23 () {34 vars in 1111 bytes} [Thu Jul 2 01:34:45 2026] GET /v2.0/networks/26a13a10-70e3-425b-982b-f7e53a841443?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1100] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:45 2026] GET /v2.0/ports?device_id=145eec8c-3246-42c4-9951-7c43559722da => 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: 556/1101] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:34:45 2026] GET /v2.0/security-groups?id=17a8f7b1-7b8c-4fec-908f-61833eda52b3&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1102] 10.0.0.150 () {34 vars in 783 bytes} [Thu Jul 2 01:34:44 2026] PUT /v2.0/routers/24596d64-a594-472c-98a9-d25e65989a32/add_router_interface => generated 309 bytes in 1168 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: 557/1103] 10.0.0.150 () {32 vars in 717 bytes} [Thu Jul 2 01:34:45 2026] GET /v2.0/ports/6aa4cc2c-5626-4e85-84a3-4ec329b09f4b => generated 1021 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1104] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:45 2026] GET /v2.0/ports?device_id=29ac3f40-55ba-4022-a1eb-122d7132cb7c => generated 975 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1105] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:34:45 2026] GET /v2.0/security-groups?id=b8ab135f-bb29-408f-80a9-bbab8551b3cd&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-07-02 01:34:46.150 7 INFO neutron_taas.services.taas.taas_plugin [None req-5bce9364-f537-4c17-b4cd-93917b4ce616 bbd4803f165c43d89fd732f095df1490 d6aab7fcd67a4beab70bc77013c66cc3 - - default default] TaaS: Handle Delete Port: 6aa4cc2c-5626-4e85-84a3-4ec329b09f4b 2026-07-02 01:34:46.153 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5bce9364-f537-4c17-b4cd-93917b4ce616 bbd4803f165c43d89fd732f095df1490 d6aab7fcd67a4beab70bc77013c66cc3 - - default default] Tap Mirror: Handle Delete Port: 6aa4cc2c-5626-4e85-84a3-4ec329b09f4b [pid: 8|app: 0|req: 549/1106] 199.204.45.23 () {34 vars in 993 bytes} [Thu Jul 2 01:34:46 2026] GET /v2.0/ports?device_id=145eec8c-3246-42c4-9951-7c43559722da => generated 975 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:34:46.426 8 INFO neutron_taas.services.taas.taas_plugin [req-70049422-e518-4b67-b197-e8ab9eb3f933 req-a09ace01-483b-4a56-bd95-d73ed7801451 dd4f154a1bc34a8f888816e150c5d2c8 e8a714261471457bbde90e4bf4311031 - - default default] TaaS: Handle Delete Port: 6ed3f7d3-4d43-4158-9000-81b17f4f8cd6 2026-07-02 01:34:46.430 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-70049422-e518-4b67-b197-e8ab9eb3f933 req-a09ace01-483b-4a56-bd95-d73ed7801451 dd4f154a1bc34a8f888816e150c5d2c8 e8a714261471457bbde90e4bf4311031 - - default default] Tap Mirror: Handle Delete Port: 6ed3f7d3-4d43-4158-9000-81b17f4f8cd6 2026-07-02 01:34:46.520 8 INFO neutron.db.l3_db [req-70049422-e518-4b67-b197-e8ab9eb3f933 req-a09ace01-483b-4a56-bd95-d73ed7801451 dd4f154a1bc34a8f888816e150c5d2c8 e8a714261471457bbde90e4bf4311031 - - default default] Floating IP f72447ad-43f3-4c5a-b5bb-5fb247202b67 disassociated. External IP: 10.96.250.220, port: 6ed3f7d3-4d43-4158-9000-81b17f4f8cd6. [pid: 7|app: 0|req: 558/1107] 10.0.0.150 () {34 vars in 789 bytes} [Thu Jul 2 01:34:45 2026] PUT /v2.0/routers/24596d64-a594-472c-98a9-d25e65989a32/remove_router_interface => generated 309 bytes in 858 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: 559/1108] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:46 2026] GET /v2.0/ports?device_id=145eec8c-3246-42c4-9951-7c43559722da => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:34:46.715 7 INFO neutron.api.v2.resource [None req-f8d2648c-0bbd-4244-90ee-beded7dd0cdf bbd4803f165c43d89fd732f095df1490 d6aab7fcd67a4beab70bc77013c66cc3 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 560/1109] 10.0.0.150 () {34 vars in 789 bytes} [Thu Jul 2 01:34:46 2026] PUT /v2.0/routers/24596d64-a594-472c-98a9-d25e65989a32/remove_router_interface => generated 197 bytes in 91 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1110] 10.0.0.150 () {32 vars in 736 bytes} [Thu Jul 2 01:34:46 2026] GET /v2.0/ports?device_id=24596d64-a594-472c-98a9-d25e65989a32 => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1111] 199.204.45.23 () {36 vars in 996 bytes} [Thu Jul 2 01:34:46 2026] DELETE /v2.0/ports/6ed3f7d3-4d43-4158-9000-81b17f4f8cd6 => generated 0 bytes in 591 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:34:46.914 7 INFO neutron_taas.services.taas.taas_plugin [None req-872b34e4-a21e-4fa2-80cc-1f64ec6d9a9c bbd4803f165c43d89fd732f095df1490 d6aab7fcd67a4beab70bc77013c66cc3 - - default default] TaaS: Handle Delete Port: a17f27e0-118a-41e5-a676-b309bc8d06fb 2026-07-02 01:34:46.917 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-872b34e4-a21e-4fa2-80cc-1f64ec6d9a9c bbd4803f165c43d89fd732f095df1490 d6aab7fcd67a4beab70bc77013c66cc3 - - default default] Tap Mirror: Handle Delete Port: a17f27e0-118a-41e5-a676-b309bc8d06fb 2026-07-02 01:34:46.973 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d42f28b3-4fd9-4ad8-aea6-ac3873aa4e02'] response: {'server_uuid': '145eec8c-3246-42c4-9951-7c43559722da', 'name': 'network-vif-deleted', 'tag': '6ed3f7d3-4d43-4158-9000-81b17f4f8cd6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 551/1112] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:46 2026] GET /v2.0/ports?device_id=29ac3f40-55ba-4022-a1eb-122d7132cb7c => generated 975 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1113] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:34:46 2026] GET /v2.0/security-groups?id=b8ab135f-bb29-408f-80a9-bbab8551b3cd&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: 553/1114] 199.204.45.23 () {34 vars in 993 bytes} [Thu Jul 2 01:34:47 2026] GET /v2.0/ports?device_id=29ac3f40-55ba-4022-a1eb-122d7132cb7c => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:34:47.164 8 INFO neutron_taas.services.taas.taas_plugin [req-65b79480-85c1-467e-812a-0135d9990e28 req-e295af4a-5abb-4b19-923b-30b7de123661 bd8ed97b957c4bc4b88093914f1cb1ec db001f72d99d42dd8ef80b684a5c8462 - - default default] TaaS: Handle Delete Port: 032d496b-702a-43ff-8425-572857150f7f 2026-07-02 01:34:47.167 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-65b79480-85c1-467e-812a-0135d9990e28 req-e295af4a-5abb-4b19-923b-30b7de123661 bd8ed97b957c4bc4b88093914f1cb1ec db001f72d99d42dd8ef80b684a5c8462 - - default default] Tap Mirror: Handle Delete Port: 032d496b-702a-43ff-8425-572857150f7f 2026-07-02 01:34:47.259 7 INFO neutron.services.segments.plugin [-] Segment 02498613-e35f-41ec-8b81-8e8476611da3 resource provider aggregate not found 2026-07-02 01:34:47.264 7 INFO neutron.services.segments.plugin [-] Segment 02498613-e35f-41ec-8b81-8e8476611da3 resource provider aggregate not found 2026-07-02 01:34:47.282 7 INFO neutron.services.segments.plugin [-] Segment 02498613-e35f-41ec-8b81-8e8476611da3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02498613-e35f-41ec-8b81-8e8476611da3 found for delete ", "request_id": "req-fd0c2542-71a3-4f30-ae44-2f1ce4cfab38"}]} 2026-07-02 01:34:47.283 7 INFO neutron.services.segments.plugin [-] Segment 02498613-e35f-41ec-8b81-8e8476611da3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02498613-e35f-41ec-8b81-8e8476611da3 found for delete ", "request_id": "req-3e3cae07-fcef-4c01-9193-306bc4cbc007"}]} 2026-07-02 01:34:47.286 7 INFO neutron.db.l3_hamode_db [None req-872b34e4-a21e-4fa2-80cc-1f64ec6d9a9c bbd4803f165c43d89fd732f095df1490 d6aab7fcd67a4beab70bc77013c66cc3 - - default default] HA network d59b4037-75d7-42dd-9e31-ab8b5bdb49e4 was deleted as no HA routers are present in tenant d6aab7fcd67a4beab70bc77013c66cc3. [pid: 7|app: 0|req: 562/1115] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:34:46 2026] DELETE /v2.0/routers/24596d64-a594-472c-98a9-d25e65989a32 => generated 0 bytes in 550 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:34:47.293 8 INFO neutron.db.l3_db [req-65b79480-85c1-467e-812a-0135d9990e28 req-e295af4a-5abb-4b19-923b-30b7de123661 bd8ed97b957c4bc4b88093914f1cb1ec db001f72d99d42dd8ef80b684a5c8462 - - default default] Floating IP 29f52126-2d6c-437b-af71-16ba33de0439 disassociated. External IP: 10.96.250.207, port: 032d496b-702a-43ff-8425-572857150f7f. [pid: 7|app: 0|req: 563/1116] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:34:47 2026] DELETE /v2.0/subnets/ce2cd7ba-9155-4728-86a5-15e1e34ac1a6 => 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: 564/1117] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:34:47 2026] DELETE /v2.0/networks/8a808b2c-fb59-48aa-adbe-ce4aab0ee428 => 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: 554/1118] 199.204.45.23 () {36 vars in 996 bytes} [Thu Jul 2 01:34:47 2026] DELETE /v2.0/ports/032d496b-702a-43ff-8425-572857150f7f => generated 0 bytes in 514 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:34:47.635 7 INFO neutron.db.segments_db [None req-252687a0-529b-42da-b398-6fcb9e7a96e8 bbd4803f165c43d89fd732f095df1490 d6aab7fcd67a4beab70bc77013c66cc3 - - default default] Added segment 55676b7b-bf5a-4259-94b8-af5586e4775d of type vxlan for network 1cb5569d-b7fc-4552-998a-c4df5988317f [pid: 8|app: 0|req: 555/1119] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:47 2026] GET /v2.0/ports?device_id=145eec8c-3246-42c4-9951-7c43559722da => 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: 565/1120] 10.0.0.150 () {34 vars in 670 bytes} [Thu Jul 2 01:34:47 2026] POST /v2.0/networks => generated 629 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1121] 10.0.0.12 () {34 vars in 989 bytes} [Thu Jul 2 01:34:47 2026] GET /v2.0/ports?device_id=ce0bd07c-c42f-4a21-83ac-e851cf69ca0c => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1122] 10.0.0.12 () {34 vars in 1039 bytes} [Thu Jul 2 01:34:47 2026] GET /v2.0/security-groups?id=11f091fb-0a5d-4476-94b2-e5dc9a1b8e5f&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1123] 10.0.0.150 () {34 vars in 669 bytes} [Thu Jul 2 01:34:47 2026] POST /v2.0/subnets => generated 626 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:34:48.021 7 INFO neutron.db.segments_db [None req-f0f4987b-8fe7-4fff-b5a7-6063e285e33e bbd4803f165c43d89fd732f095df1490 d6aab7fcd67a4beab70bc77013c66cc3 - - default default] Added segment 14d187d2-8950-488e-8776-af2c66eb36bf of type vxlan for network 737880fe-a592-41a6-a75e-330b5c04c82c [pid: 8|app: 0|req: 557/1124] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:48 2026] GET /v2.0/ports?device_id=29ac3f40-55ba-4022-a1eb-122d7132cb7c => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:34:48.258 7 INFO neutron.db.l3_hamode_db [None req-f0f4987b-8fe7-4fff-b5a7-6063e285e33e bbd4803f165c43d89fd732f095df1490 d6aab7fcd67a4beab70bc77013c66cc3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 01:34:48.366 7 INFO neutron.db.l3_hamode_db [None req-f0f4987b-8fe7-4fff-b5a7-6063e285e33e bbd4803f165c43d89fd732f095df1490 d6aab7fcd67a4beab70bc77013c66cc3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 558/1125] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:48 2026] GET /v2.0/ports?device_id=145eec8c-3246-42c4-9951-7c43559722da => 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: 568/1126] 10.0.0.150 () {34 vars in 669 bytes} [Thu Jul 2 01:34:47 2026] POST /v2.0/routers => generated 506 bytes in 912 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:34:49.013 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-79d0abbc-e966-4f93-b8a8-4dc14f8022b9'] response: {'server_uuid': '29ac3f40-55ba-4022-a1eb-122d7132cb7c', 'name': 'network-vif-deleted', 'tag': '032d496b-702a-43ff-8425-572857150f7f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 569/1127] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:49 2026] GET /v2.0/ports?device_id=29ac3f40-55ba-4022-a1eb-122d7132cb7c => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:34:49.302 7 INFO neutron.services.segments.plugin [-] Segment 93c645e1-73fb-489b-8ae0-16021f2450dd resource provider aggregate not found 2026-07-02 01:34:49.307 7 INFO neutron.services.segments.plugin [-] Segment 93c645e1-73fb-489b-8ae0-16021f2450dd resource provider aggregate not found 2026-07-02 01:34:49.318 7 INFO neutron.services.segments.plugin [-] Segment 93c645e1-73fb-489b-8ae0-16021f2450dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 93c645e1-73fb-489b-8ae0-16021f2450dd found for delete ", "request_id": "req-a79887a3-b5ce-4c1c-a19b-b3c8d1b0bbb3"}]} 2026-07-02 01:34:49.322 7 INFO neutron.services.segments.plugin [-] Segment 93c645e1-73fb-489b-8ae0-16021f2450dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 93c645e1-73fb-489b-8ae0-16021f2450dd found for delete ", "request_id": "req-6bc33bd7-d058-45d8-b6ea-f0b4a3a80c3f"}]} [pid: 7|app: 0|req: 570/1128] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:49 2026] GET /v2.0/ports?device_id=145eec8c-3246-42c4-9951-7c43559722da => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1129] 10.0.0.150 () {34 vars in 783 bytes} [Thu Jul 2 01:34:48 2026] PUT /v2.0/routers/0cc9f649-fa58-4ef3-87d5-70b569f28849/add_router_interface => generated 309 bytes in 1227 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1130] 10.0.0.150 () {32 vars in 717 bytes} [Thu Jul 2 01:34:50 2026] GET /v2.0/ports/faeffca9-2153-43cd-8a41-36bb4c02377d => generated 955 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1131] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:34:50 2026] GET /v2.0/ports?device_id=29ac3f40-55ba-4022-a1eb-122d7132cb7c => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:34:50.490 8 INFO neutron_taas.services.taas.taas_plugin [None req-173e53d1-ab1f-49e1-bcfd-9c830d332066 bbd4803f165c43d89fd732f095df1490 d6aab7fcd67a4beab70bc77013c66cc3 - - default default] TaaS: Handle Delete Port: faeffca9-2153-43cd-8a41-36bb4c02377d 2026-07-02 01:34:50.493 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-173e53d1-ab1f-49e1-bcfd-9c830d332066 bbd4803f165c43d89fd732f095df1490 d6aab7fcd67a4beab70bc77013c66cc3 - - default default] Tap Mirror: Handle Delete Port: faeffca9-2153-43cd-8a41-36bb4c02377d [pid: 8|app: 0|req: 560/1132] 10.0.0.150 () {34 vars in 789 bytes} [Thu Jul 2 01:34:50 2026] PUT /v2.0/routers/0cc9f649-fa58-4ef3-87d5-70b569f28849/remove_router_interface => generated 309 bytes in 734 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1133] 10.0.0.150 () {32 vars in 736 bytes} [Thu Jul 2 01:34:50 2026] GET /v2.0/ports?device_id=0cc9f649-fa58-4ef3-87d5-70b569f28849 => 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: 574/1134] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:34:50 2026] DELETE /v2.0/security-groups/17a8f7b1-7b8c-4fec-908f-61833eda52b3 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:34:51.106 7 INFO neutron.api.v2.resource [None req-51ea2782-d794-4e98-849d-dd7db9c0e3a2 dd4f154a1bc34a8f888816e150c5d2c8 e8a714261471457bbde90e4bf4311031 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 575/1135] 10.0.0.150 () {32 vars in 737 bytes} [Thu Jul 2 01:34:51 2026] GET /v2.0/security-groups/17a8f7b1-7b8c-4fec-908f-61833eda52b3 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:34:51.127 8 INFO neutron_taas.services.taas.taas_plugin [None req-28c47b5d-d92f-456a-a9ce-748d331591c0 bbd4803f165c43d89fd732f095df1490 d6aab7fcd67a4beab70bc77013c66cc3 - - default default] TaaS: Handle Delete Port: 301d6853-f832-4cdf-8300-1d9f5bb4a572 2026-07-02 01:34:51.129 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-28c47b5d-d92f-456a-a9ce-748d331591c0 bbd4803f165c43d89fd732f095df1490 d6aab7fcd67a4beab70bc77013c66cc3 - - default default] Tap Mirror: Handle Delete Port: 301d6853-f832-4cdf-8300-1d9f5bb4a572 2026-07-02 01:34:51.216 7 INFO neutron_taas.services.taas.taas_plugin [None req-a81b34e2-6205-49d0-ab16-407e461891a5 dd4f154a1bc34a8f888816e150c5d2c8 e8a714261471457bbde90e4bf4311031 - - default default] TaaS: Handle Delete Port: 980ab3ba-dce5-4238-97da-4e7d7e7da028 2026-07-02 01:34:51.219 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a81b34e2-6205-49d0-ab16-407e461891a5 dd4f154a1bc34a8f888816e150c5d2c8 e8a714261471457bbde90e4bf4311031 - - default default] Tap Mirror: Handle Delete Port: 980ab3ba-dce5-4238-97da-4e7d7e7da028 [pid: 7|app: 0|req: 576/1136] 10.0.0.150 () {32 vars in 732 bytes} [Thu Jul 2 01:34:51 2026] DELETE /v2.0/floatingips/f72447ad-43f3-4c5a-b5bb-5fb247202b67 => 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: 577/1137] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:34:51 2026] DELETE /v2.0/security-groups/b8ab135f-bb29-408f-80a9-bbab8551b3cd => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:34:51.475 8 INFO neutron.services.segments.plugin [-] Segment 14d187d2-8950-488e-8776-af2c66eb36bf resource provider aggregate not found 2026-07-02 01:34:51.488 8 INFO neutron.services.segments.plugin [-] Segment 14d187d2-8950-488e-8776-af2c66eb36bf resource provider aggregate not found 2026-07-02 01:34:51.505 8 INFO neutron.services.segments.plugin [-] Segment 14d187d2-8950-488e-8776-af2c66eb36bf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 14d187d2-8950-488e-8776-af2c66eb36bf found for delete ", "request_id": "req-17c4e9ef-a151-4412-a71d-923ff6418471"}]} 2026-07-02 01:34:51.507 8 INFO neutron.services.segments.plugin [-] Segment 14d187d2-8950-488e-8776-af2c66eb36bf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 14d187d2-8950-488e-8776-af2c66eb36bf found for delete ", "request_id": "req-6345aa41-80a3-4f80-a731-9bfe5273c9ea"}]} 2026-07-02 01:34:51.516 8 INFO neutron.db.l3_hamode_db [None req-28c47b5d-d92f-456a-a9ce-748d331591c0 bbd4803f165c43d89fd732f095df1490 d6aab7fcd67a4beab70bc77013c66cc3 - - default default] HA network 737880fe-a592-41a6-a75e-330b5c04c82c was deleted as no HA routers are present in tenant d6aab7fcd67a4beab70bc77013c66cc3. [pid: 8|app: 0|req: 561/1138] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:34:50 2026] DELETE /v2.0/routers/0cc9f649-fa58-4ef3-87d5-70b569f28849 => generated 0 bytes in 551 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:34:51.534 8 INFO neutron.api.v2.resource [None req-aa32b45c-33e4-4fcb-a226-aadb9d5128ce bd8ed97b957c4bc4b88093914f1cb1ec db001f72d99d42dd8ef80b684a5c8462 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 562/1139] 10.0.0.150 () {32 vars in 737 bytes} [Thu Jul 2 01:34:51 2026] GET /v2.0/security-groups/b8ab135f-bb29-408f-80a9-bbab8551b3cd => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1140] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:34:51 2026] DELETE /v2.0/subnets/eb9c5a20-4bb7-4e0c-b0f7-82d3be552ceb => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:34:51.764 8 INFO neutron_taas.services.taas.taas_plugin [None req-49ee6d6c-409e-4af3-b3b3-59ed3faace1c bd8ed97b957c4bc4b88093914f1cb1ec db001f72d99d42dd8ef80b684a5c8462 - - default default] TaaS: Handle Delete Port: c8b7e2ee-5984-4ded-9c6f-17c633c7fcab 2026-07-02 01:34:51.767 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-49ee6d6c-409e-4af3-b3b3-59ed3faace1c bd8ed97b957c4bc4b88093914f1cb1ec db001f72d99d42dd8ef80b684a5c8462 - - default default] Tap Mirror: Handle Delete Port: c8b7e2ee-5984-4ded-9c6f-17c633c7fcab 2026-07-02 01:34:51.889 7 INFO neutron_taas.services.taas.taas_plugin [None req-820c276d-82ac-439d-8efa-ba6b38a86268 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] TaaS: Handle Delete Port: eaba3977-c742-4d29-906a-d6cfcf887816 2026-07-02 01:34:51.893 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-820c276d-82ac-439d-8efa-ba6b38a86268 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Tap Mirror: Handle Delete Port: eaba3977-c742-4d29-906a-d6cfcf887816 [pid: 8|app: 0|req: 564/1141] 10.0.0.150 () {32 vars in 732 bytes} [Thu Jul 2 01:34:51 2026] DELETE /v2.0/floatingips/29f52126-2d6c-437b-af71-16ba33de0439 => generated 0 bytes in 289 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1142] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:34:51 2026] DELETE /v2.0/networks/1cb5569d-b7fc-4552-998a-c4df5988317f => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:34:52.444 8 INFO neutron_taas.services.taas.taas_plugin [None req-72b16e71-bc98-4de9-b13e-5fb695d19edb b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] TaaS: Handle Delete Port: 52e28595-b795-4c64-9777-b379e5d221ea 2026-07-02 01:34:52.447 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-72b16e71-bc98-4de9-b13e-5fb695d19edb b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Tap Mirror: Handle Delete Port: 52e28595-b795-4c64-9777-b379e5d221ea [pid: 7|app: 0|req: 578/1143] 10.0.0.150 () {34 vars in 789 bytes} [Thu Jul 2 01:34:51 2026] PUT /v2.0/routers/ee07e3f1-aacc-4c7f-b729-834d85c616f7/remove_router_interface => generated 309 bytes in 1013 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:34:52.507 7 INFO neutron.db.segments_db [None req-1b24c9e1-6363-4952-8f52-f2b227f4e1ed bbd4803f165c43d89fd732f095df1490 d6aab7fcd67a4beab70bc77013c66cc3 - - default default] Added segment 09e60f6b-73dc-4cda-a960-92e3c3c9f595 of type vxlan for network 3faf6bc8-62c6-4db6-9bb8-815e9182e72f 2026-07-02 01:34:52.785 7 INFO neutron.db.l3_hamode_db [None req-1b24c9e1-6363-4952-8f52-f2b227f4e1ed bbd4803f165c43d89fd732f095df1490 d6aab7fcd67a4beab70bc77013c66cc3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 566/1144] 10.0.0.150 () {34 vars in 789 bytes} [Thu Jul 2 01:34:52 2026] PUT /v2.0/routers/8d407342-7056-4c1d-b3b6-2596d122b675/remove_router_interface => generated 309 bytes in 1007 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:34:53.323 8 INFO neutron_taas.services.taas.taas_plugin [None req-52bebd79-7bbb-4824-9664-6a85fd07e80c b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] TaaS: Handle Delete Port: f74f2d91-1b24-4f34-a1ee-170e37f834f2 2026-07-02 01:34:53.326 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-52bebd79-7bbb-4824-9664-6a85fd07e80c b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Tap Mirror: Handle Delete Port: f74f2d91-1b24-4f34-a1ee-170e37f834f2 2026-07-02 01:34:53.537 8 INFO neutron.services.segments.plugin [-] Segment 55676b7b-bf5a-4259-94b8-af5586e4775d resource provider aggregate not found 2026-07-02 01:34:53.550 8 INFO neutron.services.segments.plugin [-] Segment 55676b7b-bf5a-4259-94b8-af5586e4775d resource provider aggregate not found 2026-07-02 01:34:53.572 8 INFO neutron.services.segments.plugin [-] Segment 55676b7b-bf5a-4259-94b8-af5586e4775d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 55676b7b-bf5a-4259-94b8-af5586e4775d found for delete ", "request_id": "req-e1d74e73-694c-4f67-8328-27b67e7be4a6"}]} 2026-07-02 01:34:53.576 8 INFO neutron.services.segments.plugin [-] Segment 55676b7b-bf5a-4259-94b8-af5586e4775d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 55676b7b-bf5a-4259-94b8-af5586e4775d found for delete ", "request_id": "req-7fcab7cd-06e7-4b1b-8d5c-ae6e7b0c66e1"}]} 2026-07-02 01:34:53.683 8 INFO neutron_taas.services.taas.taas_plugin [None req-52bebd79-7bbb-4824-9664-6a85fd07e80c b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] TaaS: Handle Delete Port: 87bceb8d-501f-4b1b-90c2-f2463e7fbe65 2026-07-02 01:34:53.686 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-52bebd79-7bbb-4824-9664-6a85fd07e80c b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Tap Mirror: Handle Delete Port: 87bceb8d-501f-4b1b-90c2-f2463e7fbe65 2026-07-02 01:34:54.079 8 INFO neutron.db.l3_hamode_db [None req-52bebd79-7bbb-4824-9664-6a85fd07e80c b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] HA network c3ef6a7d-8862-4d77-8682-a1a341e8efcf was deleted as no HA routers are present in tenant e8a714261471457bbde90e4bf4311031. [pid: 8|app: 0|req: 569/1147] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:34:53 2026] DELETE /v2.0/routers/ee07e3f1-aacc-4c7f-b729-834d85c616f7 => generated 0 bytes in 1007 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:34:54.137 7 INFO neutron.db.l3_hamode_db [None req-1b24c9e1-6363-4952-8f52-f2b227f4e1ed bbd4803f165c43d89fd732f095df1490 d6aab7fcd67a4beab70bc77013c66cc3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 01:34:54.319 8 INFO neutron_taas.services.taas.taas_plugin [None req-5e9230cd-eb72-4099-98a1-0063254cfdac b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] TaaS: Handle Delete Port: 45a74b7d-14d7-482c-8bc8-e830c7c763de 2026-07-02 01:34:54.322 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5e9230cd-eb72-4099-98a1-0063254cfdac b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Tap Mirror: Handle Delete Port: 45a74b7d-14d7-482c-8bc8-e830c7c763de 2026-07-02 01:34:54.605 8 INFO neutron_taas.services.taas.taas_plugin [None req-5e9230cd-eb72-4099-98a1-0063254cfdac b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] TaaS: Handle Delete Port: 1bb8227f-5cd5-49c9-a89e-95065e50f0f1 2026-07-02 01:34:54.608 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5e9230cd-eb72-4099-98a1-0063254cfdac b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Tap Mirror: Handle Delete Port: 1bb8227f-5cd5-49c9-a89e-95065e50f0f1 2026-07-02 01:34:55.028 8 INFO neutron.db.l3_hamode_db [None req-5e9230cd-eb72-4099-98a1-0063254cfdac b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] HA network 2c38eac4-d98a-425b-9b0f-e73e7208136e was deleted as no HA routers are present in tenant db001f72d99d42dd8ef80b684a5c8462. [pid: 8|app: 0|req: 570/1148] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:34:54 2026] DELETE /v2.0/routers/8d407342-7056-4c1d-b3b6-2596d122b675 => generated 0 bytes in 948 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1149] 10.0.0.150 () {34 vars in 669 bytes} [Thu Jul 2 01:34:52 2026] POST /v2.0/routers => generated 687 bytes in 2713 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1150] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:34:55 2026] DELETE /v2.0/subnets/469eb042-5d7b-47dd-942d-3a0ac54ee49a => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1151] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:34:55 2026] DELETE /v2.0/subnets/a097c256-3ee4-4033-b596-d91d44936b5c => 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: 572/1152] 10.0.0.150 () {32 vars in 721 bytes} [Thu Jul 2 01:34:55 2026] GET /v2.0/routers/8ac322c3-a9a0-40da-a196-9227c46464fb => generated 693 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:34:55.371 7 INFO neutron_taas.services.taas.taas_plugin [None req-b4b2bad7-2dae-4a91-a621-73169f32708c b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] TaaS: Handle Delete Port: 78cf50c7-c50e-4524-a4c8-45353f6dbb92 2026-07-02 01:34:55.374 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b4b2bad7-2dae-4a91-a621-73169f32708c b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Tap Mirror: Handle Delete Port: 78cf50c7-c50e-4524-a4c8-45353f6dbb92 2026-07-02 01:34:55.424 8 INFO neutron_taas.services.taas.taas_plugin [None req-69e9ba8c-06cc-434a-931d-679b3fab91a4 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] TaaS: Handle Delete Port: e451a39e-83c0-4de9-bd88-633304dd767e 2026-07-02 01:34:55.427 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-69e9ba8c-06cc-434a-931d-679b3fab91a4 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Tap Mirror: Handle Delete Port: e451a39e-83c0-4de9-bd88-633304dd767e 2026-07-02 01:34:55.541 7 INFO neutron.services.segments.plugin [-] Segment 832c352d-15bb-4b7b-b49c-a43db59717bd resource provider aggregate not found 2026-07-02 01:34:55.546 7 INFO neutron.services.segments.plugin [-] Segment 832c352d-15bb-4b7b-b49c-a43db59717bd resource provider aggregate not found 2026-07-02 01:34:55.570 7 INFO neutron.services.segments.plugin [-] Segment 832c352d-15bb-4b7b-b49c-a43db59717bd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 832c352d-15bb-4b7b-b49c-a43db59717bd found for delete ", "request_id": "req-5f73f664-d06b-40ba-8f12-493ad781de11"}]} 2026-07-02 01:34:55.570 7 INFO neutron.services.segments.plugin [-] Segment 832c352d-15bb-4b7b-b49c-a43db59717bd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 832c352d-15bb-4b7b-b49c-a43db59717bd found for delete ", "request_id": "req-780b869b-3db9-4405-879b-692c922b3c6d"}]} [pid: 7|app: 0|req: 581/1153] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:34:55 2026] DELETE /v2.0/networks/561b462f-2e50-45fb-8bd1-00ed140a129d => generated 0 bytes in 278 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:34:55.595 8 INFO neutron.services.segments.plugin [-] Segment abbd7a59-1247-4c31-86dc-934f33fa68c7 resource provider aggregate not found 2026-07-02 01:34:55.602 8 INFO neutron.services.segments.plugin [-] Segment abbd7a59-1247-4c31-86dc-934f33fa68c7 resource provider aggregate not found 2026-07-02 01:34:55.619 8 INFO neutron.services.segments.plugin [-] Segment abbd7a59-1247-4c31-86dc-934f33fa68c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid abbd7a59-1247-4c31-86dc-934f33fa68c7 found for delete ", "request_id": "req-3621450f-06d8-4cfe-ad8a-50baa267a9c5"}]} 2026-07-02 01:34:55.625 8 INFO neutron.services.segments.plugin [-] Segment abbd7a59-1247-4c31-86dc-934f33fa68c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid abbd7a59-1247-4c31-86dc-934f33fa68c7 found for delete ", "request_id": "req-5817139a-11c9-4a93-96c3-f7a1b0b33473"}]} 2026-07-02 01:34:55.640 8 INFO neutron.services.segments.plugin [-] Segment 7de6adc0-cb72-4422-a321-7e497d507b20 resource provider aggregate not found 2026-07-02 01:34:55.646 8 INFO neutron.services.segments.plugin [-] Segment 7de6adc0-cb72-4422-a321-7e497d507b20 resource provider aggregate not found 2026-07-02 01:34:55.661 8 INFO neutron.services.segments.plugin [-] Segment 7de6adc0-cb72-4422-a321-7e497d507b20 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7de6adc0-cb72-4422-a321-7e497d507b20 found for delete ", "request_id": "req-f4317e8d-a83d-4606-89df-7758d9b76408"}]} 2026-07-02 01:34:55.663 8 INFO neutron.services.segments.plugin [-] Segment 7de6adc0-cb72-4422-a321-7e497d507b20 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7de6adc0-cb72-4422-a321-7e497d507b20 found for delete ", "request_id": "req-c4f1cfa9-0a2e-419c-b924-d1b950c61ebd"}]} [pid: 8|app: 0|req: 573/1154] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:34:55 2026] DELETE /v2.0/networks/26a13a10-70e3-425b-982b-f7e53a841443 => generated 0 bytes in 342 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1155] 10.0.0.150 () {32 vars in 647 bytes} [Thu Jul 2 01:34:55 2026] GET /v2.0/routers => generated 696 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1156] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:34:55 2026] GET /v2.0/security-groups?tenant_id=e8a714261471457bbde90e4bf4311031&name=default => generated 2925 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1157] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:34:55 2026] GET /v2.0/security-groups?tenant_id=db001f72d99d42dd8ef80b684a5c8462&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1158] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:34:55 2026] DELETE /v2.0/security-groups/5f11eed7-779c-47c5-9c96-103e57d32c63 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1159] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:34:55 2026] DELETE /v2.0/security-groups/8bb0765c-ab6f-431b-acd0-b4886a39d043 => 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: 574/1160] 10.0.0.150 () {34 vars in 741 bytes} [Thu Jul 2 01:34:55 2026] PUT /v2.0/routers/8ac322c3-a9a0-40da-a196-9227c46464fb => generated 700 bytes in 413 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1161] 10.0.0.150 () {32 vars in 721 bytes} [Thu Jul 2 01:34:56 2026] GET /v2.0/routers/8ac322c3-a9a0-40da-a196-9227c46464fb => generated 700 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1162] 10.0.0.150 () {32 vars in 736 bytes} [Thu Jul 2 01:34:56 2026] GET /v2.0/ports?device_id=8ac322c3-a9a0-40da-a196-9227c46464fb => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:34:56.373 7 INFO neutron_taas.services.taas.taas_plugin [None req-f2851152-8e2b-41a7-9b37-0ecac3ea6722 bbd4803f165c43d89fd732f095df1490 d6aab7fcd67a4beab70bc77013c66cc3 - - default default] TaaS: Handle Delete Port: b77981d9-8871-491c-afec-79e359c8dc94 2026-07-02 01:34:56.376 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2851152-8e2b-41a7-9b37-0ecac3ea6722 bbd4803f165c43d89fd732f095df1490 d6aab7fcd67a4beab70bc77013c66cc3 - - default default] Tap Mirror: Handle Delete Port: b77981d9-8871-491c-afec-79e359c8dc94 2026-07-02 01:34:56.614 7 INFO neutron_taas.services.taas.taas_plugin [None req-f2851152-8e2b-41a7-9b37-0ecac3ea6722 bbd4803f165c43d89fd732f095df1490 d6aab7fcd67a4beab70bc77013c66cc3 - - default default] TaaS: Handle Delete Port: 4245cf88-a51d-4d15-aff0-6280c284ad04 2026-07-02 01:34:56.616 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2851152-8e2b-41a7-9b37-0ecac3ea6722 bbd4803f165c43d89fd732f095df1490 d6aab7fcd67a4beab70bc77013c66cc3 - - default default] Tap Mirror: Handle Delete Port: 4245cf88-a51d-4d15-aff0-6280c284ad04 2026-07-02 01:34:56.991 7 INFO neutron.db.l3_hamode_db [None req-f2851152-8e2b-41a7-9b37-0ecac3ea6722 bbd4803f165c43d89fd732f095df1490 d6aab7fcd67a4beab70bc77013c66cc3 - - default default] HA network 3faf6bc8-62c6-4db6-9bb8-815e9182e72f was deleted as no HA routers are present in tenant d6aab7fcd67a4beab70bc77013c66cc3. [pid: 7|app: 0|req: 588/1163] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:34:56 2026] DELETE /v2.0/routers/8ac322c3-a9a0-40da-a196-9227c46464fb => generated 0 bytes in 801 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1164] 10.0.0.150 () {32 vars in 736 bytes} [Thu Jul 2 01:34:57 2026] GET /v2.0/ports?device_id=8ac322c3-a9a0-40da-a196-9227c46464fb => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:34:57.048 7 INFO neutron.api.v2.resource [None req-12a29379-3a80-4888-8498-1d99574dfb1a bbd4803f165c43d89fd732f095df1490 d6aab7fcd67a4beab70bc77013c66cc3 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 589/1165] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:34:57 2026] DELETE /v2.0/routers/8ac322c3-a9a0-40da-a196-9227c46464fb => 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: 577/1166] 10.0.0.150 () {32 vars in 736 bytes} [Thu Jul 2 01:34:57 2026] GET /v2.0/ports?device_id=0cc9f649-fa58-4ef3-87d5-70b569f28849 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:34:57.094 7 INFO neutron.api.v2.resource [None req-a893573e-a27e-4195-88d6-1d9730fd79c4 bbd4803f165c43d89fd732f095df1490 d6aab7fcd67a4beab70bc77013c66cc3 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 590/1167] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:34:57 2026] DELETE /v2.0/routers/0cc9f649-fa58-4ef3-87d5-70b569f28849 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:34:57.111 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b3378d15-9fdc-4e60-b25a-1b0054a6b4b6 bbd4803f165c43d89fd732f095df1490 d6aab7fcd67a4beab70bc77013c66cc3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 578/1168] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:34:57 2026] DELETE /v2.0/subnets/eb9c5a20-4bb7-4e0c-b0f7-82d3be552ceb => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1169] 10.0.0.150 () {32 vars in 736 bytes} [Thu Jul 2 01:34:57 2026] GET /v2.0/ports?device_id=24596d64-a594-472c-98a9-d25e65989a32 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:34:57.167 8 INFO neutron.api.v2.resource [None req-4a4ec818-06a3-4bb4-9b30-1b4a260f4f36 bbd4803f165c43d89fd732f095df1490 d6aab7fcd67a4beab70bc77013c66cc3 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 579/1170] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:34:57 2026] DELETE /v2.0/routers/24596d64-a594-472c-98a9-d25e65989a32 => generated 135 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:34:57.188 7 INFO neutron.pecan_wsgi.hooks.translation [None req-51dd5c9e-baf0-4eab-93cc-15c1d791b2b4 bbd4803f165c43d89fd732f095df1490 d6aab7fcd67a4beab70bc77013c66cc3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 592/1171] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:34:57 2026] DELETE /v2.0/subnets/ce2cd7ba-9155-4728-86a5-15e1e34ac1a6 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1172] 10.0.0.150 () {32 vars in 736 bytes} [Thu Jul 2 01:34:57 2026] GET /v2.0/ports?device_id=a6f3f8cb-7815-4e7e-9d64-533c88b47b93 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:34:57.245 7 INFO neutron.api.v2.resource [None req-839d64fc-d556-46a2-9128-af77cf0104f9 bbd4803f165c43d89fd732f095df1490 d6aab7fcd67a4beab70bc77013c66cc3 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 593/1173] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:34:57 2026] DELETE /v2.0/routers/a6f3f8cb-7815-4e7e-9d64-533c88b47b93 => generated 135 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:34:57.268 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dee5a30f-a378-4f9e-9633-cec494508a72 bbd4803f165c43d89fd732f095df1490 d6aab7fcd67a4beab70bc77013c66cc3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 581/1174] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:34:57 2026] DELETE /v2.0/subnets/f9e0fcde-c035-4f9d-a0bc-48d3b92cdfef => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:34:57.290 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ec32e64f-f223-49cf-b6e6-e9d2f4e1d0e8 bbd4803f165c43d89fd732f095df1490 d6aab7fcd67a4beab70bc77013c66cc3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 594/1175] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:34:57 2026] DELETE /v2.0/subnets/aa1aadda-d094-443f-8cf8-a0debd91b384 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:34:57.595 7 INFO neutron.services.segments.plugin [-] Segment 09e60f6b-73dc-4cda-a960-92e3c3c9f595 resource provider aggregate not found 2026-07-02 01:34:57.604 7 INFO neutron.services.segments.plugin [-] Segment 09e60f6b-73dc-4cda-a960-92e3c3c9f595 resource provider aggregate not found 2026-07-02 01:34:57.611 7 INFO neutron.services.segments.plugin [-] Segment 09e60f6b-73dc-4cda-a960-92e3c3c9f595 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 09e60f6b-73dc-4cda-a960-92e3c3c9f595 found for delete ", "request_id": "req-dfd0a94a-4ed4-4428-a956-a892924166f0"}]} 2026-07-02 01:34:57.618 7 INFO neutron.services.segments.plugin [-] Segment 09e60f6b-73dc-4cda-a960-92e3c3c9f595 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 09e60f6b-73dc-4cda-a960-92e3c3c9f595 found for delete ", "request_id": "req-1fde0e6c-6e93-4c82-a7ba-af628053c34e"}]} 2026-07-02 01:34:57.684 8 INFO neutron.services.segments.plugin [-] Segment 9a145893-c109-487a-b5df-203eaffd575e resource provider aggregate not found 2026-07-02 01:34:57.688 8 INFO neutron.services.segments.plugin [-] Segment 9a145893-c109-487a-b5df-203eaffd575e resource provider aggregate not found 2026-07-02 01:34:57.704 8 INFO neutron.services.segments.plugin [-] Segment 9a145893-c109-487a-b5df-203eaffd575e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a145893-c109-487a-b5df-203eaffd575e found for delete ", "request_id": "req-16ab79ba-520e-4403-b41a-c8dc8c44457e"}]} 2026-07-02 01:34:57.706 8 INFO neutron.services.segments.plugin [-] Segment 9a145893-c109-487a-b5df-203eaffd575e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a145893-c109-487a-b5df-203eaffd575e found for delete ", "request_id": "req-e70862e2-87d5-40eb-8c04-7a145c823163"}]} [pid: 8|app: 0|req: 582/1176] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:34:57 2026] GET /v2.0/security-groups?tenant_id=d6aab7fcd67a4beab70bc77013c66cc3&name=default => generated 2925 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1177] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:34:57 2026] DELETE /v2.0/security-groups/677e94a3-d529-4376-8d80-9dbd6f275c63 => 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: 583/1178] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:34:58 2026] GET /v2.0/security-groups?tenant_id=a872c98e884d4b94bf281405ec1e9d96&name=default => generated 2925 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1179] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:34:59 2026] DELETE /v2.0/security-groups/38e25b51-2226-4c09-a2c7-485628107753 => 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: 584/1180] 10.0.0.150 () {34 vars in 684 bytes} [Thu Jul 2 01:34:59 2026] POST /v2.0/security-groups => generated 1625 bytes in 410 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1181] 10.0.0.150 () {32 vars in 663 bytes} [Thu Jul 2 01:35:00 2026] GET /v2.0/security-groups => generated 4530 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1182] 10.0.0.150 () {34 vars in 758 bytes} [Thu Jul 2 01:35:00 2026] PUT /v2.0/security-groups/dd7358ca-b4da-40c1-9a49-92461fb71975 => generated 1664 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1183] 10.0.0.150 () {32 vars in 737 bytes} [Thu Jul 2 01:35:00 2026] GET /v2.0/security-groups/dd7358ca-b4da-40c1-9a49-92461fb71975 => generated 1664 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1184] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:35:00 2026] DELETE /v2.0/security-groups/dd7358ca-b4da-40c1-9a49-92461fb71975 => 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: 599/1185] 10.0.0.150 () {32 vars in 663 bytes} [Thu Jul 2 01:35:00 2026] GET /v2.0/security-groups => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:35:00.643 7 INFO neutron.api.v2.resource [None req-5f4d176e-f315-49fb-98ab-6c6f7ef6f0ad 365935861a4d4fb2adc8480fc69ab651 4eb6d080129142568c98d35525ba169b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 600/1186] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:35:00 2026] DELETE /v2.0/security-groups/dd7358ca-b4da-40c1-9a49-92461fb71975 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1187] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:35:00 2026] GET /v2.0/ports?device_id=ce0bd07c-c42f-4a21-83ac-e851cf69ca0c => generated 975 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1188] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:35:00 2026] GET /v2.0/security-groups?id=11f091fb-0a5d-4476-94b2-e5dc9a1b8e5f&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1189] 10.0.0.150 () {34 vars in 684 bytes} [Thu Jul 2 01:35:00 2026] POST /v2.0/security-groups => generated 1625 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1190] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:35:00 2026] GET /v2.0/ports?device_id=ce0bd07c-c42f-4a21-83ac-e851cf69ca0c => 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: 590/1191] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:35:00 2026] GET /v2.0/security-groups?id=11f091fb-0a5d-4476-94b2-e5dc9a1b8e5f&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1192] 10.0.0.150 () {34 vars in 695 bytes} [Thu Jul 2 01:35:00 2026] POST /v2.0/security-group-rules => generated 601 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1193] 10.0.0.150 () {32 vars in 747 bytes} [Thu Jul 2 01:35:00 2026] GET /v2.0/security-group-rules/46d3d233-b1b2-4ac8-880c-976f9b3420e0 => generated 601 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1194] 10.0.0.150 () {32 vars in 673 bytes} [Thu Jul 2 01:35:00 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 78 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.150 () {32 vars in 750 bytes} [Thu Jul 2 01:35:01 2026] DELETE /v2.0/security-group-rules/46d3d233-b1b2-4ac8-880c-976f9b3420e0 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1196] 10.0.0.150 () {32 vars in 673 bytes} [Thu Jul 2 01:35:01 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: 593/1197] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:35:01 2026] GET /v2.0/ports?device_id=ce0bd07c-c42f-4a21-83ac-e851cf69ca0c => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1198] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:35:01 2026] GET /v2.0/security-groups?id=11f091fb-0a5d-4476-94b2-e5dc9a1b8e5f&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: 605/1199] 10.0.0.150 () {34 vars in 695 bytes} [Thu Jul 2 01:35:01 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: 595/1200] 10.0.0.150 () {32 vars in 747 bytes} [Thu Jul 2 01:35:01 2026] GET /v2.0/security-group-rules/133839e7-ebce-4249-bdfb-351059473642 => generated 601 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1201] 10.0.0.150 () {32 vars in 673 bytes} [Thu Jul 2 01:35:01 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1202] 10.0.0.150 () {32 vars in 750 bytes} [Thu Jul 2 01:35:01 2026] DELETE /v2.0/security-group-rules/133839e7-ebce-4249-bdfb-351059473642 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1203] 10.0.0.150 () {32 vars in 673 bytes} [Thu Jul 2 01:35:01 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:35:01.579 8 INFO neutron.db.securitygroups_db [None req-c7794595-db00-4a95-a657-4d485ec267dc 365935861a4d4fb2adc8480fc69ab651 4eb6d080129142568c98d35525ba169b - - default default] Project 4eb6d080129142568c98d35525ba169b 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: 597/1204] 10.0.0.150 () {34 vars in 695 bytes} [Thu Jul 2 01:35:01 2026] POST /v2.0/security-group-rules => generated 607 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1205] 10.0.0.150 () {32 vars in 747 bytes} [Thu Jul 2 01:35:01 2026] GET /v2.0/security-group-rules/4e461216-07d5-40d1-b6ad-d2871a8f0fe2 => generated 607 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1206] 10.0.0.150 () {32 vars in 673 bytes} [Thu Jul 2 01:35:01 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1207] 10.0.0.150 () {32 vars in 750 bytes} [Thu Jul 2 01:35:01 2026] DELETE /v2.0/security-group-rules/4e461216-07d5-40d1-b6ad-d2871a8f0fe2 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1208] 10.0.0.150 () {32 vars in 673 bytes} [Thu Jul 2 01:35:01 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1209] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:35:01 2026] DELETE /v2.0/security-groups/4f3257c5-5489-4236-a8ba-e96361c7fc62 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1210] 10.0.0.150 () {32 vars in 663 bytes} [Thu Jul 2 01:35:02 2026] GET /v2.0/security-groups => generated 2925 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1211] 10.0.0.150 () {32 vars in 663 bytes} [Thu Jul 2 01:35:02 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: 612/1212] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:35:02 2026] GET /v2.0/ports?device_id=ce0bd07c-c42f-4a21-83ac-e851cf69ca0c => generated 975 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1213] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:35:02 2026] GET /v2.0/security-groups?id=11f091fb-0a5d-4476-94b2-e5dc9a1b8e5f&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: 601/1214] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:35:02 2026] GET /v2.0/security-groups?tenant_id=75e5f47498dd4e81afddaa008765cb22&name=default => generated 2925 bytes in 402 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1215] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:35:02 2026] DELETE /v2.0/security-groups/27a04466-3ef2-402f-8320-519c57746b13 => 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: 615/1216] 199.204.45.23 () {34 vars in 1079 bytes} [Thu Jul 2 01:35:02 2026] GET /v2.0/ports?tenant_id=ec8b1091654f4d3b86bbe18e167c8b52&device_id=ce0bd07c-c42f-4a21-83ac-e851cf69ca0c => 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: 616/1217] 199.204.45.23 () {34 vars in 985 bytes} [Thu Jul 2 01:35:02 2026] GET /v2.0/networks?id=42bf185b-1bd7-48a4-b681-9288d120284f => generated 772 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1218] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:35:02 2026] GET /v2.0/security-groups?tenant_id=3a33775df7bf4c72a3b967786356594f&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1219] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:35:02 2026] GET /v2.0/security-groups?tenant_id=4eb6d080129142568c98d35525ba169b&name=default => generated 2925 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1220] 199.204.45.23 () {34 vars in 1059 bytes} [Thu Jul 2 01:35:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=6e602a87-a1c1-4bdf-be2b-08c4e7893fe3 => generated 861 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1221] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:35:02 2026] DELETE /v2.0/security-groups/62e26be1-48f4-45fd-ab3f-364043085e2e => 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: 619/1222] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:35:02 2026] DELETE /v2.0/security-groups/ade73cab-cd62-4ae2-befb-168415750fd6 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1223] 199.204.45.23 () {34 vars in 983 bytes} [Thu Jul 2 01:35:03 2026] GET /v2.0/subnets?id=d50a4102-5333-4de1-9eca-ea41a225765d => generated 694 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1224] 199.204.45.23 () {34 vars in 1051 bytes} [Thu Jul 2 01:35:03 2026] GET /v2.0/ports?network_id=42bf185b-1bd7-48a4-b681-9288d120284f&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1225] 199.204.45.23 () {34 vars in 1011 bytes} [Thu Jul 2 01:35:03 2026] GET /v2.0/networks/42bf185b-1bd7-48a4-b681-9288d120284f?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: 621/1226] 199.204.45.23 () {34 vars in 1111 bytes} [Thu Jul 2 01:35:03 2026] GET /v2.0/networks/42bf185b-1bd7-48a4-b681-9288d120284f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1227] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:35:03 2026] GET /v2.0/ports?device_id=ce0bd07c-c42f-4a21-83ac-e851cf69ca0c => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1228] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:35:03 2026] GET /v2.0/security-groups?id=11f091fb-0a5d-4476-94b2-e5dc9a1b8e5f&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: 607/1229] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:35:04 2026] GET /v2.0/security-groups?tenant_id=29b3a49e7d984cbcb0ea56b6a54903d3&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: 623/1230] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:35:04 2026] DELETE /v2.0/security-groups/8d7ce3f0-b49e-4918-93f3-f3cf608aa3aa => 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: 608/1231] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:35:04 2026] GET /v2.0/security-groups?tenant_id=42821f42fb914d7190f24e89489b2ee4&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1232] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:35:04 2026] DELETE /v2.0/security-groups/d6aa4a5d-bef4-4ccc-a82c-ff172e2a5b85 => 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: 609/1233] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:35:04 2026] GET /v2.0/ports?device_id=ce0bd07c-c42f-4a21-83ac-e851cf69ca0c => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1234] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:35:04 2026] GET /v2.0/security-groups?id=11f091fb-0a5d-4476-94b2-e5dc9a1b8e5f&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: 8|app: 0|req: 610/1235] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:35:05 2026] GET /v2.0/ports?device_id=ce0bd07c-c42f-4a21-83ac-e851cf69ca0c => generated 975 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1236] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:35:05 2026] GET /v2.0/security-groups?id=11f091fb-0a5d-4476-94b2-e5dc9a1b8e5f&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1237] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:35:07 2026] GET /v2.0/ports?device_id=ce0bd07c-c42f-4a21-83ac-e851cf69ca0c => 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: 627/1238] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:35:07 2026] GET /v2.0/security-groups?id=11f091fb-0a5d-4476-94b2-e5dc9a1b8e5f&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1241] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:35:07 2026] GET /v2.0/security-groups?tenant_id=e41775937374471db05dffa6049e7c62&name=default => generated 2925 bytes in 323 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1242] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:35:07 2026] GET /v2.0/security-groups?tenant_id=f421ffcbfd3a4e1bbfad3c9eeb14c9e3&name=default => generated 2925 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1243] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:35:07 2026] DELETE /v2.0/security-groups/e4b94ba4-9426-43e9-acca-43854c4da43d => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1244] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:35:07 2026] DELETE /v2.0/security-groups/97fa3ac1-77d4-43b8-a79b-a3ce126ee4c8 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1245] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:35:08 2026] GET /v2.0/security-groups?tenant_id=6550602e6f794451be589eb16a5a2be4&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1246] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:35:08 2026] GET /v2.0/ports?device_id=ce0bd07c-c42f-4a21-83ac-e851cf69ca0c => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1247] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:35:08 2026] DELETE /v2.0/security-groups/7be376ce-4f5a-4679-b2bd-bfafab9c40d3 => 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: 617/1248] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:35:08 2026] GET /v2.0/security-groups?id=11f091fb-0a5d-4476-94b2-e5dc9a1b8e5f&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1249] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:35:09 2026] GET /v2.0/ports?device_id=ce0bd07c-c42f-4a21-83ac-e851cf69ca0c => generated 973 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1250] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:35:09 2026] GET /v2.0/security-groups?id=11f091fb-0a5d-4476-94b2-e5dc9a1b8e5f&fields=id&fields=name => generated 113 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1251] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:35:10 2026] GET /v2.0/ports?device_id=ce0bd07c-c42f-4a21-83ac-e851cf69ca0c => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1252] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:35:10 2026] GET /v2.0/security-groups?id=11f091fb-0a5d-4476-94b2-e5dc9a1b8e5f&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-07-02 01:35:10.706 7 INFO neutron.db.segments_db [None req-1177504d-ed13-49ad-a17d-4dd78328a215 5a0ef23b10554636b926372018b4dcf1 f1f48e4fc9474326bf54aae5fdfd77e0 - - default default] Added segment af3ab64f-a849-4e78-8ccb-db9965c41dd9 of type vxlan for network 9b2f6035-4c3d-42dc-bb3c-a6cf6f0e25ed 2026-07-02 01:35:10.763 7 INFO neutron.db.segments_db [None req-1177504d-ed13-49ad-a17d-4dd78328a215 5a0ef23b10554636b926372018b4dcf1 f1f48e4fc9474326bf54aae5fdfd77e0 - - default default] Added segment 89bbd791-b795-409b-83f8-41a8b70a8ac8 of type vxlan for network 4b176c96-404d-4279-bdf4-743a723fc6b6 [pid: 7|app: 0|req: 633/1253] 10.0.0.150 () {34 vars in 670 bytes} [Thu Jul 2 01:35:10 2026] POST /v2.0/networks => generated 1244 bytes in 598 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1254] 10.0.0.150 () {32 vars in 649 bytes} [Thu Jul 2 01:35:10 2026] GET /v2.0/networks => generated 1843 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:35:11.097 7 INFO neutron.services.segments.plugin [-] Segment af3ab64f-a849-4e78-8ccb-db9965c41dd9 resource provider aggregate not found 2026-07-02 01:35:11.116 7 INFO neutron.services.segments.plugin [-] Segment af3ab64f-a849-4e78-8ccb-db9965c41dd9 resource provider aggregate not found 2026-07-02 01:35:11.120 7 INFO neutron.services.segments.plugin [-] Segment af3ab64f-a849-4e78-8ccb-db9965c41dd9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af3ab64f-a849-4e78-8ccb-db9965c41dd9 found for delete ", "request_id": "req-eee7a168-0c26-47f7-917e-12e6d845a233"}]} 2026-07-02 01:35:11.132 7 INFO neutron.services.segments.plugin [-] Segment af3ab64f-a849-4e78-8ccb-db9965c41dd9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af3ab64f-a849-4e78-8ccb-db9965c41dd9 found for delete ", "request_id": "req-4caa87f0-20b8-4caf-81a8-bc86ce42f9d0"}]} [pid: 7|app: 0|req: 634/1255] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:35:10 2026] DELETE /v2.0/networks/9b2f6035-4c3d-42dc-bb3c-a6cf6f0e25ed => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1256] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:35:10 2026] GET /v2.0/security-groups?tenant_id=6461aab6dff34ae793588e639185587e&name=default => generated 2925 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1257] 10.0.0.95 () {32 vars in 801 bytes} [Thu Jul 2 01:35:11 2026] GET /v2.0/extensions => generated 21537 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1258] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:35:11 2026] DELETE /v2.0/networks/4b176c96-404d-4279-bdf4-743a723fc6b6 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1259] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:35:11 2026] DELETE /v2.0/security-groups/830d5bde-a9d8-4510-8d31-3786f4df2ad9 => 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: 636/1260] 10.0.0.150 () {32 vars in 649 bytes} [Thu Jul 2 01:35:11 2026] GET /v2.0/networks => generated 651 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:35:11.445 8 INFO neutron.db.segments_db [None req-bd2d5617-abd1-4a59-9ef5-341afa03c433 5a0ef23b10554636b926372018b4dcf1 f1f48e4fc9474326bf54aae5fdfd77e0 - - default default] Added segment 7b26b14e-25d9-4a5e-8f9c-f055b564cc19 of type vxlan for network 063cb989-4712-4bb7-9a18-c2a740a8edc4 [pid: 8|app: 0|req: 625/1261] 10.0.0.150 () {34 vars in 670 bytes} [Thu Jul 2 01:35:11 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) [pid: 7|app: 0|req: 637/1262] 10.0.0.95 () {30 vars in 723 bytes} [Thu Jul 2 01:35:11 2026] GET /v2.0/quotas/7c965e986bae46e6902afdab8eb6f1f6/details => generated 847 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:35:11.624 7 INFO neutron.db.segments_db [None req-b047618b-136f-4e24-9a98-5a2e488026b4 5a0ef23b10554636b926372018b4dcf1 f1f48e4fc9474326bf54aae5fdfd77e0 - - default default] Added segment 67391b9a-4024-490a-94ca-7fced636b0db of type vxlan for network 119f8669-cbf5-4024-bf4b-b8348008ffdc [pid: 8|app: 0|req: 626/1263] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:35:11 2026] GET /v2.0/security-groups?tenant_id=1c385b3cbefb4b9aabd9846d139d5016&name=default => generated 2925 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1264] 10.0.0.150 () {34 vars in 670 bytes} [Thu Jul 2 01:35:11 2026] POST /v2.0/networks => generated 653 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1265] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:35:11 2026] GET /v2.0/ports?device_id=ce0bd07c-c42f-4a21-83ac-e851cf69ca0c => generated 975 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1266] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:35:11 2026] DELETE /v2.0/security-groups/fa49824a-251f-4d51-b09e-178fdb7f694a => 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: 640/1267] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:35:11 2026] GET /v2.0/security-groups?id=11f091fb-0a5d-4476-94b2-e5dc9a1b8e5f&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1268] 10.0.0.150 () {34 vars in 665 bytes} [Thu Jul 2 01:35:11 2026] POST /v2.0/ports => generated 1505 bytes in 653 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1269] 10.0.0.150 () {32 vars in 643 bytes} [Thu Jul 2 01:35:12 2026] GET /v2.0/ports => generated 1505 bytes in 94 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-07-02 01:35:12.637 8 INFO neutron_taas.services.taas.taas_plugin [None req-03858073-7f42-4db9-b714-447528c23257 5a0ef23b10554636b926372018b4dcf1 f1f48e4fc9474326bf54aae5fdfd77e0 - - default default] TaaS: Handle Delete Port: 3de3e08c-fb13-4389-bc14-0dc84f0085c5 2026-07-02 01:35:12.641 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-03858073-7f42-4db9-b714-447528c23257 5a0ef23b10554636b926372018b4dcf1 f1f48e4fc9474326bf54aae5fdfd77e0 - - default default] Tap Mirror: Handle Delete Port: 3de3e08c-fb13-4389-bc14-0dc84f0085c5 [pid: 8|app: 0|req: 629/1270] 10.0.0.150 () {32 vars in 720 bytes} [Thu Jul 2 01:35:12 2026] DELETE /v2.0/ports/3de3e08c-fb13-4389-bc14-0dc84f0085c5 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:35:12.882 7 INFO neutron_taas.services.taas.taas_plugin [None req-62575d26-312b-4344-99fd-333d4ffce479 5a0ef23b10554636b926372018b4dcf1 f1f48e4fc9474326bf54aae5fdfd77e0 - - default default] TaaS: Handle Delete Port: bcbf2968-69f8-48cf-9a03-cf1bdf913a2b 2026-07-02 01:35:12.886 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-62575d26-312b-4344-99fd-333d4ffce479 5a0ef23b10554636b926372018b4dcf1 f1f48e4fc9474326bf54aae5fdfd77e0 - - default default] Tap Mirror: Handle Delete Port: bcbf2968-69f8-48cf-9a03-cf1bdf913a2b [pid: 7|app: 0|req: 642/1271] 10.0.0.150 () {32 vars in 720 bytes} [Thu Jul 2 01:35:12 2026] DELETE /v2.0/ports/bcbf2968-69f8-48cf-9a03-cf1bdf913a2b => generated 0 bytes in 262 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1272] 10.0.0.150 () {32 vars in 643 bytes} [Thu Jul 2 01:35:13 2026] GET /v2.0/ports => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:35:13.080 7 INFO neutron.db.segments_db [None req-6c56cf9d-b730-4172-94dc-22461e6e8cab 5a0ef23b10554636b926372018b4dcf1 f1f48e4fc9474326bf54aae5fdfd77e0 - - default default] Added segment b07d4e77-ffba-4eb6-b569-7d5629f98caa of type vxlan for network 71b3f6bc-dbbd-4f04-b24e-a7cad7305209 2026-07-02 01:35:13.142 7 INFO neutron.services.segments.plugin [-] Segment 89bbd791-b795-409b-83f8-41a8b70a8ac8 resource provider aggregate not found 2026-07-02 01:35:13.155 7 INFO neutron.services.segments.plugin [-] Segment 89bbd791-b795-409b-83f8-41a8b70a8ac8 resource provider aggregate not found 2026-07-02 01:35:13.162 7 INFO neutron.services.segments.plugin [-] Segment 89bbd791-b795-409b-83f8-41a8b70a8ac8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89bbd791-b795-409b-83f8-41a8b70a8ac8 found for delete ", "request_id": "req-fc106c27-cf3a-499c-b1bb-f592e6173375"}]} 2026-07-02 01:35:13.179 7 INFO neutron.services.segments.plugin [-] Segment 89bbd791-b795-409b-83f8-41a8b70a8ac8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89bbd791-b795-409b-83f8-41a8b70a8ac8 found for delete ", "request_id": "req-9b52074f-0516-46b5-8cce-587f3745b4bc"}]} [pid: 7|app: 0|req: 643/1273] 10.0.0.150 () {34 vars in 670 bytes} [Thu Jul 2 01:35:13 2026] POST /v2.0/networks => generated 654 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:35:13.243 8 INFO neutron.db.segments_db [None req-4be73941-7685-4b49-9388-0936291c4eed 5a0ef23b10554636b926372018b4dcf1 f1f48e4fc9474326bf54aae5fdfd77e0 - - default default] Added segment 147b8cfa-1fcb-4951-95c6-be950437cc93 of type vxlan for network 6cdd67f6-9152-4728-a12d-802ba2989e8d [pid: 8|app: 0|req: 631/1274] 10.0.0.150 () {34 vars in 670 bytes} [Thu Jul 2 01:35:13 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) [pid: 7|app: 0|req: 644/1275] 10.0.0.150 () {34 vars in 669 bytes} [Thu Jul 2 01:35:13 2026] POST /v2.0/subnets => generated 1323 bytes in 449 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1276] 10.0.0.150 () {32 vars in 647 bytes} [Thu Jul 2 01:35:14 2026] GET /v2.0/subnets => generated 1959 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1277] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:35:14 2026] DELETE /v2.0/subnets/a54dc99a-d080-4cb3-a623-2af85397b9fc => 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: 633/1278] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:35:14 2026] DELETE /v2.0/subnets/9a9814ff-5a71-40b2-965f-30b09d9bb5ac => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1279] 10.0.0.150 () {32 vars in 647 bytes} [Thu Jul 2 01:35:14 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) [pid: 7|app: 0|req: 647/1280] 10.0.0.95 () {32 vars in 801 bytes} [Thu Jul 2 01:35:14 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-07-02 01:35:14.693 8 INFO neutron.services.segments.plugin [-] Segment 147b8cfa-1fcb-4951-95c6-be950437cc93 resource provider aggregate not found 2026-07-02 01:35:14.700 8 INFO neutron.services.segments.plugin [-] Segment 147b8cfa-1fcb-4951-95c6-be950437cc93 resource provider aggregate not found 2026-07-02 01:35:14.715 8 INFO neutron.services.segments.plugin [-] Segment 147b8cfa-1fcb-4951-95c6-be950437cc93 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 147b8cfa-1fcb-4951-95c6-be950437cc93 found for delete ", "request_id": "req-3f426e4f-e07e-46fa-9b1b-68b03fa48c33"}]} 2026-07-02 01:35:14.723 8 INFO neutron.services.segments.plugin [-] Segment 147b8cfa-1fcb-4951-95c6-be950437cc93 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 147b8cfa-1fcb-4951-95c6-be950437cc93 found for delete ", "request_id": "req-0fce93d8-4abc-4e3d-be44-9ce48794f826"}]} [pid: 8|app: 0|req: 634/1281] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:35:14 2026] DELETE /v2.0/networks/6cdd67f6-9152-4728-a12d-802ba2989e8d => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1282] 10.0.0.95 () {30 vars in 723 bytes} [Thu Jul 2 01:35:14 2026] GET /v2.0/quotas/7c965e986bae46e6902afdab8eb6f1f6/details => generated 847 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1283] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:35:14 2026] DELETE /v2.0/networks/71b3f6bc-dbbd-4f04-b24e-a7cad7305209 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1284] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:35:14 2026] DELETE /v2.0/networks/119f8669-cbf5-4024-bf4b-b8348008ffdc => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:35:15.189 7 INFO neutron.services.segments.plugin [-] Segment b07d4e77-ffba-4eb6-b569-7d5629f98caa resource provider aggregate not found [pid: 7|app: 0|req: 649/1285] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:35:15 2026] DELETE /v2.0/networks/063cb989-4712-4bb7-9a18-c2a740a8edc4 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:35:15.199 7 INFO neutron.services.segments.plugin [-] Segment b07d4e77-ffba-4eb6-b569-7d5629f98caa resource provider aggregate not found 2026-07-02 01:35:15.207 7 INFO neutron.services.segments.plugin [-] Segment b07d4e77-ffba-4eb6-b569-7d5629f98caa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b07d4e77-ffba-4eb6-b569-7d5629f98caa found for delete ", "request_id": "req-0a693f8e-27e7-48cd-815c-6c6bdf2fdd0b"}]} 2026-07-02 01:35:15.217 7 INFO neutron.services.segments.plugin [-] Segment b07d4e77-ffba-4eb6-b569-7d5629f98caa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b07d4e77-ffba-4eb6-b569-7d5629f98caa found for delete ", "request_id": "req-7b128751-04c8-4a3a-ac76-f006eb081712"}]} 2026-07-02 01:35:15.222 7 INFO neutron.services.segments.plugin [-] Segment 7b26b14e-25d9-4a5e-8f9c-f055b564cc19 resource provider aggregate not found 2026-07-02 01:35:15.235 7 INFO neutron.services.segments.plugin [-] Segment 7b26b14e-25d9-4a5e-8f9c-f055b564cc19 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b26b14e-25d9-4a5e-8f9c-f055b564cc19 found for delete ", "request_id": "req-e3946991-44c5-42cb-b002-158e02ae2dc0"}]} 2026-07-02 01:35:15.237 7 INFO neutron.services.segments.plugin [-] Segment 7b26b14e-25d9-4a5e-8f9c-f055b564cc19 resource provider aggregate not found 2026-07-02 01:35:15.253 7 INFO neutron.services.segments.plugin [-] Segment 7b26b14e-25d9-4a5e-8f9c-f055b564cc19 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b26b14e-25d9-4a5e-8f9c-f055b564cc19 found for delete ", "request_id": "req-5be61851-9b71-4ab9-9f97-5f4d3e18981d"}]} [pid: 8|app: 0|req: 637/1286] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:35:15 2026] GET /v2.0/security-groups?tenant_id=f1f48e4fc9474326bf54aae5fdfd77e0&name=default => generated 2925 bytes in 202 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1287] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:35:15 2026] DELETE /v2.0/security-groups/6e4a2e8d-135d-44a9-965b-aa9c8cd179b7 => 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: 638/1288] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:35:16 2026] GET /v2.0/security-groups?tenant_id=126d8f8069e6448e9485c259ead28395&name=default => generated 2925 bytes in 271 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1289] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:35:16 2026] DELETE /v2.0/security-groups/26b9c7aa-b84c-4f59-9056-6fcc46df193b => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:35:16.738 8 INFO neutron.services.segments.plugin [-] Segment 67391b9a-4024-490a-94ca-7fced636b0db resource provider aggregate not found 2026-07-02 01:35:16.743 8 INFO neutron.services.segments.plugin [-] Segment 67391b9a-4024-490a-94ca-7fced636b0db resource provider aggregate not found 2026-07-02 01:35:16.756 8 INFO neutron.services.segments.plugin [-] Segment 67391b9a-4024-490a-94ca-7fced636b0db resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 67391b9a-4024-490a-94ca-7fced636b0db found for delete ", "request_id": "req-ffb02a85-8723-4c09-9c5d-4526b01a05b6"}]} 2026-07-02 01:35:16.758 8 INFO neutron.services.segments.plugin [-] Segment 67391b9a-4024-490a-94ca-7fced636b0db resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 67391b9a-4024-490a-94ca-7fced636b0db found for delete ", "request_id": "req-99a338d7-f2f2-4a08-93b1-a7557ae22956"}]} [pid: 8|app: 0|req: 639/1290] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:35:16 2026] GET /v2.0/security-groups?tenant_id=8adf595771b54cf88ff7843370c3ff43&name=default => generated 2925 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1291] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:35:16 2026] DELETE /v2.0/security-groups/83ce7564-e114-4091-af09-99f456bfae21 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:35:18.163 8 INFO neutron.db.segments_db [None req-3258166f-6d91-413e-9607-28937f2e967b c920b893362f41bdbdbcbf62ae353822 7d2b6a2e17b141d080bc482a87c7f25e - - default default] Added segment 50c6fd85-2f24-4c97-a77e-ed73940c6c53 of type vxlan for network f2fef052-1fd2-4fe5-a395-77ad57ae90d2 [pid: 7|app: 0|req: 653/1292] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:35:17 2026] GET /v2.0/security-groups?tenant_id=7c965e986bae46e6902afdab8eb6f1f6&name=default => generated 2925 bytes in 231 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1293] 10.0.0.150 () {34 vars in 670 bytes} [Thu Jul 2 01:35:17 2026] POST /v2.0/networks => generated 644 bytes in 351 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1294] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:35:18 2026] DELETE /v2.0/security-groups/7d2abd0d-cf09-4aee-8166-865d8270760c => 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: 641/1295] 10.0.0.150 () {34 vars in 669 bytes} [Thu Jul 2 01:35:18 2026] POST /v2.0/subnets => generated 641 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:35:18.545 7 INFO neutron.db.segments_db [None req-f1b25e0d-f1d8-4a9d-a1ff-dbaeff1dbe39 c920b893362f41bdbdbcbf62ae353822 7d2b6a2e17b141d080bc482a87c7f25e - - default default] Added segment d8780a10-f96c-4177-9874-c38811e112d4 of type vxlan for network 85728c2c-0113-41a1-98b3-0f2603b42530 [pid: 7|app: 0|req: 655/1296] 10.0.0.150 () {34 vars in 670 bytes} [Thu Jul 2 01:35:18 2026] POST /v2.0/networks => generated 644 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1297] 10.0.0.150 () {34 vars in 743 bytes} [Thu Jul 2 01:35:18 2026] PUT /v2.0/networks/85728c2c-0113-41a1-98b3-0f2603b42530 => generated 592 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1298] 10.0.0.150 () {34 vars in 669 bytes} [Thu Jul 2 01:35:18 2026] POST /v2.0/subnets => generated 626 bytes in 288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1299] 10.0.0.150 () {34 vars in 741 bytes} [Thu Jul 2 01:35:19 2026] PUT /v2.0/subnets/077e82d3-6971-4bee-9213-dd53c57ae4b3 => generated 636 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:35:19.328 7 INFO neutron.services.segments.plugin [-] Segment d8780a10-f96c-4177-9874-c38811e112d4 resource provider aggregate not found 2026-07-02 01:35:19.335 7 INFO neutron.services.segments.plugin [-] Segment d8780a10-f96c-4177-9874-c38811e112d4 resource provider aggregate not found 2026-07-02 01:35:19.355 7 INFO neutron.services.segments.plugin [-] Segment d8780a10-f96c-4177-9874-c38811e112d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8780a10-f96c-4177-9874-c38811e112d4 found for delete ", "request_id": "req-aeb8266c-7481-4330-ae08-0a149acdeafb"}]} 2026-07-02 01:35:19.356 7 INFO neutron.services.segments.plugin [-] Segment d8780a10-f96c-4177-9874-c38811e112d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8780a10-f96c-4177-9874-c38811e112d4 found for delete ", "request_id": "req-970764e1-8fd5-40e5-ab4c-4419a725519b"}]} [pid: 7|app: 0|req: 657/1300] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:35:19 2026] DELETE /v2.0/networks/85728c2c-0113-41a1-98b3-0f2603b42530 => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:35:19.384 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bb3fdc0b-31f2-4abb-aa62-f6624b82a33b c920b893362f41bdbdbcbf62ae353822 7d2b6a2e17b141d080bc482a87c7f25e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 658/1301] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:35:19 2026] DELETE /v2.0/networks/85728c2c-0113-41a1-98b3-0f2603b42530 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1302] 10.0.0.150 () {32 vars in 694 bytes} [Thu Jul 2 01:35:19 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1303] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:35:19 2026] GET /v2.0/security-groups?tenant_id=c93a1a0c9ebb4130a76ab44fec8bd7d2&name=default => generated 2925 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1304] 10.0.0.150 () {32 vars in 742 bytes} [Thu Jul 2 01:35:19 2026] GET /v2.0/subnets?network_id=907dfad9-4cce-49c7-872e-aefc72d72231 => generated 649 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1305] 10.0.0.150 () {32 vars in 653 bytes} [Thu Jul 2 01:35:19 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1306] 10.0.0.150 () {32 vars in 649 bytes} [Thu Jul 2 01:35:19 2026] GET /v2.0/networks => generated 1309 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1307] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:35:19 2026] DELETE /v2.0/security-groups/83aec443-eafe-4dca-85a3-35bb3e6b2ece => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1308] 10.0.0.150 () {32 vars in 647 bytes} [Thu Jul 2 01:35:19 2026] GET /v2.0/subnets => generated 1280 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1309] 10.0.0.150 () {32 vars in 723 bytes} [Thu Jul 2 01:35:19 2026] GET /v2.0/networks/f2fef052-1fd2-4fe5-a395-77ad57ae90d2 => generated 669 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1310] 10.0.0.150 () {32 vars in 721 bytes} [Thu Jul 2 01:35:19 2026] GET /v2.0/subnets/7a3ceecb-902f-405c-9571-c9c5e93a352e => generated 641 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:35:19.731 8 INFO neutron.pecan_wsgi.hooks.translation [None req-69130b6e-4731-45f8-861c-12e1e294370b c920b893362f41bdbdbcbf62ae353822 7d2b6a2e17b141d080bc482a87c7f25e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 647/1311] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:35:19 2026] DELETE /v2.0/subnets/077e82d3-6971-4bee-9213-dd53c57ae4b3 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:35:19.752 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ecb15ee5-b76d-4775-ac5f-2eab51b5094b c920b893362f41bdbdbcbf62ae353822 7d2b6a2e17b141d080bc482a87c7f25e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 665/1312] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:35:19 2026] DELETE /v2.0/networks/85728c2c-0113-41a1-98b3-0f2603b42530 => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1313] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:35:19 2026] DELETE /v2.0/subnets/7a3ceecb-902f-405c-9571-c9c5e93a352e => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:35:20.040 7 INFO neutron_taas.services.taas.taas_plugin [None req-5e49f4c1-7826-42f3-b02e-03c70473ae47 c920b893362f41bdbdbcbf62ae353822 7d2b6a2e17b141d080bc482a87c7f25e - - default default] TaaS: Handle Delete Port: 1e90c3ce-cf86-4e07-b382-d792d00746f0 2026-07-02 01:35:20.042 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5e49f4c1-7826-42f3-b02e-03c70473ae47 c920b893362f41bdbdbcbf62ae353822 7d2b6a2e17b141d080bc482a87c7f25e - - default default] Tap Mirror: Handle Delete Port: 1e90c3ce-cf86-4e07-b382-d792d00746f0 [pid: 7|app: 0|req: 666/1314] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:35:19 2026] DELETE /v2.0/networks/f2fef052-1fd2-4fe5-a395-77ad57ae90d2 => generated 0 bytes in 275 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1315] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:35:20 2026] GET /v2.0/security-groups?tenant_id=7d2b6a2e17b141d080bc482a87c7f25e&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: 667/1316] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:35:20 2026] DELETE /v2.0/security-groups/efd2e872-74ed-4cd5-ad67-4710b62403ef => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:35:21.372 7 INFO neutron.services.segments.plugin [-] Segment 50c6fd85-2f24-4c97-a77e-ed73940c6c53 resource provider aggregate not found 2026-07-02 01:35:21.376 7 INFO neutron.services.segments.plugin [-] Segment 50c6fd85-2f24-4c97-a77e-ed73940c6c53 resource provider aggregate not found 2026-07-02 01:35:21.390 7 INFO neutron.services.segments.plugin [-] Segment 50c6fd85-2f24-4c97-a77e-ed73940c6c53 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50c6fd85-2f24-4c97-a77e-ed73940c6c53 found for delete ", "request_id": "req-c8864f47-c2ea-41af-9d2b-4fbf63cb71dc"}]} 2026-07-02 01:35:21.392 7 INFO neutron.services.segments.plugin [-] Segment 50c6fd85-2f24-4c97-a77e-ed73940c6c53 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50c6fd85-2f24-4c97-a77e-ed73940c6c53 found for delete ", "request_id": "req-c1b5e636-b4df-46ed-ba5f-a482bc06ae95"}]} 2026-07-02 01:35:21.557 8 INFO neutron.db.segments_db [None req-6c542716-1655-4c9d-bff0-704f67ce0bc3 fa8b8a53c1cf48eaa4e40ed648d32aa3 a41aa725ed5e4de5bcfd6156c956a134 - - default default] Added segment baa821f6-da53-4b6f-a35b-5e0980e75715 of type vxlan for network 61664ef8-f17a-43b1-8d98-016f7df2b25b [pid: 8|app: 0|req: 650/1317] 10.0.0.150 () {34 vars in 670 bytes} [Thu Jul 2 01:35:21 2026] POST /v2.0/networks => generated 649 bytes in 341 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1318] 10.0.0.150 () {34 vars in 665 bytes} [Thu Jul 2 01:35:21 2026] POST /v2.0/ports => generated 778 bytes in 338 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:35:22.098 8 INFO neutron.db.segments_db [None req-f855d0df-904e-46c0-9a51-c88873151908 fa8b8a53c1cf48eaa4e40ed648d32aa3 a41aa725ed5e4de5bcfd6156c956a134 - - default default] Added segment 66f5b71d-dd98-4556-8891-0a6c9fe37b28 of type vxlan for network b66338a4-0754-4a78-bff7-9285ae4c308d [pid: 8|app: 0|req: 651/1319] 10.0.0.150 () {34 vars in 670 bytes} [Thu Jul 2 01:35:22 2026] POST /v2.0/networks => generated 635 bytes in 191 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: 669/1322] 10.0.0.150 () {34 vars in 669 bytes} [Thu Jul 2 01:35:22 2026] POST /v2.0/subnets => generated 646 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1323] 10.0.0.150 () {34 vars in 665 bytes} [Thu Jul 2 01:35:22 2026] POST /v2.0/ports => generated 965 bytes in 375 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:35:22.858 7 INFO neutron.db.segments_db [None req-05f10a50-b831-4a10-b08f-a18bea43062b 60c9fdd7db5a4891aa6aedc32f76063f b0fbc81a30ae419897b5ac44b270aee1 - - default default] Added segment aba7d688-6f53-47b8-ba8a-96ae813a1d97 of type vxlan for network 253904b7-ef38-4a6c-967d-07d93447158d /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 670/1324] 10.0.0.150 () {34 vars in 670 bytes} [Thu Jul 2 01:35:22 2026] POST /v2.0/networks => generated 632 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:35:23.015 7 INFO neutron_taas.services.taas.taas_plugin [None req-c336c99b-2edb-47a7-9f93-0265211cf554 fa8b8a53c1cf48eaa4e40ed648d32aa3 a41aa725ed5e4de5bcfd6156c956a134 - - default default] TaaS: Handle Delete Port: 760ee412-3a56-47fa-b439-9ca3c0cea117 2026-07-02 01:35:23.018 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c336c99b-2edb-47a7-9f93-0265211cf554 fa8b8a53c1cf48eaa4e40ed648d32aa3 a41aa725ed5e4de5bcfd6156c956a134 - - default default] Tap Mirror: Handle Delete Port: 760ee412-3a56-47fa-b439-9ca3c0cea117 2026-07-02 01:35:23.022 8 INFO neutron.db.segments_db [None req-dbbc4899-b0c8-48c8-b1dc-43cdb8bfbf3d 22932172ec2d46438f8cb451b1dd1f1b fc701b5778ae4b3695eeb1b8e1e44152 - - default default] Added segment 4ca2e3ce-86ca-43ff-975d-5cdc24abd37a of type vxlan for network 18c2ae9d-3a9c-403b-a407-69202b60c3eb [pid: 8|app: 0|req: 655/1325] 10.0.0.150 () {34 vars in 670 bytes} [Thu Jul 2 01:35:22 2026] POST /v2.0/networks => generated 644 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1326] 10.0.0.150 () {32 vars in 720 bytes} [Thu Jul 2 01:35:22 2026] DELETE /v2.0/ports/760ee412-3a56-47fa-b439-9ca3c0cea117 => generated 0 bytes in 219 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1327] 10.0.0.12 () {34 vars in 989 bytes} [Thu Jul 2 01:35:23 2026] GET /v2.0/ports?device_id=ce0bd07c-c42f-4a21-83ac-e851cf69ca0c => generated 1244 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1328] 10.0.0.150 () {34 vars in 664 bytes} [Thu Jul 2 01:35:23 2026] POST /v2.0/ports => generated 743 bytes in 262 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-07-02 01:35:23.418 7 INFO neutron.pecan_wsgi.hooks.translation [None req-68d61672-a160-4f3f-a53c-2567ebc01046 fa8b8a53c1cf48eaa4e40ed648d32aa3 a41aa725ed5e4de5bcfd6156c956a134 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 673/1329] 10.0.0.150 () {32 vars in 720 bytes} [Thu Jul 2 01:35:23 2026] DELETE /v2.0/ports/760ee412-3a56-47fa-b439-9ca3c0cea117 => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1330] 10.0.0.12 () {34 vars in 1039 bytes} [Thu Jul 2 01:35:23 2026] GET /v2.0/security-groups?id=11f091fb-0a5d-4476-94b2-e5dc9a1b8e5f&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:35:23.514 7 INFO neutron.db.segments_db [None req-55b996aa-e5bb-43db-9897-fadf7d957dcd 60c9fdd7db5a4891aa6aedc32f76063f b0fbc81a30ae419897b5ac44b270aee1 - - default default] Added segment 20cbbc7e-fbca-4b6d-914b-06aa31f93848 of type vxlan for network 774f2f96-bb93-45ea-bc5b-ec7c430c6019 [pid: 8|app: 0|req: 657/1331] 10.0.0.150 () {34 vars in 665 bytes} [Thu Jul 2 01:35:23 2026] POST /v2.0/ports => generated 775 bytes in 288 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-07-02 01:35:23.543 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a773e352-2542-42e0-b1f5-1ff187e96ce4 fa8b8a53c1cf48eaa4e40ed648d32aa3 a41aa725ed5e4de5bcfd6156c956a134 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 658/1332] 10.0.0.150 () {32 vars in 717 bytes} [Thu Jul 2 01:35:23 2026] GET /v2.0/ports/760ee412-3a56-47fa-b439-9ca3c0cea117 => generated 132 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1333] 10.0.0.150 () {34 vars in 670 bytes} [Thu Jul 2 01:35:23 2026] POST /v2.0/networks => generated 630 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:35:23.592 8 INFO neutron.db.segments_db [None req-7c28ba6a-cecc-49b0-b285-26d46ba819d5 22932172ec2d46438f8cb451b1dd1f1b fc701b5778ae4b3695eeb1b8e1e44152 - - default default] Added segment a8b4b4f6-0b81-4afa-b0c4-d986de6be366 of type vxlan for network a4158cdd-936e-4bbf-95b1-f6b3c1f6b317 [pid: 8|app: 0|req: 659/1334] 10.0.0.150 () {34 vars in 670 bytes} [Thu Jul 2 01:35:23 2026] POST /v2.0/networks => generated 632 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1335] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:35:23 2026] DELETE /v2.0/subnets/fc605849-76a5-4636-8ebd-5dce6bbe324a => 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: 677/1336] 10.0.0.150 () {34 vars in 669 bytes} [Thu Jul 2 01:35:23 2026] POST /v2.0/subnets => generated 626 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1337] 10.0.0.150 () {34 vars in 664 bytes} [Thu Jul 2 01:35:23 2026] POST /v2.0/ports => generated 743 bytes in 321 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-07-02 01:35:24.117 7 INFO neutron.services.segments.plugin [-] Segment 66f5b71d-dd98-4556-8891-0a6c9fe37b28 resource provider aggregate not found 2026-07-02 01:35:24.122 7 INFO neutron.services.segments.plugin [-] Segment 66f5b71d-dd98-4556-8891-0a6c9fe37b28 resource provider aggregate not found 2026-07-02 01:35:24.138 7 INFO neutron.services.segments.plugin [-] Segment 66f5b71d-dd98-4556-8891-0a6c9fe37b28 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66f5b71d-dd98-4556-8891-0a6c9fe37b28 found for delete ", "request_id": "req-0e33a6e3-1a26-472f-82bc-af0c23d37841"}]} 2026-07-02 01:35:24.140 7 INFO neutron.services.segments.plugin [-] Segment 66f5b71d-dd98-4556-8891-0a6c9fe37b28 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66f5b71d-dd98-4556-8891-0a6c9fe37b28 found for delete ", "request_id": "req-e3a41a76-cfc1-435d-b345-b1d23831c052"}]} [pid: 7|app: 0|req: 678/1338] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:35:24 2026] DELETE /v2.0/networks/b66338a4-0754-4a78-bff7-9285ae4c308d => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:35:24.208 7 INFO neutron.db.segments_db [None req-a44f67ea-bb81-447d-a9bf-d4c57f2288dd 60c9fdd7db5a4891aa6aedc32f76063f b0fbc81a30ae419897b5ac44b270aee1 - - default default] Added segment 73f027fa-4338-424e-90d0-6ba9b01429a5 of type vxlan for network 080f3503-48db-437e-ab11-a4a4fe908415 [pid: 7|app: 0|req: 679/1339] 10.0.0.150 () {34 vars in 670 bytes} [Thu Jul 2 01:35:24 2026] POST /v2.0/networks => generated 631 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:35:24.347 7 INFO neutron.db.segments_db [None req-378a9bd9-8826-442e-ab83-b80fab244ab8 fa8b8a53c1cf48eaa4e40ed648d32aa3 a41aa725ed5e4de5bcfd6156c956a134 - - default default] Added segment 94017eae-9c1f-4293-801a-d2029af27140 of type vxlan for network dea734da-b276-41cf-b0a1-1bb7df24fe1f [pid: 8|app: 0|req: 661/1340] 10.0.0.150 () {34 vars in 665 bytes} [Thu Jul 2 01:35:24 2026] POST /v2.0/ports => generated 950 bytes in 330 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: 680/1341] 10.0.0.150 () {34 vars in 670 bytes} [Thu Jul 2 01:35:24 2026] POST /v2.0/networks => generated 636 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:35:24.531 7 INFO neutron_taas.services.taas.taas_plugin [None req-2fcf8e51-7709-49b6-bfd2-9beed30b639a 22932172ec2d46438f8cb451b1dd1f1b fc701b5778ae4b3695eeb1b8e1e44152 - - default default] TaaS: Handle Delete Port: c4fd9f1b-dc24-4ae5-9414-c171a534fd37 2026-07-02 01:35:24.535 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2fcf8e51-7709-49b6-bfd2-9beed30b639a 22932172ec2d46438f8cb451b1dd1f1b fc701b5778ae4b3695eeb1b8e1e44152 - - default default] Tap Mirror: Handle Delete Port: c4fd9f1b-dc24-4ae5-9414-c171a534fd37 [pid: 8|app: 0|req: 662/1342] 10.0.0.150 () {34 vars in 664 bytes} [Thu Jul 2 01:35:24 2026] POST /v2.0/ports => generated 743 bytes in 278 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: 681/1343] 10.0.0.150 () {32 vars in 720 bytes} [Thu Jul 2 01:35:24 2026] DELETE /v2.0/ports/c4fd9f1b-dc24-4ae5-9414-c171a534fd37 => generated 0 bytes in 250 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:35:24.732 7 INFO neutron.db.segments_db [None req-4b87dee2-0dc6-40fb-8a2a-7017cbf4d522 60c9fdd7db5a4891aa6aedc32f76063f b0fbc81a30ae419897b5ac44b270aee1 - - default default] Added segment f27b65c7-0b97-44ac-8191-2ef9a8b785b3 of type vxlan for network 4cb297c2-c4cb-40cd-b385-d51e69a83cc3 [pid: 7|app: 0|req: 682/1344] 10.0.0.150 () {34 vars in 670 bytes} [Thu Jul 2 01:35:24 2026] POST /v2.0/networks => generated 632 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:35:24.876 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a8ae25e0-a7a4-48ba-91a9-11ec0d19d3ce 22932172ec2d46438f8cb451b1dd1f1b fc701b5778ae4b3695eeb1b8e1e44152 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 683/1345] 10.0.0.150 () {32 vars in 720 bytes} [Thu Jul 2 01:35:24 2026] DELETE /v2.0/ports/c4fd9f1b-dc24-4ae5-9414-c171a534fd37 => generated 132 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1346] 10.0.0.150 () {34 vars in 669 bytes} [Thu Jul 2 01:35:24 2026] POST /v2.0/subnets => generated 646 bytes in 276 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:35:24.931 8 INFO neutron.pecan_wsgi.hooks.translation [None req-57a0a8a8-38a8-4a1f-8b5a-3668b71878c0 22932172ec2d46438f8cb451b1dd1f1b fc701b5778ae4b3695eeb1b8e1e44152 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 664/1347] 10.0.0.150 () {32 vars in 717 bytes} [Thu Jul 2 01:35:24 2026] GET /v2.0/ports/c4fd9f1b-dc24-4ae5-9414-c171a534fd37 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1348] 10.0.0.150 () {34 vars in 665 bytes} [Thu Jul 2 01:35:24 2026] POST /v2.0/ports => generated 928 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1349] 10.0.0.150 () {34 vars in 664 bytes} [Thu Jul 2 01:35:24 2026] POST /v2.0/ports => generated 743 bytes in 327 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: 666/1350] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:35:25 2026] DELETE /v2.0/subnets/f7c210ed-d7ae-4f95-a766-3081256fbe63 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:35:25.371 8 INFO neutron.db.segments_db [None req-608ab6ba-a392-49e8-a320-f555ea7ed03d 60c9fdd7db5a4891aa6aedc32f76063f b0fbc81a30ae419897b5ac44b270aee1 - - default default] Added segment 31f5a0c5-7ed2-48fd-96b9-3d5014354945 of type vxlan for network 6b0094f3-4164-402b-99af-6a2522def1ff 2026-07-02 01:35:25.372 7 INFO neutron_taas.services.taas.taas_plugin [None req-ec50f3b9-87d7-4e89-b3fc-c40b963b22c5 fa8b8a53c1cf48eaa4e40ed648d32aa3 a41aa725ed5e4de5bcfd6156c956a134 - - default default] TaaS: Handle Delete Port: 1388a423-fb4f-4742-8b14-3e8c664e2d98 2026-07-02 01:35:25.375 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ec50f3b9-87d7-4e89-b3fc-c40b963b22c5 fa8b8a53c1cf48eaa4e40ed648d32aa3 a41aa725ed5e4de5bcfd6156c956a134 - - default default] Tap Mirror: Handle Delete Port: 1388a423-fb4f-4742-8b14-3e8c664e2d98 [pid: 8|app: 0|req: 667/1351] 10.0.0.150 () {34 vars in 670 bytes} [Thu Jul 2 01:35:25 2026] POST /v2.0/networks => generated 632 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1352] 10.0.0.150 () {32 vars in 720 bytes} [Thu Jul 2 01:35:25 2026] DELETE /v2.0/ports/1388a423-fb4f-4742-8b14-3e8c664e2d98 => generated 0 bytes in 281 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:35:25.569 8 INFO neutron.services.segments.plugin [-] Segment a8b4b4f6-0b81-4afa-b0c4-d986de6be366 resource provider aggregate not found 2026-07-02 01:35:25.576 8 INFO neutron.services.segments.plugin [-] Segment a8b4b4f6-0b81-4afa-b0c4-d986de6be366 resource provider aggregate not found 2026-07-02 01:35:25.586 8 INFO neutron.services.segments.plugin [-] Segment a8b4b4f6-0b81-4afa-b0c4-d986de6be366 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8b4b4f6-0b81-4afa-b0c4-d986de6be366 found for delete ", "request_id": "req-b2472406-5280-4bc8-8ef9-f82b5a93c525"}]} [pid: 8|app: 0|req: 668/1353] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:35:25 2026] DELETE /v2.0/networks/a4158cdd-936e-4bbf-95b1-f6b3c1f6b317 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:35:25.598 8 INFO neutron.services.segments.plugin [-] Segment a8b4b4f6-0b81-4afa-b0c4-d986de6be366 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8b4b4f6-0b81-4afa-b0c4-d986de6be366 found for delete ", "request_id": "req-9c6b2431-07bd-4228-92d4-2e9ecf9b3092"}]} 2026-07-02 01:35:25.608 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0caa1724-5719-46cf-be48-507be1d268b2 fa8b8a53c1cf48eaa4e40ed648d32aa3 a41aa725ed5e4de5bcfd6156c956a134 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 669/1354] 10.0.0.150 () {32 vars in 717 bytes} [Thu Jul 2 01:35:25 2026] GET /v2.0/ports/1388a423-fb4f-4742-8b14-3e8c664e2d98 => generated 132 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:35:25.668 8 INFO neutron.db.segments_db [None req-c415349a-864e-43ca-9b69-a7a9a191000a 22932172ec2d46438f8cb451b1dd1f1b fc701b5778ae4b3695eeb1b8e1e44152 - - default default] Added segment 3b40f334-76c7-4df4-b739-fb53e2056b4b of type vxlan for network faabd34b-99b5-40e8-8568-36c64ae2eaa7 [pid: 8|app: 0|req: 670/1355] 10.0.0.150 () {34 vars in 670 bytes} [Thu Jul 2 01:35:25 2026] POST /v2.0/networks => generated 632 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1356] 10.0.0.150 () {34 vars in 664 bytes} [Thu Jul 2 01:35:25 2026] POST /v2.0/ports => generated 743 bytes in 382 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: 671/1357] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:35:25 2026] DELETE /v2.0/subnets/705861d6-ee4e-4ec7-a7e7-f14ec0dd104e => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1358] 10.0.0.150 () {34 vars in 747 bytes} [Thu Jul 2 01:35:25 2026] PUT /v2.0/ports/e0c422e8-1a07-4ca4-aee4-f18d20ffd2b2/tags => generated 17 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 687/1359] 10.0.0.150 () {34 vars in 669 bytes} [Thu Jul 2 01:35:25 2026] POST /v2.0/subnets => generated 626 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1360] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:35:26 2026] DELETE /v2.0/networks/dea734da-b276-41cf-b0a1-1bb7df24fe1f => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1361] 10.0.0.150 () {34 vars in 747 bytes} [Thu Jul 2 01:35:26 2026] PUT /v2.0/ports/d44053c9-c9e3-4ab3-a0fd-f019327c4234/tags => generated 25 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: 689/1362] 10.0.0.150 () {34 vars in 665 bytes} [Thu Jul 2 01:35:26 2026] POST /v2.0/ports => generated 779 bytes in 247 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: 674/1363] 10.0.0.150 () {34 vars in 665 bytes} [Thu Jul 2 01:35:26 2026] POST /v2.0/ports => generated 915 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1364] 10.0.0.150 () {34 vars in 747 bytes} [Thu Jul 2 01:35:26 2026] PUT /v2.0/ports/e8d3907c-879c-4851-958e-f9ecdd08a0a5/tags => generated 34 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 01:35:26.579 7 INFO neutron_taas.services.taas.taas_plugin [None req-7b0da8d8-4e83-47cf-8438-ceca955982f0 22932172ec2d46438f8cb451b1dd1f1b fc701b5778ae4b3695eeb1b8e1e44152 - - default default] TaaS: Handle Delete Port: e34f7db3-55ea-465c-b78b-39e70fe92123 2026-07-02 01:35:26.582 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7b0da8d8-4e83-47cf-8438-ceca955982f0 22932172ec2d46438f8cb451b1dd1f1b fc701b5778ae4b3695eeb1b8e1e44152 - - default default] Tap Mirror: Handle Delete Port: e34f7db3-55ea-465c-b78b-39e70fe92123 [pid: 8|app: 0|req: 675/1365] 10.0.0.150 () {34 vars in 737 bytes} [Thu Jul 2 01:35:26 2026] PUT /v2.0/ports/fa8dbc8d-6d9e-4fa8-b153-7aafdaf44d13 => generated 752 bytes in 173 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: 676/1366] 10.0.0.150 () {34 vars in 747 bytes} [Thu Jul 2 01:35:26 2026] PUT /v2.0/ports/9c4331d5-63d6-4bcc-886a-eb077788bfe1/tags => generated 19 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 691/1367] 10.0.0.150 () {32 vars in 720 bytes} [Thu Jul 2 01:35:26 2026] DELETE /v2.0/ports/e34f7db3-55ea-465c-b78b-39e70fe92123 => generated 0 bytes in 235 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:35:26.785 8 INFO neutron_taas.services.taas.taas_plugin [None req-fd867b6f-fe70-4837-a7c4-529be364cc60 fa8b8a53c1cf48eaa4e40ed648d32aa3 a41aa725ed5e4de5bcfd6156c956a134 - - default default] TaaS: Handle Delete Port: fa8dbc8d-6d9e-4fa8-b153-7aafdaf44d13 2026-07-02 01:35:26.788 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fd867b6f-fe70-4837-a7c4-529be364cc60 fa8b8a53c1cf48eaa4e40ed648d32aa3 a41aa725ed5e4de5bcfd6156c956a134 - - default default] Tap Mirror: Handle Delete Port: fa8dbc8d-6d9e-4fa8-b153-7aafdaf44d13 [pid: 7|app: 0|req: 692/1368] 10.0.0.150 () {32 vars in 660 bytes} [Thu Jul 2 01:35:26 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:35:26.864 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cae4ed20-1b39-42ff-ad6f-fd650836d35f 22932172ec2d46438f8cb451b1dd1f1b fc701b5778ae4b3695eeb1b8e1e44152 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 693/1369] 10.0.0.150 () {32 vars in 717 bytes} [Thu Jul 2 01:35:26 2026] GET /v2.0/ports/e34f7db3-55ea-465c-b78b-39e70fe92123 => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1370] 10.0.0.150 () {32 vars in 720 bytes} [Thu Jul 2 01:35:26 2026] DELETE /v2.0/ports/fa8dbc8d-6d9e-4fa8-b153-7aafdaf44d13 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1371] 10.0.0.150 () {32 vars in 674 bytes} [Thu Jul 2 01:35:26 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1372] 10.0.0.150 () {32 vars in 643 bytes} [Thu Jul 2 01:35:26 2026] GET /v2.0/ports => generated 781 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1373] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:35:26 2026] DELETE /v2.0/subnets/2e72eb85-90c3-4139-9576-4c2dd02f11a8 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:35:27.019 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a44a8742-71f9-432b-90c4-cd1043918628 fa8b8a53c1cf48eaa4e40ed648d32aa3 a41aa725ed5e4de5bcfd6156c956a134 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 679/1374] 10.0.0.150 () {32 vars in 717 bytes} [Thu Jul 2 01:35:27 2026] GET /v2.0/ports/fa8dbc8d-6d9e-4fa8-b153-7aafdaf44d13 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1375] 10.0.0.150 () {32 vars in 670 bytes} [Thu Jul 2 01:35:26 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1376] 10.0.0.150 () {32 vars in 643 bytes} [Thu Jul 2 01:35:27 2026] GET /v2.0/ports => generated 781 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1377] 10.0.0.150 () {32 vars in 682 bytes} [Thu Jul 2 01:35:27 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1378] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:35:27 2026] DELETE /v2.0/networks/faabd34b-99b5-40e8-8568-36c64ae2eaa7 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1379] 10.0.0.150 () {32 vars in 717 bytes} [Thu Jul 2 01:35:27 2026] GET /v2.0/ports/a69289ce-291f-4c62-8795-f55ad80241de => generated 778 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1380] 10.0.0.150 () {32 vars in 668 bytes} [Thu Jul 2 01:35:27 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:35:27.270 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4c9eab19-85d9-4f2e-9aae-c91419255c63 fa8b8a53c1cf48eaa4e40ed648d32aa3 a41aa725ed5e4de5bcfd6156c956a134 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 682/1381] 10.0.0.150 () {32 vars in 720 bytes} [Thu Jul 2 01:35:27 2026] DELETE /v2.0/ports/1388a423-fb4f-4742-8b14-3e8c664e2d98 => 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: 683/1382] 10.0.0.150 () {32 vars in 682 bytes} [Thu Jul 2 01:35:27 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:35:27.370 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0ee19685-822d-46a8-9c81-85636b44fd15 fa8b8a53c1cf48eaa4e40ed648d32aa3 a41aa725ed5e4de5bcfd6156c956a134 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 684/1383] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:35:27 2026] DELETE /v2.0/subnets/705861d6-ee4e-4ec7-a7e7-f14ec0dd104e => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1384] 10.0.0.150 () {34 vars in 665 bytes} [Thu Jul 2 01:35:27 2026] POST /v2.0/ports => generated 774 bytes in 271 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: 685/1385] 10.0.0.150 () {32 vars in 678 bytes} [Thu Jul 2 01:35:27 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:35:27.443 7 INFO neutron.pecan_wsgi.hooks.translation [None req-57530106-7226-4ff9-a18e-c17f028dd613 fa8b8a53c1cf48eaa4e40ed648d32aa3 a41aa725ed5e4de5bcfd6156c956a134 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 701/1386] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:35:27 2026] DELETE /v2.0/subnets/fc605849-76a5-4636-8ebd-5dce6bbe324a => 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: 702/1387] 10.0.0.150 () {32 vars in 690 bytes} [Thu Jul 2 01:35:27 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:35:27.601 7 INFO neutron_taas.services.taas.taas_plugin [None req-fa5225ae-4542-4d54-90e5-93568e8745f5 fa8b8a53c1cf48eaa4e40ed648d32aa3 a41aa725ed5e4de5bcfd6156c956a134 - - default default] TaaS: Handle Delete Port: a69289ce-291f-4c62-8795-f55ad80241de 2026-07-02 01:35:27.604 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa5225ae-4542-4d54-90e5-93568e8745f5 fa8b8a53c1cf48eaa4e40ed648d32aa3 a41aa725ed5e4de5bcfd6156c956a134 - - default default] Tap Mirror: Handle Delete Port: a69289ce-291f-4c62-8795-f55ad80241de 2026-07-02 01:35:27.607 8 INFO neutron.services.segments.plugin [-] Segment 94017eae-9c1f-4293-801a-d2029af27140 resource provider aggregate not found [pid: 8|app: 0|req: 686/1388] 10.0.0.150 () {34 vars in 737 bytes} [Thu Jul 2 01:35:27 2026] PUT /v2.0/ports/a1ed17a8-502a-4dd3-9405-d1d2655221e9 => generated 752 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:35:27.623 8 INFO neutron.services.segments.plugin [-] Segment 94017eae-9c1f-4293-801a-d2029af27140 resource provider aggregate not found /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 01:35:27.631 8 INFO neutron.services.segments.plugin [-] Segment 94017eae-9c1f-4293-801a-d2029af27140 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94017eae-9c1f-4293-801a-d2029af27140 found for delete ", "request_id": "req-7b037b90-bf67-4084-81f3-e786352241d1"}]} 2026-07-02 01:35:27.649 8 INFO neutron.services.segments.plugin [-] Segment 94017eae-9c1f-4293-801a-d2029af27140 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94017eae-9c1f-4293-801a-d2029af27140 found for delete ", "request_id": "req-5625cea3-c96f-480d-bd2c-fa69d3277ebd"}]} 2026-07-02 01:35:27.653 8 INFO neutron.services.segments.plugin [-] Segment 3b40f334-76c7-4df4-b739-fb53e2056b4b resource provider aggregate not found 2026-07-02 01:35:27.669 8 INFO neutron.services.segments.plugin [-] Segment 3b40f334-76c7-4df4-b739-fb53e2056b4b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b40f334-76c7-4df4-b739-fb53e2056b4b found for delete ", "request_id": "req-d0c6264b-d5a2-492f-8fe0-76bba4e9901b"}]} 2026-07-02 01:35:27.673 8 INFO neutron.services.segments.plugin [-] Segment 3b40f334-76c7-4df4-b739-fb53e2056b4b resource provider aggregate not found 2026-07-02 01:35:27.690 8 INFO neutron.services.segments.plugin [-] Segment 3b40f334-76c7-4df4-b739-fb53e2056b4b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b40f334-76c7-4df4-b739-fb53e2056b4b found for delete ", "request_id": "req-68b75085-d6f5-4522-9b5a-bdfca28d00fe"}]} [pid: 7|app: 0|req: 703/1389] 10.0.0.150 () {32 vars in 720 bytes} [Thu Jul 2 01:35:27 2026] DELETE /v2.0/ports/a69289ce-291f-4c62-8795-f55ad80241de => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:35:27.801 7 INFO neutron_taas.services.taas.taas_plugin [None req-e903ce92-3d11-4c01-8757-dba985a9273f 22932172ec2d46438f8cb451b1dd1f1b fc701b5778ae4b3695eeb1b8e1e44152 - - default default] TaaS: Handle Delete Port: a1ed17a8-502a-4dd3-9405-d1d2655221e9 2026-07-02 01:35:27.806 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e903ce92-3d11-4c01-8757-dba985a9273f 22932172ec2d46438f8cb451b1dd1f1b fc701b5778ae4b3695eeb1b8e1e44152 - - default default] Tap Mirror: Handle Delete Port: a1ed17a8-502a-4dd3-9405-d1d2655221e9 [pid: 7|app: 0|req: 704/1390] 10.0.0.150 () {32 vars in 720 bytes} [Thu Jul 2 01:35:27 2026] DELETE /v2.0/ports/a1ed17a8-502a-4dd3-9405-d1d2655221e9 => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:35:28.042 7 INFO neutron.services.segments.plugin [-] Segment baa821f6-da53-4b6f-a35b-5e0980e75715 resource provider aggregate not found 2026-07-02 01:35:28.046 7 INFO neutron.services.segments.plugin [-] Segment baa821f6-da53-4b6f-a35b-5e0980e75715 resource provider aggregate not found 2026-07-02 01:35:28.069 7 INFO neutron.services.segments.plugin [-] Segment baa821f6-da53-4b6f-a35b-5e0980e75715 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid baa821f6-da53-4b6f-a35b-5e0980e75715 found for delete ", "request_id": "req-9c1c3924-18cc-49c2-9bfc-fad6dc64119a"}]} 2026-07-02 01:35:28.070 7 INFO neutron.services.segments.plugin [-] Segment baa821f6-da53-4b6f-a35b-5e0980e75715 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid baa821f6-da53-4b6f-a35b-5e0980e75715 found for delete ", "request_id": "req-7e4f8924-d74a-4f1c-907e-4d1451a43f30"}]} [pid: 7|app: 0|req: 705/1391] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:35:27 2026] DELETE /v2.0/networks/61664ef8-f17a-43b1-8d98-016f7df2b25b => 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: 706/1392] 10.0.0.150 () {32 vars in 643 bytes} [Thu Jul 2 01:35:28 2026] GET /v2.0/ports => generated 778 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:35:28.130 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c054c835-e68d-4a3b-921c-34ad74cff5f4 22932172ec2d46438f8cb451b1dd1f1b fc701b5778ae4b3695eeb1b8e1e44152 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 707/1393] 10.0.0.150 () {32 vars in 717 bytes} [Thu Jul 2 01:35:28 2026] GET /v2.0/ports/a1ed17a8-502a-4dd3-9405-d1d2655221e9 => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1394] 10.0.0.150 () {32 vars in 643 bytes} [Thu Jul 2 01:35:28 2026] GET /v2.0/ports => generated 778 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:35:28.184 8 INFO neutron_taas.services.taas.taas_plugin [None req-01dfea22-23c5-4586-a751-28189e2911fa 60c9fdd7db5a4891aa6aedc32f76063f b0fbc81a30ae419897b5ac44b270aee1 - - default default] TaaS: Handle Delete Port: e0c422e8-1a07-4ca4-aee4-f18d20ffd2b2 2026-07-02 01:35:28.187 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-01dfea22-23c5-4586-a751-28189e2911fa 60c9fdd7db5a4891aa6aedc32f76063f b0fbc81a30ae419897b5ac44b270aee1 - - default default] Tap Mirror: Handle Delete Port: e0c422e8-1a07-4ca4-aee4-f18d20ffd2b2 [pid: 7|app: 0|req: 709/1395] 10.0.0.150 () {32 vars in 717 bytes} [Thu Jul 2 01:35:28 2026] GET /v2.0/ports/e0d01958-20d3-49bf-a78d-df96bf5001b1 => generated 775 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:35:28.231 7 INFO neutron.pecan_wsgi.hooks.translation [None req-97670971-b49b-4676-a236-5fa1358e1bd5 22932172ec2d46438f8cb451b1dd1f1b fc701b5778ae4b3695eeb1b8e1e44152 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 710/1396] 10.0.0.150 () {32 vars in 720 bytes} [Thu Jul 2 01:35:28 2026] DELETE /v2.0/ports/e34f7db3-55ea-465c-b78b-39e70fe92123 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:35:28.247 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7bb9801a-8c4a-4a97-b602-332e8bc326d0 22932172ec2d46438f8cb451b1dd1f1b fc701b5778ae4b3695eeb1b8e1e44152 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 711/1397] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:35:28 2026] DELETE /v2.0/subnets/2e72eb85-90c3-4139-9576-4c2dd02f11a8 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:35:28.262 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f91d3b16-ceb3-4a56-a346-697247819526 22932172ec2d46438f8cb451b1dd1f1b fc701b5778ae4b3695eeb1b8e1e44152 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 712/1398] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:35:28 2026] DELETE /v2.0/subnets/f7c210ed-d7ae-4f95-a766-3081256fbe63 => 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: 687/1399] 10.0.0.150 () {32 vars in 720 bytes} [Thu Jul 2 01:35:27 2026] DELETE /v2.0/ports/e0c422e8-1a07-4ca4-aee4-f18d20ffd2b2 => generated 0 bytes in 667 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:35:28.375 7 INFO neutron_taas.services.taas.taas_plugin [None req-323fc270-333f-41cc-9b1b-c21e43b99955 22932172ec2d46438f8cb451b1dd1f1b fc701b5778ae4b3695eeb1b8e1e44152 - - default default] TaaS: Handle Delete Port: e0d01958-20d3-49bf-a78d-df96bf5001b1 2026-07-02 01:35:28.379 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-323fc270-333f-41cc-9b1b-c21e43b99955 22932172ec2d46438f8cb451b1dd1f1b fc701b5778ae4b3695eeb1b8e1e44152 - - default default] Tap Mirror: Handle Delete Port: e0d01958-20d3-49bf-a78d-df96bf5001b1 2026-07-02 01:35:28.385 8 INFO neutron_taas.services.taas.taas_plugin [None req-6d5b6ac2-e019-4ce1-9b76-5ee9d93868a3 60c9fdd7db5a4891aa6aedc32f76063f b0fbc81a30ae419897b5ac44b270aee1 - - default default] TaaS: Handle Delete Port: d44053c9-c9e3-4ab3-a0fd-f019327c4234 2026-07-02 01:35:28.390 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6d5b6ac2-e019-4ce1-9b76-5ee9d93868a3 60c9fdd7db5a4891aa6aedc32f76063f b0fbc81a30ae419897b5ac44b270aee1 - - default default] Tap Mirror: Handle Delete Port: d44053c9-c9e3-4ab3-a0fd-f019327c4234 [pid: 7|app: 0|req: 713/1400] 10.0.0.150 () {32 vars in 720 bytes} [Thu Jul 2 01:35:28 2026] DELETE /v2.0/ports/e0d01958-20d3-49bf-a78d-df96bf5001b1 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1401] 10.0.0.150 () {32 vars in 720 bytes} [Thu Jul 2 01:35:28 2026] DELETE /v2.0/ports/d44053c9-c9e3-4ab3-a0fd-f019327c4234 => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1402] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:35:28 2026] DELETE /v2.0/networks/18c2ae9d-3a9c-403b-a407-69202b60c3eb => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:35:28.603 8 INFO neutron_taas.services.taas.taas_plugin [None req-0bae3c77-ae94-4656-b81a-89dc9a4df46b 60c9fdd7db5a4891aa6aedc32f76063f b0fbc81a30ae419897b5ac44b270aee1 - - default default] TaaS: Handle Delete Port: e8d3907c-879c-4851-958e-f9ecdd08a0a5 2026-07-02 01:35:28.606 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0bae3c77-ae94-4656-b81a-89dc9a4df46b 60c9fdd7db5a4891aa6aedc32f76063f b0fbc81a30ae419897b5ac44b270aee1 - - default default] Tap Mirror: Handle Delete Port: e8d3907c-879c-4851-958e-f9ecdd08a0a5 [pid: 8|app: 0|req: 689/1403] 10.0.0.150 () {32 vars in 720 bytes} [Thu Jul 2 01:35:28 2026] DELETE /v2.0/ports/e8d3907c-879c-4851-958e-f9ecdd08a0a5 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:35:28.786 8 INFO neutron_taas.services.taas.taas_plugin [None req-7de998df-1feb-4afc-8e2b-10df112a7fb3 60c9fdd7db5a4891aa6aedc32f76063f b0fbc81a30ae419897b5ac44b270aee1 - - default default] TaaS: Handle Delete Port: 9c4331d5-63d6-4bcc-886a-eb077788bfe1 2026-07-02 01:35:28.789 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7de998df-1feb-4afc-8e2b-10df112a7fb3 60c9fdd7db5a4891aa6aedc32f76063f b0fbc81a30ae419897b5ac44b270aee1 - - default default] Tap Mirror: Handle Delete Port: 9c4331d5-63d6-4bcc-886a-eb077788bfe1 [pid: 7|app: 0|req: 715/1404] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:35:28 2026] GET /v2.0/security-groups?tenant_id=a41aa725ed5e4de5bcfd6156c956a134&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: 690/1405] 10.0.0.150 () {32 vars in 720 bytes} [Thu Jul 2 01:35:28 2026] DELETE /v2.0/ports/9c4331d5-63d6-4bcc-886a-eb077788bfe1 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:35:28.979 8 INFO neutron_taas.services.taas.taas_plugin [None req-b606a16d-48d8-425b-b8c3-4cf51f8e7654 60c9fdd7db5a4891aa6aedc32f76063f b0fbc81a30ae419897b5ac44b270aee1 - - default default] TaaS: Handle Delete Port: 757735ef-3f62-4359-8a92-67209e865e89 [pid: 7|app: 0|req: 716/1406] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:35:28 2026] DELETE /v2.0/security-groups/78c62f88-b385-4f27-8209-f4398cf9a7b9 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:35:28.982 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b606a16d-48d8-425b-b8c3-4cf51f8e7654 60c9fdd7db5a4891aa6aedc32f76063f b0fbc81a30ae419897b5ac44b270aee1 - - default default] Tap Mirror: Handle Delete Port: 757735ef-3f62-4359-8a92-67209e865e89 [pid: 8|app: 0|req: 691/1407] 10.0.0.150 () {32 vars in 720 bytes} [Thu Jul 2 01:35:28 2026] DELETE /v2.0/ports/757735ef-3f62-4359-8a92-67209e865e89 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1408] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:35:29 2026] DELETE /v2.0/networks/253904b7-ef38-4a6c-967d-07d93447158d => 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: 693/1409] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:35:29 2026] DELETE /v2.0/networks/774f2f96-bb93-45ea-bc5b-ec7c430c6019 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1410] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:35:29 2026] GET /v2.0/security-groups?tenant_id=fc701b5778ae4b3695eeb1b8e1e44152&name=default => generated 2925 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1411] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:35:29 2026] DELETE /v2.0/networks/080f3503-48db-437e-ab11-a4a4fe908415 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1412] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:35:29 2026] DELETE /v2.0/security-groups/cbb68202-e65b-4c0b-ad47-89c7ab872df7 => 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: 695/1413] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:35:29 2026] DELETE /v2.0/networks/4cb297c2-c4cb-40cd-b385-d51e69a83cc3 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1414] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:35:29 2026] DELETE /v2.0/networks/6b0094f3-4164-402b-99af-6a2522def1ff => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:35:29.694 8 INFO neutron.services.segments.plugin [-] Segment aba7d688-6f53-47b8-ba8a-96ae813a1d97 resource provider aggregate not found 2026-07-02 01:35:29.711 8 INFO neutron.services.segments.plugin [-] Segment aba7d688-6f53-47b8-ba8a-96ae813a1d97 resource provider aggregate not found 2026-07-02 01:35:29.719 8 INFO neutron.services.segments.plugin [-] Segment aba7d688-6f53-47b8-ba8a-96ae813a1d97 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aba7d688-6f53-47b8-ba8a-96ae813a1d97 found for delete ", "request_id": "req-8bcd332a-a6f7-4df6-be5b-33f853972438"}]} 2026-07-02 01:35:29.727 8 INFO neutron.services.segments.plugin [-] Segment aba7d688-6f53-47b8-ba8a-96ae813a1d97 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aba7d688-6f53-47b8-ba8a-96ae813a1d97 found for delete ", "request_id": "req-4eb14203-86ee-4896-950e-165e72361e6c"}]} 2026-07-02 01:35:29.739 8 INFO neutron.services.segments.plugin [-] Segment 20cbbc7e-fbca-4b6d-914b-06aa31f93848 resource provider aggregate not found 2026-07-02 01:35:29.743 8 INFO neutron.services.segments.plugin [-] Segment 20cbbc7e-fbca-4b6d-914b-06aa31f93848 resource provider aggregate not found 2026-07-02 01:35:29.759 8 INFO neutron.services.segments.plugin [-] Segment 20cbbc7e-fbca-4b6d-914b-06aa31f93848 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20cbbc7e-fbca-4b6d-914b-06aa31f93848 found for delete ", "request_id": "req-8fd21af7-5d2c-45d1-8004-3770ff209220"}]} 2026-07-02 01:35:29.765 8 INFO neutron.services.segments.plugin [-] Segment 20cbbc7e-fbca-4b6d-914b-06aa31f93848 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20cbbc7e-fbca-4b6d-914b-06aa31f93848 found for delete ", "request_id": "req-7d7fb02b-5557-4e42-8b59-ce8eb01e537a"}]} 2026-07-02 01:35:29.777 8 INFO neutron.services.segments.plugin [-] Segment 73f027fa-4338-424e-90d0-6ba9b01429a5 resource provider aggregate not found 2026-07-02 01:35:29.778 8 INFO neutron.services.segments.plugin [-] Segment 73f027fa-4338-424e-90d0-6ba9b01429a5 resource provider aggregate not found 2026-07-02 01:35:29.801 8 INFO neutron.services.segments.plugin [-] Segment 73f027fa-4338-424e-90d0-6ba9b01429a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73f027fa-4338-424e-90d0-6ba9b01429a5 found for delete ", "request_id": "req-1c822b9f-963f-4ec3-a2e3-b22485952e36"}]} 2026-07-02 01:35:29.807 8 INFO neutron.services.segments.plugin [-] Segment 73f027fa-4338-424e-90d0-6ba9b01429a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73f027fa-4338-424e-90d0-6ba9b01429a5 found for delete ", "request_id": "req-0f774730-3e54-484f-abc2-749d7965f3ec"}]} 2026-07-02 01:35:29.816 8 INFO neutron.services.segments.plugin [-] Segment f27b65c7-0b97-44ac-8191-2ef9a8b785b3 resource provider aggregate not found 2026-07-02 01:35:29.825 8 INFO neutron.services.segments.plugin [-] Segment f27b65c7-0b97-44ac-8191-2ef9a8b785b3 resource provider aggregate not found 2026-07-02 01:35:29.833 8 INFO neutron.services.segments.plugin [-] Segment f27b65c7-0b97-44ac-8191-2ef9a8b785b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f27b65c7-0b97-44ac-8191-2ef9a8b785b3 found for delete ", "request_id": "req-a65b921b-2400-4500-bc38-7f1f95d27531"}]} 2026-07-02 01:35:29.839 8 INFO neutron.services.segments.plugin [-] Segment f27b65c7-0b97-44ac-8191-2ef9a8b785b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f27b65c7-0b97-44ac-8191-2ef9a8b785b3 found for delete ", "request_id": "req-8466f86a-4459-4c8f-8151-28f5c145590f"}]} 2026-07-02 01:35:30.088 7 INFO neutron.services.segments.plugin [-] Segment 4ca2e3ce-86ca-43ff-975d-5cdc24abd37a resource provider aggregate not found 2026-07-02 01:35:30.094 7 INFO neutron.services.segments.plugin [-] Segment 4ca2e3ce-86ca-43ff-975d-5cdc24abd37a resource provider aggregate not found 2026-07-02 01:35:30.110 7 INFO neutron.services.segments.plugin [-] Segment 4ca2e3ce-86ca-43ff-975d-5cdc24abd37a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ca2e3ce-86ca-43ff-975d-5cdc24abd37a found for delete ", "request_id": "req-0b15cc6a-b711-40e5-977f-47e8c69ce255"}]} 2026-07-02 01:35:30.113 7 INFO neutron.services.segments.plugin [-] Segment 4ca2e3ce-86ca-43ff-975d-5cdc24abd37a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ca2e3ce-86ca-43ff-975d-5cdc24abd37a found for delete ", "request_id": "req-154c5a46-06fe-4da2-b35f-66a39b33f8d5"}]} 2026-07-02 01:35:30.127 7 INFO neutron.services.segments.plugin [-] Segment 31f5a0c5-7ed2-48fd-96b9-3d5014354945 resource provider aggregate not found 2026-07-02 01:35:30.137 7 INFO neutron.services.segments.plugin [-] Segment 31f5a0c5-7ed2-48fd-96b9-3d5014354945 resource provider aggregate not found 2026-07-02 01:35:30.142 7 INFO neutron.services.segments.plugin [-] Segment 31f5a0c5-7ed2-48fd-96b9-3d5014354945 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 31f5a0c5-7ed2-48fd-96b9-3d5014354945 found for delete ", "request_id": "req-099078d5-ea6d-4837-8ecf-d1f213c38d6f"}]} 2026-07-02 01:35:30.160 7 INFO neutron.services.segments.plugin [-] Segment 31f5a0c5-7ed2-48fd-96b9-3d5014354945 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 31f5a0c5-7ed2-48fd-96b9-3d5014354945 found for delete ", "request_id": "req-a3a04670-57d1-4066-8f9a-1a6382257761"}]} [pid: 8|app: 0|req: 696/1415] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:35:30 2026] GET /v2.0/security-groups?tenant_id=b46199e18e5a44ec8e811fecb42e06fd&name=default => generated 2925 bytes in 328 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1416] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:35:30 2026] DELETE /v2.0/security-groups/0746e75c-e9e3-4bac-b3f9-f8d4e02657ee => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1417] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:35:31 2026] GET /v2.0/security-groups?tenant_id=b0fbc81a30ae419897b5ac44b270aee1&name=default => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:35:31.128 8 INFO neutron.db.segments_db [None req-94005534-284f-43bd-9bab-74168e5bc8bb 19055cd89c8441eaaf8e2d928a288c26 d4680f287b2641baafd189b0ef14c015 - - default default] Added segment 34d2f24d-9dca-4eb1-995e-d578c76201ce of type vxlan for network f74ed784-7079-45b6-82bc-a89b3fd4f10a [pid: 7|app: 0|req: 722/1418] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:35:31 2026] DELETE /v2.0/security-groups/a0b9f6a5-95cb-4f5f-b304-d71808f1b19b => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1419] 10.0.0.150 () {34 vars in 670 bytes} [Thu Jul 2 01:35:30 2026] POST /v2.0/networks => generated 633 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:35:31.318 7 INFO neutron.db.segments_db [None req-4eee46d3-7071-4578-9a85-b811756c0f12 19055cd89c8441eaaf8e2d928a288c26 d4680f287b2641baafd189b0ef14c015 - - default default] Added segment 23077c7e-9f9d-42e1-983d-2fbaf7d8a214 of type vxlan for network 9812098b-322d-4475-937c-98737a97e505 [pid: 7|app: 0|req: 723/1420] 10.0.0.150 () {34 vars in 670 bytes} [Thu Jul 2 01:35:31 2026] POST /v2.0/networks => generated 633 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1421] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:35:31 2026] GET /v2.0/security-groups?tenant_id=93b8d3043b19436ea4f356e1477ee141&name=default => generated 2925 bytes in 186 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1422] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:35:31 2026] DELETE /v2.0/security-groups/0af8a563-9edd-4b72-9319-18ec9794be6f => 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: 724/1423] 10.0.0.150 () {34 vars in 669 bytes} [Thu Jul 2 01:35:31 2026] POST /v2.0/subnets => generated 646 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1424] 10.0.0.150 () {34 vars in 669 bytes} [Thu Jul 2 01:35:31 2026] POST /v2.0/subnets => generated 655 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:35:31.980 7 INFO neutron.db.segments_db [None req-90ac7f6d-e928-4760-9e36-fd612a954b64 19055cd89c8441eaaf8e2d928a288c26 d4680f287b2641baafd189b0ef14c015 - - default default] Added segment f8121d7d-3f4d-4ad8-bfb4-6e289cc5d167 of type vxlan for network 3e674a44-965f-4c89-ac56-253d52ce8cff 2026-07-02 01:35:32.294 7 INFO neutron.db.l3_hamode_db [None req-90ac7f6d-e928-4760-9e36-fd612a954b64 19055cd89c8441eaaf8e2d928a288c26 d4680f287b2641baafd189b0ef14c015 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 01:35:32.433 7 INFO neutron.db.l3_hamode_db [None req-90ac7f6d-e928-4760-9e36-fd612a954b64 19055cd89c8441eaaf8e2d928a288c26 d4680f287b2641baafd189b0ef14c015 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 725/1425] 10.0.0.150 () {34 vars in 669 bytes} [Thu Jul 2 01:35:31 2026] POST /v2.0/routers => generated 509 bytes in 1152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1426] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:35:32 2026] GET /v2.0/security-groups?tenant_id=997c835d020e4c7dad2a2e4f34760fb9&name=default => generated 2925 bytes in 354 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1427] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:35:33 2026] DELETE /v2.0/security-groups/6fc470ab-e71b-4184-be88-eb120d829889 => 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: 703/1428] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:35:33 2026] GET /v2.0/ports?device_id=ce0bd07c-c42f-4a21-83ac-e851cf69ca0c => generated 975 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1429] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:35:33 2026] GET /v2.0/security-groups?id=11f091fb-0a5d-4476-94b2-e5dc9a1b8e5f&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: 705/1430] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:35:33 2026] GET /v2.0/ports?device_id=ce0bd07c-c42f-4a21-83ac-e851cf69ca0c => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1431] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:35:33 2026] GET /v2.0/security-groups?id=11f091fb-0a5d-4476-94b2-e5dc9a1b8e5f&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: 726/1432] 10.0.0.150 () {34 vars in 783 bytes} [Thu Jul 2 01:35:33 2026] PUT /v2.0/routers/0ae32c2e-4bcd-4273-895a-22235d373128/add_router_interface => generated 309 bytes in 1015 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1433] 10.0.0.150 () {32 vars in 717 bytes} [Thu Jul 2 01:35:34 2026] GET /v2.0/ports/bbe5a636-b962-4219-846e-db98b2968806 => generated 959 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1434] 10.0.0.150 () {34 vars in 783 bytes} [Thu Jul 2 01:35:34 2026] PUT /v2.0/routers/0ae32c2e-4bcd-4273-895a-22235d373128/add_router_interface => generated 309 bytes in 933 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:35:35.132 8 INFO neutron.db.segments_db [None req-d4ee8fea-285b-4b5f-9d39-9701bd161613 d72f201983024f3a8130209097ae8da3 98ea530d89ea48dbbe265407ff550eed - - default default] Added segment 3efe1558-997e-464f-8f64-2d5159959fc5 of type vxlan for network 56b6706d-5b31-4df7-b379-0e49eefafd8b [pid: 7|app: 0|req: 728/1435] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:35:35 2026] GET /v2.0/ports?device_id=ce0bd07c-c42f-4a21-83ac-e851cf69ca0c => generated 975 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1436] 10.0.0.150 () {34 vars in 670 bytes} [Thu Jul 2 01:35:34 2026] POST /v2.0/networks => generated 632 bytes in 406 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1437] 10.0.0.150 () {32 vars in 717 bytes} [Thu Jul 2 01:35:35 2026] GET /v2.0/ports/33c6c937-5a6a-454b-aa83-d509b5b0013f => generated 967 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1438] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:35:35 2026] GET /v2.0/security-groups?id=11f091fb-0a5d-4476-94b2-e5dc9a1b8e5f&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1439] 10.0.0.150 () {34 vars in 753 bytes} [Thu Jul 2 01:35:35 2026] PUT /v2.0/networks/56b6706d-5b31-4df7-b379-0e49eefafd8b/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: 731/1440] 10.0.0.150 () {32 vars in 733 bytes} [Thu Jul 2 01:35:35 2026] GET /v2.0/networks/56b6706d-5b31-4df7-b379-0e49eefafd8b/tags => generated 25 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1441] 10.0.0.150 () {34 vars in 764 bytes} [Thu Jul 2 01:35:35 2026] PUT /v2.0/networks/56b6706d-5b31-4df7-b379-0e49eefafd8b/tags/green => generated 4 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1442] 10.0.0.150 () {32 vars in 733 bytes} [Thu Jul 2 01:35:35 2026] GET /v2.0/networks/56b6706d-5b31-4df7-b379-0e49eefafd8b/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1443] 10.0.0.150 () {34 vars in 760 bytes} [Thu Jul 2 01:35:35 2026] PUT /v2.0/networks/56b6706d-5b31-4df7-b379-0e49eefafd8b/tags/red => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1444] 10.0.0.150 () {32 vars in 733 bytes} [Thu Jul 2 01:35:35 2026] GET /v2.0/networks/56b6706d-5b31-4df7-b379-0e49eefafd8b/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:35:35.580 8 INFO neutron_taas.services.taas.taas_plugin [None req-7ebd4a94-7577-411d-9d4b-cca775e90c6b 19055cd89c8441eaaf8e2d928a288c26 d4680f287b2641baafd189b0ef14c015 - - default default] TaaS: Handle Delete Port: 33c6c937-5a6a-454b-aa83-d509b5b0013f 2026-07-02 01:35:35.582 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7ebd4a94-7577-411d-9d4b-cca775e90c6b 19055cd89c8441eaaf8e2d928a288c26 d4680f287b2641baafd189b0ef14c015 - - default default] Tap Mirror: Handle Delete Port: 33c6c937-5a6a-454b-aa83-d509b5b0013f [pid: 7|app: 0|req: 736/1445] 10.0.0.150 () {34 vars in 782 bytes} [Thu Jul 2 01:35:35 2026] PUT /v2.0/networks/56b6706d-5b31-4df7-b379-0e49eefafd8b/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: 7|app: 0|req: 737/1446] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:35:35 2026] GET /v2.0/security-groups?tenant_id=c1180015f6704de49c1b626542191ac9&name=default => generated 2925 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1447] 10.0.0.150 () {32 vars in 733 bytes} [Thu Jul 2 01:35:35 2026] GET /v2.0/networks/56b6706d-5b31-4df7-b379-0e49eefafd8b/tags => generated 52 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1448] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:35:35 2026] DELETE /v2.0/security-groups/6dad874e-3a2d-43fe-9f76-27bbd205d9f2 => 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: 740/1449] 10.0.0.150 () {34 vars in 753 bytes} [Thu Jul 2 01:35:35 2026] PUT /v2.0/networks/56b6706d-5b31-4df7-b379-0e49eefafd8b/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: 710/1450] 10.0.0.150 () {34 vars in 789 bytes} [Thu Jul 2 01:35:35 2026] PUT /v2.0/routers/0ae32c2e-4bcd-4273-895a-22235d373128/remove_router_interface => generated 309 bytes in 839 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1451] 10.0.0.150 () {32 vars in 733 bytes} [Thu Jul 2 01:35:36 2026] GET /v2.0/networks/56b6706d-5b31-4df7-b379-0e49eefafd8b/tags => generated 37 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1452] 10.0.0.150 () {32 vars in 741 bytes} [Thu Jul 2 01:35:36 2026] GET /v2.0/networks/56b6706d-5b31-4df7-b379-0e49eefafd8b/tags/red => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:35:36.167 7 INFO neutron.api.v2.resource [None req-8f8ea526-2d28-4b10-b0ed-5a7acc3ccac8 d72f201983024f3a8130209097ae8da3 98ea530d89ea48dbbe265407ff550eed - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 743/1453] 10.0.0.150 () {32 vars in 745 bytes} [Thu Jul 2 01:35:36 2026] GET /v2.0/networks/56b6706d-5b31-4df7-b379-0e49eefafd8b/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: 744/1454] 10.0.0.150 () {32 vars in 744 bytes} [Thu Jul 2 01:35:36 2026] DELETE /v2.0/networks/56b6706d-5b31-4df7-b379-0e49eefafd8b/tags/red => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1455] 10.0.0.150 () {32 vars in 733 bytes} [Thu Jul 2 01:35:36 2026] GET /v2.0/networks/56b6706d-5b31-4df7-b379-0e49eefafd8b/tags => generated 30 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:35:36.335 7 INFO neutron.api.v2.resource [None req-6ee3def0-4bd2-43f9-8f0e-e4ffe2b47e6b d72f201983024f3a8130209097ae8da3 98ea530d89ea48dbbe265407ff550eed - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 746/1456] 10.0.0.150 () {32 vars in 748 bytes} [Thu Jul 2 01:35:36 2026] DELETE /v2.0/networks/56b6706d-5b31-4df7-b379-0e49eefafd8b/tags/green => generated 99 bytes in 61 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1457] 199.204.45.23 () {34 vars in 993 bytes} [Thu Jul 2 01:35:36 2026] GET /v2.0/ports?device_id=ce0bd07c-c42f-4a21-83ac-e851cf69ca0c => 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: 748/1458] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:35:36 2026] GET /v2.0/ports?device_id=ce0bd07c-c42f-4a21-83ac-e851cf69ca0c => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:35:36.418 8 INFO neutron_taas.services.taas.taas_plugin [None req-f8d12a93-4ce5-49ef-aa7c-5324cdb15bf0 19055cd89c8441eaaf8e2d928a288c26 d4680f287b2641baafd189b0ef14c015 - - default default] TaaS: Handle Delete Port: bbe5a636-b962-4219-846e-db98b2968806 2026-07-02 01:35:36.423 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f8d12a93-4ce5-49ef-aa7c-5324cdb15bf0 19055cd89c8441eaaf8e2d928a288c26 d4680f287b2641baafd189b0ef14c015 - - default default] Tap Mirror: Handle Delete Port: bbe5a636-b962-4219-846e-db98b2968806 [pid: 7|app: 0|req: 749/1459] 10.0.0.150 () {32 vars in 736 bytes} [Thu Jul 2 01:35:36 2026] DELETE /v2.0/networks/56b6706d-5b31-4df7-b379-0e49eefafd8b/tags => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:35:36.564 7 INFO neutron_taas.services.taas.taas_plugin [req-2362330f-7f12-4064-a145-ad5f4f4e0488 req-a3d5633c-b0ea-4283-9f2c-fef4c82f389a 05cbf1c9e8d748c99a7cdfc8b7533cdd ec8b1091654f4d3b86bbe18e167c8b52 - - default default] TaaS: Handle Delete Port: 6e602a87-a1c1-4bdf-be2b-08c4e7893fe3 2026-07-02 01:35:36.567 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2362330f-7f12-4064-a145-ad5f4f4e0488 req-a3d5633c-b0ea-4283-9f2c-fef4c82f389a 05cbf1c9e8d748c99a7cdfc8b7533cdd ec8b1091654f4d3b86bbe18e167c8b52 - - default default] Tap Mirror: Handle Delete Port: 6e602a87-a1c1-4bdf-be2b-08c4e7893fe3 2026-07-02 01:35:36.681 7 INFO neutron.db.l3_db [req-2362330f-7f12-4064-a145-ad5f4f4e0488 req-a3d5633c-b0ea-4283-9f2c-fef4c82f389a 05cbf1c9e8d748c99a7cdfc8b7533cdd ec8b1091654f4d3b86bbe18e167c8b52 - - default default] Floating IP a4c3b4e4-41f2-4145-a1bd-0d71dd04f87f disassociated. External IP: 10.96.250.201, port: 6e602a87-a1c1-4bdf-be2b-08c4e7893fe3. [pid: 8|app: 0|req: 711/1460] 10.0.0.150 () {34 vars in 789 bytes} [Thu Jul 2 01:35:36 2026] PUT /v2.0/routers/0ae32c2e-4bcd-4273-895a-22235d373128/remove_router_interface => generated 309 bytes in 693 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1461] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:35:36 2026] GET /v2.0/security-groups?id=11f091fb-0a5d-4476-94b2-e5dc9a1b8e5f&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1462] 10.0.0.150 () {32 vars in 733 bytes} [Thu Jul 2 01:35:36 2026] GET /v2.0/networks/56b6706d-5b31-4df7-b379-0e49eefafd8b/tags => generated 12 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1463] 10.0.0.150 () {32 vars in 736 bytes} [Thu Jul 2 01:35:36 2026] GET /v2.0/ports?device_id=0ae32c2e-4bcd-4273-895a-22235d373128 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:35:36.977 8 INFO neutron.services.segments.plugin [-] Segment 3efe1558-997e-464f-8f64-2d5159959fc5 resource provider aggregate not found 2026-07-02 01:35:36.985 8 INFO neutron.services.segments.plugin [-] Segment 3efe1558-997e-464f-8f64-2d5159959fc5 resource provider aggregate not found 2026-07-02 01:35:37.001 8 INFO neutron.services.segments.plugin [-] Segment 3efe1558-997e-464f-8f64-2d5159959fc5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3efe1558-997e-464f-8f64-2d5159959fc5 found for delete ", "request_id": "req-b1125416-63d8-48f3-996f-7b846b7d8873"}]} 2026-07-02 01:35:37.007 8 INFO neutron.services.segments.plugin [-] Segment 3efe1558-997e-464f-8f64-2d5159959fc5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3efe1558-997e-464f-8f64-2d5159959fc5 found for delete ", "request_id": "req-6f25e0cc-56e3-486d-8a6a-d72734d9f1ae"}]} [pid: 8|app: 0|req: 715/1464] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:35:36 2026] DELETE /v2.0/networks/56b6706d-5b31-4df7-b379-0e49eefafd8b => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1465] 199.204.45.23 () {36 vars in 996 bytes} [Thu Jul 2 01:35:36 2026] DELETE /v2.0/ports/6e602a87-a1c1-4bdf-be2b-08c4e7893fe3 => generated 0 bytes in 620 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:35:37.125 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f423be49-c067-4089-8c24-562052c37a8a'] response: {'server_uuid': 'ce0bd07c-c42f-4a21-83ac-e851cf69ca0c', 'name': 'network-vif-deleted', 'tag': '6e602a87-a1c1-4bdf-be2b-08c4e7893fe3', 'status': 'completed', 'code': 200} 2026-07-02 01:35:37.203 8 INFO neutron_taas.services.taas.taas_plugin [None req-bf80c75f-9ce8-4a4b-80ef-e5826c06e071 19055cd89c8441eaaf8e2d928a288c26 d4680f287b2641baafd189b0ef14c015 - - default default] TaaS: Handle Delete Port: 9c6c5670-40c6-4893-aa9e-6dad989d06ed 2026-07-02 01:35:37.208 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bf80c75f-9ce8-4a4b-80ef-e5826c06e071 19055cd89c8441eaaf8e2d928a288c26 d4680f287b2641baafd189b0ef14c015 - - default default] Tap Mirror: Handle Delete Port: 9c6c5670-40c6-4893-aa9e-6dad989d06ed 2026-07-02 01:35:37.599 8 INFO neutron.db.l3_hamode_db [None req-bf80c75f-9ce8-4a4b-80ef-e5826c06e071 19055cd89c8441eaaf8e2d928a288c26 d4680f287b2641baafd189b0ef14c015 - - default default] HA network 3e674a44-965f-4c89-ac56-253d52ce8cff was deleted as no HA routers are present in tenant d4680f287b2641baafd189b0ef14c015. [pid: 8|app: 0|req: 716/1468] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:35:37 2026] DELETE /v2.0/routers/0ae32c2e-4bcd-4273-895a-22235d373128 => generated 0 bytes in 578 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1469] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:35:37 2026] DELETE /v2.0/subnets/391c6e88-59e6-43a2-99be-36dd73cdd493 => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1470] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:35:37 2026] DELETE /v2.0/subnets/ef4640de-d25a-4dd4-876d-257807b2e33b => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1471] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:35:37 2026] GET /v2.0/ports?device_id=ce0bd07c-c42f-4a21-83ac-e851cf69ca0c => 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: 717/1472] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:35:37 2026] GET /v2.0/security-groups?tenant_id=c9060a4fb6cc4425b04705b25f050b0f&name=default => generated 2925 bytes in 347 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:35:38.080 7 INFO neutron_taas.services.taas.taas_plugin [None req-9339c141-0941-4027-9532-c6540d8c67c4 19055cd89c8441eaaf8e2d928a288c26 d4680f287b2641baafd189b0ef14c015 - - default default] TaaS: Handle Delete Port: ee923517-ed06-4257-b40f-7b8b8ba8a24d 2026-07-02 01:35:38.083 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9339c141-0941-4027-9532-c6540d8c67c4 19055cd89c8441eaaf8e2d928a288c26 d4680f287b2641baafd189b0ef14c015 - - default default] Tap Mirror: Handle Delete Port: ee923517-ed06-4257-b40f-7b8b8ba8a24d [pid: 8|app: 0|req: 718/1473] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:35:38 2026] DELETE /v2.0/security-groups/569e1303-5a43-400a-9a71-eb89df01b2e9 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:35:38.297 7 INFO neutron.services.segments.plugin [-] Segment 23077c7e-9f9d-42e1-983d-2fbaf7d8a214 resource provider aggregate not found 2026-07-02 01:35:38.311 7 INFO neutron.services.segments.plugin [-] Segment 23077c7e-9f9d-42e1-983d-2fbaf7d8a214 resource provider aggregate not found 2026-07-02 01:35:38.321 7 INFO neutron.services.segments.plugin [-] Segment 23077c7e-9f9d-42e1-983d-2fbaf7d8a214 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 23077c7e-9f9d-42e1-983d-2fbaf7d8a214 found for delete ", "request_id": "req-88b4c62c-8cbb-43d0-8c10-9430b5f5a719"}]} 2026-07-02 01:35:38.331 7 INFO neutron.services.segments.plugin [-] Segment 23077c7e-9f9d-42e1-983d-2fbaf7d8a214 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 23077c7e-9f9d-42e1-983d-2fbaf7d8a214 found for delete ", "request_id": "req-01301c35-65b7-48a5-9003-9780490846a1"}]} [pid: 8|app: 0|req: 719/1474] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:35:38 2026] GET /v2.0/security-groups?tenant_id=98ea530d89ea48dbbe265407ff550eed&name=default => generated 2925 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1475] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:35:38 2026] DELETE /v2.0/networks/9812098b-322d-4475-937c-98737a97e505 => generated 0 bytes in 335 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1476] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:35:38 2026] DELETE /v2.0/security-groups/7a12334e-24cc-4a24-8e0f-9899c78a4f25 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:35:38.440 7 INFO neutron_taas.services.taas.taas_plugin [None req-ae7d2417-1c2a-4b45-b552-edca3139b3bb 19055cd89c8441eaaf8e2d928a288c26 d4680f287b2641baafd189b0ef14c015 - - default default] TaaS: Handle Delete Port: c40d0451-39dc-4db7-88b7-a599945ec40b 2026-07-02 01:35:38.443 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ae7d2417-1c2a-4b45-b552-edca3139b3bb 19055cd89c8441eaaf8e2d928a288c26 d4680f287b2641baafd189b0ef14c015 - - default default] Tap Mirror: Handle Delete Port: c40d0451-39dc-4db7-88b7-a599945ec40b [pid: 7|app: 0|req: 757/1477] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:35:38 2026] DELETE /v2.0/networks/f74ed784-7079-45b6-82bc-a89b3fd4f10a => generated 0 bytes in 274 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:35:38.678 8 INFO neutron.db.segments_db [None req-86b4453a-9265-4803-84c8-33ffeaf67380 19055cd89c8441eaaf8e2d928a288c26 d4680f287b2641baafd189b0ef14c015 - - default default] Added segment fa0340c7-63dc-407a-9dc3-e1264d608451 of type vxlan for network b40d5122-67ef-4562-9e4e-01f6bb9fab48 [pid: 8|app: 0|req: 721/1478] 10.0.0.150 () {34 vars in 670 bytes} [Thu Jul 2 01:35:38 2026] POST /v2.0/networks => generated 633 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:35:39.023 8 INFO neutron.services.segments.plugin [-] Segment f8121d7d-3f4d-4ad8-bfb4-6e289cc5d167 resource provider aggregate not found 2026-07-02 01:35:39.027 8 INFO neutron.services.segments.plugin [-] Segment f8121d7d-3f4d-4ad8-bfb4-6e289cc5d167 resource provider aggregate not found [pid: 7|app: 0|req: 758/1479] 10.0.0.150 () {34 vars in 669 bytes} [Thu Jul 2 01:35:38 2026] POST /v2.0/subnets => generated 646 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:35:39.040 8 INFO neutron.services.segments.plugin [-] Segment f8121d7d-3f4d-4ad8-bfb4-6e289cc5d167 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8121d7d-3f4d-4ad8-bfb4-6e289cc5d167 found for delete ", "request_id": "req-393a5b73-b07f-45ea-98fe-ead3bd01056e"}]} 2026-07-02 01:35:39.041 8 INFO neutron.services.segments.plugin [-] Segment f8121d7d-3f4d-4ad8-bfb4-6e289cc5d167 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8121d7d-3f4d-4ad8-bfb4-6e289cc5d167 found for delete ", "request_id": "req-27295eaa-8b16-436d-a2b0-9fa3f4c2db5f"}]} 2026-07-02 01:35:39.093 8 INFO neutron.db.segments_db [None req-4ca8db9c-d88b-4fc0-a8de-d205c48186bb 19055cd89c8441eaaf8e2d928a288c26 d4680f287b2641baafd189b0ef14c015 - - default default] Added segment 1ef7f633-a1d1-4681-9560-a48a75321da7 of type vxlan for network 2cbb957a-424f-4337-823e-f9f928494662 [pid: 7|app: 0|req: 759/1480] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:35:39 2026] GET /v2.0/ports?device_id=ce0bd07c-c42f-4a21-83ac-e851cf69ca0c => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:35:39.324 8 INFO neutron.db.l3_hamode_db [None req-4ca8db9c-d88b-4fc0-a8de-d205c48186bb 19055cd89c8441eaaf8e2d928a288c26 d4680f287b2641baafd189b0ef14c015 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 01:35:39.452 8 INFO neutron.db.l3_hamode_db [None req-4ca8db9c-d88b-4fc0-a8de-d205c48186bb 19055cd89c8441eaaf8e2d928a288c26 d4680f287b2641baafd189b0ef14c015 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 722/1481] 10.0.0.150 () {34 vars in 669 bytes} [Thu Jul 2 01:35:39 2026] POST /v2.0/routers => generated 511 bytes in 1107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1482] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:35:40 2026] GET /v2.0/ports?device_id=ce0bd07c-c42f-4a21-83ac-e851cf69ca0c => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:35:40.349 7 INFO neutron.services.segments.plugin [-] Segment 34d2f24d-9dca-4eb1-995e-d578c76201ce resource provider aggregate not found 2026-07-02 01:35:40.355 7 INFO neutron.services.segments.plugin [-] Segment 34d2f24d-9dca-4eb1-995e-d578c76201ce resource provider aggregate not found 2026-07-02 01:35:40.379 7 INFO neutron.services.segments.plugin [-] Segment 34d2f24d-9dca-4eb1-995e-d578c76201ce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34d2f24d-9dca-4eb1-995e-d578c76201ce found for delete ", "request_id": "req-76fdf523-3730-4971-a54a-f900e003e75c"}]} 2026-07-02 01:35:40.381 7 INFO neutron.services.segments.plugin [-] Segment 34d2f24d-9dca-4eb1-995e-d578c76201ce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34d2f24d-9dca-4eb1-995e-d578c76201ce found for delete ", "request_id": "req-1fac5813-04f3-47cb-9b05-20e2fb668f1c"}]} [pid: 7|app: 0|req: 760/1483] 10.0.0.150 () {34 vars in 665 bytes} [Thu Jul 2 01:35:40 2026] POST /v2.0/ports => generated 960 bytes in 322 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: 761/1484] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:35:41 2026] DELETE /v2.0/security-groups/11f091fb-0a5d-4476-94b2-e5dc9a1b8e5f => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:35:41.425 7 INFO neutron.api.v2.resource [None req-4b7acf09-9162-4ee3-aa8f-de258662118b 05cbf1c9e8d748c99a7cdfc8b7533cdd ec8b1091654f4d3b86bbe18e167c8b52 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 762/1485] 10.0.0.150 () {32 vars in 737 bytes} [Thu Jul 2 01:35:41 2026] GET /v2.0/security-groups/11f091fb-0a5d-4476-94b2-e5dc9a1b8e5f => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:35:41.536 7 INFO neutron_taas.services.taas.taas_plugin [None req-1dc13bb9-c28f-49bd-93cb-3da0c5332eda 05cbf1c9e8d748c99a7cdfc8b7533cdd ec8b1091654f4d3b86bbe18e167c8b52 - - default default] TaaS: Handle Delete Port: 6578907f-559e-4e68-a047-60de1d7e7ce9 2026-07-02 01:35:41.538 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1dc13bb9-c28f-49bd-93cb-3da0c5332eda 05cbf1c9e8d748c99a7cdfc8b7533cdd ec8b1091654f4d3b86bbe18e167c8b52 - - default default] Tap Mirror: Handle Delete Port: 6578907f-559e-4e68-a047-60de1d7e7ce9 [pid: 8|app: 0|req: 724/1486] 10.0.0.150 () {34 vars in 783 bytes} [Thu Jul 2 01:35:40 2026] PUT /v2.0/routers/eb168695-bf7b-4146-90d8-1e8f0c589025/add_router_interface => generated 309 bytes in 1147 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: 725/1487] 10.0.0.150 () {32 vars in 717 bytes} [Thu Jul 2 01:35:41 2026] GET /v2.0/ports/0cbea09b-550f-48bd-9a53-a5e6d2293737 => generated 1034 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1488] 10.0.0.150 () {32 vars in 732 bytes} [Thu Jul 2 01:35:41 2026] DELETE /v2.0/floatingips/a4c3b4e4-41f2-4145-a1bd-0d71dd04f87f => generated 0 bytes in 277 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:35:42.020 7 INFO neutron_taas.services.taas.taas_plugin [None req-acb8a084-3188-40a2-b9c1-0ee9966053f6 19055cd89c8441eaaf8e2d928a288c26 d4680f287b2641baafd189b0ef14c015 - - default default] TaaS: Handle Delete Port: 0cbea09b-550f-48bd-9a53-a5e6d2293737 2026-07-02 01:35:42.023 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-acb8a084-3188-40a2-b9c1-0ee9966053f6 19055cd89c8441eaaf8e2d928a288c26 d4680f287b2641baafd189b0ef14c015 - - default default] Tap Mirror: Handle Delete Port: 0cbea09b-550f-48bd-9a53-a5e6d2293737 2026-07-02 01:35:42.027 8 INFO neutron.db.segments_db [None req-1b41af09-2861-4335-b4c8-78aecb49af26 ab0564ac66bb4d68a678491a2eba3bc2 2eb8c3fe29af4138baf112562f3c4a8d - - default default] Added segment e6077453-126f-4a8f-914f-c052dc6fd976 of type vxlan for network 1c961662-6785-4114-9ce4-d344cc55cfbc [pid: 8|app: 0|req: 726/1489] 10.0.0.150 () {34 vars in 670 bytes} [Thu Jul 2 01:35:41 2026] POST /v2.0/networks => generated 632 bytes in 421 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1490] 10.0.0.150 () {34 vars in 789 bytes} [Thu Jul 2 01:35:41 2026] PUT /v2.0/routers/eb168695-bf7b-4146-90d8-1e8f0c589025/remove_router_interface => generated 309 bytes in 720 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-07-02 01:35:42.523 8 INFO neutron_taas.services.taas.taas_plugin [None req-352fbab3-2b59-4adf-9bc2-775bf5260bf2 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] TaaS: Handle Delete Port: 6a8d4650-86d2-46d5-bd18-365451805cce 2026-07-02 01:35:42.525 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-352fbab3-2b59-4adf-9bc2-775bf5260bf2 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Tap Mirror: Handle Delete Port: 6a8d4650-86d2-46d5-bd18-365451805cce [pid: 7|app: 0|req: 765/1491] 10.0.0.150 () {34 vars in 664 bytes} [Thu Jul 2 01:35:42 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-07-02 01:35:42.865 7 INFO neutron.api.v2.resource [None req-a73f3790-fdbb-4b1b-a72d-dddc30b59821 19055cd89c8441eaaf8e2d928a288c26 d4680f287b2641baafd189b0ef14c015 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 766/1492] 10.0.0.150 () {34 vars in 789 bytes} [Thu Jul 2 01:35:42 2026] PUT /v2.0/routers/eb168695-bf7b-4146-90d8-1e8f0c589025/remove_router_interface => generated 197 bytes in 137 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1493] 10.0.0.150 () {34 vars in 747 bytes} [Thu Jul 2 01:35:42 2026] PUT /v2.0/ports/1ad804b2-e93c-4309-ba9e-8434f880ee32/tags => generated 25 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: 7|app: 0|req: 768/1494] 10.0.0.150 () {32 vars in 736 bytes} [Thu Jul 2 01:35:42 2026] GET /v2.0/ports?device_id=eb168695-bf7b-4146-90d8-1e8f0c589025 => 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: 769/1495] 10.0.0.150 () {32 vars in 727 bytes} [Thu Jul 2 01:35:42 2026] GET /v2.0/ports/1ad804b2-e93c-4309-ba9e-8434f880ee32/tags => generated 25 bytes in 44 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: 727/1496] 10.0.0.150 () {34 vars in 789 bytes} [Thu Jul 2 01:35:42 2026] PUT /v2.0/routers/4ef388b2-1f1d-4ed3-9329-8f1bf4e7e16a/remove_router_interface => generated 309 bytes in 1000 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:35:43.120 7 INFO neutron_taas.services.taas.taas_plugin [None req-1031d86b-12e4-4d5c-9926-ae72df9c843f 19055cd89c8441eaaf8e2d928a288c26 d4680f287b2641baafd189b0ef14c015 - - default default] TaaS: Handle Delete Port: 0f53be97-1797-4865-9558-fc38cdc839c9 2026-07-02 01:35:43.122 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1031d86b-12e4-4d5c-9926-ae72df9c843f 19055cd89c8441eaaf8e2d928a288c26 d4680f287b2641baafd189b0ef14c015 - - default default] Tap Mirror: Handle Delete Port: 0f53be97-1797-4865-9558-fc38cdc839c9 [pid: 8|app: 0|req: 728/1497] 10.0.0.150 () {34 vars in 758 bytes} [Thu Jul 2 01:35:43 2026] PUT /v2.0/ports/1ad804b2-e93c-4309-ba9e-8434f880ee32/tags/green => generated 4 bytes in 92 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, ' 2026-07-02 01:35:43.387 7 INFO neutron.services.segments.plugin [-] Segment 1ef7f633-a1d1-4681-9560-a48a75321da7 resource provider aggregate not found 2026-07-02 01:35:43.405 8 INFO neutron_taas.services.taas.taas_plugin [None req-3dcb1071-8b78-4337-b919-029b81ba933d b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] TaaS: Handle Delete Port: 9cb5d7ab-8b0c-47b0-90fe-20f8f9da71d8 2026-07-02 01:35:43.409 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3dcb1071-8b78-4337-b919-029b81ba933d b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Tap Mirror: Handle Delete Port: 9cb5d7ab-8b0c-47b0-90fe-20f8f9da71d8 2026-07-02 01:35:43.409 7 INFO neutron.services.segments.plugin [-] Segment 1ef7f633-a1d1-4681-9560-a48a75321da7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ef7f633-a1d1-4681-9560-a48a75321da7 found for delete ", "request_id": "req-308f5794-cd61-4170-82a2-1ef21e9dcce7"}]} 2026-07-02 01:35:43.410 7 INFO neutron.services.segments.plugin [-] Segment 1ef7f633-a1d1-4681-9560-a48a75321da7 resource provider aggregate not found 2026-07-02 01:35:43.429 7 INFO neutron.services.segments.plugin [-] Segment 1ef7f633-a1d1-4681-9560-a48a75321da7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ef7f633-a1d1-4681-9560-a48a75321da7 found for delete ", "request_id": "req-cf893b4d-71b6-4c26-a2bf-3d67982470e1"}]} 2026-07-02 01:35:43.437 7 INFO neutron.db.l3_hamode_db [None req-1031d86b-12e4-4d5c-9926-ae72df9c843f 19055cd89c8441eaaf8e2d928a288c26 d4680f287b2641baafd189b0ef14c015 - - default default] HA network 2cbb957a-424f-4337-823e-f9f928494662 was deleted as no HA routers are present in tenant d4680f287b2641baafd189b0ef14c015. [pid: 7|app: 0|req: 770/1498] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:35:42 2026] DELETE /v2.0/routers/eb168695-bf7b-4146-90d8-1e8f0c589025 => generated 0 bytes in 452 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1499] 10.0.0.150 () {32 vars in 727 bytes} [Thu Jul 2 01:35:43 2026] GET /v2.0/ports/1ad804b2-e93c-4309-ba9e-8434f880ee32/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 772/1500] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:35:43 2026] DELETE /v2.0/subnets/3856c1ed-deac-4723-879f-50599ddf1ec4 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:35:43.684 8 INFO neutron_taas.services.taas.taas_plugin [None req-3dcb1071-8b78-4337-b919-029b81ba933d b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] TaaS: Handle Delete Port: 95224a5d-ea6d-48c5-a234-0727455e36cc 2026-07-02 01:35:43.687 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3dcb1071-8b78-4337-b919-029b81ba933d b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Tap Mirror: Handle Delete Port: 95224a5d-ea6d-48c5-a234-0727455e36cc [pid: 7|app: 0|req: 773/1501] 10.0.0.150 () {34 vars in 754 bytes} [Thu Jul 2 01:35:43 2026] PUT /v2.0/ports/1ad804b2-e93c-4309-ba9e-8434f880ee32/tags/red => generated 4 bytes in 70 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, ' 2026-07-02 01:35:43.822 7 INFO neutron_taas.services.taas.taas_plugin [None req-9bae4c57-8193-48f3-b375-ffdeb9249742 19055cd89c8441eaaf8e2d928a288c26 d4680f287b2641baafd189b0ef14c015 - - default default] TaaS: Handle Delete Port: 0e123014-5750-412a-9cd7-a5530ea1b47d 2026-07-02 01:35:43.826 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9bae4c57-8193-48f3-b375-ffdeb9249742 19055cd89c8441eaaf8e2d928a288c26 d4680f287b2641baafd189b0ef14c015 - - default default] Tap Mirror: Handle Delete Port: 0e123014-5750-412a-9cd7-a5530ea1b47d [pid: 7|app: 0|req: 774/1502] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:35:43 2026] DELETE /v2.0/networks/b40d5122-67ef-4562-9e4e-01f6bb9fab48 => generated 0 bytes in 328 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1503] 10.0.0.150 () {32 vars in 727 bytes} [Thu Jul 2 01:35:44 2026] GET /v2.0/ports/1ad804b2-e93c-4309-ba9e-8434f880ee32/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, ' 2026-07-02 01:35:44.085 8 INFO neutron.services.segments.plugin [-] Segment d90fe017-d0e0-4fc8-b145-e3079cae675b resource provider aggregate not found 2026-07-02 01:35:44.090 8 INFO neutron.services.segments.plugin [-] Segment d90fe017-d0e0-4fc8-b145-e3079cae675b resource provider aggregate not found 2026-07-02 01:35:44.106 8 INFO neutron.services.segments.plugin [-] Segment d90fe017-d0e0-4fc8-b145-e3079cae675b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d90fe017-d0e0-4fc8-b145-e3079cae675b found for delete ", "request_id": "req-44b24068-5cb3-43ff-9c6d-afc3d1fa57be"}]} 2026-07-02 01:35:44.110 8 INFO neutron.services.segments.plugin [-] Segment d90fe017-d0e0-4fc8-b145-e3079cae675b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d90fe017-d0e0-4fc8-b145-e3079cae675b found for delete ", "request_id": "req-240286d6-fb35-4dbf-9f0b-a169c1916c6c"}]} 2026-07-02 01:35:44.114 8 INFO neutron.db.l3_hamode_db [None req-3dcb1071-8b78-4337-b919-029b81ba933d b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] HA network 75582cbb-b75b-417c-8cb5-e8f0fcdbc8f4 was deleted as no HA routers are present in tenant ec8b1091654f4d3b86bbe18e167c8b52. [pid: 8|app: 0|req: 729/1504] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:35:43 2026] DELETE /v2.0/routers/4ef388b2-1f1d-4ed3-9329-8f1bf4e7e16a => generated 0 bytes in 915 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:35:44.124 7 INFO neutron.db.segments_db [None req-51e2a1ab-d6f6-422b-bf9a-8290243fd31f 19055cd89c8441eaaf8e2d928a288c26 d4680f287b2641baafd189b0ef14c015 - - default default] Added segment 13347395-9c97-45d5-a1fb-9ebdaa051242 of type vxlan for network c3f11fb6-05c7-442b-8f76-1f12accd6994 [pid: 8|app: 0|req: 730/1505] 10.0.0.150 () {34 vars in 776 bytes} [Thu Jul 2 01:35:44 2026] PUT /v2.0/ports/1ad804b2-e93c-4309-ba9e-8434f880ee32/tags/black.or.white => generated 4 bytes in 70 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: 776/1506] 10.0.0.150 () {34 vars in 670 bytes} [Thu Jul 2 01:35:44 2026] POST /v2.0/networks => generated 634 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1507] 10.0.0.150 () {32 vars in 727 bytes} [Thu Jul 2 01:35:44 2026] GET /v2.0/ports/1ad804b2-e93c-4309-ba9e-8434f880ee32/tags => generated 52 bytes in 45 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: 731/1508] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:35:44 2026] DELETE /v2.0/subnets/d50a4102-5333-4de1-9eca-ea41a225765d => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1509] 10.0.0.150 () {34 vars in 747 bytes} [Thu Jul 2 01:35:44 2026] PUT /v2.0/ports/1ad804b2-e93c-4309-ba9e-8434f880ee32/tags => generated 37 bytes in 74 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: 778/1510] 10.0.0.150 () {34 vars in 669 bytes} [Thu Jul 2 01:35:44 2026] POST /v2.0/subnets => generated 646 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:35:44.496 8 INFO neutron_taas.services.taas.taas_plugin [None req-837523cc-f8da-4271-bcff-3ed1fb762dd4 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] TaaS: Handle Delete Port: 468c39ab-8688-4e8d-8cb9-a08f61da849e 2026-07-02 01:35:44.499 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-837523cc-f8da-4271-bcff-3ed1fb762dd4 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Tap Mirror: Handle Delete Port: 468c39ab-8688-4e8d-8cb9-a08f61da849e [pid: 7|app: 0|req: 779/1511] 10.0.0.150 () {32 vars in 727 bytes} [Thu Jul 2 01:35:44 2026] GET /v2.0/ports/1ad804b2-e93c-4309-ba9e-8434f880ee32/tags => generated 37 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 01:35:44.577 7 INFO neutron.db.segments_db [None req-046be066-55ef-4d7e-bca9-b9e33f5b88cf 19055cd89c8441eaaf8e2d928a288c26 d4680f287b2641baafd189b0ef14c015 - - default default] Added segment 3b46e285-ccb5-4f2b-b256-6d9a88ac7fdc of type vxlan for network 0e463985-4e2a-4709-8a50-0a28c84c1c4c [pid: 8|app: 0|req: 733/1512] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:35:44 2026] DELETE /v2.0/networks/42bf185b-1bd7-48a4-b681-9288d120284f => generated 0 bytes in 252 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1513] 10.0.0.150 () {32 vars in 735 bytes} [Thu Jul 2 01:35:44 2026] GET /v2.0/ports/1ad804b2-e93c-4309-ba9e-8434f880ee32/tags/red => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 01:35:44.814 8 INFO neutron.api.v2.resource [None req-1595d92c-8049-4610-9f22-32a54d342640 ab0564ac66bb4d68a678491a2eba3bc2 2eb8c3fe29af4138baf112562f3c4a8d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 735/1514] 10.0.0.150 () {32 vars in 739 bytes} [Thu Jul 2 01:35:44 2026] GET /v2.0/ports/1ad804b2-e93c-4309-ba9e-8434f880ee32/tags/green => generated 99 bytes in 59 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 01:35:44.859 7 INFO neutron.db.l3_hamode_db [None req-046be066-55ef-4d7e-bca9-b9e33f5b88cf 19055cd89c8441eaaf8e2d928a288c26 d4680f287b2641baafd189b0ef14c015 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 736/1515] 10.0.0.150 () {32 vars in 738 bytes} [Thu Jul 2 01:35:44 2026] DELETE /v2.0/ports/1ad804b2-e93c-4309-ba9e-8434f880ee32/tags/red => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 737/1516] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:35:44 2026] GET /v2.0/security-groups?tenant_id=ec8b1091654f4d3b86bbe18e167c8b52&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: 738/1517] 10.0.0.150 () {32 vars in 727 bytes} [Thu Jul 2 01:35:44 2026] GET /v2.0/ports/1ad804b2-e93c-4309-ba9e-8434f880ee32/tags => generated 30 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 739/1518] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:35:44 2026] DELETE /v2.0/security-groups/c95639c5-2ee7-493c-b5dd-abed0a7aa1ce => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:35:45.123 8 INFO neutron.api.v2.resource [None req-d64e5c24-71e6-4ab9-b46f-e3b0c841ca1e ab0564ac66bb4d68a678491a2eba3bc2 2eb8c3fe29af4138baf112562f3c4a8d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 740/1519] 10.0.0.150 () {32 vars in 742 bytes} [Thu Jul 2 01:35:45 2026] DELETE /v2.0/ports/1ad804b2-e93c-4309-ba9e-8434f880ee32/tags/green => generated 99 bytes in 52 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: 741/1520] 10.0.0.150 () {32 vars in 730 bytes} [Thu Jul 2 01:35:45 2026] DELETE /v2.0/ports/1ad804b2-e93c-4309-ba9e-8434f880ee32/tags => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 742/1521] 10.0.0.150 () {32 vars in 727 bytes} [Thu Jul 2 01:35:45 2026] GET /v2.0/ports/1ad804b2-e93c-4309-ba9e-8434f880ee32/tags => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 01:35:45.374 8 INFO neutron_taas.services.taas.taas_plugin [None req-6416af3c-b572-4bb6-a4d0-f99317c9bebf ab0564ac66bb4d68a678491a2eba3bc2 2eb8c3fe29af4138baf112562f3c4a8d - - default default] TaaS: Handle Delete Port: 1ad804b2-e93c-4309-ba9e-8434f880ee32 2026-07-02 01:35:45.378 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6416af3c-b572-4bb6-a4d0-f99317c9bebf ab0564ac66bb4d68a678491a2eba3bc2 2eb8c3fe29af4138baf112562f3c4a8d - - default default] Tap Mirror: Handle Delete Port: 1ad804b2-e93c-4309-ba9e-8434f880ee32 2026-07-02 01:35:45.380 7 INFO neutron.db.l3_hamode_db [None req-046be066-55ef-4d7e-bca9-b9e33f5b88cf 19055cd89c8441eaaf8e2d928a288c26 d4680f287b2641baafd189b0ef14c015 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 01:35:45.438 7 INFO neutron.services.segments.plugin [-] Segment fa0340c7-63dc-407a-9dc3-e1264d608451 resource provider aggregate not found 2026-07-02 01:35:45.454 7 INFO neutron.services.segments.plugin [-] Segment fa0340c7-63dc-407a-9dc3-e1264d608451 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa0340c7-63dc-407a-9dc3-e1264d608451 found for delete ", "request_id": "req-5283e8d6-f482-447f-b1d1-48223bfab6e7"}]} 2026-07-02 01:35:45.458 7 INFO neutron.services.segments.plugin [-] Segment fa0340c7-63dc-407a-9dc3-e1264d608451 resource provider aggregate not found 2026-07-02 01:35:45.485 7 INFO neutron.services.segments.plugin [-] Segment fa0340c7-63dc-407a-9dc3-e1264d608451 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa0340c7-63dc-407a-9dc3-e1264d608451 found for delete ", "request_id": "req-fea2d120-9730-4064-99de-c687d3b9fffa"}]} [pid: 8|app: 0|req: 743/1522] 10.0.0.150 () {32 vars in 720 bytes} [Thu Jul 2 01:35:45 2026] DELETE /v2.0/ports/1ad804b2-e93c-4309-ba9e-8434f880ee32 => 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: 744/1523] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:35:45 2026] DELETE /v2.0/networks/1c961662-6785-4114-9ce4-d344cc55cfbc => generated 0 bytes in 107 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1524] 10.0.0.150 () {34 vars in 669 bytes} [Thu Jul 2 01:35:44 2026] POST /v2.0/routers => generated 510 bytes in 1506 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:35:46.145 8 INFO neutron.services.segments.plugin [-] Segment d1e928c3-61ea-49e1-9648-760cbb68d21e resource provider aggregate not found 2026-07-02 01:35:46.152 8 INFO neutron.services.segments.plugin [-] Segment d1e928c3-61ea-49e1-9648-760cbb68d21e resource provider aggregate not found 2026-07-02 01:35:46.176 8 INFO neutron.services.segments.plugin [-] Segment d1e928c3-61ea-49e1-9648-760cbb68d21e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1e928c3-61ea-49e1-9648-760cbb68d21e found for delete ", "request_id": "req-fc0a4a32-3c42-42d6-b28e-74d6817f0fe1"}]} 2026-07-02 01:35:46.184 8 INFO neutron.services.segments.plugin [-] Segment d1e928c3-61ea-49e1-9648-760cbb68d21e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1e928c3-61ea-49e1-9648-760cbb68d21e found for delete ", "request_id": "req-c4014f25-af78-4ae4-bde2-8130ea132909"}]} 2026-07-02 01:35:46.210 8 INFO neutron.services.segments.plugin [-] Segment e6077453-126f-4a8f-914f-c052dc6fd976 resource provider aggregate not found 2026-07-02 01:35:46.211 8 INFO neutron.services.segments.plugin [-] Segment e6077453-126f-4a8f-914f-c052dc6fd976 resource provider aggregate not found 2026-07-02 01:35:46.239 8 INFO neutron.services.segments.plugin [-] Segment e6077453-126f-4a8f-914f-c052dc6fd976 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e6077453-126f-4a8f-914f-c052dc6fd976 found for delete ", "request_id": "req-e0f20365-00db-4eba-acd0-79c1f3a43f49"}]} 2026-07-02 01:35:46.240 8 INFO neutron.services.segments.plugin [-] Segment e6077453-126f-4a8f-914f-c052dc6fd976 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e6077453-126f-4a8f-914f-c052dc6fd976 found for delete ", "request_id": "req-091b3e8f-370e-4d6b-883a-7b62a486e603"}]} [pid: 7|app: 0|req: 781/1525] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:35:46 2026] GET /v2.0/security-groups?tenant_id=bb2ecbabb33149f88517f91b0e0cd91c&name=default => generated 2925 bytes in 274 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1526] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:35:46 2026] DELETE /v2.0/security-groups/6c007f7b-23b3-4c74-9de8-79edf768f452 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1527] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:35:46 2026] GET /v2.0/security-groups?tenant_id=2eb8c3fe29af4138baf112562f3c4a8d&name=default => generated 2925 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1528] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:35:46 2026] DELETE /v2.0/security-groups/1c3ea6de-ab79-402e-9502-c5dba0c1de2b => 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: 745/1529] 10.0.0.150 () {34 vars in 783 bytes} [Thu Jul 2 01:35:46 2026] PUT /v2.0/routers/940d2196-c057-4e04-9f7d-8f442cb3ff30/add_router_interface => generated 309 bytes in 1132 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1530] 10.0.0.150 () {32 vars in 717 bytes} [Thu Jul 2 01:35:47 2026] GET /v2.0/ports/4194a367-26cc-46d4-bcef-90829055c4ea => generated 959 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:35:47.321 7 INFO neutron.db.segments_db [None req-038d3bf8-7f8a-400e-81b0-b6a895d36e7d b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Added segment dfb4c00d-e749-4e62-ae11-a0655ea408f9 of type vxlan for network 665e3d5f-6fdc-4f92-9b25-f0fc89dd7cb1 [pid: 7|app: 0|req: 785/1531] 10.0.0.150 () {34 vars in 671 bytes} [Thu Jul 2 01:35:47 2026] POST /v2.0/networks => generated 745 bytes in 383 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:35:47.659 8 INFO neutron_taas.services.taas.taas_plugin [None req-18dee0c0-7bf0-4f71-8bd6-559f84e5d6f7 19055cd89c8441eaaf8e2d928a288c26 d4680f287b2641baafd189b0ef14c015 - - default default] TaaS: Handle Delete Port: 4194a367-26cc-46d4-bcef-90829055c4ea 2026-07-02 01:35:47.664 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-18dee0c0-7bf0-4f71-8bd6-559f84e5d6f7 19055cd89c8441eaaf8e2d928a288c26 d4680f287b2641baafd189b0ef14c015 - - default default] Tap Mirror: Handle Delete Port: 4194a367-26cc-46d4-bcef-90829055c4ea [pid: 7|app: 0|req: 786/1532] 10.0.0.150 () {34 vars in 669 bytes} [Thu Jul 2 01:35:47 2026] POST /v2.0/subnets => generated 692 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:35:47.746 7 INFO neutron.db.segments_db [None req-228e5a51-240d-41f4-b6c8-5b527e8ebdd3 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Added segment 12e51884-96a6-4fcd-a85c-c93f03df0a78 of type vxlan for network 632672dc-2828-4e5d-b919-4953eaa0b9e7 2026-07-02 01:35:48.021 7 INFO neutron.db.l3_hamode_db [None req-228e5a51-240d-41f4-b6c8-5b527e8ebdd3 b0f6f1662acb42028adab40336275dbd a90d7d954be04e7fba6cdbff0ece495a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 747/1533] 10.0.0.150 () {34 vars in 789 bytes} [Thu Jul 2 01:35:47 2026] PUT /v2.0/routers/940d2196-c057-4e04-9f7d-8f442cb3ff30/remove_router_interface => generated 309 bytes in 820 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1534] 10.0.0.150 () {32 vars in 736 bytes} [Thu Jul 2 01:35:48 2026] GET /v2.0/ports?device_id=940d2196-c057-4e04-9f7d-8f442cb3ff30 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:35:48.355 8 INFO neutron_taas.services.taas.taas_plugin [None req-b49e3dcc-dbc7-498c-af27-aac2c4e41089 19055cd89c8441eaaf8e2d928a288c26 d4680f287b2641baafd189b0ef14c015 - - default default] TaaS: Handle Delete Port: 4e4884cd-0b42-421b-b03c-f39dd1baf02f 2026-07-02 01:35:48.358 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b49e3dcc-dbc7-498c-af27-aac2c4e41089 19055cd89c8441eaaf8e2d928a288c26 d4680f287b2641baafd189b0ef14c015 - - default default] Tap Mirror: Handle Delete Port: 4e4884cd-0b42-421b-b03c-f39dd1baf02f 2026-07-02 01:35:48.736 8 INFO neutron.services.segments.plugin [-] Segment 3b46e285-ccb5-4f2b-b256-6d9a88ac7fdc resource provider aggregate not found 2026-07-02 01:35:48.742 8 INFO neutron.services.segments.plugin [-] Segment 3b46e285-ccb5-4f2b-b256-6d9a88ac7fdc resource provider aggregate not found 2026-07-02 01:35:48.763 8 INFO neutron.services.segments.plugin [-] Segment 3b46e285-ccb5-4f2b-b256-6d9a88ac7fdc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b46e285-ccb5-4f2b-b256-6d9a88ac7fdc found for delete ", "request_id": "req-36507e20-6535-4e2b-92c2-bb4b05e8bd8f"}]} 2026-07-02 01:35:48.774 8 INFO neutron.services.segments.plugin [-] Segment 3b46e285-ccb5-4f2b-b256-6d9a88ac7fdc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b46e285-ccb5-4f2b-b256-6d9a88ac7fdc found for delete ", "request_id": "req-9c810b35-718d-417f-b66f-a5d6d679ab60"}]} 2026-07-02 01:35:48.785 8 INFO neutron.db.l3_hamode_db [None req-b49e3dcc-dbc7-498c-af27-aac2c4e41089 19055cd89c8441eaaf8e2d928a288c26 d4680f287b2641baafd189b0ef14c015 - - default default] HA network 0e463985-4e2a-4709-8a50-0a28c84c1c4c was deleted as no HA routers are present in tenant d4680f287b2641baafd189b0ef14c015. [pid: 8|app: 0|req: 749/1535] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:35:48 2026] DELETE /v2.0/routers/940d2196-c057-4e04-9f7d-8f442cb3ff30 => generated 0 bytes in 629 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:35:48.892 7 INFO neutron.db.l3_hamode_db [None req-228e5a51-240d-41f4-b6c8-5b527e8ebdd3 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 750/1536] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:35:48 2026] DELETE /v2.0/subnets/766b06b4-f126-48ba-b543-24d40739ff80 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1537] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:35:48 2026] DELETE /v2.0/networks/c3f11fb6-05c7-442b-8f76-1f12accd6994 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:35:49.098 8 INFO neutron.db.segments_db [None req-3926d0d9-1a1f-46d0-93bf-14412a22a9d1 19055cd89c8441eaaf8e2d928a288c26 d4680f287b2641baafd189b0ef14c015 - - default default] Added segment d098ae19-bc54-4dfe-8383-03fcf9b03d51 of type vxlan for network 1f0fea54-c499-4148-9959-3a603fea34da 2026-07-02 01:35:49.347 8 INFO neutron.db.l3_hamode_db [None req-3926d0d9-1a1f-46d0-93bf-14412a22a9d1 19055cd89c8441eaaf8e2d928a288c26 d4680f287b2641baafd189b0ef14c015 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 787/1538] 10.0.0.150 () {34 vars in 669 bytes} [Thu Jul 2 01:35:47 2026] POST /v2.0/routers => generated 732 bytes in 2188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:35:50.105 8 INFO neutron.db.l3_hamode_db [None req-3926d0d9-1a1f-46d0-93bf-14412a22a9d1 19055cd89c8441eaaf8e2d928a288c26 d4680f287b2641baafd189b0ef14c015 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 788/1539] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:35:49 2026] GET /v2.0/security-groups?tenant_id=87d10f3031e3480999ca4844cbe19531&name=default => generated 2925 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:35:50.798 8 INFO neutron.services.segments.plugin [-] Segment 13347395-9c97-45d5-a1fb-9ebdaa051242 resource provider aggregate not found 2026-07-02 01:35:50.801 8 INFO neutron.services.segments.plugin [-] Segment 13347395-9c97-45d5-a1fb-9ebdaa051242 resource provider aggregate not found 2026-07-02 01:35:50.826 8 INFO neutron.services.segments.plugin [-] Segment 13347395-9c97-45d5-a1fb-9ebdaa051242 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13347395-9c97-45d5-a1fb-9ebdaa051242 found for delete ", "request_id": "req-e02c9a3d-9fa7-4c5f-a600-53253a8f0321"}]} 2026-07-02 01:35:50.827 8 INFO neutron.services.segments.plugin [-] Segment 13347395-9c97-45d5-a1fb-9ebdaa051242 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13347395-9c97-45d5-a1fb-9ebdaa051242 found for delete ", "request_id": "req-c8859b71-53e9-4c2b-bde6-32b40a43b21c"}]} [pid: 8|app: 0|req: 752/1540] 10.0.0.150 () {34 vars in 669 bytes} [Thu Jul 2 01:35:49 2026] POST /v2.0/routers => generated 691 bytes in 1948 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1541] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:35:50 2026] DELETE /v2.0/security-groups/0a185cb0-6dd7-4f6a-a438-1848c5ba70d4 => 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: 789/1542] 10.0.0.150 () {34 vars in 783 bytes} [Thu Jul 2 01:35:50 2026] PUT /v2.0/routers/ddfcddb8-d579-4c27-96a3-e88162f2cdad/add_router_interface => generated 309 bytes in 1131 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1543] 10.0.0.150 () {32 vars in 721 bytes} [Thu Jul 2 01:35:51 2026] GET /v2.0/routers/e74b5558-792a-4c7d-aacc-89f29619c745 => generated 697 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1544] 10.0.0.150 () {34 vars in 684 bytes} [Thu Jul 2 01:35:51 2026] POST /v2.0/security-groups => generated 1601 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1545] 10.0.0.150 () {32 vars in 647 bytes} [Thu Jul 2 01:35:51 2026] GET /v2.0/routers => generated 700 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1546] 10.0.0.150 () {34 vars in 767 bytes} [Thu Jul 2 01:35:51 2026] PUT /v2.0/security-groups/6d9c402f-4b6e-416d-bf5e-6e97b3aa4551/tags => generated 25 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1547] 10.0.0.150 () {32 vars in 747 bytes} [Thu Jul 2 01:35:51 2026] GET /v2.0/security-groups/6d9c402f-4b6e-416d-bf5e-6e97b3aa4551/tags => generated 25 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1548] 10.0.0.150 () {34 vars in 778 bytes} [Thu Jul 2 01:35:51 2026] PUT /v2.0/security-groups/6d9c402f-4b6e-416d-bf5e-6e97b3aa4551/tags/green => generated 4 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1549] 10.0.0.150 () {32 vars in 747 bytes} [Thu Jul 2 01:35:51 2026] GET /v2.0/security-groups/6d9c402f-4b6e-416d-bf5e-6e97b3aa4551/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1550] 10.0.0.150 () {34 vars in 774 bytes} [Thu Jul 2 01:35:51 2026] PUT /v2.0/security-groups/6d9c402f-4b6e-416d-bf5e-6e97b3aa4551/tags/red => generated 4 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1551] 10.0.0.150 () {32 vars in 747 bytes} [Thu Jul 2 01:35:51 2026] GET /v2.0/security-groups/6d9c402f-4b6e-416d-bf5e-6e97b3aa4551/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1552] 10.0.0.150 () {34 vars in 796 bytes} [Thu Jul 2 01:35:51 2026] PUT /v2.0/security-groups/6d9c402f-4b6e-416d-bf5e-6e97b3aa4551/tags/black.or.white => generated 4 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1553] 10.0.0.150 () {32 vars in 747 bytes} [Thu Jul 2 01:35:51 2026] GET /v2.0/security-groups/6d9c402f-4b6e-416d-bf5e-6e97b3aa4551/tags => generated 52 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1554] 10.0.0.150 () {34 vars in 741 bytes} [Thu Jul 2 01:35:51 2026] PUT /v2.0/routers/e74b5558-792a-4c7d-aacc-89f29619c745 => generated 704 bytes in 402 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1555] 10.0.0.150 () {34 vars in 767 bytes} [Thu Jul 2 01:35:51 2026] PUT /v2.0/security-groups/6d9c402f-4b6e-416d-bf5e-6e97b3aa4551/tags => generated 37 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1556] 10.0.0.150 () {32 vars in 721 bytes} [Thu Jul 2 01:35:51 2026] GET /v2.0/routers/e74b5558-792a-4c7d-aacc-89f29619c745 => generated 704 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1557] 10.0.0.150 () {32 vars in 736 bytes} [Thu Jul 2 01:35:51 2026] GET /v2.0/ports?device_id=e74b5558-792a-4c7d-aacc-89f29619c745 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1558] 10.0.0.150 () {32 vars in 747 bytes} [Thu Jul 2 01:35:51 2026] GET /v2.0/security-groups/6d9c402f-4b6e-416d-bf5e-6e97b3aa4551/tags => generated 37 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1559] 10.0.0.150 () {32 vars in 755 bytes} [Thu Jul 2 01:35:51 2026] GET /v2.0/security-groups/6d9c402f-4b6e-416d-bf5e-6e97b3aa4551/tags/red => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:35:52.076 8 INFO neutron.api.v2.resource [None req-c333881e-2bba-4055-a189-d002f40f4339 efa1d355e3eb4c6a82272181e041c5ae c52c977a056949c0adf95520d7891c8e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 766/1560] 10.0.0.150 () {32 vars in 759 bytes} [Thu Jul 2 01:35:52 2026] GET /v2.0/security-groups/6d9c402f-4b6e-416d-bf5e-6e97b3aa4551/tags/green => generated 99 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1561] 10.0.0.150 () {32 vars in 758 bytes} [Thu Jul 2 01:35:52 2026] DELETE /v2.0/security-groups/6d9c402f-4b6e-416d-bf5e-6e97b3aa4551/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: 768/1562] 10.0.0.150 () {32 vars in 747 bytes} [Thu Jul 2 01:35:52 2026] GET /v2.0/security-groups/6d9c402f-4b6e-416d-bf5e-6e97b3aa4551/tags => generated 30 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:35:52.190 7 INFO neutron_taas.services.taas.taas_plugin [None req-bb5f2ba8-92d7-4a51-b4c2-9d077105b0c3 19055cd89c8441eaaf8e2d928a288c26 d4680f287b2641baafd189b0ef14c015 - - default default] TaaS: Handle Delete Port: db2be425-27d9-4b9b-8abb-5298aec1a585 2026-07-02 01:35:52.192 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bb5f2ba8-92d7-4a51-b4c2-9d077105b0c3 19055cd89c8441eaaf8e2d928a288c26 d4680f287b2641baafd189b0ef14c015 - - default default] Tap Mirror: Handle Delete Port: db2be425-27d9-4b9b-8abb-5298aec1a585 2026-07-02 01:35:52.227 8 INFO neutron.api.v2.resource [None req-7330f362-e01a-4e84-a444-dc764a7a94e6 efa1d355e3eb4c6a82272181e041c5ae c52c977a056949c0adf95520d7891c8e - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 769/1563] 10.0.0.150 () {32 vars in 762 bytes} [Thu Jul 2 01:35:52 2026] DELETE /v2.0/security-groups/6d9c402f-4b6e-416d-bf5e-6e97b3aa4551/tags/green => generated 99 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1566] 10.0.0.150 () {32 vars in 750 bytes} [Thu Jul 2 01:35:52 2026] DELETE /v2.0/security-groups/6d9c402f-4b6e-416d-bf5e-6e97b3aa4551/tags => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1567] 10.0.0.150 () {32 vars in 747 bytes} [Thu Jul 2 01:35:52 2026] GET /v2.0/security-groups/6d9c402f-4b6e-416d-bf5e-6e97b3aa4551/tags => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1568] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:35:52 2026] DELETE /v2.0/security-groups/6d9c402f-4b6e-416d-bf5e-6e97b3aa4551 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:35:52.487 7 INFO neutron_taas.services.taas.taas_plugin [None req-bb5f2ba8-92d7-4a51-b4c2-9d077105b0c3 19055cd89c8441eaaf8e2d928a288c26 d4680f287b2641baafd189b0ef14c015 - - default default] TaaS: Handle Delete Port: f3a2c34a-c480-4a31-95da-540ed7ecb0b6 2026-07-02 01:35:52.490 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bb5f2ba8-92d7-4a51-b4c2-9d077105b0c3 19055cd89c8441eaaf8e2d928a288c26 d4680f287b2641baafd189b0ef14c015 - - default default] Tap Mirror: Handle Delete Port: f3a2c34a-c480-4a31-95da-540ed7ecb0b6 [pid: 8|app: 0|req: 775/1569] 10.0.0.126 () {34 vars in 982 bytes} [Thu Jul 2 01:35:52 2026] GET /v2.0/networks?id=665e3d5f-6fdc-4f92-9b25-f0fc89dd7cb1 => generated 677 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1570] 10.0.0.126 () {34 vars in 965 bytes} [Thu Jul 2 01:35:52 2026] GET /v2.0/quotas/a90d7d954be04e7fba6cdbff0ece495a => generated 292 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1571] 10.0.0.126 () {34 vars in 1002 bytes} [Thu Jul 2 01:35:52 2026] GET /v2.0/ports?tenant_id=a90d7d954be04e7fba6cdbff0ece495a&fields=id => generated 57 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1572] 10.0.0.126 () {34 vars in 1008 bytes} [Thu Jul 2 01:35:52 2026] GET /v2.0/networks/665e3d5f-6fdc-4f92-9b25-f0fc89dd7cb1?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: 779/1573] 10.0.0.126 () {34 vars in 1108 bytes} [Thu Jul 2 01:35:52 2026] GET /v2.0/networks/665e3d5f-6fdc-4f92-9b25-f0fc89dd7cb1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:35:52.893 7 INFO neutron.services.segments.plugin [-] Segment d098ae19-bc54-4dfe-8383-03fcf9b03d51 resource provider aggregate not found 2026-07-02 01:35:52.898 7 INFO neutron.services.segments.plugin [-] Segment d098ae19-bc54-4dfe-8383-03fcf9b03d51 resource provider aggregate not found 2026-07-02 01:35:52.916 7 INFO neutron.services.segments.plugin [-] Segment d098ae19-bc54-4dfe-8383-03fcf9b03d51 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d098ae19-bc54-4dfe-8383-03fcf9b03d51 found for delete ", "request_id": "req-44999197-59e0-4239-b5a5-44cedbb85811"}]} 2026-07-02 01:35:52.918 7 INFO neutron.services.segments.plugin [-] Segment d098ae19-bc54-4dfe-8383-03fcf9b03d51 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d098ae19-bc54-4dfe-8383-03fcf9b03d51 found for delete ", "request_id": "req-18ed660c-d195-4c23-81ae-09bbc2e8c40d"}]} 2026-07-02 01:35:52.922 7 INFO neutron.db.l3_hamode_db [None req-bb5f2ba8-92d7-4a51-b4c2-9d077105b0c3 19055cd89c8441eaaf8e2d928a288c26 d4680f287b2641baafd189b0ef14c015 - - default default] HA network 1f0fea54-c499-4148-9959-3a603fea34da was deleted as no HA routers are present in tenant d4680f287b2641baafd189b0ef14c015. [pid: 7|app: 0|req: 795/1574] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:35:51 2026] DELETE /v2.0/routers/e74b5558-792a-4c7d-aacc-89f29619c745 => generated 0 bytes in 965 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1575] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:35:52 2026] GET /v2.0/ports?device_id=3a7cb07e-278a-40c3-95df-6c32b28e5708 => 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: 796/1576] 10.0.0.150 () {32 vars in 736 bytes} [Thu Jul 2 01:35:52 2026] GET /v2.0/ports?device_id=e74b5558-792a-4c7d-aacc-89f29619c745 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:35:52.993 8 INFO neutron.api.v2.resource [None req-94fb8183-d6f1-4ae2-979e-efe73d6e43b2 19055cd89c8441eaaf8e2d928a288c26 d4680f287b2641baafd189b0ef14c015 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 781/1577] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:35:52 2026] DELETE /v2.0/routers/e74b5558-792a-4c7d-aacc-89f29619c745 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1578] 10.0.0.150 () {32 vars in 736 bytes} [Thu Jul 2 01:35:52 2026] GET /v2.0/ports?device_id=940d2196-c057-4e04-9f7d-8f442cb3ff30 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:35:53.046 8 INFO neutron.api.v2.resource [None req-1359b83c-6bb9-4cdc-8e91-7115ca8304e5 19055cd89c8441eaaf8e2d928a288c26 d4680f287b2641baafd189b0ef14c015 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 782/1579] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:35:53 2026] DELETE /v2.0/routers/940d2196-c057-4e04-9f7d-8f442cb3ff30 => generated 135 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:35:53.069 7 INFO neutron.pecan_wsgi.hooks.translation [None req-97bc2c89-9419-4ffd-a10f-ed5c10884266 19055cd89c8441eaaf8e2d928a288c26 d4680f287b2641baafd189b0ef14c015 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 798/1580] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:35:53 2026] DELETE /v2.0/subnets/766b06b4-f126-48ba-b543-24d40739ff80 => generated 136 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1581] 10.0.0.150 () {32 vars in 736 bytes} [Thu Jul 2 01:35:53 2026] GET /v2.0/ports?device_id=eb168695-bf7b-4146-90d8-1e8f0c589025 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:35:53.132 7 INFO neutron.api.v2.resource [None req-caf16d96-988f-443d-9def-9cfb1d1e5f1e 19055cd89c8441eaaf8e2d928a288c26 d4680f287b2641baafd189b0ef14c015 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 800/1582] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:35:53 2026] DELETE /v2.0/routers/eb168695-bf7b-4146-90d8-1e8f0c589025 => generated 135 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:35:53.158 7 INFO neutron.pecan_wsgi.hooks.translation [None req-02d87f21-f1ec-4357-b4e9-428950e27fcb 19055cd89c8441eaaf8e2d928a288c26 d4680f287b2641baafd189b0ef14c015 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 801/1583] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:35:53 2026] DELETE /v2.0/subnets/3856c1ed-deac-4723-879f-50599ddf1ec4 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1584] 10.0.0.150 () {32 vars in 736 bytes} [Thu Jul 2 01:35:53 2026] GET /v2.0/ports?device_id=0ae32c2e-4bcd-4273-895a-22235d373128 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:35:53.219 7 INFO neutron.api.v2.resource [None req-a03c2d5d-ad44-46d4-be5f-ab06399e8b98 19055cd89c8441eaaf8e2d928a288c26 d4680f287b2641baafd189b0ef14c015 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 803/1585] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:35:53 2026] DELETE /v2.0/routers/0ae32c2e-4bcd-4273-895a-22235d373128 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:35:53.237 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1ccbd3ae-32f4-490e-b6a6-42da4359c816 19055cd89c8441eaaf8e2d928a288c26 d4680f287b2641baafd189b0ef14c015 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 804/1586] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:35:53 2026] DELETE /v2.0/subnets/391c6e88-59e6-43a2-99be-36dd73cdd493 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:35:53.256 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f45fa9d2-31a2-4436-989e-909e671bd1ab 19055cd89c8441eaaf8e2d928a288c26 d4680f287b2641baafd189b0ef14c015 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 805/1587] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:35:53 2026] DELETE /v2.0/subnets/ef4640de-d25a-4dd4-876d-257807b2e33b => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1588] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:35:53 2026] GET /v2.0/security-groups?tenant_id=3789e5f44f7f4f00852f757d7898da2d&name=default => generated 2925 bytes in 393 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1589] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:35:53 2026] DELETE /v2.0/security-groups/7b451ed9-1690-4b97-ad20-121d9a478917 => 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: 807/1590] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:35:53 2026] GET /v2.0/security-groups?tenant_id=c52c977a056949c0adf95520d7891c8e&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1591] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:35:53 2026] GET /v2.0/security-groups?tenant_id=d4680f287b2641baafd189b0ef14c015&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: 808/1592] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:35:53 2026] DELETE /v2.0/security-groups/e00525d7-4f64-4fd4-b26c-376ac3d84c48 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1593] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:35:54 2026] GET /v2.0/ports?device_id=3a7cb07e-278a-40c3-95df-6c32b28e5708 => 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: 785/1594] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:35:53 2026] DELETE /v2.0/security-groups/fbca1633-7dc0-421c-a952-b8f3a708e0f0 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:35:54.643 7 INFO neutron.db.segments_db [None req-7fe99b0c-50e0-4d9c-bd6d-00d3ac18bd08 0b61ac481c5241a493d16ceb94185456 247e7f96ccd444b585bbf45bc6e76f43 - - default default] Added segment 1b1e4df0-7572-4897-b5ec-973d38d20c0a of type vxlan for network 81a681b2-0d19-4231-aa36-7ab5e90c9a9a [pid: 7|app: 0|req: 810/1595] 10.0.0.150 () {34 vars in 671 bytes} [Thu Jul 2 01:35:54 2026] POST /v2.0/networks => generated 633 bytes in 448 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:35:54.790 8 INFO neutron.db.segments_db [None req-2dc05b08-c59c-48b9-81ac-069006391d59 0b61ac481c5241a493d16ceb94185456 247e7f96ccd444b585bbf45bc6e76f43 - - default default] Added segment 90b1cf09-c1ad-4f5f-84c4-084c3ee261a4 of type vxlan for network e60c6c75-ffae-4bea-9e2c-10e6273dc65b [pid: 7|app: 0|req: 811/1596] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:35:55 2026] GET /v2.0/ports?device_id=3a7cb07e-278a-40c3-95df-6c32b28e5708 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:35:55.191 8 INFO neutron.db.l3_hamode_db [None req-2dc05b08-c59c-48b9-81ac-069006391d59 0b61ac481c5241a493d16ceb94185456 247e7f96ccd444b585bbf45bc6e76f43 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 01:35:56.043 8 INFO neutron.db.l3_hamode_db [None req-2dc05b08-c59c-48b9-81ac-069006391d59 0b61ac481c5241a493d16ceb94185456 247e7f96ccd444b585bbf45bc6e76f43 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 812/1597] 10.0.0.150 () {34 vars in 676 bytes} [Thu Jul 2 01:35:55 2026] POST /v2.0/subnetpools => generated 548 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1598] 10.0.0.150 () {32 vars in 729 bytes} [Thu Jul 2 01:35:56 2026] GET /v2.0/subnetpools/4d706f94-bba6-4df2-b228-3650989f31e7 => generated 548 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1599] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:35:56 2026] GET /v2.0/ports?device_id=3a7cb07e-278a-40c3-95df-6c32b28e5708 => 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: 815/1600] 10.0.0.150 () {34 vars in 749 bytes} [Thu Jul 2 01:35:56 2026] PUT /v2.0/subnetpools/4d706f94-bba6-4df2-b228-3650989f31e7 => generated 500 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1601] 10.0.0.150 () {32 vars in 732 bytes} [Thu Jul 2 01:35:56 2026] DELETE /v2.0/subnetpools/4d706f94-bba6-4df2-b228-3650989f31e7 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:35:56.374 7 INFO neutron.api.v2.resource [None req-b5d38cce-4ea5-4790-8001-f6b697b3f468 4fbc60885f45443da4afc116b5b638a4 7487de982fbb4a98a1c0e9adaa1faa59 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 817/1602] 10.0.0.150 () {32 vars in 729 bytes} [Thu Jul 2 01:35:56 2026] GET /v2.0/subnetpools/4d706f94-bba6-4df2-b228-3650989f31e7 => generated 145 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:35:56.395 7 INFO neutron.api.v2.resource [None req-8e90fef3-e156-4ea5-948e-7d82f2596481 4fbc60885f45443da4afc116b5b638a4 7487de982fbb4a98a1c0e9adaa1faa59 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 818/1603] 10.0.0.150 () {32 vars in 732 bytes} [Thu Jul 2 01:35:56 2026] DELETE /v2.0/subnetpools/4d706f94-bba6-4df2-b228-3650989f31e7 => generated 145 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1604] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:35:56 2026] GET /v2.0/security-groups?tenant_id=7487de982fbb4a98a1c0e9adaa1faa59&name=default => generated 2925 bytes in 420 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1605] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:35:57 2026] DELETE /v2.0/security-groups/e756874e-150d-4065-83e9-ac890f5ace61 => 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: 821/1606] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:35:57 2026] GET /v2.0/ports?device_id=3a7cb07e-278a-40c3-95df-6c32b28e5708 => 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: 786/1607] 10.0.0.150 () {34 vars in 669 bytes} [Thu Jul 2 01:35:54 2026] POST /v2.0/routers => generated 694 bytes in 2699 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1608] 10.0.0.150 () {32 vars in 776 bytes} [Thu Jul 2 01:35:57 2026] GET /v2.0/subnets?project_id=247e7f96ccd444b585bbf45bc6e76f43&cidr=10.100.0.0%2F28 => generated 14 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1609] 10.0.0.150 () {32 vars in 694 bytes} [Thu Jul 2 01:35:57 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1610] 10.0.0.150 () {32 vars in 784 bytes} [Thu Jul 2 01:35:57 2026] GET /v2.0/subnets?network_id=907dfad9-4cce-49c7-872e-aefc72d72231&cidr=10.100.0.0%2F28 => generated 14 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:35:57.820 8 INFO neutron.db.segments_db [None req-2ab21e57-6c78-4a77-b18d-434d6301bfce b475cbe087074af19c0cf237f2b29579 44d83edc1ef94c8dbd20ae621bfa5f2e - - default default] Added segment d4496de1-4ef6-4cd1-b59f-252a9a13e034 of type vxlan for network 28f914e6-f3fb-40f1-8a5d-ccfc7f640596 [pid: 8|app: 0|req: 787/1611] 10.0.0.150 () {34 vars in 670 bytes} [Thu Jul 2 01:35:57 2026] POST /v2.0/networks => generated 631 bytes in 320 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1612] 10.0.0.150 () {34 vars in 669 bytes} [Thu Jul 2 01:35:57 2026] POST /v2.0/subnets => generated 656 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1613] 10.0.0.150 () {34 vars in 664 bytes} [Thu Jul 2 01:35:57 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 789/1614] 10.0.0.150 () {34 vars in 666 bytes} [Thu Jul 2 01:35:58 2026] POST /v2.0/trunks => generated 407 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1615] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:35:58 2026] GET /v2.0/ports?device_id=3a7cb07e-278a-40c3-95df-6c32b28e5708 => 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: 791/1616] 10.0.0.150 () {34 vars in 749 bytes} [Thu Jul 2 01:35:58 2026] PUT /v2.0/trunks/179bc80a-1a1a-4889-9952-479a96418d86/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1617] 10.0.0.150 () {32 vars in 729 bytes} [Thu Jul 2 01:35:58 2026] GET /v2.0/trunks/179bc80a-1a1a-4889-9952-479a96418d86/tags => generated 25 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1618] 10.0.0.150 () {34 vars in 760 bytes} [Thu Jul 2 01:35:58 2026] PUT /v2.0/trunks/179bc80a-1a1a-4889-9952-479a96418d86/tags/green => generated 4 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1619] 10.0.0.150 () {32 vars in 729 bytes} [Thu Jul 2 01:35:58 2026] GET /v2.0/trunks/179bc80a-1a1a-4889-9952-479a96418d86/tags => generated 34 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1620] 10.0.0.150 () {34 vars in 756 bytes} [Thu Jul 2 01:35:58 2026] PUT /v2.0/trunks/179bc80a-1a1a-4889-9952-479a96418d86/tags/red => generated 4 bytes in 28 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1621] 10.0.0.150 () {32 vars in 729 bytes} [Thu Jul 2 01:35:58 2026] GET /v2.0/trunks/179bc80a-1a1a-4889-9952-479a96418d86/tags => generated 34 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1622] 10.0.0.150 () {34 vars in 778 bytes} [Thu Jul 2 01:35:58 2026] PUT /v2.0/trunks/179bc80a-1a1a-4889-9952-479a96418d86/tags/black.or.white => generated 4 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1623] 10.0.0.150 () {32 vars in 729 bytes} [Thu Jul 2 01:35:58 2026] GET /v2.0/trunks/179bc80a-1a1a-4889-9952-479a96418d86/tags => generated 52 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1624] 10.0.0.150 () {34 vars in 749 bytes} [Thu Jul 2 01:35:58 2026] PUT /v2.0/trunks/179bc80a-1a1a-4889-9952-479a96418d86/tags => generated 37 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1625] 10.0.0.150 () {32 vars in 729 bytes} [Thu Jul 2 01:35:58 2026] GET /v2.0/trunks/179bc80a-1a1a-4889-9952-479a96418d86/tags => generated 37 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1626] 10.0.0.150 () {32 vars in 737 bytes} [Thu Jul 2 01:35:58 2026] GET /v2.0/trunks/179bc80a-1a1a-4889-9952-479a96418d86/tags/red => generated 0 bytes in 19 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:35:58.934 8 INFO neutron.api.v2.resource [None req-1a0f70df-928a-4903-8093-517f6c2e69fc b475cbe087074af19c0cf237f2b29579 44d83edc1ef94c8dbd20ae621bfa5f2e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 802/1627] 10.0.0.150 () {32 vars in 741 bytes} [Thu Jul 2 01:35:58 2026] GET /v2.0/trunks/179bc80a-1a1a-4889-9952-479a96418d86/tags/green => generated 99 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1628] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:35:58 2026] DELETE /v2.0/trunks/179bc80a-1a1a-4889-9952-479a96418d86/tags/red => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1629] 10.0.0.150 () {32 vars in 729 bytes} [Thu Jul 2 01:35:58 2026] GET /v2.0/trunks/179bc80a-1a1a-4889-9952-479a96418d86/tags => generated 30 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:35:59.037 8 INFO neutron.api.v2.resource [None req-622caaf9-190a-44da-9f49-56bea3abe388 b475cbe087074af19c0cf237f2b29579 44d83edc1ef94c8dbd20ae621bfa5f2e - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 805/1630] 10.0.0.150 () {32 vars in 744 bytes} [Thu Jul 2 01:35:59 2026] DELETE /v2.0/trunks/179bc80a-1a1a-4889-9952-479a96418d86/tags/green => generated 99 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1631] 10.0.0.150 () {32 vars in 732 bytes} [Thu Jul 2 01:35:59 2026] DELETE /v2.0/trunks/179bc80a-1a1a-4889-9952-479a96418d86/tags => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1632] 10.0.0.150 () {32 vars in 623 bytes} [Thu Jul 2 01:35:59 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: 808/1633] 10.0.0.150 () {32 vars in 729 bytes} [Thu Jul 2 01:35:59 2026] GET /v2.0/trunks/179bc80a-1a1a-4889-9952-479a96418d86/tags => 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: 809/1634] 10.0.0.150 () {32 vars in 633 bytes} [Thu Jul 2 01:35:59 2026] GET /v2.0/ => generated 632 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1635] 199.204.45.23 () {34 vars in 985 bytes} [Thu Jul 2 01:35:59 2026] GET /v2.0/networks?id=665e3d5f-6fdc-4f92-9b25-f0fc89dd7cb1 => generated 677 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1636] 10.0.0.150 () {32 vars in 719 bytes} [Thu Jul 2 01:35:59 2026] GET /v2.0/trunks/179bc80a-1a1a-4889-9952-479a96418d86 => generated 407 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1637] 10.0.0.150 () {34 vars in 783 bytes} [Thu Jul 2 01:35:58 2026] PUT /v2.0/routers/2d38b6ed-d31f-46c8-9926-b9638bd7871c/add_router_interface => generated 309 bytes in 1308 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1638] 10.0.0.150 () {32 vars in 717 bytes} [Thu Jul 2 01:35:59 2026] GET /v2.0/ports/e2bd5dc2-5103-41ce-84df-076bd01a06d5 => generated 826 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1639] 10.0.0.150 () {32 vars in 649 bytes} [Thu Jul 2 01:35:59 2026] GET /v2.0/networks => generated 5765 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1640] 10.0.0.150 () {32 vars in 722 bytes} [Thu Jul 2 01:35:59 2026] DELETE /v2.0/trunks/179bc80a-1a1a-4889-9952-479a96418d86 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1641] 10.0.0.150 () {32 vars in 647 bytes} [Thu Jul 2 01:35:59 2026] GET /v2.0/subnets => generated 3898 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1642] 199.204.45.23 () {38 vars in 954 bytes} [Thu Jul 2 01:35:59 2026] POST /v2.0/ports => generated 958 bytes in 408 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 831/1643] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:35:59 2026] GET /v2.0/ports?device_id=3a7cb07e-278a-40c3-95df-6c32b28e5708 => generated 961 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:35:59.805 8 INFO neutron_taas.services.taas.taas_plugin [None req-c21c1c82-bc75-4574-a5c5-7d1a8fefe3c8 b475cbe087074af19c0cf237f2b29579 44d83edc1ef94c8dbd20ae621bfa5f2e - - default default] TaaS: Handle Delete Port: e2bd5dc2-5103-41ce-84df-076bd01a06d5 2026-07-02 01:35:59.809 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c21c1c82-bc75-4574-a5c5-7d1a8fefe3c8 b475cbe087074af19c0cf237f2b29579 44d83edc1ef94c8dbd20ae621bfa5f2e - - default default] Tap Mirror: Handle Delete Port: e2bd5dc2-5103-41ce-84df-076bd01a06d5 [pid: 7|app: 0|req: 832/1644] 10.0.0.150 () {32 vars in 647 bytes} [Thu Jul 2 01:35:59 2026] GET /v2.0/routers => generated 1465 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1645] 10.0.0.150 () {32 vars in 720 bytes} [Thu Jul 2 01:35:59 2026] DELETE /v2.0/ports/e2bd5dc2-5103-41ce-84df-076bd01a06d5 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1646] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:35:59 2026] GET /v2.0/security-groups?id=de345761-60fe-4158-a4ae-27562b293b6e&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1647] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:35:59 2026] GET /v2.0/security-groups?tenant_id=ac1ba9394d47486abc7a5b0a6d919ffe&name=default => generated 2925 bytes in 216 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:36:00.265 8 INFO neutron.services.segments.plugin [-] Segment d4496de1-4ef6-4cd1-b59f-252a9a13e034 resource provider aggregate not found 2026-07-02 01:36:00.268 8 INFO neutron.services.segments.plugin [-] Segment d4496de1-4ef6-4cd1-b59f-252a9a13e034 resource provider aggregate not found 2026-07-02 01:36:00.288 8 INFO neutron.services.segments.plugin [-] Segment d4496de1-4ef6-4cd1-b59f-252a9a13e034 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d4496de1-4ef6-4cd1-b59f-252a9a13e034 found for delete ", "request_id": "req-405ebdf2-8b05-46ff-9b75-843fdc58dfd5"}]} 2026-07-02 01:36:00.293 8 INFO neutron.services.segments.plugin [-] Segment d4496de1-4ef6-4cd1-b59f-252a9a13e034 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d4496de1-4ef6-4cd1-b59f-252a9a13e034 found for delete ", "request_id": "req-23c98e0f-d39d-4b6e-9a22-2aa71043491d"}]} [pid: 8|app: 0|req: 816/1648] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:36:00 2026] DELETE /v2.0/networks/28f914e6-f3fb-40f1-8a5d-ccfc7f640596 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1649] 199.204.45.23 () {38 vars in 1027 bytes} [Thu Jul 2 01:35:59 2026] PUT /v2.0/ports/31999c53-79bb-47bb-a885-737409b9a872 => generated 1239 bytes in 460 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-07-02 01:36:00.394 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8cd8e639-d957-40ce-9b8d-b4438772c415'] response: {'name': 'network-changed', 'server_uuid': '3a7cb07e-278a-40c3-95df-6c32b28e5708', 'tag': '31999c53-79bb-47bb-a885-737409b9a872', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 817/1650] 10.0.0.150 () {34 vars in 685 bytes} [Thu Jul 2 01:36:00 2026] POST /v2.0/security-groups => generated 1675 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1651] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:36:00 2026] DELETE /v2.0/security-groups/3b91371c-9441-49b7-b49e-4385805b7a9f => 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: 818/1652] 10.0.0.150 () {34 vars in 695 bytes} [Thu Jul 2 01:36:00 2026] POST /v2.0/security-group-rules => generated 597 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1653] 10.0.0.150 () {34 vars in 695 bytes} [Thu Jul 2 01:36:00 2026] POST /v2.0/security-group-rules => generated 596 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1654] 10.0.0.150 () {34 vars in 695 bytes} [Thu Jul 2 01:36:00 2026] POST /v2.0/security-group-rules => generated 602 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1655] 10.0.0.150 () {34 vars in 695 bytes} [Thu Jul 2 01:36:00 2026] POST /v2.0/security-group-rules => generated 601 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1656] 199.204.45.23 () {34 vars in 1079 bytes} [Thu Jul 2 01:36:00 2026] GET /v2.0/ports?tenant_id=a90d7d954be04e7fba6cdbff0ece495a&device_id=3a7cb07e-278a-40c3-95df-6c32b28e5708 => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1657] 199.204.45.23 () {34 vars in 1017 bytes} [Thu Jul 2 01:36:00 2026] GET /v2.0/networks?tenant_id=a90d7d954be04e7fba6cdbff0ece495a&shared=False => generated 773 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:36:01.033 8 INFO neutron.db.securitygroups_db [None req-5e495909-5c76-4617-8961-9035067923b6 0b61ac481c5241a493d16ceb94185456 247e7f96ccd444b585bbf45bc6e76f43 - - default default] Project 247e7f96ccd444b585bbf45bc6e76f43 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: 821/1658] 10.0.0.150 () {34 vars in 695 bytes} [Thu Jul 2 01:36:00 2026] POST /v2.0/security-group-rules => generated 607 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1659] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:36:01 2026] GET /v2.0/ports?device_id=3a7cb07e-278a-40c3-95df-6c32b28e5708 => 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: 823/1660] 199.204.45.23 () {34 vars in 929 bytes} [Thu Jul 2 01:36:01 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) 2026-07-02 01:36:01.229 8 INFO neutron.db.securitygroups_db [None req-e1c7dd84-0be5-4892-89dc-1e8c67cd5ac3 0b61ac481c5241a493d16ceb94185456 247e7f96ccd444b585bbf45bc6e76f43 - - default default] Project 247e7f96ccd444b585bbf45bc6e76f43 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: 838/1661] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:36:01 2026] GET /v2.0/security-groups?tenant_id=fd1bb9b60f2f448084bf36dad94fccf6&name=default => generated 2925 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1662] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:36:01 2026] GET /v2.0/security-groups?id=de345761-60fe-4158-a4ae-27562b293b6e&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: 824/1663] 10.0.0.150 () {34 vars in 695 bytes} [Thu Jul 2 01:36:01 2026] POST /v2.0/security-group-rules => generated 606 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1664] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:36:01 2026] DELETE /v2.0/security-groups/eaebbd54-2b04-4890-be94-cda26e06b696 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1665] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:36:01 2026] GET /v2.0/security-groups?tenant_id=44d83edc1ef94c8dbd20ae621bfa5f2e&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: 841/1666] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:36:01 2026] DELETE /v2.0/security-groups/68516f53-e6da-4a4e-a8e4-754e37185fdf => 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: 826/1667] 10.0.0.150 () {32 vars in 649 bytes} [Thu Jul 2 01:36:01 2026] GET /v2.0/networks => generated 1298 bytes in 309 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1668] 10.0.0.126 () {34 vars in 1100 bytes} [Thu Jul 2 01:36:02 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1571282522&fields=id&tenant_id=247e7f96ccd444b585bbf45bc6e76f43 => generated 69 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1669] 10.0.0.126 () {34 vars in 982 bytes} [Thu Jul 2 01:36:02 2026] GET /v2.0/networks?id=81a681b2-0d19-4231-aa36-7ab5e90c9a9a => generated 661 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1670] 199.204.45.23 () {34 vars in 1079 bytes} [Thu Jul 2 01:36:02 2026] GET /v2.0/ports?tenant_id=a90d7d954be04e7fba6cdbff0ece495a&device_id=3a7cb07e-278a-40c3-95df-6c32b28e5708 => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1671] 10.0.0.126 () {34 vars in 965 bytes} [Thu Jul 2 01:36:02 2026] GET /v2.0/quotas/247e7f96ccd444b585bbf45bc6e76f43 => generated 292 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1672] 199.204.45.23 () {34 vars in 1059 bytes} [Thu Jul 2 01:36:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=31999c53-79bb-47bb-a885-737409b9a872 => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1673] 199.204.45.23 () {34 vars in 983 bytes} [Thu Jul 2 01:36:02 2026] GET /v2.0/subnets?id=912fa738-8d21-42c2-8283-ada5b8957832 => generated 695 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1674] 10.0.0.126 () {34 vars in 1002 bytes} [Thu Jul 2 01:36:02 2026] GET /v2.0/ports?tenant_id=247e7f96ccd444b585bbf45bc6e76f43&fields=id => generated 57 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1675] 199.204.45.23 () {34 vars in 1051 bytes} [Thu Jul 2 01:36:02 2026] GET /v2.0/ports?network_id=665e3d5f-6fdc-4f92-9b25-f0fc89dd7cb1&device_owner=network%3Adhcp => generated 1244 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1676] 10.0.0.126 () {34 vars in 1008 bytes} [Thu Jul 2 01:36:02 2026] GET /v2.0/networks/81a681b2-0d19-4231-aa36-7ab5e90c9a9a?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: 847/1677] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:36:02 2026] GET /v2.0/ports?device_id=3a7cb07e-278a-40c3-95df-6c32b28e5708 => 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: 831/1678] 199.204.45.23 () {34 vars in 1011 bytes} [Thu Jul 2 01:36:02 2026] GET /v2.0/networks/665e3d5f-6fdc-4f92-9b25-f0fc89dd7cb1?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: 848/1679] 10.0.0.126 () {34 vars in 1108 bytes} [Thu Jul 2 01:36:02 2026] GET /v2.0/networks/81a681b2-0d19-4231-aa36-7ab5e90c9a9a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1680] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:36:02 2026] GET /v2.0/security-groups?id=de345761-60fe-4158-a4ae-27562b293b6e&fields=id&fields=name => generated 88 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1681] 199.204.45.23 () {34 vars in 1111 bytes} [Thu Jul 2 01:36:02 2026] GET /v2.0/networks/665e3d5f-6fdc-4f92-9b25-f0fc89dd7cb1?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: 833/1682] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:36:02 2026] GET /v2.0/ports?device_id=f23e59e3-9701-44ba-a085-e6df9b290ac8 => 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: 850/1683] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:36:03 2026] GET /v2.0/ports?device_id=3a7cb07e-278a-40c3-95df-6c32b28e5708 => 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: 834/1684] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:36:03 2026] GET /v2.0/security-groups?id=de345761-60fe-4158-a4ae-27562b293b6e&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1685] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:36:03 2026] GET /v2.0/ports?device_id=f23e59e3-9701-44ba-a085-e6df9b290ac8 => 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: 852/1686] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:36:04 2026] GET /v2.0/ports?device_id=f23e59e3-9701-44ba-a085-e6df9b290ac8 => 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: 835/1687] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:36:04 2026] GET /v2.0/ports?device_id=3a7cb07e-278a-40c3-95df-6c32b28e5708 => generated 973 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1688] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:36:04 2026] GET /v2.0/security-groups?id=de345761-60fe-4158-a4ae-27562b293b6e&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: 836/1689] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:36:05 2026] GET /v2.0/security-groups?tenant_id=5c816f5736c54c0da1547e669d28f67f&name=default => generated 2925 bytes in 277 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1690] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:36:05 2026] DELETE /v2.0/security-groups/50b1330e-e48b-4ab8-9e8f-46963649369c => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:36:05.575 7 INFO neutron.db.segments_db [None req-cb8c32bb-cf19-407f-b5e5-b9b0127aa56f a56fee123d664939acef1b1fa1314639 c94f407428e445408588f6b640905afa - - default default] Added segment c030b8e8-f1dd-4fc1-a0bb-e3742216f03f of type vxlan for network e43fc54a-971f-44da-bf6c-e54dc9ade032 [pid: 7|app: 0|req: 854/1691] 10.0.0.150 () {34 vars in 670 bytes} [Thu Jul 2 01:36:05 2026] POST /v2.0/networks => generated 631 bytes in 330 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:36:05.717 7 INFO neutron.db.segments_db [None req-d3a3c3e6-01a5-45ad-80c2-24e4186b5338 a56fee123d664939acef1b1fa1314639 c94f407428e445408588f6b640905afa - - default default] Added segment 1fac7b37-82db-4d93-abed-5ba3499f3cea of type vxlan for network 8c91c08e-62d2-4754-9d40-b02675aeea93 [pid: 8|app: 0|req: 838/1692] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:36:05 2026] GET /v2.0/security-groups?tenant_id=13fe1471a63847b7a06f996114524dfc&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1693] 10.0.0.150 () {34 vars in 670 bytes} [Thu Jul 2 01:36:05 2026] POST /v2.0/networks => generated 632 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1694] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:36:05 2026] DELETE /v2.0/security-groups/ca7ef318-c573-4740-b106-8699a1ba3d6e => 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: 856/1695] 10.0.0.150 () {34 vars in 753 bytes} [Thu Jul 2 01:36:05 2026] PUT /v2.0/networks/e43fc54a-971f-44da-bf6c-e54dc9ade032/tags => generated 25 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1696] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:36:05 2026] GET /v2.0/ports?device_id=f23e59e3-9701-44ba-a085-e6df9b290ac8 => 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: 857/1697] 10.0.0.150 () {32 vars in 733 bytes} [Thu Jul 2 01:36:05 2026] GET /v2.0/networks/e43fc54a-971f-44da-bf6c-e54dc9ade032/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: 841/1698] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:36:05 2026] GET /v2.0/ports?device_id=3a7cb07e-278a-40c3-95df-6c32b28e5708 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1699] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:36:06 2026] GET /v2.0/security-groups?id=de345761-60fe-4158-a4ae-27562b293b6e&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: 858/1700] 10.0.0.150 () {34 vars in 753 bytes} [Thu Jul 2 01:36:05 2026] PUT /v2.0/networks/8c91c08e-62d2-4754-9d40-b02675aeea93/tags => generated 17 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1701] 10.0.0.150 () {32 vars in 733 bytes} [Thu Jul 2 01:36:06 2026] GET /v2.0/networks/8c91c08e-62d2-4754-9d40-b02675aeea93/tags => generated 17 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1702] 10.0.0.150 () {34 vars in 753 bytes} [Thu Jul 2 01:36:06 2026] PUT /v2.0/networks/8c91c08e-62d2-4754-9d40-b02675aeea93/tags => generated 12 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1703] 10.0.0.150 () {32 vars in 733 bytes} [Thu Jul 2 01:36:06 2026] GET /v2.0/networks/8c91c08e-62d2-4754-9d40-b02675aeea93/tags => 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: 860/1704] 10.0.0.150 () {32 vars in 733 bytes} [Thu Jul 2 01:36:06 2026] GET /v2.0/networks/e43fc54a-971f-44da-bf6c-e54dc9ade032/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:36:06.358 8 INFO neutron.services.segments.plugin [-] Segment c030b8e8-f1dd-4fc1-a0bb-e3742216f03f resource provider aggregate not found 2026-07-02 01:36:06.365 8 INFO neutron.services.segments.plugin [-] Segment c030b8e8-f1dd-4fc1-a0bb-e3742216f03f resource provider aggregate not found 2026-07-02 01:36:06.375 8 INFO neutron.services.segments.plugin [-] Segment c030b8e8-f1dd-4fc1-a0bb-e3742216f03f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c030b8e8-f1dd-4fc1-a0bb-e3742216f03f found for delete ", "request_id": "req-0d89e833-932e-44d2-84e8-e9863c3d3e42"}]} 2026-07-02 01:36:06.390 8 INFO neutron.services.segments.plugin [-] Segment c030b8e8-f1dd-4fc1-a0bb-e3742216f03f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c030b8e8-f1dd-4fc1-a0bb-e3742216f03f found for delete ", "request_id": "req-15d7edbc-6cb4-4104-ae4a-ceba40a51a28"}]} [pid: 8|app: 0|req: 845/1705] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:36:06 2026] DELETE /v2.0/networks/e43fc54a-971f-44da-bf6c-e54dc9ade032 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:36:06.561 7 INFO neutron.services.segments.plugin [-] Segment 1fac7b37-82db-4d93-abed-5ba3499f3cea resource provider aggregate not found 2026-07-02 01:36:06.575 7 INFO neutron.services.segments.plugin [-] Segment 1fac7b37-82db-4d93-abed-5ba3499f3cea resource provider aggregate not found 2026-07-02 01:36:06.589 7 INFO neutron.services.segments.plugin [-] Segment 1fac7b37-82db-4d93-abed-5ba3499f3cea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1fac7b37-82db-4d93-abed-5ba3499f3cea found for delete ", "request_id": "req-245f09b3-4689-4285-8b87-ddf02a9c3eca"}]} 2026-07-02 01:36:06.596 7 INFO neutron.services.segments.plugin [-] Segment 1fac7b37-82db-4d93-abed-5ba3499f3cea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1fac7b37-82db-4d93-abed-5ba3499f3cea found for delete ", "request_id": "req-98a3143d-8e14-49f9-89c5-ec7bd9832110"}]} [pid: 7|app: 0|req: 861/1706] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:36:06 2026] DELETE /v2.0/networks/8c91c08e-62d2-4754-9d40-b02675aeea93 => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1707] 199.204.45.23 () {34 vars in 985 bytes} [Thu Jul 2 01:36:06 2026] GET /v2.0/networks?id=81a681b2-0d19-4231-aa36-7ab5e90c9a9a => generated 661 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1708] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:36:06 2026] GET /v2.0/ports?device_id=f23e59e3-9701-44ba-a085-e6df9b290ac8 => 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: 862/1709] 199.204.45.23 () {34 vars in 1049 bytes} [Thu Jul 2 01:36:06 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=247e7f96ccd444b585bbf45bc6e76f43 => generated 181 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1710] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:36:07 2026] GET /v2.0/ports?device_id=3a7cb07e-278a-40c3-95df-6c32b28e5708 => generated 975 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1711] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:36:07 2026] GET /v2.0/security-groups?id=de345761-60fe-4158-a4ae-27562b293b6e&fields=id&fields=name => generated 88 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1714] 199.204.45.23 () {38 vars in 954 bytes} [Thu Jul 2 01:36:07 2026] POST /v2.0/ports => generated 958 bytes in 523 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 867/1715] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:36:07 2026] GET /v2.0/security-groups?tenant_id=7465f989eca84306b4daf559600e7cf1&name=default => generated 2925 bytes in 501 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1716] 199.204.45.23 () {38 vars in 1027 bytes} [Thu Jul 2 01:36:07 2026] PUT /v2.0/ports/d9eeb097-78fc-4c93-a261-f03dae8d3d5a => generated 1239 bytes in 432 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-07-02 01:36:08.005 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-490323cc-966d-4dc2-b945-03eed050fc1d'] response: {'name': 'network-changed', 'server_uuid': 'f23e59e3-9701-44ba-a085-e6df9b290ac8', 'tag': 'd9eeb097-78fc-4c93-a261-f03dae8d3d5a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 850/1717] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:36:07 2026] DELETE /v2.0/security-groups/9834b1a8-b70e-4ab1-94c7-54e6d6c3b889 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:36:08.101 7 INFO neutron.db.segments_db [None req-0d8c79bd-b8f5-444a-9cb8-b46aabe64568 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Added segment 74dc32c6-ef74-4ab5-8976-a0f347f002cb of type vxlan for network 1d04790e-7b85-477e-8032-4d873250688c [pid: 8|app: 0|req: 851/1718] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:36:08 2026] GET /v2.0/ports?device_id=f23e59e3-9701-44ba-a085-e6df9b290ac8 => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1719] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:36:08 2026] GET /v2.0/security-groups?id=f71afec0-3035-495a-b67a-81f469ce1f72&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: 868/1720] 10.0.0.150 () {34 vars in 671 bytes} [Thu Jul 2 01:36:07 2026] POST /v2.0/networks => generated 739 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1721] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:36:08 2026] GET /v2.0/security-groups?tenant_id=c94f407428e445408588f6b640905afa&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1722] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:36:08 2026] DELETE /v2.0/security-groups/4b8a2f1d-a71f-4ec6-9415-3bb2d508c174 => 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: 855/1723] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:36:08 2026] GET /v2.0/ports?device_id=3a7cb07e-278a-40c3-95df-6c32b28e5708 => generated 975 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1724] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:36:08 2026] GET /v2.0/security-groups?id=de345761-60fe-4158-a4ae-27562b293b6e&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1725] 10.0.0.150 () {34 vars in 669 bytes} [Thu Jul 2 01:36:08 2026] POST /v2.0/subnets => generated 687 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:36:08.513 8 INFO neutron.db.segments_db [None req-d9596994-d43a-473b-8192-c03f7a973f74 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Added segment 3efda438-dabe-445f-ac5c-a1881c9fc2e3 of type vxlan for network 6c09fa06-762a-4e2a-9907-27eca2389365 [pid: 7|app: 0|req: 870/1726] 199.204.45.23 () {34 vars in 1079 bytes} [Thu Jul 2 01:36:08 2026] GET /v2.0/ports?tenant_id=247e7f96ccd444b585bbf45bc6e76f43&device_id=f23e59e3-9701-44ba-a085-e6df9b290ac8 => generated 1242 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1727] 199.204.45.23 () {34 vars in 1017 bytes} [Thu Jul 2 01:36:08 2026] GET /v2.0/networks?tenant_id=247e7f96ccd444b585bbf45bc6e76f43&shared=False => generated 757 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1728] 199.204.45.23 () {34 vars in 929 bytes} [Thu Jul 2 01:36:08 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1729] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:36:08 2026] GET /v2.0/ports?device_id=3a7cb07e-278a-40c3-95df-6c32b28e5708 => 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: 874/1730] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:36:08 2026] GET /v2.0/security-groups?id=de345761-60fe-4158-a4ae-27562b293b6e&fields=id&fields=name => generated 88 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:36:08.797 8 INFO neutron.db.l3_hamode_db [None req-d9596994-d43a-473b-8192-c03f7a973f74 b0f6f1662acb42028adab40336275dbd 72f3d87f4e374d319d2d1377603839d3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 875/1731] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:36:09 2026] GET /v2.0/ports?device_id=f23e59e3-9701-44ba-a085-e6df9b290ac8 => generated 973 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1732] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:36:09 2026] GET /v2.0/security-groups?id=f71afec0-3035-495a-b67a-81f469ce1f72&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:36:09.606 8 INFO neutron.db.l3_hamode_db [None req-d9596994-d43a-473b-8192-c03f7a973f74 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 877/1733] 199.204.45.23 () {34 vars in 1079 bytes} [Thu Jul 2 01:36:09 2026] GET /v2.0/ports?tenant_id=247e7f96ccd444b585bbf45bc6e76f43&device_id=f23e59e3-9701-44ba-a085-e6df9b290ac8 => generated 1242 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1734] 199.204.45.23 () {34 vars in 1059 bytes} [Thu Jul 2 01:36:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=d9eeb097-78fc-4c93-a261-f03dae8d3d5a => 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: 879/1735] 199.204.45.23 () {34 vars in 983 bytes} [Thu Jul 2 01:36:09 2026] GET /v2.0/subnets?id=7687f065-9363-4090-9c57-b13cb28b0960 => generated 677 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1736] 199.204.45.23 () {34 vars in 1051 bytes} [Thu Jul 2 01:36:09 2026] GET /v2.0/ports?network_id=81a681b2-0d19-4231-aa36-7ab5e90c9a9a&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: 881/1737] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:36:09 2026] GET /v2.0/ports?device_id=3a7cb07e-278a-40c3-95df-6c32b28e5708 => 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: 882/1738] 199.204.45.23 () {34 vars in 1011 bytes} [Thu Jul 2 01:36:09 2026] GET /v2.0/networks/81a681b2-0d19-4231-aa36-7ab5e90c9a9a?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: 883/1739] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:36:09 2026] GET /v2.0/security-groups?id=de345761-60fe-4158-a4ae-27562b293b6e&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1740] 199.204.45.23 () {34 vars in 1111 bytes} [Thu Jul 2 01:36:09 2026] GET /v2.0/networks/81a681b2-0d19-4231-aa36-7ab5e90c9a9a?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: 857/1741] 10.0.0.150 () {34 vars in 669 bytes} [Thu Jul 2 01:36:08 2026] POST /v2.0/routers => generated 727 bytes in 2048 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1742] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:36:10 2026] GET /v2.0/ports?device_id=f23e59e3-9701-44ba-a085-e6df9b290ac8 => 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: 886/1743] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:36:10 2026] GET /v2.0/security-groups?id=f71afec0-3035-495a-b67a-81f469ce1f72&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1744] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:36:11 2026] GET /v2.0/ports?device_id=3a7cb07e-278a-40c3-95df-6c32b28e5708 => generated 975 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1745] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:36:11 2026] GET /v2.0/security-groups?id=de345761-60fe-4158-a4ae-27562b293b6e&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1746] 199.204.45.23 () {34 vars in 993 bytes} [Thu Jul 2 01:36:11 2026] GET /v2.0/ports?device_id=3a7cb07e-278a-40c3-95df-6c32b28e5708 => generated 975 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:36:11.273 7 INFO neutron_taas.services.taas.taas_plugin [req-b1b02de6-e01c-4ba8-a9f4-7499e5de4eb3 req-fd12addc-d934-4916-8033-2ee22c5a1977 3127ad1ba68a4cbd99472a6dbc3dd6aa a90d7d954be04e7fba6cdbff0ece495a - - default default] TaaS: Handle Delete Port: 31999c53-79bb-47bb-a885-737409b9a872 2026-07-02 01:36:11.276 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b1b02de6-e01c-4ba8-a9f4-7499e5de4eb3 req-fd12addc-d934-4916-8033-2ee22c5a1977 3127ad1ba68a4cbd99472a6dbc3dd6aa a90d7d954be04e7fba6cdbff0ece495a - - default default] Tap Mirror: Handle Delete Port: 31999c53-79bb-47bb-a885-737409b9a872 [pid: 7|app: 0|req: 890/1747] 199.204.45.23 () {36 vars in 996 bytes} [Thu Jul 2 01:36:11 2026] DELETE /v2.0/ports/31999c53-79bb-47bb-a885-737409b9a872 => generated 0 bytes in 243 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:36:11.458 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7f07dbec-67d5-48ca-9a46-c73b47f1d3d3'] response: {'server_uuid': '3a7cb07e-278a-40c3-95df-6c32b28e5708', 'name': 'network-vif-deleted', 'tag': '31999c53-79bb-47bb-a885-737409b9a872', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 858/1748] 10.0.0.150 () {34 vars in 783 bytes} [Thu Jul 2 01:36:10 2026] PUT /v2.0/routers/2d34f0d1-02dc-4111-a1eb-92b305eba796/add_router_interface => generated 309 bytes in 1089 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1749] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:36:11 2026] GET /v2.0/ports?device_id=f23e59e3-9701-44ba-a085-e6df9b290ac8 => 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: 859/1750] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:36:11 2026] GET /v2.0/security-groups?id=f71afec0-3035-495a-b67a-81f469ce1f72&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: 892/1751] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:36:12 2026] GET /v2.0/ports?device_id=3a7cb07e-278a-40c3-95df-6c32b28e5708 => 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: 860/1752] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:36:12 2026] GET /v2.0/ports?device_id=f23e59e3-9701-44ba-a085-e6df9b290ac8 => generated 975 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1753] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:36:12 2026] GET /v2.0/security-groups?id=f71afec0-3035-495a-b67a-81f469ce1f72&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1754] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:36:13 2026] GET /v2.0/ports?device_id=3a7cb07e-278a-40c3-95df-6c32b28e5708 => 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: 894/1755] 10.0.0.126 () {34 vars in 982 bytes} [Thu Jul 2 01:36:13 2026] GET /v2.0/networks?id=1d04790e-7b85-477e-8032-4d873250688c => generated 672 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1756] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:36:13 2026] GET /v2.0/ports?device_id=f23e59e3-9701-44ba-a085-e6df9b290ac8 => 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: 895/1757] 10.0.0.126 () {34 vars in 965 bytes} [Thu Jul 2 01:36:14 2026] GET /v2.0/quotas/72f3d87f4e374d319d2d1377603839d3 => 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: 863/1758] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:36:14 2026] GET /v2.0/security-groups?id=f71afec0-3035-495a-b67a-81f469ce1f72&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1759] 10.0.0.126 () {34 vars in 1002 bytes} [Thu Jul 2 01:36:14 2026] GET /v2.0/ports?tenant_id=72f3d87f4e374d319d2d1377603839d3&fields=id => generated 57 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1760] 10.0.0.126 () {34 vars in 1008 bytes} [Thu Jul 2 01:36:14 2026] GET /v2.0/networks/1d04790e-7b85-477e-8032-4d873250688c?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1761] 10.0.0.126 () {34 vars in 1108 bytes} [Thu Jul 2 01:36:14 2026] GET /v2.0/networks/1d04790e-7b85-477e-8032-4d873250688c?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: 865/1762] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:36:14 2026] GET /v2.0/ports?device_id=f780f805-340c-4678-bba5-12aa54aae2fc => 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: 898/1763] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:36:14 2026] GET /v2.0/ports?device_id=3a7cb07e-278a-40c3-95df-6c32b28e5708 => 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: 866/1764] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:36:15 2026] GET /v2.0/ports?device_id=f23e59e3-9701-44ba-a085-e6df9b290ac8 => 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: 899/1765] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:36:15 2026] GET /v2.0/security-groups?id=f71afec0-3035-495a-b67a-81f469ce1f72&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: 867/1766] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:36:15 2026] GET /v2.0/ports?device_id=f23e59e3-9701-44ba-a085-e6df9b290ac8 => 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: 900/1767] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:36:15 2026] GET /v2.0/security-groups?id=f71afec0-3035-495a-b67a-81f469ce1f72&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1768] 10.0.0.150 () {32 vars in 736 bytes} [Thu Jul 2 01:36:15 2026] GET /v2.0/ports?device_id=f23e59e3-9701-44ba-a085-e6df9b290ac8 => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:36:15.946 8 INFO neutron_taas.services.taas.taas_plugin [None req-1357f28a-f4e8-4cce-9ebc-61262f2f7bbe b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] TaaS: Handle Delete Port: ee5086a3-84b4-45d5-b549-825996db6e6c 2026-07-02 01:36:15.950 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1357f28a-f4e8-4cce-9ebc-61262f2f7bbe b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Tap Mirror: Handle Delete Port: ee5086a3-84b4-45d5-b549-825996db6e6c 2026-07-02 01:36:16.280 7 INFO neutron.db.l3_db [None req-5c8a914a-640a-4bfb-8a50-e074aa2baf97 0b61ac481c5241a493d16ceb94185456 247e7f96ccd444b585bbf45bc6e76f43 - - default default] Floating IP 9ea94be4-d6a1-4978-8d56-1530fa8a7fec associated. External IP: 10.96.250.212, port: d9eeb097-78fc-4c93-a261-f03dae8d3d5a. [pid: 8|app: 0|req: 869/1769] 10.0.0.150 () {34 vars in 789 bytes} [Thu Jul 2 01:36:15 2026] PUT /v2.0/routers/ddfcddb8-d579-4c27-96a3-e88162f2cdad/remove_router_interface => generated 309 bytes in 1086 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1770] 10.0.0.150 () {34 vars in 677 bytes} [Thu Jul 2 01:36:15 2026] POST /v2.0/floatingips => generated 856 bytes in 1140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1771] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:36:16 2026] GET /v2.0/ports?device_id=f780f805-340c-4678-bba5-12aa54aae2fc => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:36:16.617 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-74cdd0a9-0444-4e6f-afcc-1ed18ff7abee'] response: {'name': 'network-changed', 'server_uuid': 'f23e59e3-9701-44ba-a085-e6df9b290ac8', 'tag': 'd9eeb097-78fc-4c93-a261-f03dae8d3d5a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 902/1772] 10.0.0.150 () {32 vars in 729 bytes} [Thu Jul 2 01:36:16 2026] GET /v2.0/floatingips/9ea94be4-d6a1-4978-8d56-1530fa8a7fec => generated 856 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:36:16.872 8 INFO neutron_taas.services.taas.taas_plugin [None req-83a9062a-bfa3-4b60-80b7-6b3d306722ec b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] TaaS: Handle Delete Port: ce7ca278-ad4e-473e-9978-4d35579f6204 2026-07-02 01:36:16.874 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-83a9062a-bfa3-4b60-80b7-6b3d306722ec b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Tap Mirror: Handle Delete Port: ce7ca278-ad4e-473e-9978-4d35579f6204 2026-07-02 01:36:17.173 8 INFO neutron_taas.services.taas.taas_plugin [None req-83a9062a-bfa3-4b60-80b7-6b3d306722ec b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] TaaS: Handle Delete Port: 23d40513-e994-4ea8-894c-873d40be9fd2 [pid: 7|app: 0|req: 903/1773] 199.204.45.23 () {34 vars in 1079 bytes} [Thu Jul 2 01:36:17 2026] GET /v2.0/ports?tenant_id=247e7f96ccd444b585bbf45bc6e76f43&device_id=f23e59e3-9701-44ba-a085-e6df9b290ac8 => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:36:17.175 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-83a9062a-bfa3-4b60-80b7-6b3d306722ec b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Tap Mirror: Handle Delete Port: 23d40513-e994-4ea8-894c-873d40be9fd2 [pid: 7|app: 0|req: 904/1774] 199.204.45.23 () {34 vars in 985 bytes} [Thu Jul 2 01:36:17 2026] GET /v2.0/networks?id=81a681b2-0d19-4231-aa36-7ab5e90c9a9a => generated 757 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1775] 199.204.45.23 () {34 vars in 1059 bytes} [Thu Jul 2 01:36:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=d9eeb097-78fc-4c93-a261-f03dae8d3d5a => generated 859 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1776] 199.204.45.23 () {34 vars in 983 bytes} [Thu Jul 2 01:36:17 2026] GET /v2.0/subnets?id=7687f065-9363-4090-9c57-b13cb28b0960 => generated 677 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1777] 199.204.45.23 () {34 vars in 1051 bytes} [Thu Jul 2 01:36:17 2026] GET /v2.0/ports?network_id=81a681b2-0d19-4231-aa36-7ab5e90c9a9a&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: 908/1778] 199.204.45.23 () {34 vars in 1011 bytes} [Thu Jul 2 01:36:17 2026] GET /v2.0/networks/81a681b2-0d19-4231-aa36-7ab5e90c9a9a?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1779] 199.204.45.23 () {34 vars in 1111 bytes} [Thu Jul 2 01:36:17 2026] GET /v2.0/networks/81a681b2-0d19-4231-aa36-7ab5e90c9a9a?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-07-02 01:36:17.544 8 INFO neutron.services.segments.plugin [-] Segment 12e51884-96a6-4fcd-a85c-c93f03df0a78 resource provider aggregate not found 2026-07-02 01:36:17.554 8 INFO neutron.services.segments.plugin [-] Segment 12e51884-96a6-4fcd-a85c-c93f03df0a78 resource provider aggregate not found 2026-07-02 01:36:17.569 8 INFO neutron.services.segments.plugin [-] Segment 12e51884-96a6-4fcd-a85c-c93f03df0a78 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12e51884-96a6-4fcd-a85c-c93f03df0a78 found for delete ", "request_id": "req-d9251f1d-757a-4f71-9ab5-96eba42a43ca"}]} 2026-07-02 01:36:17.573 8 INFO neutron.services.segments.plugin [-] Segment 12e51884-96a6-4fcd-a85c-c93f03df0a78 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12e51884-96a6-4fcd-a85c-c93f03df0a78 found for delete ", "request_id": "req-6ad46c28-f646-446e-8a41-6bc8539ca9e6"}]} 2026-07-02 01:36:17.576 8 INFO neutron.db.l3_hamode_db [None req-83a9062a-bfa3-4b60-80b7-6b3d306722ec b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] HA network 632672dc-2828-4e5d-b919-4953eaa0b9e7 was deleted as no HA routers are present in tenant a90d7d954be04e7fba6cdbff0ece495a. [pid: 8|app: 0|req: 871/1780] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:36:16 2026] DELETE /v2.0/routers/ddfcddb8-d579-4c27-96a3-e88162f2cdad => generated 0 bytes in 970 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1781] 10.0.0.150 () {32 vars in 729 bytes} [Thu Jul 2 01:36:17 2026] GET /v2.0/floatingips/9ea94be4-d6a1-4978-8d56-1530fa8a7fec => generated 856 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1782] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:36:17 2026] GET /v2.0/ports?device_id=f780f805-340c-4678-bba5-12aa54aae2fc => 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: 910/1783] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:36:17 2026] DELETE /v2.0/subnets/912fa738-8d21-42c2-8283-ada5b8957832 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:36:17.903 8 INFO neutron_taas.services.taas.taas_plugin [None req-c7be960d-060c-4fe2-ace3-31899fc20464 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] TaaS: Handle Delete Port: e8d31802-9047-46d9-b02d-28d8dd6502bb 2026-07-02 01:36:17.907 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c7be960d-060c-4fe2-ace3-31899fc20464 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Tap Mirror: Handle Delete Port: e8d31802-9047-46d9-b02d-28d8dd6502bb [pid: 8|app: 0|req: 874/1784] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:36:17 2026] DELETE /v2.0/networks/665e3d5f-6fdc-4f92-9b25-f0fc89dd7cb1 => generated 0 bytes in 337 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1785] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:36:18 2026] GET /v2.0/security-groups?tenant_id=a90d7d954be04e7fba6cdbff0ece495a&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1786] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:36:18 2026] DELETE /v2.0/security-groups/de345761-60fe-4158-a4ae-27562b293b6e => 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: 876/1787] 10.0.0.150 () {32 vars in 729 bytes} [Thu Jul 2 01:36:18 2026] GET /v2.0/floatingips/9ea94be4-d6a1-4978-8d56-1530fa8a7fec => generated 858 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1788] 199.204.45.23 () {34 vars in 985 bytes} [Thu Jul 2 01:36:18 2026] GET /v2.0/networks?id=1d04790e-7b85-477e-8032-4d873250688c => generated 672 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1789] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:36:18 2026] GET /v2.0/ports?device_id=f780f805-340c-4678-bba5-12aa54aae2fc => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1790] 199.204.45.23 () {38 vars in 954 bytes} [Thu Jul 2 01:36:18 2026] POST /v2.0/ports => generated 954 bytes in 438 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:36:19.599 8 INFO neutron.services.segments.plugin [-] Segment dfb4c00d-e749-4e62-ae11-a0655ea408f9 resource provider aggregate not found 2026-07-02 01:36:19.609 8 INFO neutron.services.segments.plugin [-] Segment dfb4c00d-e749-4e62-ae11-a0655ea408f9 resource provider aggregate not found 2026-07-02 01:36:19.623 8 INFO neutron.services.segments.plugin [-] Segment dfb4c00d-e749-4e62-ae11-a0655ea408f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dfb4c00d-e749-4e62-ae11-a0655ea408f9 found for delete ", "request_id": "req-4c72e69e-ae88-4db5-bf83-476e2f874b4a"}]} 2026-07-02 01:36:19.630 8 INFO neutron.services.segments.plugin [-] Segment dfb4c00d-e749-4e62-ae11-a0655ea408f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dfb4c00d-e749-4e62-ae11-a0655ea408f9 found for delete ", "request_id": "req-0cac3316-2ad0-4542-96af-10af4cfcb12d"}]} [pid: 8|app: 0|req: 878/1791] 199.204.45.23 () {38 vars in 1027 bytes} [Thu Jul 2 01:36:19 2026] PUT /v2.0/ports/1d0bb768-d14d-4ef7-ac0f-493da23590ea => generated 1235 bytes in 461 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:36:19.725 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c8705001-3229-4cd2-ba8c-f3401f91e6ae'] response: {'name': 'network-changed', 'server_uuid': 'f780f805-340c-4678-bba5-12aa54aae2fc', 'tag': '1d0bb768-d14d-4ef7-ac0f-493da23590ea', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 914/1792] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:36:19 2026] GET /v2.0/ports?device_id=f780f805-340c-4678-bba5-12aa54aae2fc => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 879/1793] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:36:19 2026] GET /v2.0/security-groups?id=0f65607b-d162-432e-9168-e89df5004fdc&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1794] 199.204.45.23 () {34 vars in 1079 bytes} [Thu Jul 2 01:36:20 2026] GET /v2.0/ports?tenant_id=72f3d87f4e374d319d2d1377603839d3&device_id=f780f805-340c-4678-bba5-12aa54aae2fc => generated 1238 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1795] 199.204.45.23 () {34 vars in 1017 bytes} [Thu Jul 2 01:36:20 2026] GET /v2.0/networks?tenant_id=72f3d87f4e374d319d2d1377603839d3&shared=False => generated 767 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1796] 199.204.45.23 () {34 vars in 929 bytes} [Thu Jul 2 01:36:20 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1797] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:36:21 2026] GET /v2.0/ports?device_id=f780f805-340c-4678-bba5-12aa54aae2fc => generated 969 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1798] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:36:21 2026] GET /v2.0/security-groups?id=0f65607b-d162-432e-9168-e89df5004fdc&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: 882/1799] 199.204.45.23 () {34 vars in 1079 bytes} [Thu Jul 2 01:36:21 2026] GET /v2.0/ports?tenant_id=72f3d87f4e374d319d2d1377603839d3&device_id=f780f805-340c-4678-bba5-12aa54aae2fc => generated 1238 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1800] 199.204.45.23 () {34 vars in 1057 bytes} [Thu Jul 2 01:36:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=1d0bb768-d14d-4ef7-ac0f-493da23590ea => 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: 883/1801] 199.204.45.23 () {34 vars in 983 bytes} [Thu Jul 2 01:36:21 2026] GET /v2.0/subnets?id=0cfa90f7-b763-4e69-80b2-dd5de2ed1359 => generated 690 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1802] 199.204.45.23 () {34 vars in 1051 bytes} [Thu Jul 2 01:36:21 2026] GET /v2.0/ports?network_id=1d04790e-7b85-477e-8032-4d873250688c&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1803] 199.204.45.23 () {34 vars in 1011 bytes} [Thu Jul 2 01:36:21 2026] GET /v2.0/networks/1d04790e-7b85-477e-8032-4d873250688c?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: 920/1804] 199.204.45.23 () {34 vars in 1111 bytes} [Thu Jul 2 01:36:21 2026] GET /v2.0/networks/1d04790e-7b85-477e-8032-4d873250688c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1807] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:36:22 2026] GET /v2.0/ports?device_id=f780f805-340c-4678-bba5-12aa54aae2fc => generated 969 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1808] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:36:22 2026] GET /v2.0/security-groups?id=0f65607b-d162-432e-9168-e89df5004fdc&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1809] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:36:23 2026] GET /v2.0/ports?device_id=f780f805-340c-4678-bba5-12aa54aae2fc => generated 969 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1810] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:36:23 2026] GET /v2.0/security-groups?id=0f65607b-d162-432e-9168-e89df5004fdc&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: 888/1811] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:36:24 2026] GET /v2.0/security-groups?tenant_id=a2c1cc1e2fe0442584194655697d96e3&name=default => generated 2925 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1812] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:36:24 2026] DELETE /v2.0/security-groups/234659b8-3dd1-4e63-8aef-0c58c32c3c35 => 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: 889/1813] 10.0.0.12 () {34 vars in 989 bytes} [Thu Jul 2 01:36:24 2026] GET /v2.0/ports?device_id=f23e59e3-9701-44ba-a085-e6df9b290ac8 => 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: 890/1814] 10.0.0.12 () {34 vars in 1039 bytes} [Thu Jul 2 01:36:24 2026] GET /v2.0/security-groups?id=f71afec0-3035-495a-b67a-81f469ce1f72&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1815] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:36:24 2026] GET /v2.0/ports?device_id=f780f805-340c-4678-bba5-12aa54aae2fc => generated 969 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1816] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:36:24 2026] GET /v2.0/security-groups?id=0f65607b-d162-432e-9168-e89df5004fdc&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1817] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:36:24 2026] GET /v2.0/security-groups?tenant_id=9f03f5bc71874fb0809feb137d42a0b5&name=default => generated 2925 bytes in 186 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1818] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:36:24 2026] DELETE /v2.0/security-groups/cadb4a32-79bf-4536-8e4b-59fb9d1e3443 => 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: 927/1819] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:36:25 2026] GET /v2.0/ports?device_id=f780f805-340c-4678-bba5-12aa54aae2fc => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1820] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:36:25 2026] GET /v2.0/security-groups?id=0f65607b-d162-432e-9168-e89df5004fdc&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1821] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:36:26 2026] GET /v2.0/ports?device_id=f780f805-340c-4678-bba5-12aa54aae2fc => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1822] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:36:27 2026] GET /v2.0/security-groups?id=0f65607b-d162-432e-9168-e89df5004fdc&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: 929/1823] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:36:27 2026] GET /v2.0/security-groups?tenant_id=be143662541142c7af72bea883a75be2&name=default => generated 2925 bytes in 335 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1824] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:36:27 2026] DELETE /v2.0/security-groups/2b00c4a2-8235-4963-a6c9-a0fe7ed47166 => 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: 930/1825] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:36:28 2026] GET /v2.0/ports?device_id=f780f805-340c-4678-bba5-12aa54aae2fc => 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: 896/1826] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:36:28 2026] GET /v2.0/security-groups?id=0f65607b-d162-432e-9168-e89df5004fdc&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1827] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:36:29 2026] GET /v2.0/ports?device_id=f780f805-340c-4678-bba5-12aa54aae2fc => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1828] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:36:29 2026] GET /v2.0/security-groups?id=0f65607b-d162-432e-9168-e89df5004fdc&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1829] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:36:30 2026] GET /v2.0/ports?device_id=f780f805-340c-4678-bba5-12aa54aae2fc => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1830] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:36:30 2026] GET /v2.0/security-groups?id=0f65607b-d162-432e-9168-e89df5004fdc&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: 933/1831] 199.204.45.23 () {34 vars in 993 bytes} [Thu Jul 2 01:36:30 2026] GET /v2.0/ports?device_id=f780f805-340c-4678-bba5-12aa54aae2fc => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:36:31.045 8 INFO neutron_taas.services.taas.taas_plugin [req-dcc85a39-0034-4682-a00d-bf85667d7b0b req-c17289b0-5176-45a4-9511-1a07121c257b 6adbdf81ebe64d77abe7ffb143f781bd 72f3d87f4e374d319d2d1377603839d3 - - default default] TaaS: Handle Delete Port: 1d0bb768-d14d-4ef7-ac0f-493da23590ea 2026-07-02 01:36:31.050 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-dcc85a39-0034-4682-a00d-bf85667d7b0b req-c17289b0-5176-45a4-9511-1a07121c257b 6adbdf81ebe64d77abe7ffb143f781bd 72f3d87f4e374d319d2d1377603839d3 - - default default] Tap Mirror: Handle Delete Port: 1d0bb768-d14d-4ef7-ac0f-493da23590ea [pid: 8|app: 0|req: 899/1832] 199.204.45.23 () {36 vars in 996 bytes} [Thu Jul 2 01:36:30 2026] DELETE /v2.0/ports/1d0bb768-d14d-4ef7-ac0f-493da23590ea => generated 0 bytes in 338 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:36:31.258 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f5576622-de12-4581-addc-8dd930ea4a8b'] response: {'server_uuid': 'f780f805-340c-4678-bba5-12aa54aae2fc', 'name': 'network-vif-deleted', 'tag': '1d0bb768-d14d-4ef7-ac0f-493da23590ea', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 934/1833] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:36:31 2026] GET /v2.0/ports?device_id=f780f805-340c-4678-bba5-12aa54aae2fc => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1834] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:36:33 2026] GET /v2.0/ports?device_id=f780f805-340c-4678-bba5-12aa54aae2fc => 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: 900/1835] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:36:32 2026] GET /v2.0/security-groups?tenant_id=4942f13c855144229d63382e6f4404b9&name=default => generated 2925 bytes in 326 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1836] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:36:33 2026] DELETE /v2.0/security-groups/8037223d-b4b8-4b2f-80b9-df9e10325dae => 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: 901/1837] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:36:34 2026] GET /v2.0/ports?device_id=f780f805-340c-4678-bba5-12aa54aae2fc => 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: 937/1838] 10.0.0.150 () {32 vars in 826 bytes} [Thu Jul 2 01:36:34 2026] GET /v2.0/ports?project_id=247e7f96ccd444b585bbf45bc6e76f43&network_id=81a681b2-0d19-4231-aa36-7ab5e90c9a9a => generated 3695 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1839] 10.0.0.150 () {32 vars in 742 bytes} [Thu Jul 2 01:36:34 2026] GET /v2.0/subnets?network_id=907dfad9-4cce-49c7-872e-aefc72d72231 => generated 667 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:36:35.332 7 INFO neutron.db.segments_db [None req-36881a51-9b5e-472e-87bd-5247e5a05572 e9e4c4b75f464d4ea6c6a6b2e713187d 7565635ba2464c5d84808a771f703e90 - - default default] Added segment 05b07334-1529-47b8-9c6c-a1d814d3e695 of type vxlan for network 898a6595-9ee2-4141-aef6-eac6c61c307f 2026-07-02 01:36:35.344 8 INFO neutron.db.l3_db [None req-6e34bf95-ec71-4f5d-a8e3-077d1b32e68f 0b61ac481c5241a493d16ceb94185456 247e7f96ccd444b585bbf45bc6e76f43 - - default default] Floating IP 9ea94be4-d6a1-4978-8d56-1530fa8a7fec disassociated. External IP: 10.96.250.212, port: d9eeb097-78fc-4c93-a261-f03dae8d3d5a. [pid: 7|app: 0|req: 938/1840] 10.0.0.150 () {34 vars in 670 bytes} [Thu Jul 2 01:36:35 2026] POST /v2.0/networks => generated 649 bytes in 403 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1841] 10.0.0.150 () {34 vars in 749 bytes} [Thu Jul 2 01:36:35 2026] PUT /v2.0/floatingips/9ea94be4-d6a1-4978-8d56-1530fa8a7fec => generated 554 bytes in 419 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1842] 10.0.0.150 () {32 vars in 729 bytes} [Thu Jul 2 01:36:35 2026] GET /v2.0/floatingips/9ea94be4-d6a1-4978-8d56-1530fa8a7fec => generated 554 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:36:35.668 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4a9830e4-43bb-4fa8-8826-8466308d3526'] response: {'name': 'network-changed', 'server_uuid': 'f23e59e3-9701-44ba-a085-e6df9b290ac8', 'tag': 'd9eeb097-78fc-4c93-a261-f03dae8d3d5a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 939/1843] 10.0.0.150 () {34 vars in 669 bytes} [Thu Jul 2 01:36:35 2026] POST /v2.0/subnets => generated 627 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:36:35.742 8 INFO neutron.db.segments_db [None req-8848ea08-35c2-4321-857f-b8a9944ec872 e9e4c4b75f464d4ea6c6a6b2e713187d 7565635ba2464c5d84808a771f703e90 - - default default] Added segment 8e4f9939-8ab9-4ff8-88f3-7565806dad8d of type vxlan for network e57d057c-b633-438f-aa90-feb915e605b5 2026-07-02 01:36:36.031 8 INFO neutron.db.l3_hamode_db [None req-8848ea08-35c2-4321-857f-b8a9944ec872 e9e4c4b75f464d4ea6c6a6b2e713187d 7565635ba2464c5d84808a771f703e90 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 940/1844] 199.204.45.23 () {34 vars in 1079 bytes} [Thu Jul 2 01:36:36 2026] GET /v2.0/ports?tenant_id=247e7f96ccd444b585bbf45bc6e76f43&device_id=f23e59e3-9701-44ba-a085-e6df9b290ac8 => 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: 941/1845] 199.204.45.23 () {34 vars in 985 bytes} [Thu Jul 2 01:36:36 2026] GET /v2.0/networks?id=81a681b2-0d19-4231-aa36-7ab5e90c9a9a => generated 757 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1846] 199.204.45.23 () {34 vars in 1059 bytes} [Thu Jul 2 01:36:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=d9eeb097-78fc-4c93-a261-f03dae8d3d5a => 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: 943/1847] 199.204.45.23 () {34 vars in 983 bytes} [Thu Jul 2 01:36:36 2026] GET /v2.0/subnets?id=7687f065-9363-4090-9c57-b13cb28b0960 => generated 677 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1848] 199.204.45.23 () {34 vars in 1051 bytes} [Thu Jul 2 01:36:36 2026] GET /v2.0/ports?network_id=81a681b2-0d19-4231-aa36-7ab5e90c9a9a&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:36:36.752 7 INFO neutron_taas.services.taas.taas_plugin [None req-e7777370-ac57-42a0-ac8c-39fff19773e1 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] TaaS: Handle Delete Port: 1efa6ad2-2be8-4cad-a1d9-40e9418ef0e7 2026-07-02 01:36:36.757 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e7777370-ac57-42a0-ac8c-39fff19773e1 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Tap Mirror: Handle Delete Port: 1efa6ad2-2be8-4cad-a1d9-40e9418ef0e7 2026-07-02 01:36:36.774 8 INFO neutron.db.l3_hamode_db [None req-8848ea08-35c2-4321-857f-b8a9944ec872 e9e4c4b75f464d4ea6c6a6b2e713187d 7565635ba2464c5d84808a771f703e90 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 945/1849] 10.0.0.150 () {34 vars in 789 bytes} [Thu Jul 2 01:36:36 2026] PUT /v2.0/routers/2d34f0d1-02dc-4111-a1eb-92b305eba796/remove_router_interface => generated 309 bytes in 1004 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1850] 199.204.45.23 () {34 vars in 1011 bytes} [Thu Jul 2 01:36:37 2026] GET /v2.0/networks/81a681b2-0d19-4231-aa36-7ab5e90c9a9a?fields=segments => generated 14 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1851] 10.0.0.150 () {32 vars in 729 bytes} [Thu Jul 2 01:36:37 2026] GET /v2.0/floatingips/9ea94be4-d6a1-4978-8d56-1530fa8a7fec => generated 552 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1854] 10.0.0.150 () {34 vars in 669 bytes} [Thu Jul 2 01:36:35 2026] POST /v2.0/routers => generated 694 bytes in 2007 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:36:37.728 7 INFO neutron_taas.services.taas.taas_plugin [None req-976a8374-5ee7-4f79-9cbc-3d7e8522e5cb b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] TaaS: Handle Delete Port: eec7b3ba-9fe6-44c3-90c9-693ef65ce527 2026-07-02 01:36:37.732 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-976a8374-5ee7-4f79-9cbc-3d7e8522e5cb b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Tap Mirror: Handle Delete Port: eec7b3ba-9fe6-44c3-90c9-693ef65ce527 [pid: 8|app: 0|req: 906/1855] 199.204.45.23 () {34 vars in 1111 bytes} [Thu Jul 2 01:36:37 2026] GET /v2.0/networks/81a681b2-0d19-4231-aa36-7ab5e90c9a9a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:36:38.048 7 INFO neutron_taas.services.taas.taas_plugin [None req-976a8374-5ee7-4f79-9cbc-3d7e8522e5cb b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] TaaS: Handle Delete Port: 032f1d11-fc9a-4895-a062-2f6aaebe4604 2026-07-02 01:36:38.051 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-976a8374-5ee7-4f79-9cbc-3d7e8522e5cb b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Tap Mirror: Handle Delete Port: 032f1d11-fc9a-4895-a062-2f6aaebe4604 2026-07-02 01:36:38.395 7 INFO neutron.services.segments.plugin [-] Segment 3efda438-dabe-445f-ac5c-a1881c9fc2e3 resource provider aggregate not found 2026-07-02 01:36:38.401 7 INFO neutron.services.segments.plugin [-] Segment 3efda438-dabe-445f-ac5c-a1881c9fc2e3 resource provider aggregate not found 2026-07-02 01:36:38.419 7 INFO neutron.services.segments.plugin [-] Segment 3efda438-dabe-445f-ac5c-a1881c9fc2e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3efda438-dabe-445f-ac5c-a1881c9fc2e3 found for delete ", "request_id": "req-c73efb6d-d8bb-4542-a35b-12d03c731d8a"}]} 2026-07-02 01:36:38.421 7 INFO neutron.db.l3_hamode_db [None req-976a8374-5ee7-4f79-9cbc-3d7e8522e5cb b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] HA network 6c09fa06-762a-4e2a-9907-27eca2389365 was deleted as no HA routers are present in tenant 72f3d87f4e374d319d2d1377603839d3. 2026-07-02 01:36:38.423 7 INFO neutron.services.segments.plugin [-] Segment 3efda438-dabe-445f-ac5c-a1881c9fc2e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3efda438-dabe-445f-ac5c-a1881c9fc2e3 found for delete ", "request_id": "req-d88a707f-e52a-498a-b2ec-cec5f2b336c2"}]} [pid: 7|app: 0|req: 950/1856] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:36:37 2026] DELETE /v2.0/routers/2d34f0d1-02dc-4111-a1eb-92b305eba796 => generated 0 bytes in 924 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1857] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:36:38 2026] DELETE /v2.0/subnets/0cfa90f7-b763-4e69-80b2-dd5de2ed1359 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1858] 10.0.0.150 () {34 vars in 685 bytes} [Thu Jul 2 01:36:38 2026] POST /v2.0/security-groups => generated 1675 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-02 01:36:38.739 7 INFO neutron_taas.services.taas.taas_plugin [None req-787308b0-8e5d-4a6e-9d7f-0918c76b77db b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] TaaS: Handle Delete Port: ed596e48-dd9a-4894-ac4f-422b8a04c259 2026-07-02 01:36:38.741 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-787308b0-8e5d-4a6e-9d7f-0918c76b77db b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Tap Mirror: Handle Delete Port: ed596e48-dd9a-4894-ac4f-422b8a04c259 [pid: 7|app: 0|req: 953/1859] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:36:38 2026] DELETE /v2.0/networks/1d04790e-7b85-477e-8032-4d873250688c => generated 0 bytes in 304 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1860] 10.0.0.150 () {34 vars in 695 bytes} [Thu Jul 2 01:36:38 2026] POST /v2.0/security-group-rules => generated 597 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1861] 10.0.0.150 () {34 vars in 783 bytes} [Thu Jul 2 01:36:37 2026] PUT /v2.0/routers/3dfdc99c-b686-4be6-9a2e-2a89f2375180/add_router_interface => generated 309 bytes in 1407 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1862] 10.0.0.150 () {34 vars in 695 bytes} [Thu Jul 2 01:36:39 2026] POST /v2.0/security-group-rules => generated 596 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1863] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:36:39 2026] GET /v2.0/security-groups?tenant_id=72f3d87f4e374d319d2d1377603839d3&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1864] 10.0.0.150 () {34 vars in 695 bytes} [Thu Jul 2 01:36:39 2026] POST /v2.0/security-group-rules => generated 602 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1865] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:36:39 2026] DELETE /v2.0/security-groups/0f65607b-d162-432e-9168-e89df5004fdc => 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: 911/1866] 10.0.0.150 () {34 vars in 695 bytes} [Thu Jul 2 01:36:39 2026] POST /v2.0/security-group-rules => generated 601 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:36:39.483 8 INFO neutron.db.securitygroups_db [None req-f1d8a59f-de53-4049-a198-3ee02f28e003 0b61ac481c5241a493d16ceb94185456 247e7f96ccd444b585bbf45bc6e76f43 - - default default] Project 247e7f96ccd444b585bbf45bc6e76f43 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: 956/1867] 10.0.0.150 () {34 vars in 665 bytes} [Thu Jul 2 01:36:39 2026] POST /v2.0/ports => generated 955 bytes in 356 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: 912/1868] 10.0.0.150 () {34 vars in 695 bytes} [Thu Jul 2 01:36:39 2026] POST /v2.0/security-group-rules => generated 607 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:36:39.590 8 INFO neutron.db.securitygroups_db [None req-08128035-41a5-4951-90f6-d50b01f4916d 0b61ac481c5241a493d16ceb94185456 247e7f96ccd444b585bbf45bc6e76f43 - - default default] Project 247e7f96ccd444b585bbf45bc6e76f43 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: 913/1869] 10.0.0.150 () {34 vars in 695 bytes} [Thu Jul 2 01:36:39 2026] POST /v2.0/security-group-rules => generated 606 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1870] 10.0.0.150 () {34 vars in 665 bytes} [Thu Jul 2 01:36:39 2026] POST /v2.0/ports => generated 955 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: 7|app: 0|req: 958/1871] 10.0.0.150 () {32 vars in 649 bytes} [Thu Jul 2 01:36:40 2026] GET /v2.0/networks => generated 1298 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1872] 10.0.0.126 () {34 vars in 1100 bytes} [Thu Jul 2 01:36:40 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1264390611&fields=id&tenant_id=247e7f96ccd444b585bbf45bc6e76f43 => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:36:40.443 7 INFO neutron.services.segments.plugin [-] Segment 74dc32c6-ef74-4ab5-8976-a0f347f002cb resource provider aggregate not found 2026-07-02 01:36:40.453 7 INFO neutron.services.segments.plugin [-] Segment 74dc32c6-ef74-4ab5-8976-a0f347f002cb resource provider aggregate not found 2026-07-02 01:36:40.457 7 INFO neutron.services.segments.plugin [-] Segment 74dc32c6-ef74-4ab5-8976-a0f347f002cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 74dc32c6-ef74-4ab5-8976-a0f347f002cb found for delete ", "request_id": "req-d74f1b86-edbd-427a-87e0-0745f12be901"}]} [pid: 7|app: 0|req: 960/1873] 10.0.0.126 () {34 vars in 982 bytes} [Thu Jul 2 01:36:40 2026] GET /v2.0/networks?id=81a681b2-0d19-4231-aa36-7ab5e90c9a9a => generated 661 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:36:40.469 7 INFO neutron.services.segments.plugin [-] Segment 74dc32c6-ef74-4ab5-8976-a0f347f002cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 74dc32c6-ef74-4ab5-8976-a0f347f002cb found for delete ", "request_id": "req-e0c37d65-a3dc-47d5-9ed7-74068a8fb653"}]} [pid: 7|app: 0|req: 961/1874] 10.0.0.126 () {34 vars in 965 bytes} [Thu Jul 2 01:36:40 2026] GET /v2.0/quotas/247e7f96ccd444b585bbf45bc6e76f43 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1875] 10.0.0.126 () {34 vars in 1002 bytes} [Thu Jul 2 01:36:40 2026] GET /v2.0/ports?tenant_id=247e7f96ccd444b585bbf45bc6e76f43&fields=id => generated 149 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1876] 10.0.0.126 () {34 vars in 1008 bytes} [Thu Jul 2 01:36:40 2026] GET /v2.0/networks/81a681b2-0d19-4231-aa36-7ab5e90c9a9a?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:36:40.678 8 INFO neutron.db.l3_db [None req-1b7373c3-e3c3-4267-b581-d280d1041362 e9e4c4b75f464d4ea6c6a6b2e713187d 7565635ba2464c5d84808a771f703e90 - - default default] Floating IP e629ff06-a9d8-40db-ad66-b649d7c7dff9 associated. External IP: 10.96.250.205, port: 96aa6ec5-5bcb-4b3d-a907-0ec53e9ccd2b. [pid: 7|app: 0|req: 964/1877] 10.0.0.126 () {34 vars in 1108 bytes} [Thu Jul 2 01:36:40 2026] GET /v2.0/networks/81a681b2-0d19-4231-aa36-7ab5e90c9a9a?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: 965/1878] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:36:40 2026] GET /v2.0/ports?device_id=a85de38e-d7e3-4dad-afff-5b6c194fe97b => 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: 914/1879] 10.0.0.150 () {34 vars in 677 bytes} [Thu Jul 2 01:36:39 2026] POST /v2.0/floatingips => generated 842 bytes in 1120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:36:41.147 7 INFO neutron.db.l3_db [None req-128abdf9-7461-4b6c-9b9d-b9e30aad8946 e9e4c4b75f464d4ea6c6a6b2e713187d 7565635ba2464c5d84808a771f703e90 - - default default] Floating IP e629ff06-a9d8-40db-ad66-b649d7c7dff9 disassociated. External IP: 10.96.250.205, port: 96aa6ec5-5bcb-4b3d-a907-0ec53e9ccd2b. [pid: 7|app: 0|req: 966/1880] 10.0.0.150 () {34 vars in 749 bytes} [Thu Jul 2 01:36:41 2026] PUT /v2.0/floatingips/e629ff06-a9d8-40db-ad66-b649d7c7dff9 => generated 552 bytes in 413 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:36:41.554 8 INFO neutron_taas.services.taas.taas_plugin [None req-949a2423-cdb3-4c37-a326-b4000e187acd e9e4c4b75f464d4ea6c6a6b2e713187d 7565635ba2464c5d84808a771f703e90 - - default default] TaaS: Handle Delete Port: a033e995-7a65-405f-9df0-58176e9b092f 2026-07-02 01:36:41.557 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-949a2423-cdb3-4c37-a326-b4000e187acd e9e4c4b75f464d4ea6c6a6b2e713187d 7565635ba2464c5d84808a771f703e90 - - default default] Tap Mirror: Handle Delete Port: a033e995-7a65-405f-9df0-58176e9b092f [pid: 8|app: 0|req: 915/1881] 10.0.0.150 () {32 vars in 732 bytes} [Thu Jul 2 01:36:41 2026] DELETE /v2.0/floatingips/e629ff06-a9d8-40db-ad66-b649d7c7dff9 => generated 0 bytes in 285 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1882] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:36:41 2026] GET /v2.0/ports?device_id=a85de38e-d7e3-4dad-afff-5b6c194fe97b => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:36:42.880 7 INFO neutron.db.l3_db [None req-51a67856-9625-40bb-822f-a862ab8aca06 e9e4c4b75f464d4ea6c6a6b2e713187d 7565635ba2464c5d84808a771f703e90 - - default default] Floating IP d0341c53-04a1-4483-a42b-6c2cb85e4007 associated. External IP: 10.96.250.203, port: 7e96a013-70b3-4a59-8a75-8058a8e3e850. [pid: 8|app: 0|req: 917/1883] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:36:42 2026] GET /v2.0/ports?device_id=a85de38e-d7e3-4dad-afff-5b6c194fe97b => 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: 967/1884] 10.0.0.150 () {34 vars in 677 bytes} [Thu Jul 2 01:36:41 2026] POST /v2.0/floatingips => generated 842 bytes in 1462 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1885] 10.0.0.150 () {32 vars in 729 bytes} [Thu Jul 2 01:36:43 2026] GET /v2.0/floatingips/d0341c53-04a1-4483-a42b-6c2cb85e4007 => generated 842 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1886] 10.0.0.150 () {32 vars in 655 bytes} [Thu Jul 2 01:36:43 2026] GET /v2.0/floatingips => generated 845 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:36:43.679 8 INFO neutron.db.l3_db [None req-36954931-13d5-4ba6-8cbc-cb514b3ed984 e9e4c4b75f464d4ea6c6a6b2e713187d 7565635ba2464c5d84808a771f703e90 - - default default] Floating IP d0341c53-04a1-4483-a42b-6c2cb85e4007 associated. External IP: 10.96.250.203, port: 7e96a013-70b3-4a59-8a75-8058a8e3e850. [pid: 7|app: 0|req: 969/1887] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:36:44 2026] GET /v2.0/ports?device_id=a85de38e-d7e3-4dad-afff-5b6c194fe97b => 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: 919/1888] 10.0.0.150 () {34 vars in 749 bytes} [Thu Jul 2 01:36:43 2026] PUT /v2.0/floatingips/d0341c53-04a1-4483-a42b-6c2cb85e4007 => generated 842 bytes in 1335 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:36:44.775 7 INFO neutron.db.l3_db [None req-37053aa3-4308-4845-967f-a8f5ea88cd58 e9e4c4b75f464d4ea6c6a6b2e713187d 7565635ba2464c5d84808a771f703e90 - - default default] Floating IP d0341c53-04a1-4483-a42b-6c2cb85e4007 disassociated. External IP: 10.96.250.203, port: 96aa6ec5-5bcb-4b3d-a907-0ec53e9ccd2b. [pid: 7|app: 0|req: 970/1889] 10.0.0.150 () {34 vars in 749 bytes} [Thu Jul 2 01:36:44 2026] PUT /v2.0/floatingips/d0341c53-04a1-4483-a42b-6c2cb85e4007 => generated 552 bytes in 425 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1890] 199.204.45.23 () {34 vars in 985 bytes} [Thu Jul 2 01:36:45 2026] GET /v2.0/networks?id=81a681b2-0d19-4231-aa36-7ab5e90c9a9a => generated 661 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1891] 199.204.45.23 () {34 vars in 1049 bytes} [Thu Jul 2 01:36:45 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=247e7f96ccd444b585bbf45bc6e76f43 => generated 274 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:36:45.189 7 INFO neutron_taas.services.taas.taas_plugin [None req-6986a762-aa27-4104-addf-2c8335f8fd01 e9e4c4b75f464d4ea6c6a6b2e713187d 7565635ba2464c5d84808a771f703e90 - - default default] TaaS: Handle Delete Port: 6ba670b7-698d-4dcb-8015-30a5619d9d7c 2026-07-02 01:36:45.191 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6986a762-aa27-4104-addf-2c8335f8fd01 e9e4c4b75f464d4ea6c6a6b2e713187d 7565635ba2464c5d84808a771f703e90 - - default default] Tap Mirror: Handle Delete Port: 6ba670b7-698d-4dcb-8015-30a5619d9d7c [pid: 7|app: 0|req: 971/1892] 10.0.0.150 () {32 vars in 732 bytes} [Thu Jul 2 01:36:45 2026] DELETE /v2.0/floatingips/d0341c53-04a1-4483-a42b-6c2cb85e4007 => generated 0 bytes in 228 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1893] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:36:45 2026] GET /v2.0/ports?device_id=a85de38e-d7e3-4dad-afff-5b6c194fe97b => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:36:45.347 7 INFO neutron.api.v2.resource [None req-2145946c-818a-4e83-8836-ee637e5e0410 e9e4c4b75f464d4ea6c6a6b2e713187d 7565635ba2464c5d84808a771f703e90 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 973/1894] 10.0.0.150 () {32 vars in 732 bytes} [Thu Jul 2 01:36:45 2026] DELETE /v2.0/floatingips/d0341c53-04a1-4483-a42b-6c2cb85e4007 => generated 144 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:36:45.493 7 INFO neutron_taas.services.taas.taas_plugin [None req-a6a75d56-c9a5-4103-bdc0-75c7dc919657 e9e4c4b75f464d4ea6c6a6b2e713187d 7565635ba2464c5d84808a771f703e90 - - default default] TaaS: Handle Delete Port: 96aa6ec5-5bcb-4b3d-a907-0ec53e9ccd2b 2026-07-02 01:36:45.496 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a6a75d56-c9a5-4103-bdc0-75c7dc919657 e9e4c4b75f464d4ea6c6a6b2e713187d 7565635ba2464c5d84808a771f703e90 - - default default] Tap Mirror: Handle Delete Port: 96aa6ec5-5bcb-4b3d-a907-0ec53e9ccd2b [pid: 8|app: 0|req: 922/1895] 199.204.45.23 () {38 vars in 954 bytes} [Thu Jul 2 01:36:45 2026] POST /v2.0/ports => generated 954 bytes in 386 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: 974/1896] 10.0.0.150 () {32 vars in 720 bytes} [Thu Jul 2 01:36:45 2026] DELETE /v2.0/ports/96aa6ec5-5bcb-4b3d-a907-0ec53e9ccd2b => generated 0 bytes in 296 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:36:45.763 7 INFO neutron_taas.services.taas.taas_plugin [None req-b44a9392-4c04-4f87-8fa4-d1e2aa42ec4f e9e4c4b75f464d4ea6c6a6b2e713187d 7565635ba2464c5d84808a771f703e90 - - default default] TaaS: Handle Delete Port: 7e96a013-70b3-4a59-8a75-8058a8e3e850 2026-07-02 01:36:45.766 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b44a9392-4c04-4f87-8fa4-d1e2aa42ec4f e9e4c4b75f464d4ea6c6a6b2e713187d 7565635ba2464c5d84808a771f703e90 - - default default] Tap Mirror: Handle Delete Port: 7e96a013-70b3-4a59-8a75-8058a8e3e850 [pid: 7|app: 0|req: 975/1897] 10.0.0.150 () {32 vars in 720 bytes} [Thu Jul 2 01:36:45 2026] DELETE /v2.0/ports/7e96a013-70b3-4a59-8a75-8058a8e3e850 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1898] 199.204.45.23 () {38 vars in 1027 bytes} [Thu Jul 2 01:36:45 2026] PUT /v2.0/ports/d3f08a56-70de-4854-9922-d5f4617aa40f => generated 1235 bytes in 440 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1899] 10.0.0.150 () {32 vars in 736 bytes} [Thu Jul 2 01:36:45 2026] GET /v2.0/ports?device_id=3dfdc99c-b686-4be6-9a2e-2a89f2375180 => generated 958 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-07-02 01:36:46.005 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-df253099-8172-4260-9b24-5c9b414daf06'] response: {'name': 'network-changed', 'server_uuid': 'a85de38e-d7e3-4dad-afff-5b6c194fe97b', 'tag': 'd3f08a56-70de-4854-9922-d5f4617aa40f', 'status': 'completed', 'code': 200} 2026-07-02 01:36:46.363 8 INFO neutron_taas.services.taas.taas_plugin [None req-3f5cc74e-ce1d-4f72-9b9d-96f75603e982 e9e4c4b75f464d4ea6c6a6b2e713187d 7565635ba2464c5d84808a771f703e90 - - default default] TaaS: Handle Delete Port: 5f187fa4-2cef-477c-8b70-9e05f653453e 2026-07-02 01:36:46.369 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3f5cc74e-ce1d-4f72-9b9d-96f75603e982 e9e4c4b75f464d4ea6c6a6b2e713187d 7565635ba2464c5d84808a771f703e90 - - default default] Tap Mirror: Handle Delete Port: 5f187fa4-2cef-477c-8b70-9e05f653453e [pid: 7|app: 0|req: 977/1900] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:36:46 2026] GET /v2.0/ports?device_id=a85de38e-d7e3-4dad-afff-5b6c194fe97b => generated 969 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/1901] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:36:46 2026] GET /v2.0/security-groups?id=3d7169a2-a323-4d6f-aef1-dc270df84f01&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: 979/1902] 199.204.45.23 () {34 vars in 1079 bytes} [Thu Jul 2 01:36:46 2026] GET /v2.0/ports?tenant_id=247e7f96ccd444b585bbf45bc6e76f43&device_id=a85de38e-d7e3-4dad-afff-5b6c194fe97b => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/1903] 199.204.45.23 () {34 vars in 1017 bytes} [Thu Jul 2 01:36:46 2026] GET /v2.0/networks?tenant_id=247e7f96ccd444b585bbf45bc6e76f43&shared=False => generated 757 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1904] 199.204.45.23 () {34 vars in 929 bytes} [Thu Jul 2 01:36:46 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1905] 10.0.0.150 () {34 vars in 789 bytes} [Thu Jul 2 01:36:45 2026] PUT /v2.0/routers/3dfdc99c-b686-4be6-9a2e-2a89f2375180/remove_router_interface => generated 309 bytes in 915 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:36:47.108 7 INFO neutron_taas.services.taas.taas_plugin [None req-c06d476f-03a7-44bf-b1a1-550b9140efe0 e9e4c4b75f464d4ea6c6a6b2e713187d 7565635ba2464c5d84808a771f703e90 - - default default] TaaS: Handle Delete Port: e3d9cea3-fb94-422a-8f1f-f5fe954ceb24 2026-07-02 01:36:47.110 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c06d476f-03a7-44bf-b1a1-550b9140efe0 e9e4c4b75f464d4ea6c6a6b2e713187d 7565635ba2464c5d84808a771f703e90 - - default default] Tap Mirror: Handle Delete Port: e3d9cea3-fb94-422a-8f1f-f5fe954ceb24 2026-07-02 01:36:47.342 7 INFO neutron_taas.services.taas.taas_plugin [None req-c06d476f-03a7-44bf-b1a1-550b9140efe0 e9e4c4b75f464d4ea6c6a6b2e713187d 7565635ba2464c5d84808a771f703e90 - - default default] TaaS: Handle Delete Port: 7fc842cb-7091-4ef2-935f-08b54ee715fd 2026-07-02 01:36:47.344 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c06d476f-03a7-44bf-b1a1-550b9140efe0 e9e4c4b75f464d4ea6c6a6b2e713187d 7565635ba2464c5d84808a771f703e90 - - default default] Tap Mirror: Handle Delete Port: 7fc842cb-7091-4ef2-935f-08b54ee715fd [pid: 8|app: 0|req: 925/1906] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:36:47 2026] GET /v2.0/ports?device_id=a85de38e-d7e3-4dad-afff-5b6c194fe97b => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:36:47.641 7 INFO neutron.services.segments.plugin [-] Segment 8e4f9939-8ab9-4ff8-88f3-7565806dad8d resource provider aggregate not found 2026-07-02 01:36:47.645 7 INFO neutron.services.segments.plugin [-] Segment 8e4f9939-8ab9-4ff8-88f3-7565806dad8d resource provider aggregate not found 2026-07-02 01:36:47.667 7 INFO neutron.services.segments.plugin [-] Segment 8e4f9939-8ab9-4ff8-88f3-7565806dad8d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e4f9939-8ab9-4ff8-88f3-7565806dad8d found for delete ", "request_id": "req-353355ca-1b49-42f0-b24b-d3f72ce91eb9"}]} 2026-07-02 01:36:47.668 7 INFO neutron.services.segments.plugin [-] Segment 8e4f9939-8ab9-4ff8-88f3-7565806dad8d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e4f9939-8ab9-4ff8-88f3-7565806dad8d found for delete ", "request_id": "req-2f7a61d9-4dd6-4faa-b15f-0e7e58146e33"}]} [pid: 8|app: 0|req: 926/1907] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:36:47 2026] GET /v2.0/security-groups?id=3d7169a2-a323-4d6f-aef1-dc270df84f01&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:36:47.691 7 INFO neutron.db.l3_hamode_db [None req-c06d476f-03a7-44bf-b1a1-550b9140efe0 e9e4c4b75f464d4ea6c6a6b2e713187d 7565635ba2464c5d84808a771f703e90 - - default default] HA network e57d057c-b633-438f-aa90-feb915e605b5 was deleted as no HA routers are present in tenant 7565635ba2464c5d84808a771f703e90. [pid: 7|app: 0|req: 982/1908] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:36:46 2026] DELETE /v2.0/routers/3dfdc99c-b686-4be6-9a2e-2a89f2375180 => generated 0 bytes in 797 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1909] 199.204.45.23 () {34 vars in 1079 bytes} [Thu Jul 2 01:36:47 2026] GET /v2.0/ports?tenant_id=247e7f96ccd444b585bbf45bc6e76f43&device_id=a85de38e-d7e3-4dad-afff-5b6c194fe97b => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1910] 199.204.45.23 () {34 vars in 1057 bytes} [Thu Jul 2 01:36:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=d3f08a56-70de-4854-9922-d5f4617aa40f => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1911] 199.204.45.23 () {34 vars in 983 bytes} [Thu Jul 2 01:36:47 2026] GET /v2.0/subnets?id=7687f065-9363-4090-9c57-b13cb28b0960 => generated 677 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1912] 199.204.45.23 () {34 vars in 1051 bytes} [Thu Jul 2 01:36:47 2026] GET /v2.0/ports?network_id=81a681b2-0d19-4231-aa36-7ab5e90c9a9a&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1913] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:36:47 2026] DELETE /v2.0/subnets/6d3b7396-b352-4522-af3b-aa9e07c3bbee => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1914] 199.204.45.23 () {34 vars in 1011 bytes} [Thu Jul 2 01:36:47 2026] GET /v2.0/networks/81a681b2-0d19-4231-aa36-7ab5e90c9a9a?fields=segments => generated 14 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1915] 199.204.45.23 () {34 vars in 1111 bytes} [Thu Jul 2 01:36:47 2026] GET /v2.0/networks/81a681b2-0d19-4231-aa36-7ab5e90c9a9a?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: 984/1916] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:36:47 2026] DELETE /v2.0/networks/898a6595-9ee2-4141-aef6-eac6c61c307f => 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: 933/1917] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:36:48 2026] GET /v2.0/security-groups?tenant_id=7565635ba2464c5d84808a771f703e90&name=default => generated 2925 bytes in 183 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/1918] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:36:48 2026] GET /v2.0/ports?device_id=a85de38e-d7e3-4dad-afff-5b6c194fe97b => generated 969 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1919] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:36:48 2026] GET /v2.0/security-groups?id=3d7169a2-a323-4d6f-aef1-dc270df84f01&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1920] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:36:48 2026] DELETE /v2.0/security-groups/3c5a1756-cff8-47b2-bc02-52ff4d9e45ae => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:36:49.689 7 INFO neutron.services.segments.plugin [-] Segment 05b07334-1529-47b8-9c6c-a1d814d3e695 resource provider aggregate not found 2026-07-02 01:36:49.694 7 INFO neutron.services.segments.plugin [-] Segment 05b07334-1529-47b8-9c6c-a1d814d3e695 resource provider aggregate not found 2026-07-02 01:36:49.708 7 INFO neutron.services.segments.plugin [-] Segment 05b07334-1529-47b8-9c6c-a1d814d3e695 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05b07334-1529-47b8-9c6c-a1d814d3e695 found for delete ", "request_id": "req-fa7612e9-3161-4709-a79c-d57e6eedff35"}]} [pid: 7|app: 0|req: 987/1921] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:36:49 2026] GET /v2.0/security-groups?tenant_id=7d33cb3adc1b4b01ae9863f495060aec&name=default => generated 2925 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:36:49.717 7 INFO neutron.services.segments.plugin [-] Segment 05b07334-1529-47b8-9c6c-a1d814d3e695 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05b07334-1529-47b8-9c6c-a1d814d3e695 found for delete ", "request_id": "req-3eb1e6de-cc12-44be-a0ae-797526a8e201"}]} [pid: 8|app: 0|req: 935/1922] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:36:49 2026] DELETE /v2.0/security-groups/07a9a972-f3e1-4c6f-b4db-74881870c56a => 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: 988/1923] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:36:49 2026] GET /v2.0/ports?device_id=a85de38e-d7e3-4dad-afff-5b6c194fe97b => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1924] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:36:49 2026] GET /v2.0/security-groups?id=3d7169a2-a323-4d6f-aef1-dc270df84f01&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: 989/1925] 10.0.0.150 () {34 vars in 684 bytes} [Thu Jul 2 01:36:50 2026] POST /v2.0/security-groups => generated 1625 bytes in 459 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/1926] 10.0.0.150 () {32 vars in 663 bytes} [Thu Jul 2 01:36:51 2026] GET /v2.0/security-groups => generated 4530 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1927] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:36:51 2026] GET /v2.0/ports?device_id=a85de38e-d7e3-4dad-afff-5b6c194fe97b => generated 971 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1928] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:36:51 2026] GET /v2.0/security-groups?id=3d7169a2-a323-4d6f-aef1-dc270df84f01&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/1929] 10.0.0.150 () {34 vars in 758 bytes} [Thu Jul 2 01:36:51 2026] PUT /v2.0/security-groups/7dd126f0-e088-4061-8dc7-432febc1242b => generated 1664 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1930] 10.0.0.150 () {32 vars in 737 bytes} [Thu Jul 2 01:36:51 2026] GET /v2.0/security-groups/7dd126f0-e088-4061-8dc7-432febc1242b => generated 1664 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/1931] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:36:51 2026] DELETE /v2.0/security-groups/7dd126f0-e088-4061-8dc7-432febc1242b => 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: 940/1932] 10.0.0.150 () {32 vars in 663 bytes} [Thu Jul 2 01:36:51 2026] GET /v2.0/security-groups => generated 2925 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:36:51.425 7 INFO neutron.api.v2.resource [None req-77b353d5-f373-4f51-962c-7101c3cc8f2c 039c8782605d4e89aedf4bfe063e216b e7458a6e889a4911aba04e6b71eab477 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 993/1933] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:36:51 2026] DELETE /v2.0/security-groups/7dd126f0-e088-4061-8dc7-432febc1242b => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1934] 10.0.0.150 () {34 vars in 684 bytes} [Thu Jul 2 01:36:51 2026] POST /v2.0/security-groups => generated 1625 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1935] 10.0.0.150 () {34 vars in 695 bytes} [Thu Jul 2 01:36:51 2026] POST /v2.0/security-group-rules => generated 601 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1936] 10.0.0.150 () {32 vars in 747 bytes} [Thu Jul 2 01:36:51 2026] GET /v2.0/security-group-rules/d97c8484-8729-49a4-a885-9be44160352d => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:36:51.812 7 INFO neutron.db.segments_db [None req-a8206ba8-42df-4e82-92d1-983154823e4b b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Added segment b0976b11-2beb-4e63-b8e1-ba44ce0e8ad7 of type vxlan for network 427c8b88-0ea2-4be7-9039-c1729a9e14f9 [pid: 8|app: 0|req: 944/1937] 10.0.0.150 () {32 vars in 673 bytes} [Thu Jul 2 01:36:51 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1938] 10.0.0.150 () {32 vars in 750 bytes} [Thu Jul 2 01:36:51 2026] DELETE /v2.0/security-group-rules/d97c8484-8729-49a4-a885-9be44160352d => 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: 994/1939] 10.0.0.150 () {34 vars in 671 bytes} [Thu Jul 2 01:36:51 2026] POST /v2.0/networks => generated 740 bytes in 399 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1940] 10.0.0.150 () {32 vars in 673 bytes} [Thu Jul 2 01:36:51 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1941] 10.0.0.150 () {34 vars in 695 bytes} [Thu Jul 2 01:36:51 2026] POST /v2.0/security-group-rules => generated 601 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1942] 10.0.0.150 () {32 vars in 747 bytes} [Thu Jul 2 01:36:52 2026] GET /v2.0/security-group-rules/b0d06a33-2988-41e2-a161-1001f9fc38a6 => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/1943] 10.0.0.150 () {34 vars in 669 bytes} [Thu Jul 2 01:36:51 2026] POST /v2.0/subnets => generated 687 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1944] 10.0.0.150 () {32 vars in 673 bytes} [Thu Jul 2 01:36:52 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:36:52.219 7 INFO neutron.db.segments_db [None req-791b6ab2-4dab-4cd1-96b0-68d7f6648a11 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Added segment 416605a1-e6bb-4053-802c-156c32d5973c of type vxlan for network 7e3bc8de-c0f7-4a3e-ba14-03064368880e [pid: 8|app: 0|req: 950/1945] 10.0.0.150 () {32 vars in 750 bytes} [Thu Jul 2 01:36:52 2026] DELETE /v2.0/security-group-rules/b0d06a33-2988-41e2-a161-1001f9fc38a6 => 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: 953/1948] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:36:52 2026] GET /v2.0/ports?device_id=a85de38e-d7e3-4dad-afff-5b6c194fe97b => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1949] 10.0.0.150 () {32 vars in 673 bytes} [Thu Jul 2 01:36:52 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1950] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:36:52 2026] GET /v2.0/security-groups?id=3d7169a2-a323-4d6f-aef1-dc270df84f01&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: 956/1951] 10.0.0.150 () {34 vars in 695 bytes} [Thu Jul 2 01:36:52 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) 2026-07-02 01:36:52.495 7 INFO neutron.db.l3_hamode_db [None req-791b6ab2-4dab-4cd1-96b0-68d7f6648a11 b0f6f1662acb42028adab40336275dbd 64f9c581317741cab3536d449a5c1954 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 957/1952] 10.0.0.150 () {32 vars in 747 bytes} [Thu Jul 2 01:36:52 2026] GET /v2.0/security-group-rules/02690f68-ad18-4d59-a535-190704055fb1 => generated 602 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1953] 10.0.0.150 () {32 vars in 673 bytes} [Thu Jul 2 01:36:52 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1954] 10.0.0.150 () {32 vars in 750 bytes} [Thu Jul 2 01:36:52 2026] DELETE /v2.0/security-group-rules/02690f68-ad18-4d59-a535-190704055fb1 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1955] 10.0.0.150 () {32 vars in 673 bytes} [Thu Jul 2 01:36:52 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1956] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:36:52 2026] DELETE /v2.0/security-groups/ba8ba409-3643-4c72-a394-ac90e1665fe8 => 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: 962/1957] 10.0.0.150 () {32 vars in 663 bytes} [Thu Jul 2 01:36:52 2026] GET /v2.0/security-groups => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1958] 10.0.0.150 () {32 vars in 663 bytes} [Thu Jul 2 01:36:52 2026] GET /v2.0/security-groups => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:36:53.366 7 INFO neutron.db.l3_hamode_db [None req-791b6ab2-4dab-4cd1-96b0-68d7f6648a11 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 964/1959] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:36:53 2026] GET /v2.0/ports?device_id=a85de38e-d7e3-4dad-afff-5b6c194fe97b => 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: 965/1960] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:36:53 2026] GET /v2.0/security-groups?tenant_id=e7458a6e889a4911aba04e6b71eab477&name=default => generated 2925 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1961] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:36:53 2026] GET /v2.0/security-groups?id=3d7169a2-a323-4d6f-aef1-dc270df84f01&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: 967/1962] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:36:53 2026] DELETE /v2.0/security-groups/832900bb-2703-4c90-898e-062e343527b3 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1963] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:36:53 2026] GET /v2.0/ports?device_id=a85de38e-d7e3-4dad-afff-5b6c194fe97b => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1964] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:36:53 2026] GET /v2.0/security-groups?id=3d7169a2-a323-4d6f-aef1-dc270df84f01&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: 970/1965] 10.0.0.150 () {32 vars in 736 bytes} [Thu Jul 2 01:36:53 2026] GET /v2.0/ports?device_id=a85de38e-d7e3-4dad-afff-5b6c194fe97b => generated 1240 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/1966] 10.0.0.150 () {34 vars in 669 bytes} [Thu Jul 2 01:36:52 2026] POST /v2.0/routers => generated 727 bytes in 2226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:36:54.390 8 INFO neutron.db.l3_db [None req-97a38968-5ea1-4681-a08a-d6492fb3690e 0b61ac481c5241a493d16ceb94185456 247e7f96ccd444b585bbf45bc6e76f43 - - default default] Floating IP 9ea94be4-d6a1-4978-8d56-1530fa8a7fec associated. External IP: 10.96.250.212, port: d3f08a56-70de-4854-9922-d5f4617aa40f. [pid: 8|app: 0|req: 971/1967] 10.0.0.150 () {34 vars in 749 bytes} [Thu Jul 2 01:36:53 2026] PUT /v2.0/floatingips/9ea94be4-d6a1-4978-8d56-1530fa8a7fec => generated 855 bytes in 739 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:36:54.763 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-70bbe864-e2f1-4ad7-b52e-576464d3ffa8'] response: {'name': 'network-changed', 'server_uuid': 'a85de38e-d7e3-4dad-afff-5b6c194fe97b', 'tag': 'd3f08a56-70de-4854-9922-d5f4617aa40f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 972/1968] 10.0.0.150 () {32 vars in 729 bytes} [Thu Jul 2 01:36:54 2026] GET /v2.0/floatingips/9ea94be4-d6a1-4978-8d56-1530fa8a7fec => generated 855 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1969] 199.204.45.23 () {34 vars in 1079 bytes} [Thu Jul 2 01:36:55 2026] GET /v2.0/ports?tenant_id=247e7f96ccd444b585bbf45bc6e76f43&device_id=a85de38e-d7e3-4dad-afff-5b6c194fe97b => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1970] 199.204.45.23 () {34 vars in 985 bytes} [Thu Jul 2 01:36:55 2026] GET /v2.0/networks?id=81a681b2-0d19-4231-aa36-7ab5e90c9a9a => generated 757 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/1971] 199.204.45.23 () {34 vars in 1057 bytes} [Thu Jul 2 01:36:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=d3f08a56-70de-4854-9922-d5f4617aa40f => generated 858 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/1972] 199.204.45.23 () {34 vars in 983 bytes} [Thu Jul 2 01:36:55 2026] GET /v2.0/subnets?id=7687f065-9363-4090-9c57-b13cb28b0960 => generated 677 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/1973] 199.204.45.23 () {34 vars in 1051 bytes} [Thu Jul 2 01:36:55 2026] GET /v2.0/ports?network_id=81a681b2-0d19-4231-aa36-7ab5e90c9a9a&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: 978/1974] 199.204.45.23 () {34 vars in 1011 bytes} [Thu Jul 2 01:36:55 2026] GET /v2.0/networks/81a681b2-0d19-4231-aa36-7ab5e90c9a9a?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: 979/1975] 199.204.45.23 () {34 vars in 1111 bytes} [Thu Jul 2 01:36:55 2026] GET /v2.0/networks/81a681b2-0d19-4231-aa36-7ab5e90c9a9a?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: 997/1976] 10.0.0.150 () {34 vars in 783 bytes} [Thu Jul 2 01:36:54 2026] PUT /v2.0/routers/cae8275b-6fc2-4ccd-aa15-56234c004270/add_router_interface => generated 309 bytes in 1258 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/1977] 10.0.0.150 () {32 vars in 729 bytes} [Thu Jul 2 01:36:55 2026] GET /v2.0/floatingips/9ea94be4-d6a1-4978-8d56-1530fa8a7fec => generated 855 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/1978] 10.0.0.150 () {32 vars in 729 bytes} [Thu Jul 2 01:36:56 2026] GET /v2.0/floatingips/9ea94be4-d6a1-4978-8d56-1530fa8a7fec => generated 857 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:36:57.099 8 INFO neutron.db.segments_db [None req-8651630b-ecaa-4114-87e3-d7deeda88d3c b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Added segment c9293fee-d545-4250-935c-bbe84b055c60 of type vxlan for network baa9655a-c0e5-48ac-b11e-3d17264fb911 [pid: 8|app: 0|req: 981/1979] 10.0.0.150 () {34 vars in 671 bytes} [Thu Jul 2 01:36:56 2026] POST /v2.0/networks => generated 741 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/1980] 10.0.0.150 () {34 vars in 669 bytes} [Thu Jul 2 01:36:57 2026] POST /v2.0/subnets => generated 688 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:36:57.463 8 INFO neutron.db.segments_db [None req-11abe1a5-6bf1-4455-b605-78e09d681240 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Added segment dfec626d-8b10-412b-88e1-34e39198ca76 of type vxlan for network 083bc92f-e11e-4a11-a096-a341cf80ec59 2026-07-02 01:36:57.760 8 INFO neutron.db.l3_hamode_db [None req-11abe1a5-6bf1-4455-b605-78e09d681240 b0f6f1662acb42028adab40336275dbd a8bcd0e79b4a447d8ecef78bb7a30fda - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 01:36:58.554 8 INFO neutron.db.l3_hamode_db [None req-11abe1a5-6bf1-4455-b605-78e09d681240 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1000/1981] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:36:59 2026] GET /v2.0/security-groups?tenant_id=e753c55395d9468ebb326993d0aff34c&name=default => generated 2925 bytes in 284 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/1982] 10.0.0.150 () {34 vars in 669 bytes} [Thu Jul 2 01:36:57 2026] POST /v2.0/routers => generated 728 bytes in 2008 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/1983] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:36:59 2026] DELETE /v2.0/security-groups/8725caad-6843-4d4d-ba17-8a1f211cd829 => 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: 1002/1984] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:36:59 2026] GET /v2.0/security-groups?tenant_id=9991550f0b704877ac1b90e15a26e19b&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: 1003/1985] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:36:59 2026] DELETE /v2.0/security-groups/aa0e4e04-d279-4f13-8734-cb55147b6585 => 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: 983/1986] 10.0.0.150 () {34 vars in 783 bytes} [Thu Jul 2 01:36:59 2026] PUT /v2.0/routers/92722a18-2e05-48ca-9f97-0c49659e57db/add_router_interface => generated 309 bytes in 1220 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/1987] 10.0.0.150 () {34 vars in 685 bytes} [Thu Jul 2 01:37:01 2026] POST /v2.0/security-groups => generated 1671 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/1988] 10.0.0.150 () {34 vars in 695 bytes} [Thu Jul 2 01:37:01 2026] POST /v2.0/security-group-rules => generated 597 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/1989] 10.0.0.150 () {34 vars in 695 bytes} [Thu Jul 2 01:37:01 2026] POST /v2.0/security-group-rules => generated 596 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/1990] 10.0.0.150 () {34 vars in 695 bytes} [Thu Jul 2 01:37:01 2026] POST /v2.0/security-group-rules => generated 602 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/1991] 10.0.0.12 () {34 vars in 989 bytes} [Thu Jul 2 01:37:02 2026] GET /v2.0/ports?device_id=a85de38e-d7e3-4dad-afff-5b6c194fe97b => generated 1240 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/1992] 10.0.0.150 () {34 vars in 695 bytes} [Thu Jul 2 01:37:02 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: 987/1993] 10.0.0.12 () {34 vars in 1039 bytes} [Thu Jul 2 01:37:02 2026] GET /v2.0/security-groups?id=3d7169a2-a323-4d6f-aef1-dc270df84f01&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:37:02.190 7 INFO neutron.db.securitygroups_db [None req-62dcc731-9452-447f-866b-275997ad389a e7fbeadb1c5a4b8291ef309828360e7d 64f9c581317741cab3536d449a5c1954 - - default default] Project 64f9c581317741cab3536d449a5c1954 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: 1007/1994] 10.0.0.150 () {34 vars in 695 bytes} [Thu Jul 2 01:37:02 2026] POST /v2.0/security-group-rules => generated 607 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:37:02.333 8 INFO neutron.db.securitygroups_db [None req-f31b33c9-77ae-4594-b1c0-d92c0607dfa5 e7fbeadb1c5a4b8291ef309828360e7d 64f9c581317741cab3536d449a5c1954 - - default default] Project 64f9c581317741cab3536d449a5c1954 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: 988/1995] 10.0.0.150 () {34 vars in 695 bytes} [Thu Jul 2 01:37:02 2026] POST /v2.0/security-group-rules => generated 606 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/1996] 10.0.0.150 () {34 vars in 685 bytes} [Thu Jul 2 01:37:02 2026] POST /v2.0/security-groups => generated 1660 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/1997] 10.0.0.150 () {34 vars in 695 bytes} [Thu Jul 2 01:37:03 2026] POST /v2.0/security-group-rules => generated 597 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/1998] 10.0.0.150 () {34 vars in 695 bytes} [Thu Jul 2 01:37:03 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: 1010/1999] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:37:03 2026] GET /v2.0/security-groups?tenant_id=e2374364add94b418febae9ecaa01ae3&name=default => generated 2925 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/2000] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:37:03 2026] DELETE /v2.0/security-groups/9517bdf4-c9be-4795-8fd2-0564a92fa0ee => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/2001] 10.0.0.150 () {34 vars in 676 bytes} [Thu Jul 2 01:37:03 2026] POST /v2.0/floatingips => generated 552 bytes in 598 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/2002] 10.0.0.126 () {34 vars in 1100 bytes} [Thu Jul 2 01:37:04 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1464088594&fields=id&tenant_id=64f9c581317741cab3536d449a5c1954 => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/2003] 10.0.0.126 () {34 vars in 1096 bytes} [Thu Jul 2 01:37:04 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-85113710&fields=id&tenant_id=64f9c581317741cab3536d449a5c1954 => 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: 1013/2004] 10.0.0.126 () {34 vars in 982 bytes} [Thu Jul 2 01:37:04 2026] GET /v2.0/networks?id=427c8b88-0ea2-4be7-9039-c1729a9e14f9 => generated 672 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/2005] 10.0.0.126 () {34 vars in 965 bytes} [Thu Jul 2 01:37:04 2026] GET /v2.0/quotas/64f9c581317741cab3536d449a5c1954 => 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: 1014/2006] 10.0.0.126 () {34 vars in 1002 bytes} [Thu Jul 2 01:37:04 2026] GET /v2.0/ports?tenant_id=64f9c581317741cab3536d449a5c1954&fields=id => generated 103 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/2007] 10.0.0.126 () {34 vars in 1008 bytes} [Thu Jul 2 01:37:04 2026] GET /v2.0/networks/427c8b88-0ea2-4be7-9039-c1729a9e14f9?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: 1015/2008] 10.0.0.126 () {34 vars in 1108 bytes} [Thu Jul 2 01:37:04 2026] GET /v2.0/networks/427c8b88-0ea2-4be7-9039-c1729a9e14f9?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: 994/2009] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:37:04 2026] GET /v2.0/ports?device_id=933c0a56-b1d2-4443-8edc-e68044ce60f0 => 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: 1016/2010] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:37:05 2026] GET /v2.0/ports?device_id=933c0a56-b1d2-4443-8edc-e68044ce60f0 => 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: 995/2011] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:37:06 2026] GET /v2.0/ports?device_id=933c0a56-b1d2-4443-8edc-e68044ce60f0 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/2014] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:37:07 2026] GET /v2.0/ports?device_id=933c0a56-b1d2-4443-8edc-e68044ce60f0 => 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: 1018/2015] 199.204.45.23 () {34 vars in 985 bytes} [Thu Jul 2 01:37:08 2026] GET /v2.0/networks?id=427c8b88-0ea2-4be7-9039-c1729a9e14f9 => generated 672 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/2016] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:37:08 2026] GET /v2.0/ports?device_id=933c0a56-b1d2-4443-8edc-e68044ce60f0 => 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: 1019/2017] 199.204.45.23 () {34 vars in 1049 bytes} [Thu Jul 2 01:37:08 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=64f9c581317741cab3536d449a5c1954 => generated 272 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/2018] 199.204.45.23 () {38 vars in 954 bytes} [Thu Jul 2 01:37:09 2026] POST /v2.0/ports => generated 993 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/2019] 199.204.45.23 () {38 vars in 1027 bytes} [Thu Jul 2 01:37:09 2026] PUT /v2.0/ports/c644ca66-a737-439b-99ec-39b32e03cf15 => generated 1274 bytes in 458 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:37:09.909 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1085e15c-8e1d-4741-9f85-09e09f4ef8ad'] response: {'name': 'network-changed', 'server_uuid': '933c0a56-b1d2-4443-8edc-e68044ce60f0', 'tag': 'c644ca66-a737-439b-99ec-39b32e03cf15', '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: 1000/2020] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:37:10 2026] GET /v2.0/ports?device_id=933c0a56-b1d2-4443-8edc-e68044ce60f0 => generated 1008 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: 1021/2021] 10.0.0.126 () {34 vars in 1120 bytes} [Thu Jul 2 01:37:10 2026] GET /v2.0/security-groups?id=47418df4-80f3-4772-bdf7-b59a74738bb2&id=1df06671-80e5-4fa0-9988-6b2f471dc9e4&fields=id&fields=name => generated 205 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/2022] 199.204.45.23 () {34 vars in 1079 bytes} [Thu Jul 2 01:37:10 2026] GET /v2.0/ports?tenant_id=64f9c581317741cab3536d449a5c1954&device_id=933c0a56-b1d2-4443-8edc-e68044ce60f0 => generated 1277 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/2023] 199.204.45.23 () {34 vars in 1017 bytes} [Thu Jul 2 01:37:10 2026] GET /v2.0/networks?tenant_id=64f9c581317741cab3536d449a5c1954&shared=False => generated 768 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/2024] 199.204.45.23 () {34 vars in 929 bytes} [Thu Jul 2 01:37:10 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/2025] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:37:11 2026] GET /v2.0/ports?device_id=933c0a56-b1d2-4443-8edc-e68044ce60f0 => generated 1008 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/2026] 10.0.0.126 () {34 vars in 1120 bytes} [Thu Jul 2 01:37:11 2026] GET /v2.0/security-groups?id=47418df4-80f3-4772-bdf7-b59a74738bb2&id=1df06671-80e5-4fa0-9988-6b2f471dc9e4&fields=id&fields=name => generated 205 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/2027] 199.204.45.23 () {34 vars in 1079 bytes} [Thu Jul 2 01:37:11 2026] GET /v2.0/ports?tenant_id=64f9c581317741cab3536d449a5c1954&device_id=933c0a56-b1d2-4443-8edc-e68044ce60f0 => generated 1277 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/2028] 199.204.45.23 () {34 vars in 1057 bytes} [Thu Jul 2 01:37:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=c644ca66-a737-439b-99ec-39b32e03cf15 => 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: 1025/2029] 199.204.45.23 () {34 vars in 983 bytes} [Thu Jul 2 01:37:11 2026] GET /v2.0/subnets?id=a1f48a8c-c15d-44d3-b873-bf94cf31ee1f => generated 690 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/2030] 199.204.45.23 () {34 vars in 1051 bytes} [Thu Jul 2 01:37:11 2026] GET /v2.0/ports?network_id=427c8b88-0ea2-4be7-9039-c1729a9e14f9&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/2031] 199.204.45.23 () {34 vars in 1011 bytes} [Thu Jul 2 01:37:11 2026] GET /v2.0/networks/427c8b88-0ea2-4be7-9039-c1729a9e14f9?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/2032] 199.204.45.23 () {34 vars in 1111 bytes} [Thu Jul 2 01:37:11 2026] GET /v2.0/networks/427c8b88-0ea2-4be7-9039-c1729a9e14f9?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2033] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:37:12 2026] GET /v2.0/ports?device_id=a85de38e-d7e3-4dad-afff-5b6c194fe97b => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/2034] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:37:12 2026] GET /v2.0/security-groups?id=3d7169a2-a323-4d6f-aef1-dc270df84f01&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: 1028/2035] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:37:12 2026] GET /v2.0/ports?device_id=933c0a56-b1d2-4443-8edc-e68044ce60f0 => generated 1008 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/2036] 10.0.0.126 () {34 vars in 1120 bytes} [Thu Jul 2 01:37:12 2026] GET /v2.0/security-groups?id=47418df4-80f3-4772-bdf7-b59a74738bb2&id=1df06671-80e5-4fa0-9988-6b2f471dc9e4&fields=id&fields=name => generated 205 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:37:13.011 7 INFO neutron.db.segments_db [None req-d046433f-0a33-4051-ba09-e00ebc2955b1 820bf0b0cca340e98c0c80ecdc5a552d d2bdc096e751480e88ada5ec264fc434 - - default default] Added segment ed557464-da23-4a43-a715-aacff5970d69 of type vxlan for network 62b1dd2c-b08c-4d3a-b9b7-862132a1fa8e [pid: 7|app: 0|req: 1029/2037] 10.0.0.150 () {34 vars in 670 bytes} [Thu Jul 2 01:37:12 2026] POST /v2.0/networks => generated 639 bytes in 448 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/2038] 10.0.0.150 () {34 vars in 669 bytes} [Thu Jul 2 01:37:13 2026] POST /v2.0/subnets => generated 658 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2039] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:37:13 2026] GET /v2.0/ports?device_id=a85de38e-d7e3-4dad-afff-5b6c194fe97b => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/2040] 10.0.0.150 () {32 vars in 722 bytes} [Thu Jul 2 01:37:13 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => 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: 1031/2041] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:37:13 2026] GET /v2.0/security-groups?id=3d7169a2-a323-4d6f-aef1-dc270df84f01&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: 1032/2042] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:37:13 2026] GET /v2.0/ports?device_id=933c0a56-b1d2-4443-8edc-e68044ce60f0 => generated 1008 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2043] 10.0.0.126 () {34 vars in 1120 bytes} [Thu Jul 2 01:37:13 2026] GET /v2.0/security-groups?id=47418df4-80f3-4772-bdf7-b59a74738bb2&id=1df06671-80e5-4fa0-9988-6b2f471dc9e4&fields=id&fields=name => generated 205 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2044] 10.0.0.150 () {34 vars in 669 bytes} [Thu Jul 2 01:37:13 2026] POST /v2.0/subnets => generated 731 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:37:13.716 7 INFO neutron.db.segments_db [None req-82ae5ff3-df69-423c-89de-f2ae6ab94c18 820bf0b0cca340e98c0c80ecdc5a552d d2bdc096e751480e88ada5ec264fc434 - - default default] Added segment 887b2e54-721a-4843-9dcc-ce59140940f1 of type vxlan for network 98c449be-6ed4-4a76-bde3-e717f03dcb63 [pid: 7|app: 0|req: 1034/2045] 10.0.0.150 () {34 vars in 670 bytes} [Thu Jul 2 01:37:13 2026] POST /v2.0/networks => generated 638 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/2046] 10.0.0.150 () {34 vars in 669 bytes} [Thu Jul 2 01:37:13 2026] POST /v2.0/subnets => generated 656 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2047] 10.0.0.150 () {34 vars in 669 bytes} [Thu Jul 2 01:37:14 2026] POST /v2.0/subnets => generated 725 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:37:14.379 8 INFO neutron.db.segments_db [None req-5447e4e5-8e0c-4679-80c9-033c32207e58 820bf0b0cca340e98c0c80ecdc5a552d d2bdc096e751480e88ada5ec264fc434 - - default default] Added segment 0701214f-48ba-48ef-8c07-4018472eee2d of type vxlan for network 056a04e8-4e15-4051-878b-38551d9b83f7 [pid: 8|app: 0|req: 1013/2048] 10.0.0.150 () {34 vars in 670 bytes} [Thu Jul 2 01:37:14 2026] POST /v2.0/networks => generated 638 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2049] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:37:14 2026] GET /v2.0/ports?device_id=a85de38e-d7e3-4dad-afff-5b6c194fe97b => 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: 1015/2050] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:37:14 2026] GET /v2.0/security-groups?id=3d7169a2-a323-4d6f-aef1-dc270df84f01&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/2051] 199.204.45.23 () {34 vars in 993 bytes} [Thu Jul 2 01:37:14 2026] GET /v2.0/ports?device_id=a85de38e-d7e3-4dad-afff-5b6c194fe97b => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2052] 10.0.0.150 () {34 vars in 669 bytes} [Thu Jul 2 01:37:14 2026] POST /v2.0/subnets => generated 655 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2053] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:37:14 2026] GET /v2.0/ports?device_id=933c0a56-b1d2-4443-8edc-e68044ce60f0 => generated 1008 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:37:14.776 8 INFO neutron_taas.services.taas.taas_plugin [req-daa83ef8-d8cb-4c27-9af4-59b741ea7b9c req-20650ed5-833d-475f-a6d0-5687c19f6a03 0b61ac481c5241a493d16ceb94185456 247e7f96ccd444b585bbf45bc6e76f43 - - default default] TaaS: Handle Delete Port: d3f08a56-70de-4854-9922-d5f4617aa40f 2026-07-02 01:37:14.778 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-daa83ef8-d8cb-4c27-9af4-59b741ea7b9c req-20650ed5-833d-475f-a6d0-5687c19f6a03 0b61ac481c5241a493d16ceb94185456 247e7f96ccd444b585bbf45bc6e76f43 - - default default] Tap Mirror: Handle Delete Port: d3f08a56-70de-4854-9922-d5f4617aa40f 2026-07-02 01:37:14.892 8 INFO neutron.db.l3_db [req-daa83ef8-d8cb-4c27-9af4-59b741ea7b9c req-20650ed5-833d-475f-a6d0-5687c19f6a03 0b61ac481c5241a493d16ceb94185456 247e7f96ccd444b585bbf45bc6e76f43 - - default default] Floating IP 9ea94be4-d6a1-4978-8d56-1530fa8a7fec disassociated. External IP: 10.96.250.212, port: d3f08a56-70de-4854-9922-d5f4617aa40f. [pid: 7|app: 0|req: 1038/2054] 10.0.0.150 () {34 vars in 669 bytes} [Thu Jul 2 01:37:14 2026] POST /v2.0/subnets => generated 730 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2055] 10.0.0.126 () {34 vars in 1120 bytes} [Thu Jul 2 01:37:15 2026] GET /v2.0/security-groups?id=47418df4-80f3-4772-bdf7-b59a74738bb2&id=1df06671-80e5-4fa0-9988-6b2f471dc9e4&fields=id&fields=name => generated 205 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2056] 199.204.45.23 () {34 vars in 993 bytes} [Thu Jul 2 01:37:15 2026] GET /v2.0/ports?device_id=933c0a56-b1d2-4443-8edc-e68044ce60f0 => generated 1277 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:37:15.122 7 INFO neutron.db.segments_db [None req-6370d821-acd0-4a83-8ec3-d163bed79cc8 820bf0b0cca340e98c0c80ecdc5a552d d2bdc096e751480e88ada5ec264fc434 - - default default] Added segment 9f97ba4d-41f9-4158-af93-af23d5ec71f2 of type vxlan for network d0ad9343-6c39-47e6-9c7c-ce95ed5317ae [pid: 8|app: 0|req: 1017/2057] 199.204.45.23 () {36 vars in 996 bytes} [Thu Jul 2 01:37:14 2026] DELETE /v2.0/ports/d3f08a56-70de-4854-9922-d5f4617aa40f => generated 0 bytes in 517 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2058] 199.204.45.23 () {34 vars in 1123 bytes} [Thu Jul 2 01:37:15 2026] GET /v2.0/security-groups?id=47418df4-80f3-4772-bdf7-b59a74738bb2&id=1df06671-80e5-4fa0-9988-6b2f471dc9e4&fields=id&fields=name => generated 205 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:37:15.227 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-561af2d5-c303-4f17-96c3-76f24e205156'] response: {'server_uuid': 'a85de38e-d7e3-4dad-afff-5b6c194fe97b', 'name': 'network-vif-deleted', 'tag': 'd3f08a56-70de-4854-9922-d5f4617aa40f', 'status': 'completed', 'code': 200} 2026-07-02 01:37:15.376 7 INFO neutron.db.l3_hamode_db [None req-6370d821-acd0-4a83-8ec3-d163bed79cc8 820bf0b0cca340e98c0c80ecdc5a552d d2bdc096e751480e88ada5ec264fc434 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1019/2059] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:37:15 2026] GET /v2.0/ports?device_id=a85de38e-d7e3-4dad-afff-5b6c194fe97b => 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: 1020/2060] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:37:16 2026] GET /v2.0/ports?device_id=933c0a56-b1d2-4443-8edc-e68044ce60f0 => generated 1010 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2061] 10.0.0.126 () {34 vars in 1120 bytes} [Thu Jul 2 01:37:16 2026] GET /v2.0/security-groups?id=47418df4-80f3-4772-bdf7-b59a74738bb2&id=1df06671-80e5-4fa0-9988-6b2f471dc9e4&fields=id&fields=name => generated 205 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:37:16.313 7 INFO neutron.db.l3_hamode_db [None req-6370d821-acd0-4a83-8ec3-d163bed79cc8 820bf0b0cca340e98c0c80ecdc5a552d d2bdc096e751480e88ada5ec264fc434 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1022/2062] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:37:16 2026] GET /v2.0/ports?device_id=a85de38e-d7e3-4dad-afff-5b6c194fe97b => 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: 1041/2063] 10.0.0.150 () {34 vars in 669 bytes} [Thu Jul 2 01:37:15 2026] POST /v2.0/routers => generated 685 bytes in 2185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2064] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:37:17 2026] GET /v2.0/ports?device_id=933c0a56-b1d2-4443-8edc-e68044ce60f0 => generated 1010 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2065] 10.0.0.126 () {34 vars in 1120 bytes} [Thu Jul 2 01:37:17 2026] GET /v2.0/security-groups?id=47418df4-80f3-4772-bdf7-b59a74738bb2&id=1df06671-80e5-4fa0-9988-6b2f471dc9e4&fields=id&fields=name => generated 205 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2066] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:37:17 2026] GET /v2.0/ports?device_id=933c0a56-b1d2-4443-8edc-e68044ce60f0 => generated 1010 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:37:18.106 7 INFO neutron.db.l3_db [None req-059996c7-0e91-4436-9c4e-5b3bfad83ea5 e7fbeadb1c5a4b8291ef309828360e7d 64f9c581317741cab3536d449a5c1954 - - default default] Floating IP 5d3b5007-d18e-4cec-abf5-abd2377671a4 associated. External IP: 10.96.250.210, port: c644ca66-a737-439b-99ec-39b32e03cf15. [pid: 7|app: 0|req: 1045/2067] 10.0.0.150 () {34 vars in 749 bytes} [Thu Jul 2 01:37:17 2026] PUT /v2.0/floatingips/5d3b5007-d18e-4cec-abf5-abd2377671a4 => generated 855 bytes in 834 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2068] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:37:18 2026] GET /v2.0/ports?device_id=a85de38e-d7e3-4dad-afff-5b6c194fe97b => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:37:18.519 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5f046492-ac67-44cb-86f9-77abd8b0cc75'] response: {'name': 'network-changed', 'server_uuid': '933c0a56-b1d2-4443-8edc-e68044ce60f0', 'tag': 'c644ca66-a737-439b-99ec-39b32e03cf15', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1023/2069] 10.0.0.150 () {34 vars in 783 bytes} [Thu Jul 2 01:37:17 2026] PUT /v2.0/routers/5ea82ea9-6b93-469d-8408-078032e77a96/add_router_interface => generated 309 bytes in 1611 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2070] 199.204.45.23 () {34 vars in 1079 bytes} [Thu Jul 2 01:37:19 2026] GET /v2.0/ports?tenant_id=64f9c581317741cab3536d449a5c1954&device_id=933c0a56-b1d2-4443-8edc-e68044ce60f0 => generated 1279 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2071] 199.204.45.23 () {34 vars in 985 bytes} [Thu Jul 2 01:37:19 2026] GET /v2.0/networks?id=427c8b88-0ea2-4be7-9039-c1729a9e14f9 => generated 768 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2072] 199.204.45.23 () {34 vars in 1057 bytes} [Thu Jul 2 01:37:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=c644ca66-a737-439b-99ec-39b32e03cf15 => generated 858 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2073] 199.204.45.23 () {34 vars in 983 bytes} [Thu Jul 2 01:37:19 2026] GET /v2.0/subnets?id=a1f48a8c-c15d-44d3-b873-bf94cf31ee1f => generated 690 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2074] 199.204.45.23 () {34 vars in 1051 bytes} [Thu Jul 2 01:37:19 2026] GET /v2.0/ports?network_id=427c8b88-0ea2-4be7-9039-c1729a9e14f9&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: 1029/2075] 199.204.45.23 () {34 vars in 1011 bytes} [Thu Jul 2 01:37:19 2026] GET /v2.0/networks/427c8b88-0ea2-4be7-9039-c1729a9e14f9?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2076] 199.204.45.23 () {34 vars in 1111 bytes} [Thu Jul 2 01:37:19 2026] GET /v2.0/networks/427c8b88-0ea2-4be7-9039-c1729a9e14f9?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: 1031/2077] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:37:19 2026] DELETE /v2.0/security-groups/3d7169a2-a323-4d6f-aef1-dc270df84f01 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:37:19.875 8 INFO neutron_taas.services.taas.taas_plugin [None req-bc7f1974-5703-454b-b6e5-41e546290b05 0b61ac481c5241a493d16ceb94185456 247e7f96ccd444b585bbf45bc6e76f43 - - default default] TaaS: Handle Delete Port: 6db5203b-1222-48a4-87f4-0f2836fe52ba 2026-07-02 01:37:19.884 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bc7f1974-5703-454b-b6e5-41e546290b05 0b61ac481c5241a493d16ceb94185456 247e7f96ccd444b585bbf45bc6e76f43 - - default default] Tap Mirror: Handle Delete Port: 6db5203b-1222-48a4-87f4-0f2836fe52ba [pid: 8|app: 0|req: 1032/2078] 10.0.0.150 () {32 vars in 732 bytes} [Thu Jul 2 01:37:19 2026] DELETE /v2.0/floatingips/9ea94be4-d6a1-4978-8d56-1530fa8a7fec => generated 0 bytes in 344 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2079] 10.0.0.150 () {34 vars in 783 bytes} [Thu Jul 2 01:37:18 2026] PUT /v2.0/routers/5ea82ea9-6b93-469d-8408-078032e77a96/add_router_interface => generated 309 bytes in 1367 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2080] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:37:20 2026] GET /v2.0/ports?device_id=f23e59e3-9701-44ba-a085-e6df9b290ac8 => 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: 1034/2081] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:37:20 2026] GET /v2.0/security-groups?id=f71afec0-3035-495a-b67a-81f469ce1f72&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: 1035/2082] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:37:21 2026] GET /v2.0/ports?device_id=f23e59e3-9701-44ba-a085-e6df9b290ac8 => generated 975 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2083] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:37:21 2026] GET /v2.0/security-groups?id=f71afec0-3035-495a-b67a-81f469ce1f72&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2084] 10.0.0.150 () {34 vars in 783 bytes} [Thu Jul 2 01:37:20 2026] PUT /v2.0/routers/5ea82ea9-6b93-469d-8408-078032e77a96/add_router_interface => generated 309 bytes in 1304 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2085] 10.0.0.150 () {34 vars in 684 bytes} [Thu Jul 2 01:37:21 2026] POST /v2.0/security-groups => generated 1628 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2086] 10.0.0.150 () {34 vars in 695 bytes} [Thu Jul 2 01:37:21 2026] POST /v2.0/security-group-rules => generated 597 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2087] 10.0.0.150 () {34 vars in 695 bytes} [Thu Jul 2 01:37:21 2026] POST /v2.0/security-group-rules => generated 597 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2088] 10.0.0.150 () {34 vars in 695 bytes} [Thu Jul 2 01:37:22 2026] POST /v2.0/security-group-rules => generated 599 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2091] 10.0.0.150 () {34 vars in 695 bytes} [Thu Jul 2 01:37:22 2026] POST /v2.0/security-group-rules => generated 601 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2092] 10.0.0.150 () {34 vars in 695 bytes} [Thu Jul 2 01:37:22 2026] POST /v2.0/security-group-rules => generated 601 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2093] 10.0.0.150 () {34 vars in 695 bytes} [Thu Jul 2 01:37:22 2026] POST /v2.0/security-group-rules => generated 597 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2094] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:37:22 2026] GET /v2.0/ports?device_id=f23e59e3-9701-44ba-a085-e6df9b290ac8 => generated 975 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2095] 199.204.45.23 () {34 vars in 993 bytes} [Thu Jul 2 01:37:22 2026] GET /v2.0/ports?device_id=f23e59e3-9701-44ba-a085-e6df9b290ac8 => 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: 1041/2096] 10.0.0.150 () {34 vars in 695 bytes} [Thu Jul 2 01:37:22 2026] POST /v2.0/security-group-rules => generated 597 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2097] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:37:22 2026] GET /v2.0/security-groups?id=f71afec0-3035-495a-b67a-81f469ce1f72&fields=id&fields=name => generated 114 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:37:22.989 8 INFO neutron_taas.services.taas.taas_plugin [req-93cb0d3c-c950-4ff8-bb32-c22519ca7951 req-d7fc561a-fb99-47db-b2a0-c3d29f771c91 0b61ac481c5241a493d16ceb94185456 247e7f96ccd444b585bbf45bc6e76f43 - - default default] TaaS: Handle Delete Port: d9eeb097-78fc-4c93-a261-f03dae8d3d5a 2026-07-02 01:37:22.994 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-93cb0d3c-c950-4ff8-bb32-c22519ca7951 req-d7fc561a-fb99-47db-b2a0-c3d29f771c91 0b61ac481c5241a493d16ceb94185456 247e7f96ccd444b585bbf45bc6e76f43 - - default default] Tap Mirror: Handle Delete Port: d9eeb097-78fc-4c93-a261-f03dae8d3d5a [pid: 7|app: 0|req: 1057/2098] 10.0.0.150 () {34 vars in 695 bytes} [Thu Jul 2 01:37:22 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: 1058/2099] 10.0.0.150 () {34 vars in 695 bytes} [Thu Jul 2 01:37:23 2026] POST /v2.0/security-group-rules => generated 599 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2100] 199.204.45.23 () {36 vars in 996 bytes} [Thu Jul 2 01:37:22 2026] DELETE /v2.0/ports/d9eeb097-78fc-4c93-a261-f03dae8d3d5a => generated 0 bytes in 349 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:37:23.212 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8c2bb0f3-40d7-4ef9-a3c2-4875b4e6aafa'] response: {'server_uuid': 'f23e59e3-9701-44ba-a085-e6df9b290ac8', 'name': 'network-vif-deleted', 'tag': 'd9eeb097-78fc-4c93-a261-f03dae8d3d5a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1059/2101] 10.0.0.150 () {34 vars in 695 bytes} [Thu Jul 2 01:37:23 2026] POST /v2.0/security-group-rules => generated 601 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2102] 10.0.0.150 () {34 vars in 695 bytes} [Thu Jul 2 01:37:23 2026] POST /v2.0/security-group-rules => generated 597 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2103] 10.0.0.126 () {34 vars in 1096 bytes} [Thu Jul 2 01:37:23 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1236917753&fields=id&tenant_id=d2bdc096e751480e88ada5ec264fc434 => generated 69 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2104] 10.0.0.126 () {34 vars in 982 bytes} [Thu Jul 2 01:37:23 2026] GET /v2.0/networks?id=98c449be-6ed4-4a76-bde3-e717f03dcb63 => generated 705 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2105] 10.0.0.126 () {34 vars in 965 bytes} [Thu Jul 2 01:37:23 2026] GET /v2.0/quotas/d2bdc096e751480e88ada5ec264fc434 => generated 292 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2106] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:37:23 2026] GET /v2.0/ports?device_id=f23e59e3-9701-44ba-a085-e6df9b290ac8 => 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: 1045/2107] 10.0.0.126 () {34 vars in 1002 bytes} [Thu Jul 2 01:37:23 2026] GET /v2.0/ports?tenant_id=d2bdc096e751480e88ada5ec264fc434&fields=id => generated 241 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2108] 10.0.0.126 () {34 vars in 1008 bytes} [Thu Jul 2 01:37:24 2026] GET /v2.0/networks/98c449be-6ed4-4a76-bde3-e717f03dcb63?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: 1046/2109] 10.0.0.126 () {34 vars in 1108 bytes} [Thu Jul 2 01:37:24 2026] GET /v2.0/networks/98c449be-6ed4-4a76-bde3-e717f03dcb63?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2110] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:37:24 2026] GET /v2.0/ports?device_id=2ea3f8ef-f2c2-43df-a09b-305f5bca3e74 => 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: 1047/2111] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:37:25 2026] GET /v2.0/ports?device_id=f23e59e3-9701-44ba-a085-e6df9b290ac8 => 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: 1065/2112] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:37:26 2026] GET /v2.0/ports?device_id=f23e59e3-9701-44ba-a085-e6df9b290ac8 => 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: 1048/2113] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:37:26 2026] GET /v2.0/ports?device_id=933c0a56-b1d2-4443-8edc-e68044ce60f0 => generated 1010 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2114] 10.0.0.126 () {34 vars in 1120 bytes} [Thu Jul 2 01:37:26 2026] GET /v2.0/security-groups?id=47418df4-80f3-4772-bdf7-b59a74738bb2&id=1df06671-80e5-4fa0-9988-6b2f471dc9e4&fields=id&fields=name => generated 205 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2115] 10.0.0.150 () {32 vars in 736 bytes} [Thu Jul 2 01:37:26 2026] GET /v2.0/ports?device_id=933c0a56-b1d2-4443-8edc-e68044ce60f0 => generated 1279 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2116] 10.0.0.150 () {32 vars in 858 bytes} [Thu Jul 2 01:37:26 2026] GET /v2.0/floatingips?floating_network_id=907dfad9-4cce-49c7-872e-aefc72d72231&port_id=c644ca66-a737-439b-99ec-39b32e03cf15 => generated 860 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2117] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:37:27 2026] DELETE /v2.0/security-groups/f71afec0-3035-495a-b67a-81f469ce1f72 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2118] 10.0.0.12 () {34 vars in 989 bytes} [Thu Jul 2 01:37:27 2026] GET /v2.0/ports?device_id=933c0a56-b1d2-4443-8edc-e68044ce60f0 => generated 1279 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:37:27.791 7 INFO neutron_taas.services.taas.taas_plugin [None req-ce18c23f-94b5-46d5-8194-ae51a264de46 0b61ac481c5241a493d16ceb94185456 247e7f96ccd444b585bbf45bc6e76f43 - - default default] TaaS: Handle Delete Port: 7ec2dd44-4ff6-4fcf-85ae-fa72e5590972 2026-07-02 01:37:27.794 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ce18c23f-94b5-46d5-8194-ae51a264de46 0b61ac481c5241a493d16ceb94185456 247e7f96ccd444b585bbf45bc6e76f43 - - default default] Tap Mirror: Handle Delete Port: 7ec2dd44-4ff6-4fcf-85ae-fa72e5590972 [pid: 8|app: 0|req: 1052/2119] 10.0.0.12 () {34 vars in 1119 bytes} [Thu Jul 2 01:37:27 2026] GET /v2.0/security-groups?id=1df06671-80e5-4fa0-9988-6b2f471dc9e4&id=47418df4-80f3-4772-bdf7-b59a74738bb2&fields=id&fields=name => generated 205 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2120] 10.0.0.150 () {34 vars in 789 bytes} [Thu Jul 2 01:37:27 2026] PUT /v2.0/routers/2d38b6ed-d31f-46c8-9926-b9638bd7871c/remove_router_interface => generated 309 bytes in 1001 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2121] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:37:28 2026] DELETE /v2.0/subnets/7687f065-9363-4090-9c57-b13cb28b0960 => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2122] 199.204.45.23 () {34 vars in 985 bytes} [Thu Jul 2 01:37:28 2026] GET /v2.0/networks?id=98c449be-6ed4-4a76-bde3-e717f03dcb63 => generated 705 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2123] 199.204.45.23 () {34 vars in 1049 bytes} [Thu Jul 2 01:37:28 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d2bdc096e751480e88ada5ec264fc434 => generated 179 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:37:28.852 8 INFO neutron_taas.services.taas.taas_plugin [None req-ee3596a0-4061-4961-8f56-52cc427d6785 0b61ac481c5241a493d16ceb94185456 247e7f96ccd444b585bbf45bc6e76f43 - - default default] TaaS: Handle Delete Port: 722910d7-f959-477c-9d2c-46c1dcc64d5a 2026-07-02 01:37:28.855 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ee3596a0-4061-4961-8f56-52cc427d6785 0b61ac481c5241a493d16ceb94185456 247e7f96ccd444b585bbf45bc6e76f43 - - default default] Tap Mirror: Handle Delete Port: 722910d7-f959-477c-9d2c-46c1dcc64d5a 2026-07-02 01:37:29.115 8 INFO neutron_taas.services.taas.taas_plugin [None req-ee3596a0-4061-4961-8f56-52cc427d6785 0b61ac481c5241a493d16ceb94185456 247e7f96ccd444b585bbf45bc6e76f43 - - default default] TaaS: Handle Delete Port: f38da951-063e-4727-bb32-834f112ce022 2026-07-02 01:37:29.118 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ee3596a0-4061-4961-8f56-52cc427d6785 0b61ac481c5241a493d16ceb94185456 247e7f96ccd444b585bbf45bc6e76f43 - - default default] Tap Mirror: Handle Delete Port: f38da951-063e-4727-bb32-834f112ce022 [pid: 7|app: 0|req: 1071/2124] 199.204.45.23 () {38 vars in 954 bytes} [Thu Jul 2 01:37:28 2026] POST /v2.0/ports => generated 1179 bytes in 494 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-07-02 01:37:29.444 8 INFO neutron.services.segments.plugin [-] Segment 90b1cf09-c1ad-4f5f-84c4-084c3ee261a4 resource provider aggregate not found 2026-07-02 01:37:29.452 8 INFO neutron.services.segments.plugin [-] Segment 90b1cf09-c1ad-4f5f-84c4-084c3ee261a4 resource provider aggregate not found 2026-07-02 01:37:29.468 8 INFO neutron.services.segments.plugin [-] Segment 90b1cf09-c1ad-4f5f-84c4-084c3ee261a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90b1cf09-c1ad-4f5f-84c4-084c3ee261a4 found for delete ", "request_id": "req-60579f92-c39b-48ce-8802-7735a24d3442"}]} 2026-07-02 01:37:29.469 8 INFO neutron.db.l3_hamode_db [None req-ee3596a0-4061-4961-8f56-52cc427d6785 0b61ac481c5241a493d16ceb94185456 247e7f96ccd444b585bbf45bc6e76f43 - - default default] HA network e60c6c75-ffae-4bea-9e2c-10e6273dc65b was deleted as no HA routers are present in tenant 247e7f96ccd444b585bbf45bc6e76f43. 2026-07-02 01:37:29.470 8 INFO neutron.services.segments.plugin [-] Segment 90b1cf09-c1ad-4f5f-84c4-084c3ee261a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90b1cf09-c1ad-4f5f-84c4-084c3ee261a4 found for delete ", "request_id": "req-1cac20e7-f677-4bc8-ae91-440464b099b8"}]} [pid: 8|app: 0|req: 1054/2125] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:37:28 2026] DELETE /v2.0/routers/2d38b6ed-d31f-46c8-9926-b9638bd7871c => generated 0 bytes in 874 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2126] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:37:29 2026] GET /v2.0/ports?device_id=2ea3f8ef-f2c2-43df-a09b-305f5bca3e74 => generated 1194 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2127] 199.204.45.23 () {38 vars in 1027 bytes} [Thu Jul 2 01:37:29 2026] PUT /v2.0/ports/dad06a00-a255-4517-811b-a6e6872d19d4 => generated 1460 bytes in 411 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: 1073/2128] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:37:29 2026] GET /v2.0/security-groups?id=aedf47cd-2e22-489f-b95a-16931fede46c&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:37:29.641 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-93d683f6-088b-425a-bf2b-94024738c310'] response: {'name': 'network-changed', 'server_uuid': '2ea3f8ef-f2c2-43df-a09b-305f5bca3e74', 'tag': 'dad06a00-a255-4517-811b-a6e6872d19d4', 'status': 'completed', 'code': 200} 2026-07-02 01:37:29.646 8 INFO neutron_taas.services.taas.taas_plugin [None req-445145bf-60b9-4bb3-9a22-d6fe8a14cadf 0b61ac481c5241a493d16ceb94185456 247e7f96ccd444b585bbf45bc6e76f43 - - default default] TaaS: Handle Delete Port: f9a7e916-7ab1-48c8-84ea-6fce6d3d3be5 2026-07-02 01:37:29.649 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-445145bf-60b9-4bb3-9a22-d6fe8a14cadf 0b61ac481c5241a493d16ceb94185456 247e7f96ccd444b585bbf45bc6e76f43 - - default default] Tap Mirror: Handle Delete Port: f9a7e916-7ab1-48c8-84ea-6fce6d3d3be5 [pid: 8|app: 0|req: 1056/2129] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:37:29 2026] DELETE /v2.0/networks/81a681b2-0d19-4231-aa36-7ab5e90c9a9a => generated 0 bytes in 319 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2130] 199.204.45.23 () {34 vars in 1079 bytes} [Thu Jul 2 01:37:30 2026] GET /v2.0/ports?tenant_id=d2bdc096e751480e88ada5ec264fc434&device_id=2ea3f8ef-f2c2-43df-a09b-305f5bca3e74 => generated 1463 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2131] 199.204.45.23 () {34 vars in 1017 bytes} [Thu Jul 2 01:37:30 2026] GET /v2.0/networks?tenant_id=d2bdc096e751480e88ada5ec264fc434&shared=False => generated 2375 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2132] 199.204.45.23 () {34 vars in 929 bytes} [Thu Jul 2 01:37:30 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2133] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:37:30 2026] GET /v2.0/ports?device_id=933c0a56-b1d2-4443-8edc-e68044ce60f0 => 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: 1059/2134] 10.0.0.126 () {34 vars in 1120 bytes} [Thu Jul 2 01:37:30 2026] GET /v2.0/security-groups?id=47418df4-80f3-4772-bdf7-b59a74738bb2&id=1df06671-80e5-4fa0-9988-6b2f471dc9e4&fields=id&fields=name => generated 205 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2135] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:37:30 2026] GET /v2.0/security-groups?tenant_id=426a17d16507465fb8996bef9f46c3e7&name=default => generated 2925 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2136] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:37:30 2026] DELETE /v2.0/security-groups/72de7a99-a2ff-4e75-83c7-f2520046d8ea => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2137] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:37:30 2026] GET /v2.0/security-groups?tenant_id=247e7f96ccd444b585bbf45bc6e76f43&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2138] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:37:31 2026] DELETE /v2.0/security-groups/7979e0bf-37a1-49ac-a7ce-3eb72b4a59a5 => 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: 1078/2139] 199.204.45.23 () {34 vars in 1079 bytes} [Thu Jul 2 01:37:31 2026] GET /v2.0/ports?tenant_id=d2bdc096e751480e88ada5ec264fc434&device_id=2ea3f8ef-f2c2-43df-a09b-305f5bca3e74 => generated 1463 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2140] 199.204.45.23 () {34 vars in 1055 bytes} [Thu Jul 2 01:37:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.94&port_id=dad06a00-a255-4517-811b-a6e6872d19d4 => 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: 1079/2141] 199.204.45.23 () {34 vars in 1103 bytes} [Thu Jul 2 01:37:31 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A236&port_id=dad06a00-a255-4517-811b-a6e6872d19d4 => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:37:31.487 8 INFO neutron.services.segments.plugin [-] Segment 1b1e4df0-7572-4897-b5ec-973d38d20c0a resource provider aggregate not found 2026-07-02 01:37:31.493 8 INFO neutron.services.segments.plugin [-] Segment 1b1e4df0-7572-4897-b5ec-973d38d20c0a resource provider aggregate not found 2026-07-02 01:37:31.512 8 INFO neutron.services.segments.plugin [-] Segment 1b1e4df0-7572-4897-b5ec-973d38d20c0a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b1e4df0-7572-4897-b5ec-973d38d20c0a found for delete ", "request_id": "req-ff8284b5-2a88-4cdf-b667-da7b2a95ad23"}]} [pid: 8|app: 0|req: 1063/2142] 199.204.45.23 () {34 vars in 1063 bytes} [Thu Jul 2 01:37:31 2026] GET /v2.0/subnets?id=9d50d242-bfc3-473c-b800-6124a819afab&id=338d3695-a05b-4860-9710-8399454eb8cf => generated 1410 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:37:31.522 8 INFO neutron.services.segments.plugin [-] Segment 1b1e4df0-7572-4897-b5ec-973d38d20c0a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b1e4df0-7572-4897-b5ec-973d38d20c0a found for delete ", "request_id": "req-4d785b12-151b-4e1d-97d1-d203ade5e0b4"}]} [pid: 7|app: 0|req: 1080/2143] 199.204.45.23 () {34 vars in 1051 bytes} [Thu Jul 2 01:37:31 2026] GET /v2.0/ports?network_id=98c449be-6ed4-4a76-bde3-e717f03dcb63&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2144] 199.204.45.23 () {34 vars in 1051 bytes} [Thu Jul 2 01:37:31 2026] GET /v2.0/ports?network_id=98c449be-6ed4-4a76-bde3-e717f03dcb63&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: 7|app: 0|req: 1081/2145] 199.204.45.23 () {34 vars in 1011 bytes} [Thu Jul 2 01:37:31 2026] GET /v2.0/networks/98c449be-6ed4-4a76-bde3-e717f03dcb63?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2146] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:37:31 2026] GET /v2.0/ports?device_id=933c0a56-b1d2-4443-8edc-e68044ce60f0 => generated 1010 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2147] 199.204.45.23 () {34 vars in 1111 bytes} [Thu Jul 2 01:37:31 2026] GET /v2.0/networks/98c449be-6ed4-4a76-bde3-e717f03dcb63?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2148] 10.0.0.126 () {34 vars in 1120 bytes} [Thu Jul 2 01:37:31 2026] GET /v2.0/security-groups?id=47418df4-80f3-4772-bdf7-b59a74738bb2&id=1df06671-80e5-4fa0-9988-6b2f471dc9e4&fields=id&fields=name => generated 205 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2149] 199.204.45.23 () {34 vars in 993 bytes} [Thu Jul 2 01:37:32 2026] GET /v2.0/ports?device_id=933c0a56-b1d2-4443-8edc-e68044ce60f0 => generated 1010 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2150] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:37:32 2026] GET /v2.0/ports?device_id=933c0a56-b1d2-4443-8edc-e68044ce60f0 => generated 1010 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2151] 10.0.0.126 () {34 vars in 1120 bytes} [Thu Jul 2 01:37:32 2026] GET /v2.0/security-groups?id=47418df4-80f3-4772-bdf7-b59a74738bb2&id=1df06671-80e5-4fa0-9988-6b2f471dc9e4&fields=id&fields=name => generated 205 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:37:33.048 8 INFO neutron_taas.services.taas.taas_plugin [req-4fed7d78-d8d5-4a45-bff4-180fe5054a82 req-231ff360-18e2-4633-b046-9af025abde69 e7fbeadb1c5a4b8291ef309828360e7d 64f9c581317741cab3536d449a5c1954 - - default default] TaaS: Handle Delete Port: c644ca66-a737-439b-99ec-39b32e03cf15 2026-07-02 01:37:33.051 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4fed7d78-d8d5-4a45-bff4-180fe5054a82 req-231ff360-18e2-4633-b046-9af025abde69 e7fbeadb1c5a4b8291ef309828360e7d 64f9c581317741cab3536d449a5c1954 - - default default] Tap Mirror: Handle Delete Port: c644ca66-a737-439b-99ec-39b32e03cf15 2026-07-02 01:37:33.140 8 INFO neutron.db.l3_db [req-4fed7d78-d8d5-4a45-bff4-180fe5054a82 req-231ff360-18e2-4633-b046-9af025abde69 e7fbeadb1c5a4b8291ef309828360e7d 64f9c581317741cab3536d449a5c1954 - - default default] Floating IP 5d3b5007-d18e-4cec-abf5-abd2377671a4 disassociated. External IP: 10.96.250.210, port: c644ca66-a737-439b-99ec-39b32e03cf15. [pid: 8|app: 0|req: 1068/2152] 199.204.45.23 () {36 vars in 996 bytes} [Thu Jul 2 01:37:32 2026] DELETE /v2.0/ports/c644ca66-a737-439b-99ec-39b32e03cf15 => generated 0 bytes in 465 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:37:33.450 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-be1693d1-b9cf-43d2-8518-a44667a5871b'] response: {'server_uuid': '933c0a56-b1d2-4443-8edc-e68044ce60f0', 'name': 'network-vif-deleted', 'tag': 'c644ca66-a737-439b-99ec-39b32e03cf15', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1085/2153] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:37:34 2026] GET /v2.0/ports?device_id=933c0a56-b1d2-4443-8edc-e68044ce60f0 => 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: 1069/2154] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:37:34 2026] GET /v2.0/ports?device_id=2ea3f8ef-f2c2-43df-a09b-305f5bca3e74 => generated 1194 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2155] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:37:34 2026] GET /v2.0/security-groups?id=aedf47cd-2e22-489f-b95a-16931fede46c&fields=id&fields=name => generated 112 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2156] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:37:35 2026] GET /v2.0/ports?device_id=933c0a56-b1d2-4443-8edc-e68044ce60f0 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:37:35.612 7 INFO neutron.db.segments_db [None req-9532b55e-0834-44ee-ab16-e76f3e50eb11 1926072d8829454cba2414fcbe1cdbbe 99eb2cdb02a6484bbe057630cfd47d5e - - default default] Added segment 6a8b54f2-f2b9-48b6-a3b3-ca3f81f58aad of type vxlan for network f37c623e-fb8b-4eaf-8b26-3f179aefbc1d [pid: 7|app: 0|req: 1087/2157] 10.0.0.150 () {34 vars in 670 bytes} [Thu Jul 2 01:37:35 2026] POST /v2.0/networks => generated 632 bytes in 429 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:37:35.760 8 INFO neutron.db.segments_db [None req-06793bf8-de79-4219-aa77-91b81ad42095 1926072d8829454cba2414fcbe1cdbbe 99eb2cdb02a6484bbe057630cfd47d5e - - default default] Added segment 3bb5becb-98a0-4db8-bb7f-18e8270f79e8 of type vxlan for network 56d68342-068d-4521-8368-5297e2ef7c19 [pid: 8|app: 0|req: 1071/2158] 10.0.0.150 () {34 vars in 670 bytes} [Thu Jul 2 01:37:35 2026] POST /v2.0/networks => generated 632 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:37:35.940 7 INFO neutron.db.segments_db [None req-a9726c42-2ce4-48d2-a44e-3dfa7b35cc18 1926072d8829454cba2414fcbe1cdbbe 99eb2cdb02a6484bbe057630cfd47d5e - - default default] Added segment e2e50241-b40b-4237-b1c2-2cd2ee60a963 of type vxlan for network ba77d8a8-3140-4b16-acd6-5fd5b773e804 [pid: 7|app: 0|req: 1088/2159] 10.0.0.150 () {34 vars in 670 bytes} [Thu Jul 2 01:37:35 2026] POST /v2.0/networks => generated 632 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:37:36.112 8 INFO neutron.db.segments_db [None req-4ca78bd3-372d-4e04-a83d-107da91dab39 1926072d8829454cba2414fcbe1cdbbe 99eb2cdb02a6484bbe057630cfd47d5e - - default default] Added segment 48d8866a-2451-4d57-a4ea-bea1df557cc8 of type vxlan for network f8b639d3-c1e0-45e2-ba8b-f6dc37322fb0 [pid: 8|app: 0|req: 1072/2160] 10.0.0.150 () {34 vars in 670 bytes} [Thu Jul 2 01:37:36 2026] POST /v2.0/networks => generated 631 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:37:36.265 7 INFO neutron.db.segments_db [None req-4c3a3888-f3ff-4850-83b1-e3427794fd76 1926072d8829454cba2414fcbe1cdbbe 99eb2cdb02a6484bbe057630cfd47d5e - - default default] Added segment 6ab55f84-9dc9-45e1-a076-500187e4259d of type vxlan for network 5386ff10-2a00-4db2-aef8-d484a1a84ef5 [pid: 8|app: 0|req: 1073/2161] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:37:36 2026] GET /v2.0/ports?device_id=933c0a56-b1d2-4443-8edc-e68044ce60f0 => 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: 1089/2162] 10.0.0.150 () {34 vars in 670 bytes} [Thu Jul 2 01:37:36 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: 8|app: 0|req: 1074/2163] 10.0.0.150 () {34 vars in 753 bytes} [Thu Jul 2 01:37:36 2026] PUT /v2.0/networks/f37c623e-fb8b-4eaf-8b26-3f179aefbc1d/tags => generated 17 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2164] 10.0.0.150 () {34 vars in 753 bytes} [Thu Jul 2 01:37:36 2026] PUT /v2.0/networks/56d68342-068d-4521-8368-5297e2ef7c19/tags => generated 25 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2165] 10.0.0.150 () {34 vars in 753 bytes} [Thu Jul 2 01:37:36 2026] PUT /v2.0/networks/ba77d8a8-3140-4b16-acd6-5fd5b773e804/tags => generated 34 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2166] 10.0.0.150 () {34 vars in 753 bytes} [Thu Jul 2 01:37:36 2026] PUT /v2.0/networks/f8b639d3-c1e0-45e2-ba8b-f6dc37322fb0/tags => generated 19 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2167] 10.0.0.150 () {32 vars in 666 bytes} [Thu Jul 2 01:37:36 2026] GET /v2.0/networks?tags=red => generated 1857 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2168] 10.0.0.150 () {32 vars in 680 bytes} [Thu Jul 2 01:37:36 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1250 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2169] 10.0.0.150 () {32 vars in 676 bytes} [Thu Jul 2 01:37:36 2026] GET /v2.0/networks?tags-any=blue => generated 1250 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2170] 10.0.0.150 () {32 vars in 688 bytes} [Thu Jul 2 01:37:36 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1857 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2171] 10.0.0.150 () {32 vars in 674 bytes} [Thu Jul 2 01:37:36 2026] GET /v2.0/networks?not-tags=red => generated 1860 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2172] 10.0.0.150 () {32 vars in 688 bytes} [Thu Jul 2 01:37:36 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2467 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2173] 10.0.0.150 () {32 vars in 684 bytes} [Thu Jul 2 01:37:37 2026] GET /v2.0/networks?not-tags-any=blue => generated 2467 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2176] 10.0.0.150 () {32 vars in 696 bytes} [Thu Jul 2 01:37:37 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1860 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:37:37.422 8 INFO neutron.services.segments.plugin [-] Segment 6a8b54f2-f2b9-48b6-a3b3-ca3f81f58aad resource provider aggregate not found 2026-07-02 01:37:37.428 8 INFO neutron.services.segments.plugin [-] Segment 6a8b54f2-f2b9-48b6-a3b3-ca3f81f58aad resource provider aggregate not found 2026-07-02 01:37:37.445 8 INFO neutron.services.segments.plugin [-] Segment 6a8b54f2-f2b9-48b6-a3b3-ca3f81f58aad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a8b54f2-f2b9-48b6-a3b3-ca3f81f58aad found for delete ", "request_id": "req-cf08562f-e3b8-41fc-95d3-bfeb8dd7c083"}]} 2026-07-02 01:37:37.447 8 INFO neutron.services.segments.plugin [-] Segment 6a8b54f2-f2b9-48b6-a3b3-ca3f81f58aad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a8b54f2-f2b9-48b6-a3b3-ca3f81f58aad found for delete ", "request_id": "req-04d2ebb4-8e5e-4e50-a4db-661930317511"}]} [pid: 8|app: 0|req: 1082/2177] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:37:37 2026] DELETE /v2.0/networks/f37c623e-fb8b-4eaf-8b26-3f179aefbc1d => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2178] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:37:37 2026] DELETE /v2.0/security-groups/47418df4-80f3-4772-bdf7-b59a74738bb2 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:37:37.556 7 INFO neutron.api.v2.resource [None req-2954a21d-e126-4b80-b4d4-f8d6cb1fc3c3 e7fbeadb1c5a4b8291ef309828360e7d 64f9c581317741cab3536d449a5c1954 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1097/2179] 10.0.0.150 () {32 vars in 737 bytes} [Thu Jul 2 01:37:37 2026] GET /v2.0/security-groups/47418df4-80f3-4772-bdf7-b59a74738bb2 => 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: 1083/2180] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:37:37 2026] DELETE /v2.0/networks/56d68342-068d-4521-8368-5297e2ef7c19 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:37:37.671 7 INFO neutron_taas.services.taas.taas_plugin [None req-d83a3449-0736-486b-83e4-6d98b72ad10d e7fbeadb1c5a4b8291ef309828360e7d 64f9c581317741cab3536d449a5c1954 - - default default] TaaS: Handle Delete Port: 2f82ebd7-aaad-4141-a785-04fd186c78ff 2026-07-02 01:37:37.673 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d83a3449-0736-486b-83e4-6d98b72ad10d e7fbeadb1c5a4b8291ef309828360e7d 64f9c581317741cab3536d449a5c1954 - - default default] Tap Mirror: Handle Delete Port: 2f82ebd7-aaad-4141-a785-04fd186c78ff [pid: 8|app: 0|req: 1084/2181] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:37:37 2026] DELETE /v2.0/networks/ba77d8a8-3140-4b16-acd6-5fd5b773e804 => 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: 1085/2182] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:37:37 2026] DELETE /v2.0/networks/f8b639d3-c1e0-45e2-ba8b-f6dc37322fb0 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2183] 10.0.0.150 () {32 vars in 732 bytes} [Thu Jul 2 01:37:37 2026] DELETE /v2.0/floatingips/5d3b5007-d18e-4cec-abf5-abd2377671a4 => 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: 1099/2184] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:37:37 2026] DELETE /v2.0/security-groups/1df06671-80e5-4fa0-9988-6b2f471dc9e4 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2185] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:37:37 2026] DELETE /v2.0/networks/5386ff10-2a00-4db2-aef8-d484a1a84ef5 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:37:39.035 7 INFO neutron_taas.services.taas.taas_plugin [None req-54109c1c-2c3c-4c0a-8633-7c0f1e2dd30a b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] TaaS: Handle Delete Port: 82fa95bf-3da9-4b1f-b8f4-f507315c0a5d 2026-07-02 01:37:39.038 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-54109c1c-2c3c-4c0a-8633-7c0f1e2dd30a b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Tap Mirror: Handle Delete Port: 82fa95bf-3da9-4b1f-b8f4-f507315c0a5d [pid: 8|app: 0|req: 1087/2186] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:37:38 2026] GET /v2.0/security-groups?tenant_id=99eb2cdb02a6484bbe057630cfd47d5e&name=default => generated 2925 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2187] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:37:39 2026] DELETE /v2.0/security-groups/e563b19b-323b-41b2-9946-f2d72d847003 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:37:39.470 8 INFO neutron.services.segments.plugin [-] Segment 3bb5becb-98a0-4db8-bb7f-18e8270f79e8 resource provider aggregate not found 2026-07-02 01:37:39.479 8 INFO neutron.services.segments.plugin [-] Segment 3bb5becb-98a0-4db8-bb7f-18e8270f79e8 resource provider aggregate not found 2026-07-02 01:37:39.490 8 INFO neutron.services.segments.plugin [-] Segment 3bb5becb-98a0-4db8-bb7f-18e8270f79e8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3bb5becb-98a0-4db8-bb7f-18e8270f79e8 found for delete ", "request_id": "req-c24f30fd-ba92-4b3b-9009-7d943f57dcdd"}]} 2026-07-02 01:37:39.500 8 INFO neutron.services.segments.plugin [-] Segment 3bb5becb-98a0-4db8-bb7f-18e8270f79e8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3bb5becb-98a0-4db8-bb7f-18e8270f79e8 found for delete ", "request_id": "req-d328cbf5-72fb-49ea-91f9-2db909abf32f"}]} [pid: 8|app: 0|req: 1089/2188] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:37:39 2026] GET /v2.0/security-groups?tenant_id=6d111628eb354686bbfad39d973370e0&name=default => generated 2925 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:37:39.518 8 INFO neutron.services.segments.plugin [-] Segment e2e50241-b40b-4237-b1c2-2cd2ee60a963 resource provider aggregate not found 2026-07-02 01:37:39.525 8 INFO neutron.services.segments.plugin [-] Segment e2e50241-b40b-4237-b1c2-2cd2ee60a963 resource provider aggregate not found 2026-07-02 01:37:39.540 8 INFO neutron.services.segments.plugin [-] Segment e2e50241-b40b-4237-b1c2-2cd2ee60a963 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2e50241-b40b-4237-b1c2-2cd2ee60a963 found for delete ", "request_id": "req-8fc78e30-71af-48f2-85de-cba9fc647686"}]} 2026-07-02 01:37:39.544 8 INFO neutron.services.segments.plugin [-] Segment e2e50241-b40b-4237-b1c2-2cd2ee60a963 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2e50241-b40b-4237-b1c2-2cd2ee60a963 found for delete ", "request_id": "req-0b0256dd-a154-401c-bdd9-ee515a4cb9aa"}]} 2026-07-02 01:37:39.566 8 INFO neutron.services.segments.plugin [-] Segment 48d8866a-2451-4d57-a4ea-bea1df557cc8 resource provider aggregate not found 2026-07-02 01:37:39.575 8 INFO neutron.services.segments.plugin [-] Segment 48d8866a-2451-4d57-a4ea-bea1df557cc8 resource provider aggregate not found 2026-07-02 01:37:39.592 8 INFO neutron.services.segments.plugin [-] Segment 48d8866a-2451-4d57-a4ea-bea1df557cc8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 48d8866a-2451-4d57-a4ea-bea1df557cc8 found for delete ", "request_id": "req-62454ac5-9ebb-49a2-bce6-1c447c7eec9e"}]} 2026-07-02 01:37:39.598 8 INFO neutron.services.segments.plugin [-] Segment 48d8866a-2451-4d57-a4ea-bea1df557cc8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 48d8866a-2451-4d57-a4ea-bea1df557cc8 found for delete ", "request_id": "req-887db0e0-0afe-48e6-9679-b0669337fb90"}]} 2026-07-02 01:37:39.613 8 INFO neutron.services.segments.plugin [-] Segment 6ab55f84-9dc9-45e1-a076-500187e4259d resource provider aggregate not found [pid: 7|app: 0|req: 1100/2189] 10.0.0.150 () {34 vars in 789 bytes} [Thu Jul 2 01:37:38 2026] PUT /v2.0/routers/cae8275b-6fc2-4ccd-aa15-56234c004270/remove_router_interface => generated 309 bytes in 1549 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:37:39.633 8 INFO neutron.services.segments.plugin [-] Segment 6ab55f84-9dc9-45e1-a076-500187e4259d resource provider aggregate not found 2026-07-02 01:37:39.650 8 INFO neutron.services.segments.plugin [-] Segment 6ab55f84-9dc9-45e1-a076-500187e4259d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ab55f84-9dc9-45e1-a076-500187e4259d found for delete ", "request_id": "req-20d437fa-208e-4f4f-b92a-ef3346e2cae1"}]} 2026-07-02 01:37:39.661 8 INFO neutron.services.segments.plugin [-] Segment 6ab55f84-9dc9-45e1-a076-500187e4259d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ab55f84-9dc9-45e1-a076-500187e4259d found for delete ", "request_id": "req-77bf1230-2d4a-40d4-85d0-5df238a8df73"}]} [pid: 8|app: 0|req: 1090/2190] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:37:39 2026] DELETE /v2.0/security-groups/3b73a20d-ffbd-4f1b-b505-7e2916ec9489 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:37:39.867 7 INFO neutron_taas.services.taas.taas_plugin [None req-1f77774e-6034-4d30-8de2-aea32ee44759 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] TaaS: Handle Delete Port: 0f7fe9c6-ec96-42d3-83a5-a8ace3fada19 2026-07-02 01:37:39.869 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1f77774e-6034-4d30-8de2-aea32ee44759 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Tap Mirror: Handle Delete Port: 0f7fe9c6-ec96-42d3-83a5-a8ace3fada19 [pid: 8|app: 0|req: 1091/2191] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:37:39 2026] GET /v2.0/security-groups?tenant_id=b0039c994d2444b790be6247db54ca0d&name=default => generated 2925 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:37:40.107 7 INFO neutron_taas.services.taas.taas_plugin [None req-1f77774e-6034-4d30-8de2-aea32ee44759 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] TaaS: Handle Delete Port: 34917e24-d3c9-4728-8c7e-885982f9792e 2026-07-02 01:37:40.110 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1f77774e-6034-4d30-8de2-aea32ee44759 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Tap Mirror: Handle Delete Port: 34917e24-d3c9-4728-8c7e-885982f9792e [pid: 8|app: 0|req: 1092/2192] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:37:40 2026] GET /v2.0/ports?device_id=2ea3f8ef-f2c2-43df-a09b-305f5bca3e74 => generated 1196 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2193] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:37:40 2026] DELETE /v2.0/security-groups/e6d3a036-f6bd-4381-9006-d6ba57f70c42 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2194] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:37:40 2026] GET /v2.0/security-groups?id=aedf47cd-2e22-489f-b95a-16931fede46c&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:37:40.444 7 INFO neutron.services.segments.plugin [-] Segment 416605a1-e6bb-4053-802c-156c32d5973c resource provider aggregate not found 2026-07-02 01:37:40.453 7 INFO neutron.services.segments.plugin [-] Segment 416605a1-e6bb-4053-802c-156c32d5973c resource provider aggregate not found [pid: 8|app: 0|req: 1095/2195] 10.0.0.150 () {32 vars in 818 bytes} [Thu Jul 2 01:37:40 2026] GET /v2.0/ports?network_id=98c449be-6ed4-4a76-bde3-e717f03dcb63&mac_address=fa%3A16%3A3e%3A5f%3Aeb%3Adb => generated 1196 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:37:40.477 7 INFO neutron.services.segments.plugin [-] Segment 416605a1-e6bb-4053-802c-156c32d5973c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 416605a1-e6bb-4053-802c-156c32d5973c found for delete ", "request_id": "req-75b1a35e-106f-4fdf-9133-ae9300a7da2a"}]} 2026-07-02 01:37:40.479 7 INFO neutron.services.segments.plugin [-] Segment 416605a1-e6bb-4053-802c-156c32d5973c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 416605a1-e6bb-4053-802c-156c32d5973c found for delete ", "request_id": "req-c87831a7-c2b8-45ea-b97c-a91317dfab87"}]} 2026-07-02 01:37:40.488 7 INFO neutron.db.l3_hamode_db [None req-1f77774e-6034-4d30-8de2-aea32ee44759 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] HA network 7e3bc8de-c0f7-4a3e-ba14-03064368880e was deleted as no HA routers are present in tenant 64f9c581317741cab3536d449a5c1954. [pid: 7|app: 0|req: 1101/2196] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:37:39 2026] DELETE /v2.0/routers/cae8275b-6fc2-4ccd-aa15-56234c004270 => generated 0 bytes in 863 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2197] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:37:40 2026] DELETE /v2.0/subnets/a1f48a8c-c15d-44d3-b873-bf94cf31ee1f => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:37:40.790 7 INFO neutron_taas.services.taas.taas_plugin [None req-89c099b5-43d0-44f0-98dc-bf734192c9e8 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] TaaS: Handle Delete Port: 08d714c7-cfc1-46ea-b708-60c071fb4fd8 2026-07-02 01:37:40.796 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-89c099b5-43d0-44f0-98dc-bf734192c9e8 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Tap Mirror: Handle Delete Port: 08d714c7-cfc1-46ea-b708-60c071fb4fd8 [pid: 7|app: 0|req: 1103/2198] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:37:40 2026] DELETE /v2.0/networks/427c8b88-0ea2-4be7-9039-c1729a9e14f9 => generated 0 bytes in 309 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:37:41.230 8 INFO neutron.db.l3_db [None req-7d702743-ed34-4afe-b8fb-5a589af48dd1 820bf0b0cca340e98c0c80ecdc5a552d d2bdc096e751480e88ada5ec264fc434 - - default default] Floating IP 8b8dd008-f682-4ebb-9e7c-897b3a86e9d2 associated. External IP: 10.96.250.217, port: dad06a00-a255-4517-811b-a6e6872d19d4. 2026-07-02 01:37:41.478 7 INFO neutron_taas.services.taas.taas_plugin [None req-d5de779b-94a2-4608-80b6-c5f35e62dc48 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] TaaS: Handle Delete Port: e8e90056-c007-4ae0-9397-138412e6a758 2026-07-02 01:37:41.480 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d5de779b-94a2-4608-80b6-c5f35e62dc48 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Tap Mirror: Handle Delete Port: e8e90056-c007-4ae0-9397-138412e6a758 [pid: 8|app: 0|req: 1096/2199] 10.0.0.150 () {34 vars in 677 bytes} [Thu Jul 2 01:37:40 2026] POST /v2.0/floatingips => generated 854 bytes in 1113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:37:41.618 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-80f15ff5-43fa-45bf-ba15-99bd1ded413e'] response: {'name': 'network-changed', 'server_uuid': '2ea3f8ef-f2c2-43df-a09b-305f5bca3e74', 'tag': 'dad06a00-a255-4517-811b-a6e6872d19d4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1097/2200] 10.0.0.126 () {34 vars in 1096 bytes} [Thu Jul 2 01:37:41 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1236917753&fields=id&tenant_id=d2bdc096e751480e88ada5ec264fc434 => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2201] 10.0.0.126 () {34 vars in 982 bytes} [Thu Jul 2 01:37:41 2026] GET /v2.0/networks?id=056a04e8-4e15-4051-878b-38551d9b83f7 => generated 705 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2202] 10.0.0.126 () {34 vars in 965 bytes} [Thu Jul 2 01:37:41 2026] GET /v2.0/quotas/d2bdc096e751480e88ada5ec264fc434 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2203] 10.0.0.126 () {34 vars in 1002 bytes} [Thu Jul 2 01:37:41 2026] GET /v2.0/ports?tenant_id=d2bdc096e751480e88ada5ec264fc434&fields=id => generated 333 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2204] 10.0.0.126 () {34 vars in 1008 bytes} [Thu Jul 2 01:37:41 2026] GET /v2.0/networks/056a04e8-4e15-4051-878b-38551d9b83f7?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: 1102/2205] 10.0.0.126 () {34 vars in 1108 bytes} [Thu Jul 2 01:37:42 2026] GET /v2.0/networks/056a04e8-4e15-4051-878b-38551d9b83f7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2206] 10.0.0.150 () {34 vars in 789 bytes} [Thu Jul 2 01:37:41 2026] PUT /v2.0/routers/92722a18-2e05-48ca-9f97-0c49659e57db/remove_router_interface => generated 309 bytes in 1100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2207] 199.204.45.23 () {34 vars in 1079 bytes} [Thu Jul 2 01:37:42 2026] GET /v2.0/ports?tenant_id=d2bdc096e751480e88ada5ec264fc434&device_id=2ea3f8ef-f2c2-43df-a09b-305f5bca3e74 => generated 1465 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2208] 199.204.45.23 () {34 vars in 985 bytes} [Thu Jul 2 01:37:42 2026] GET /v2.0/networks?id=98c449be-6ed4-4a76-bde3-e717f03dcb63 => generated 800 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2209] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:37:42 2026] GET /v2.0/ports?device_id=ba1dcd6d-d900-4dd7-98e9-a813f8947ea4 => 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: 1108/2210] 199.204.45.23 () {34 vars in 1055 bytes} [Thu Jul 2 01:37:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.94&port_id=dad06a00-a255-4517-811b-a6e6872d19d4 => generated 857 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:37:42.333 8 INFO neutron_taas.services.taas.taas_plugin [None req-586e8ffc-4ff1-46cd-b14c-4b3ce940dfe3 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] TaaS: Handle Delete Port: b4899717-d6bc-498a-8e02-b2e872c00e24 2026-07-02 01:37:42.336 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-586e8ffc-4ff1-46cd-b14c-4b3ce940dfe3 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Tap Mirror: Handle Delete Port: b4899717-d6bc-498a-8e02-b2e872c00e24 [pid: 7|app: 0|req: 1109/2211] 199.204.45.23 () {34 vars in 1103 bytes} [Thu Jul 2 01:37:42 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A236&port_id=dad06a00-a255-4517-811b-a6e6872d19d4 => 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: 1110/2212] 199.204.45.23 () {34 vars in 1063 bytes} [Thu Jul 2 01:37:42 2026] GET /v2.0/subnets?id=9d50d242-bfc3-473c-b800-6124a819afab&id=338d3695-a05b-4860-9710-8399454eb8cf => generated 1410 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2213] 199.204.45.23 () {34 vars in 1051 bytes} [Thu Jul 2 01:37:42 2026] GET /v2.0/ports?network_id=98c449be-6ed4-4a76-bde3-e717f03dcb63&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2214] 199.204.45.23 () {34 vars in 1051 bytes} [Thu Jul 2 01:37:42 2026] GET /v2.0/ports?network_id=98c449be-6ed4-4a76-bde3-e717f03dcb63&device_owner=network%3Adhcp => generated 1457 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:37:42.499 7 INFO neutron.services.segments.plugin [-] Segment b0976b11-2beb-4e63-b8e1-ba44ce0e8ad7 resource provider aggregate not found 2026-07-02 01:37:42.504 7 INFO neutron.services.segments.plugin [-] Segment b0976b11-2beb-4e63-b8e1-ba44ce0e8ad7 resource provider aggregate not found 2026-07-02 01:37:42.527 7 INFO neutron.services.segments.plugin [-] Segment b0976b11-2beb-4e63-b8e1-ba44ce0e8ad7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b0976b11-2beb-4e63-b8e1-ba44ce0e8ad7 found for delete ", "request_id": "req-d0a78061-8b93-49b4-b7fc-bdcfdb41163e"}]} 2026-07-02 01:37:42.528 7 INFO neutron.services.segments.plugin [-] Segment b0976b11-2beb-4e63-b8e1-ba44ce0e8ad7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b0976b11-2beb-4e63-b8e1-ba44ce0e8ad7 found for delete ", "request_id": "req-b4692711-d1cf-4d60-94b7-d41d842e5383"}]} [pid: 7|app: 0|req: 1113/2215] 199.204.45.23 () {34 vars in 1011 bytes} [Thu Jul 2 01:37:42 2026] GET /v2.0/networks/98c449be-6ed4-4a76-bde3-e717f03dcb63?fields=segments => generated 14 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:37:42.576 8 INFO neutron_taas.services.taas.taas_plugin [None req-586e8ffc-4ff1-46cd-b14c-4b3ce940dfe3 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] TaaS: Handle Delete Port: d72cb465-60f8-4382-8415-8112f87041c2 2026-07-02 01:37:42.579 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-586e8ffc-4ff1-46cd-b14c-4b3ce940dfe3 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Tap Mirror: Handle Delete Port: d72cb465-60f8-4382-8415-8112f87041c2 [pid: 7|app: 0|req: 1114/2216] 199.204.45.23 () {34 vars in 1111 bytes} [Thu Jul 2 01:37:42 2026] GET /v2.0/networks/98c449be-6ed4-4a76-bde3-e717f03dcb63?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-07-02 01:37:42.956 8 INFO neutron.services.segments.plugin [-] Segment dfec626d-8b10-412b-88e1-34e39198ca76 resource provider aggregate not found 2026-07-02 01:37:42.961 8 INFO neutron.services.segments.plugin [-] Segment dfec626d-8b10-412b-88e1-34e39198ca76 resource provider aggregate not found 2026-07-02 01:37:42.975 8 INFO neutron.services.segments.plugin [-] Segment dfec626d-8b10-412b-88e1-34e39198ca76 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dfec626d-8b10-412b-88e1-34e39198ca76 found for delete ", "request_id": "req-9a31d0d9-f5bd-4c90-968a-b58d2eb25474"}]} 2026-07-02 01:37:42.980 8 INFO neutron.services.segments.plugin [-] Segment dfec626d-8b10-412b-88e1-34e39198ca76 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dfec626d-8b10-412b-88e1-34e39198ca76 found for delete ", "request_id": "req-9e630195-a3d9-4420-a434-c3ea52899d13"}]} 2026-07-02 01:37:42.983 8 INFO neutron.db.l3_hamode_db [None req-586e8ffc-4ff1-46cd-b14c-4b3ce940dfe3 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] HA network 083bc92f-e11e-4a11-a096-a341cf80ec59 was deleted as no HA routers are present in tenant a8bcd0e79b4a447d8ecef78bb7a30fda. [pid: 8|app: 0|req: 1103/2217] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:37:42 2026] DELETE /v2.0/routers/92722a18-2e05-48ca-9f97-0c49659e57db => generated 0 bytes in 872 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2218] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:37:42 2026] DELETE /v2.0/subnets/3211fce9-00e7-4955-84e4-96fbb5f91fe9 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:37:43.234 8 INFO neutron_taas.services.taas.taas_plugin [None req-184f4d0f-25b7-4c69-bbef-720cbcce789d b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] TaaS: Handle Delete Port: 04f9a21a-a0d5-4ab8-9d0e-19263d0271c2 2026-07-02 01:37:43.238 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-184f4d0f-25b7-4c69-bbef-720cbcce789d b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Tap Mirror: Handle Delete Port: 04f9a21a-a0d5-4ab8-9d0e-19263d0271c2 [pid: 8|app: 0|req: 1104/2219] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:37:43 2026] DELETE /v2.0/networks/baa9655a-c0e5-48ac-b11e-3d17264fb911 => generated 0 bytes in 311 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2220] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:37:43 2026] GET /v2.0/security-groups?tenant_id=64f9c581317741cab3536d449a5c1954&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2221] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:37:43 2026] DELETE /v2.0/security-groups/1c8cc7d4-1d83-4d6e-8040-1317285a4f78 => 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: 1117/2222] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:37:44 2026] GET /v2.0/security-groups?tenant_id=a8bcd0e79b4a447d8ecef78bb7a30fda&name=default => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2223] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:37:44 2026] DELETE /v2.0/security-groups/bd920df1-0575-46ab-a854-e255802f512a => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2224] 10.0.0.150 () {34 vars in 676 bytes} [Thu Jul 2 01:37:44 2026] POST /v2.0/subnetpools => generated 516 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2225] 10.0.0.150 () {34 vars in 676 bytes} [Thu Jul 2 01:37:44 2026] POST /v2.0/subnetpools => generated 516 bytes in 75 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2226] 10.0.0.150 () {34 vars in 676 bytes} [Thu Jul 2 01:37:44 2026] POST /v2.0/subnetpools => generated 516 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2227] 10.0.0.150 () {34 vars in 676 bytes} [Thu Jul 2 01:37:44 2026] POST /v2.0/subnetpools => generated 516 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:37:44.999 8 INFO neutron.services.segments.plugin [-] Segment c9293fee-d545-4250-935c-bbe84b055c60 resource provider aggregate not found 2026-07-02 01:37:45.004 8 INFO neutron.services.segments.plugin [-] Segment c9293fee-d545-4250-935c-bbe84b055c60 resource provider aggregate not found [pid: 7|app: 0|req: 1120/2228] 10.0.0.150 () {34 vars in 676 bytes} [Thu Jul 2 01:37:44 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) 2026-07-02 01:37:45.023 8 INFO neutron.services.segments.plugin [-] Segment c9293fee-d545-4250-935c-bbe84b055c60 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9293fee-d545-4250-935c-bbe84b055c60 found for delete ", "request_id": "req-c6d628dc-2820-4edf-aac2-0fa46ee31bff"}]} 2026-07-02 01:37:45.024 8 INFO neutron.services.segments.plugin [-] Segment c9293fee-d545-4250-935c-bbe84b055c60 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9293fee-d545-4250-935c-bbe84b055c60 found for delete ", "request_id": "req-38d1bf05-537c-46c6-8acd-83a1290a00cb"}]} [pid: 8|app: 0|req: 1109/2229] 10.0.0.150 () {34 vars in 759 bytes} [Thu Jul 2 01:37:45 2026] PUT /v2.0/subnetpools/8d99c8f3-2327-4aa1-8827-a5aabcb8f64d/tags => generated 17 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2230] 10.0.0.150 () {34 vars in 759 bytes} [Thu Jul 2 01:37:45 2026] PUT /v2.0/subnetpools/f02ce1ac-b8ab-4e38-81dc-6ab41db389af/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2231] 10.0.0.150 () {34 vars in 759 bytes} [Thu Jul 2 01:37:45 2026] PUT /v2.0/subnetpools/4950cecc-ff41-4f15-8f09-29d1dd002dd4/tags => generated 34 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2232] 10.0.0.150 () {34 vars in 759 bytes} [Thu Jul 2 01:37:45 2026] PUT /v2.0/subnetpools/781b03d0-ac3e-425b-9542-f63a9f391914/tags => generated 19 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2233] 10.0.0.150 () {32 vars in 672 bytes} [Thu Jul 2 01:37:45 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2234] 10.0.0.150 () {32 vars in 686 bytes} [Thu Jul 2 01:37:45 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2235] 10.0.0.150 () {32 vars in 682 bytes} [Thu Jul 2 01:37:45 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2236] 10.0.0.150 () {32 vars in 694 bytes} [Thu Jul 2 01:37:45 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2237] 10.0.0.150 () {32 vars in 680 bytes} [Thu Jul 2 01:37:45 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2238] 10.0.0.150 () {32 vars in 694 bytes} [Thu Jul 2 01:37:45 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2239] 10.0.0.150 () {32 vars in 690 bytes} [Thu Jul 2 01:37:45 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2240] 10.0.0.150 () {32 vars in 702 bytes} [Thu Jul 2 01:37:45 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2241] 10.0.0.150 () {32 vars in 732 bytes} [Thu Jul 2 01:37:45 2026] DELETE /v2.0/subnetpools/8d99c8f3-2327-4aa1-8827-a5aabcb8f64d => 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: 1127/2242] 10.0.0.150 () {32 vars in 732 bytes} [Thu Jul 2 01:37:45 2026] DELETE /v2.0/subnetpools/f02ce1ac-b8ab-4e38-81dc-6ab41db389af => 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: 1116/2243] 10.0.0.150 () {32 vars in 732 bytes} [Thu Jul 2 01:37:45 2026] DELETE /v2.0/subnetpools/4950cecc-ff41-4f15-8f09-29d1dd002dd4 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2244] 10.0.0.150 () {32 vars in 732 bytes} [Thu Jul 2 01:37:45 2026] DELETE /v2.0/subnetpools/781b03d0-ac3e-425b-9542-f63a9f391914 => 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: 1117/2245] 10.0.0.150 () {32 vars in 732 bytes} [Thu Jul 2 01:37:45 2026] DELETE /v2.0/subnetpools/87e962e9-dd16-469e-acf6-a95ac224e2ba => 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: 1129/2246] 199.204.45.23 () {34 vars in 985 bytes} [Thu Jul 2 01:37:46 2026] GET /v2.0/networks?id=056a04e8-4e15-4051-878b-38551d9b83f7 => generated 705 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2247] 199.204.45.23 () {34 vars in 1049 bytes} [Thu Jul 2 01:37:46 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d2bdc096e751480e88ada5ec264fc434 => 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: 1119/2248] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:37:46 2026] GET /v2.0/security-groups?tenant_id=723500897aa643149225d083cf3e3d62&name=default => generated 2925 bytes in 322 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2249] 199.204.45.23 () {38 vars in 954 bytes} [Thu Jul 2 01:37:46 2026] POST /v2.0/ports => generated 1183 bytes in 441 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: 1120/2250] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:37:46 2026] DELETE /v2.0/security-groups/07ddd6e1-c476-46fe-a8df-706345045235 => 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: 1121/2251] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:37:47 2026] GET /v2.0/security-groups?tenant_id=8de3c5f5efde45ceb00c5225a6b42e82&name=default => generated 2925 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2252] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:37:47 2026] DELETE /v2.0/security-groups/b22fc744-64b6-42ed-8abc-eafd41a43e30 => 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: 1123/2253] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:37:47 2026] GET /v2.0/ports?device_id=ba1dcd6d-d900-4dd7-98e9-a813f8947ea4 => generated 1198 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2254] 199.204.45.23 () {38 vars in 1027 bytes} [Thu Jul 2 01:37:47 2026] PUT /v2.0/ports/dfb6850e-d104-4b2a-96cd-d9f8bd4f3ce1 => generated 1464 bytes in 424 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2255] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:37:47 2026] GET /v2.0/security-groups?id=aedf47cd-2e22-489f-b95a-16931fede46c&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:37:47.480 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a455b96b-4810-4a00-aa1f-c5d741aa8f38'] response: {'name': 'network-changed', 'server_uuid': 'ba1dcd6d-d900-4dd7-98e9-a813f8947ea4', 'tag': 'dfb6850e-d104-4b2a-96cd-d9f8bd4f3ce1', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1132/2256] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:37:47 2026] GET /v2.0/security-groups?tenant_id=1550f65e0e5544bd87cb59eb07fab67d&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2257] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:37:47 2026] DELETE /v2.0/security-groups/8a5ba5fd-20c3-43be-a3dc-27f5e9530326 => 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: 1133/2258] 10.0.0.12 () {34 vars in 989 bytes} [Thu Jul 2 01:37:47 2026] GET /v2.0/ports?device_id=2ea3f8ef-f2c2-43df-a09b-305f5bca3e74 => generated 1465 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2259] 10.0.0.12 () {34 vars in 1039 bytes} [Thu Jul 2 01:37:47 2026] GET /v2.0/security-groups?id=aedf47cd-2e22-489f-b95a-16931fede46c&fields=id&fields=name => generated 112 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2260] 199.204.45.23 () {34 vars in 1079 bytes} [Thu Jul 2 01:37:47 2026] GET /v2.0/ports?tenant_id=d2bdc096e751480e88ada5ec264fc434&device_id=ba1dcd6d-d900-4dd7-98e9-a813f8947ea4 => generated 1467 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2261] 199.204.45.23 () {34 vars in 1017 bytes} [Thu Jul 2 01:37:48 2026] GET /v2.0/networks?tenant_id=d2bdc096e751480e88ada5ec264fc434&shared=False => generated 2375 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2262] 199.204.45.23 () {34 vars in 929 bytes} [Thu Jul 2 01:37:48 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2263] 10.0.0.150 () {34 vars in 678 bytes} [Thu Jul 2 01:37:48 2026] POST /v2.0/qos/policies => generated 359 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2264] 10.0.0.150 () {34 vars in 678 bytes} [Thu Jul 2 01:37:48 2026] POST /v2.0/qos/policies => generated 359 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2265] 10.0.0.150 () {34 vars in 678 bytes} [Thu Jul 2 01:37:48 2026] POST /v2.0/qos/policies => generated 359 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2266] 10.0.0.150 () {34 vars in 678 bytes} [Thu Jul 2 01:37:48 2026] POST /v2.0/qos/policies => generated 359 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2267] 10.0.0.150 () {34 vars in 678 bytes} [Thu Jul 2 01:37:48 2026] POST /v2.0/qos/policies => generated 359 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2268] 10.0.0.150 () {34 vars in 753 bytes} [Thu Jul 2 01:37:48 2026] PUT /v2.0/policies/908df976-7c52-480e-9062-2513aaadf254/tags => generated 17 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2269] 10.0.0.150 () {34 vars in 753 bytes} [Thu Jul 2 01:37:48 2026] PUT /v2.0/policies/32edc6a8-e68c-49c9-a45f-b5da6d185f76/tags => generated 25 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2270] 10.0.0.150 () {34 vars in 753 bytes} [Thu Jul 2 01:37:49 2026] PUT /v2.0/policies/479f342f-f2ab-4b3c-a62b-11aeee446b52/tags => generated 34 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2271] 10.0.0.150 () {34 vars in 753 bytes} [Thu Jul 2 01:37:49 2026] PUT /v2.0/policies/caa9823c-f314-49db-bc47-65eb25c59e8a/tags => generated 19 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2272] 199.204.45.23 () {34 vars in 1079 bytes} [Thu Jul 2 01:37:49 2026] GET /v2.0/ports?tenant_id=d2bdc096e751480e88ada5ec264fc434&device_id=ba1dcd6d-d900-4dd7-98e9-a813f8947ea4 => generated 1467 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2273] 199.204.45.23 () {34 vars in 1057 bytes} [Thu Jul 2 01:37:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.245&port_id=dfb6850e-d104-4b2a-96cd-d9f8bd4f3ce1 => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2274] 199.204.45.23 () {34 vars in 1103 bytes} [Thu Jul 2 01:37:49 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A15&port_id=dfb6850e-d104-4b2a-96cd-d9f8bd4f3ce1 => generated 19 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2275] 199.204.45.23 () {34 vars in 1063 bytes} [Thu Jul 2 01:37:49 2026] GET /v2.0/subnets?id=f92fc082-9db9-437a-b217-f7f94cbe5ff3&id=a2c62c7c-facf-4b36-ae1b-f8e9ce8ba4ef => generated 1414 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2276] 199.204.45.23 () {34 vars in 1051 bytes} [Thu Jul 2 01:37:49 2026] GET /v2.0/ports?network_id=056a04e8-4e15-4051-878b-38551d9b83f7&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2277] 10.0.0.150 () {32 vars in 674 bytes} [Thu Jul 2 01:37:49 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2278] 199.204.45.23 () {34 vars in 1051 bytes} [Thu Jul 2 01:37:49 2026] GET /v2.0/ports?network_id=056a04e8-4e15-4051-878b-38551d9b83f7&device_owner=network%3Adhcp => generated 1461 bytes in 466 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2279] 10.0.0.150 () {32 vars in 688 bytes} [Thu Jul 2 01:37:49 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2280] 199.204.45.23 () {34 vars in 1011 bytes} [Thu Jul 2 01:37:49 2026] GET /v2.0/networks/056a04e8-4e15-4051-878b-38551d9b83f7?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: 1145/2281] 10.0.0.150 () {32 vars in 684 bytes} [Thu Jul 2 01:37:49 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2282] 199.204.45.23 () {34 vars in 1111 bytes} [Thu Jul 2 01:37:49 2026] GET /v2.0/networks/056a04e8-4e15-4051-878b-38551d9b83f7?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: 1146/2283] 10.0.0.150 () {32 vars in 696 bytes} [Thu Jul 2 01:37:49 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2284] 10.0.0.150 () {32 vars in 682 bytes} [Thu Jul 2 01:37:50 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: 7|app: 0|req: 1147/2285] 10.0.0.150 () {32 vars in 696 bytes} [Thu Jul 2 01:37:50 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2286] 10.0.0.150 () {32 vars in 692 bytes} [Thu Jul 2 01:37:50 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2287] 10.0.0.150 () {32 vars in 704 bytes} [Thu Jul 2 01:37:50 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2288] 10.0.0.150 () {32 vars in 734 bytes} [Thu Jul 2 01:37:50 2026] DELETE /v2.0/qos/policies/908df976-7c52-480e-9062-2513aaadf254 => 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: 1149/2289] 10.0.0.150 () {32 vars in 734 bytes} [Thu Jul 2 01:37:50 2026] DELETE /v2.0/qos/policies/32edc6a8-e68c-49c9-a45f-b5da6d185f76 => 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: 1141/2290] 10.0.0.150 () {32 vars in 734 bytes} [Thu Jul 2 01:37:50 2026] DELETE /v2.0/qos/policies/479f342f-f2ab-4b3c-a62b-11aeee446b52 => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2291] 10.0.0.150 () {32 vars in 734 bytes} [Thu Jul 2 01:37:50 2026] DELETE /v2.0/qos/policies/caa9823c-f314-49db-bc47-65eb25c59e8a => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2292] 10.0.0.150 () {32 vars in 734 bytes} [Thu Jul 2 01:37:50 2026] DELETE /v2.0/qos/policies/a4f22662-dadc-4509-99bd-4dc0dcc0155e => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2293] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:37:51 2026] GET /v2.0/security-groups?tenant_id=50105d3fd8dc4a3eb0951728691b88ce&name=default => generated 2925 bytes in 345 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2294] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:37:51 2026] DELETE /v2.0/security-groups/fea49f1c-f8c2-4753-8f52-960fa9229ad9 => 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: 1152/2295] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:37:51 2026] GET /v2.0/security-groups?tenant_id=e338a01aba63415f96cbb9cac66417dd&name=default => generated 2925 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2296] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:37:52 2026] DELETE /v2.0/security-groups/145d6970-5fa7-4bed-86bc-f92268f42af2 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:37:52.409 7 INFO neutron.db.segments_db [None req-7c8bdc52-094a-4878-9082-2a62a87f689c 9a6a345655f34d3c9802a616e7ac9d89 bb6b9e8cfe554f95ab76ec618d386118 - - default default] Added segment b6bb8058-df35-4541-a5fe-d0f0ae39313c of type vxlan for network e020bcb9-01d7-42cf-acb4-22fd9926df7f [pid: 7|app: 0|req: 1153/2299] 10.0.0.150 () {34 vars in 670 bytes} [Thu Jul 2 01:37:52 2026] POST /v2.0/networks => generated 631 bytes in 325 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2300] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:37:52 2026] GET /v2.0/security-groups?tenant_id=49bfc457c8964146b3af7d764dfdfdde&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2301] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:37:52 2026] DELETE /v2.0/security-groups/04fb6ad8-69fa-4e3a-8b65-1881d011f3ec => 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: 1149/2302] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:37:52 2026] GET /v2.0/ports?device_id=ba1dcd6d-d900-4dd7-98e9-a813f8947ea4 => generated 1200 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2303] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:37:52 2026] GET /v2.0/security-groups?id=aedf47cd-2e22-489f-b95a-16931fede46c&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: 1154/2304] 10.0.0.150 () {34 vars in 664 bytes} [Thu Jul 2 01:37:52 2026] POST /v2.0/ports => generated 743 bytes in 349 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2305] 10.0.0.150 () {34 vars in 666 bytes} [Thu Jul 2 01:37:52 2026] POST /v2.0/trunks => generated 407 bytes in 165 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-07-02 01:37:53.095 7 INFO neutron.db.segments_db [None req-78bea879-910b-4632-bc74-24fe005ae327 9a6a345655f34d3c9802a616e7ac9d89 bb6b9e8cfe554f95ab76ec618d386118 - - default default] Added segment 661814e7-223f-4970-afd4-c491811ab262 of type vxlan for network 75d2be8a-4109-4dad-841d-fe8fd4bb70da [pid: 7|app: 0|req: 1155/2306] 10.0.0.150 () {34 vars in 670 bytes} [Thu Jul 2 01:37:53 2026] POST /v2.0/networks => generated 632 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2307] 10.0.0.150 () {34 vars in 664 bytes} [Thu Jul 2 01:37:53 2026] POST /v2.0/ports => generated 743 bytes in 387 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2308] 10.0.0.150 () {34 vars in 666 bytes} [Thu Jul 2 01:37:53 2026] POST /v2.0/trunks => generated 407 bytes in 283 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 01:37:53.965 8 INFO neutron.db.segments_db [None req-e394cbf5-0e45-4e6b-b59a-215f6908030e 9a6a345655f34d3c9802a616e7ac9d89 bb6b9e8cfe554f95ab76ec618d386118 - - default default] Added segment 635e6c60-f6b1-443a-8af5-31bdc553d4e4 of type vxlan for network e34e2001-db49-40a9-a9cf-15ce6ed4e352 [pid: 8|app: 0|req: 1153/2309] 10.0.0.150 () {34 vars in 670 bytes} [Thu Jul 2 01:37:53 2026] POST /v2.0/networks => generated 631 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2310] 10.0.0.150 () {34 vars in 664 bytes} [Thu Jul 2 01:37:54 2026] POST /v2.0/ports => generated 743 bytes in 329 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2311] 10.0.0.150 () {34 vars in 666 bytes} [Thu Jul 2 01:37:54 2026] POST /v2.0/trunks => generated 407 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 01:37:54.643 7 INFO neutron.db.segments_db [None req-fa5da4ee-1baf-417e-86ed-25528dce8344 9a6a345655f34d3c9802a616e7ac9d89 bb6b9e8cfe554f95ab76ec618d386118 - - default default] Added segment 5099b4bf-66bd-4573-ab01-07ae83e7dfac of type vxlan for network 4434891b-9e8b-471d-8cca-1b32ee4bfeea [pid: 7|app: 0|req: 1158/2312] 10.0.0.150 () {34 vars in 670 bytes} [Thu Jul 2 01:37:54 2026] POST /v2.0/networks => generated 631 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2313] 10.0.0.150 () {34 vars in 664 bytes} [Thu Jul 2 01:37:54 2026] POST /v2.0/ports => generated 743 bytes in 368 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2314] 10.0.0.150 () {34 vars in 666 bytes} [Thu Jul 2 01:37:55 2026] POST /v2.0/trunks => generated 407 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 01:37:55.311 8 INFO neutron.db.segments_db [None req-0bda5f6d-fad2-4298-961e-01b266914dab 9a6a345655f34d3c9802a616e7ac9d89 bb6b9e8cfe554f95ab76ec618d386118 - - default default] Added segment 277e5cdd-1cc1-4c83-831a-52a98e3d9e21 of type vxlan for network 0d7c3d81-585f-42fa-aea0-cc1a7156b9dd [pid: 8|app: 0|req: 1156/2315] 10.0.0.150 () {34 vars in 670 bytes} [Thu Jul 2 01:37:55 2026] POST /v2.0/networks => generated 631 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2316] 10.0.0.150 () {34 vars in 664 bytes} [Thu Jul 2 01:37:55 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) [pid: 8|app: 0|req: 1157/2317] 10.0.0.150 () {34 vars in 666 bytes} [Thu Jul 2 01:37:55 2026] POST /v2.0/trunks => generated 407 bytes in 184 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: 1161/2318] 10.0.0.150 () {34 vars in 749 bytes} [Thu Jul 2 01:37:55 2026] PUT /v2.0/trunks/4ddf5bf0-0ac8-407a-a68e-61a95ca3fee6/tags => generated 17 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2319] 10.0.0.150 () {34 vars in 749 bytes} [Thu Jul 2 01:37:55 2026] PUT /v2.0/trunks/358d61a5-4992-47fd-9ef1-0a2c04742e70/tags => generated 25 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2320] 10.0.0.150 () {34 vars in 749 bytes} [Thu Jul 2 01:37:55 2026] PUT /v2.0/trunks/7aa313ee-dfed-445f-9d2f-a6a9ca81206d/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: 1159/2321] 10.0.0.150 () {34 vars in 749 bytes} [Thu Jul 2 01:37:56 2026] PUT /v2.0/trunks/ed692c4c-aef7-4508-878c-4e91eea48989/tags => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2322] 10.0.0.150 () {32 vars in 662 bytes} [Thu Jul 2 01:37:56 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2323] 10.0.0.150 () {32 vars in 676 bytes} [Thu Jul 2 01:37:56 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2324] 10.0.0.150 () {32 vars in 672 bytes} [Thu Jul 2 01:37:56 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2325] 10.0.0.150 () {32 vars in 684 bytes} [Thu Jul 2 01:37:56 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: 7|app: 0|req: 1165/2326] 10.0.0.150 () {32 vars in 670 bytes} [Thu Jul 2 01:37:56 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2327] 10.0.0.150 () {32 vars in 684 bytes} [Thu Jul 2 01:37:56 2026] GET /v2.0/trunks?not-tags=red%2Cblue => 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: 1166/2328] 10.0.0.150 () {32 vars in 680 bytes} [Thu Jul 2 01:37:56 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2329] 10.0.0.150 () {32 vars in 692 bytes} [Thu Jul 2 01:37:56 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2330] 10.0.0.150 () {32 vars in 719 bytes} [Thu Jul 2 01:37:56 2026] GET /v2.0/trunks/4ddf5bf0-0ac8-407a-a68e-61a95ca3fee6 => generated 412 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2331] 10.0.0.150 () {32 vars in 717 bytes} [Thu Jul 2 01:37:56 2026] GET /v2.0/ports/103c5c2e-802c-433e-b71a-4195a0247aaa => generated 826 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2332] 10.0.0.150 () {32 vars in 722 bytes} [Thu Jul 2 01:37:56 2026] DELETE /v2.0/trunks/4ddf5bf0-0ac8-407a-a68e-61a95ca3fee6 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2333] 10.0.0.150 () {32 vars in 719 bytes} [Thu Jul 2 01:37:56 2026] GET /v2.0/trunks/358d61a5-4992-47fd-9ef1-0a2c04742e70 => generated 420 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2334] 10.0.0.150 () {32 vars in 717 bytes} [Thu Jul 2 01:37:56 2026] GET /v2.0/ports/d4168dd0-351f-46a5-b766-05df57c6a8b1 => generated 826 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2335] 10.0.0.150 () {32 vars in 722 bytes} [Thu Jul 2 01:37:56 2026] DELETE /v2.0/trunks/358d61a5-4992-47fd-9ef1-0a2c04742e70 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2336] 10.0.0.150 () {32 vars in 719 bytes} [Thu Jul 2 01:37:56 2026] GET /v2.0/trunks/7aa313ee-dfed-445f-9d2f-a6a9ca81206d => generated 429 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2337] 10.0.0.150 () {32 vars in 717 bytes} [Thu Jul 2 01:37:56 2026] GET /v2.0/ports/83dcc2f5-a036-4cb0-bdfe-9d24a5759327 => generated 826 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2338] 10.0.0.150 () {32 vars in 722 bytes} [Thu Jul 2 01:37:56 2026] DELETE /v2.0/trunks/7aa313ee-dfed-445f-9d2f-a6a9ca81206d => 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: 1169/2339] 10.0.0.150 () {32 vars in 719 bytes} [Thu Jul 2 01:37:56 2026] GET /v2.0/trunks/ed692c4c-aef7-4508-878c-4e91eea48989 => generated 414 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2340] 10.0.0.150 () {32 vars in 717 bytes} [Thu Jul 2 01:37:56 2026] GET /v2.0/ports/7e3f8937-3867-4d3b-aec5-d941ce17789b => generated 826 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:37:57.029 7 INFO neutron.db.segments_db [None req-044d6b61-fd2c-4dbf-9a30-24ca04084232 6ec1d920b13f476e805197a7652b73c0 308474f7c7974041a8cc2c438a955a82 - - default default] Added segment 753447f7-4568-4410-a73e-72d9eb3ccc8b of type vxlan for network 17ce306d-6e75-40ee-af2a-0b10d7c7f96a [pid: 8|app: 0|req: 1171/2341] 10.0.0.150 () {32 vars in 722 bytes} [Thu Jul 2 01:37:57 2026] DELETE /v2.0/trunks/ed692c4c-aef7-4508-878c-4e91eea48989 => 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: 1172/2342] 10.0.0.150 () {32 vars in 719 bytes} [Thu Jul 2 01:37:57 2026] GET /v2.0/trunks/097b945c-e17c-473e-8849-f89ddb38fd33 => generated 407 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2343] 10.0.0.150 () {32 vars in 717 bytes} [Thu Jul 2 01:37:57 2026] GET /v2.0/ports/4c28cbb9-92cd-46d7-87ed-7e06996871ba => generated 826 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2344] 10.0.0.150 () {32 vars in 722 bytes} [Thu Jul 2 01:37:57 2026] DELETE /v2.0/trunks/097b945c-e17c-473e-8849-f89ddb38fd33 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:37:57.294 7 INFO neutron.db.l3_hamode_db [None req-044d6b61-fd2c-4dbf-9a30-24ca04084232 6ec1d920b13f476e805197a7652b73c0 308474f7c7974041a8cc2c438a955a82 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 01:37:57.371 8 INFO neutron_taas.services.taas.taas_plugin [None req-6e9304ec-dd82-4c12-ab00-c58961907779 9a6a345655f34d3c9802a616e7ac9d89 bb6b9e8cfe554f95ab76ec618d386118 - - default default] TaaS: Handle Delete Port: 103c5c2e-802c-433e-b71a-4195a0247aaa 2026-07-02 01:37:57.375 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6e9304ec-dd82-4c12-ab00-c58961907779 9a6a345655f34d3c9802a616e7ac9d89 bb6b9e8cfe554f95ab76ec618d386118 - - default default] Tap Mirror: Handle Delete Port: 103c5c2e-802c-433e-b71a-4195a0247aaa 2026-07-02 01:37:57.419 7 INFO neutron.db.l3_hamode_db [None req-044d6b61-fd2c-4dbf-9a30-24ca04084232 6ec1d920b13f476e805197a7652b73c0 308474f7c7974041a8cc2c438a955a82 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1175/2345] 10.0.0.150 () {32 vars in 720 bytes} [Thu Jul 2 01:37:57 2026] DELETE /v2.0/ports/103c5c2e-802c-433e-b71a-4195a0247aaa => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:37:57.568 8 INFO neutron_taas.services.taas.taas_plugin [None req-2bb3e668-248d-47f7-a677-0e2106feaf8f 9a6a345655f34d3c9802a616e7ac9d89 bb6b9e8cfe554f95ab76ec618d386118 - - default default] TaaS: Handle Delete Port: d4168dd0-351f-46a5-b766-05df57c6a8b1 2026-07-02 01:37:57.571 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2bb3e668-248d-47f7-a677-0e2106feaf8f 9a6a345655f34d3c9802a616e7ac9d89 bb6b9e8cfe554f95ab76ec618d386118 - - default default] Tap Mirror: Handle Delete Port: d4168dd0-351f-46a5-b766-05df57c6a8b1 [pid: 8|app: 0|req: 1176/2346] 10.0.0.150 () {32 vars in 720 bytes} [Thu Jul 2 01:37:57 2026] DELETE /v2.0/ports/d4168dd0-351f-46a5-b766-05df57c6a8b1 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:37:57.751 8 INFO neutron_taas.services.taas.taas_plugin [None req-7f694927-d261-42c1-8f7a-c283e0a90a90 9a6a345655f34d3c9802a616e7ac9d89 bb6b9e8cfe554f95ab76ec618d386118 - - default default] TaaS: Handle Delete Port: 83dcc2f5-a036-4cb0-bdfe-9d24a5759327 2026-07-02 01:37:57.754 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7f694927-d261-42c1-8f7a-c283e0a90a90 9a6a345655f34d3c9802a616e7ac9d89 bb6b9e8cfe554f95ab76ec618d386118 - - default default] Tap Mirror: Handle Delete Port: 83dcc2f5-a036-4cb0-bdfe-9d24a5759327 [pid: 8|app: 0|req: 1177/2347] 10.0.0.150 () {32 vars in 720 bytes} [Thu Jul 2 01:37:57 2026] DELETE /v2.0/ports/83dcc2f5-a036-4cb0-bdfe-9d24a5759327 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2348] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:37:57 2026] GET /v2.0/ports?device_id=ba1dcd6d-d900-4dd7-98e9-a813f8947ea4 => generated 1200 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:37:58.019 8 INFO neutron_taas.services.taas.taas_plugin [None req-2285203f-c5e8-4b03-89ea-d3e23fc75dbb 9a6a345655f34d3c9802a616e7ac9d89 bb6b9e8cfe554f95ab76ec618d386118 - - default default] TaaS: Handle Delete Port: 7e3f8937-3867-4d3b-aec5-d941ce17789b 2026-07-02 01:37:58.022 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2285203f-c5e8-4b03-89ea-d3e23fc75dbb 9a6a345655f34d3c9802a616e7ac9d89 bb6b9e8cfe554f95ab76ec618d386118 - - default default] Tap Mirror: Handle Delete Port: 7e3f8937-3867-4d3b-aec5-d941ce17789b [pid: 7|app: 0|req: 1171/2349] 10.0.0.150 () {34 vars in 668 bytes} [Thu Jul 2 01:37:56 2026] POST /v2.0/routers => generated 474 bytes in 1210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2350] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:37:58 2026] GET /v2.0/security-groups?id=aedf47cd-2e22-489f-b95a-16931fede46c&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: 8|app: 0|req: 1179/2351] 10.0.0.150 () {32 vars in 720 bytes} [Thu Jul 2 01:37:57 2026] DELETE /v2.0/ports/7e3f8937-3867-4d3b-aec5-d941ce17789b => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:37:58.122 7 INFO neutron.db.l3_hamode_db [None req-f2bfaf23-8fda-495e-90f0-b2a2c157e529 6ec1d920b13f476e805197a7652b73c0 308474f7c7974041a8cc2c438a955a82 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1180/2352] 10.0.0.150 () {32 vars in 818 bytes} [Thu Jul 2 01:37:58 2026] GET /v2.0/ports?network_id=056a04e8-4e15-4051-878b-38551d9b83f7&mac_address=fa%3A16%3A3e%3Aa7%3A3b%3Ab6 => generated 1200 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:37:58.227 8 INFO neutron_taas.services.taas.taas_plugin [None req-03f713b0-bde5-4369-a933-2a3d509bb2e9 9a6a345655f34d3c9802a616e7ac9d89 bb6b9e8cfe554f95ab76ec618d386118 - - default default] TaaS: Handle Delete Port: 4c28cbb9-92cd-46d7-87ed-7e06996871ba 2026-07-02 01:37:58.231 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-03f713b0-bde5-4369-a933-2a3d509bb2e9 9a6a345655f34d3c9802a616e7ac9d89 bb6b9e8cfe554f95ab76ec618d386118 - - default default] Tap Mirror: Handle Delete Port: 4c28cbb9-92cd-46d7-87ed-7e06996871ba 2026-07-02 01:37:58.243 7 INFO neutron.db.l3_hamode_db [None req-f2bfaf23-8fda-495e-90f0-b2a2c157e529 6ec1d920b13f476e805197a7652b73c0 308474f7c7974041a8cc2c438a955a82 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1181/2353] 10.0.0.150 () {32 vars in 720 bytes} [Thu Jul 2 01:37:58 2026] DELETE /v2.0/ports/4c28cbb9-92cd-46d7-87ed-7e06996871ba => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2354] 10.0.0.150 () {34 vars in 668 bytes} [Thu Jul 2 01:37:58 2026] POST /v2.0/routers => generated 474 bytes in 804 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:37:58.988 7 INFO neutron.services.segments.plugin [-] Segment b6bb8058-df35-4541-a5fe-d0f0ae39313c resource provider aggregate not found 2026-07-02 01:37:58.993 7 INFO neutron.services.segments.plugin [-] Segment b6bb8058-df35-4541-a5fe-d0f0ae39313c resource provider aggregate not found 2026-07-02 01:37:59.007 7 INFO neutron.services.segments.plugin [-] Segment b6bb8058-df35-4541-a5fe-d0f0ae39313c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b6bb8058-df35-4541-a5fe-d0f0ae39313c found for delete ", "request_id": "req-222bc832-9c8a-484f-a292-19d88c5b4f76"}]} 2026-07-02 01:37:59.007 7 INFO neutron.services.segments.plugin [-] Segment b6bb8058-df35-4541-a5fe-d0f0ae39313c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b6bb8058-df35-4541-a5fe-d0f0ae39313c found for delete ", "request_id": "req-a77927e0-03c0-47d2-ad60-4d9918d56526"}]} [pid: 7|app: 0|req: 1174/2355] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:37:58 2026] DELETE /v2.0/networks/e020bcb9-01d7-42cf-acb4-22fd9926df7f => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:37:59.065 7 INFO neutron.db.l3_hamode_db [None req-bd8f1d19-4fd7-44bd-8cf9-7ca16175e32f 6ec1d920b13f476e805197a7652b73c0 308474f7c7974041a8cc2c438a955a82 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 01:37:59.117 8 INFO neutron.db.l3_db [None req-2b759be4-34c9-4ae7-9def-ec1641021333 820bf0b0cca340e98c0c80ecdc5a552d d2bdc096e751480e88ada5ec264fc434 - - default default] Floating IP a18370a4-9ff2-4d36-9f2c-d3c22be297a2 associated. External IP: 10.96.250.220, port: dfb6850e-d104-4b2a-96cd-d9f8bd4f3ce1. 2026-07-02 01:37:59.192 7 INFO neutron.db.l3_hamode_db [None req-bd8f1d19-4fd7-44bd-8cf9-7ca16175e32f 6ec1d920b13f476e805197a7652b73c0 308474f7c7974041a8cc2c438a955a82 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1182/2356] 10.0.0.150 () {34 vars in 677 bytes} [Thu Jul 2 01:37:58 2026] POST /v2.0/floatingips => generated 855 bytes in 1159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:37:59.523 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-42c74c94-af34-4789-85c2-95a3d0a6678e'] response: {'name': 'network-changed', 'server_uuid': 'ba1dcd6d-d900-4dd7-98e9-a813f8947ea4', 'tag': 'dfb6850e-d104-4b2a-96cd-d9f8bd4f3ce1', 'status': 'completed', 'code': 200} 2026-07-02 01:37:59.612 8 INFO neutron.services.segments.plugin [-] Segment 661814e7-223f-4970-afd4-c491811ab262 resource provider aggregate not found 2026-07-02 01:37:59.618 8 INFO neutron.services.segments.plugin [-] Segment 661814e7-223f-4970-afd4-c491811ab262 resource provider aggregate not found 2026-07-02 01:37:59.637 8 INFO neutron.services.segments.plugin [-] Segment 661814e7-223f-4970-afd4-c491811ab262 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 661814e7-223f-4970-afd4-c491811ab262 found for delete ", "request_id": "req-7351a0c3-d040-49b6-b7e7-53bc91fd4612"}]} 2026-07-02 01:37:59.638 8 INFO neutron.services.segments.plugin [-] Segment 661814e7-223f-4970-afd4-c491811ab262 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 661814e7-223f-4970-afd4-c491811ab262 found for delete ", "request_id": "req-f3bf88f4-381b-4be3-8bdd-e2be8f29aa4c"}]} [pid: 8|app: 0|req: 1183/2357] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:37:59 2026] DELETE /v2.0/networks/75d2be8a-4109-4dad-841d-fe8fd4bb70da => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2358] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:37:59 2026] DELETE /v2.0/networks/e34e2001-db49-40a9-a9cf-15ce6ed4e352 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2359] 10.0.0.150 () {34 vars in 668 bytes} [Thu Jul 2 01:37:59 2026] POST /v2.0/routers => generated 474 bytes in 786 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:37:59.875 7 INFO neutron.db.l3_hamode_db [None req-188a7de6-35e6-4d5e-916e-83b449d3639e 6ec1d920b13f476e805197a7652b73c0 308474f7c7974041a8cc2c438a955a82 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1185/2360] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:37:59 2026] DELETE /v2.0/networks/4434891b-9e8b-471d-8cca-1b32ee4bfeea => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:37:59.995 7 INFO neutron.db.l3_hamode_db [None req-188a7de6-35e6-4d5e-916e-83b449d3639e 6ec1d920b13f476e805197a7652b73c0 308474f7c7974041a8cc2c438a955a82 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1186/2361] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:37:59 2026] DELETE /v2.0/networks/0d7c3d81-585f-42fa-aea0-cc1a7156b9dd => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2362] 199.204.45.23 () {34 vars in 1079 bytes} [Thu Jul 2 01:38:00 2026] GET /v2.0/ports?tenant_id=d2bdc096e751480e88ada5ec264fc434&device_id=ba1dcd6d-d900-4dd7-98e9-a813f8947ea4 => generated 1469 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2363] 199.204.45.23 () {34 vars in 985 bytes} [Thu Jul 2 01:38:00 2026] GET /v2.0/networks?id=056a04e8-4e15-4051-878b-38551d9b83f7 => generated 801 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2364] 199.204.45.23 () {34 vars in 1057 bytes} [Thu Jul 2 01:38:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.245&port_id=dfb6850e-d104-4b2a-96cd-d9f8bd4f3ce1 => generated 858 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2365] 199.204.45.23 () {34 vars in 1103 bytes} [Thu Jul 2 01:38:00 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A15&port_id=dfb6850e-d104-4b2a-96cd-d9f8bd4f3ce1 => 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: 1191/2366] 199.204.45.23 () {34 vars in 1063 bytes} [Thu Jul 2 01:38:00 2026] GET /v2.0/subnets?id=f92fc082-9db9-437a-b217-f7f94cbe5ff3&id=a2c62c7c-facf-4b36-ae1b-f8e9ce8ba4ef => generated 1414 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2367] 199.204.45.23 () {34 vars in 1051 bytes} [Thu Jul 2 01:38:00 2026] GET /v2.0/ports?network_id=056a04e8-4e15-4051-878b-38551d9b83f7&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: 1193/2368] 199.204.45.23 () {34 vars in 1051 bytes} [Thu Jul 2 01:38:00 2026] GET /v2.0/ports?network_id=056a04e8-4e15-4051-878b-38551d9b83f7&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: 1194/2369] 199.204.45.23 () {34 vars in 1011 bytes} [Thu Jul 2 01:38:00 2026] GET /v2.0/networks/056a04e8-4e15-4051-878b-38551d9b83f7?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2370] 199.204.45.23 () {34 vars in 1111 bytes} [Thu Jul 2 01:38:00 2026] GET /v2.0/networks/056a04e8-4e15-4051-878b-38551d9b83f7?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: 1176/2371] 10.0.0.150 () {34 vars in 668 bytes} [Thu Jul 2 01:37:59 2026] POST /v2.0/routers => generated 474 bytes in 762 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:38:00.639 8 INFO neutron.db.l3_hamode_db [None req-a7ca74e2-c3b2-441a-834e-aa76abfbda47 6ec1d920b13f476e805197a7652b73c0 308474f7c7974041a8cc2c438a955a82 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 01:38:00.763 8 INFO neutron.db.l3_hamode_db [None req-a7ca74e2-c3b2-441a-834e-aa76abfbda47 6ec1d920b13f476e805197a7652b73c0 308474f7c7974041a8cc2c438a955a82 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1177/2372] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:38:00 2026] GET /v2.0/security-groups?tenant_id=6e1c607d1e4841e89e3c366fe4fe54d2&name=default => generated 2929 bytes in 351 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2373] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:38:01 2026] DELETE /v2.0/security-groups/a2375fde-3892-4f35-a3a6-194a5da6d062 => 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: 1196/2374] 10.0.0.150 () {34 vars in 668 bytes} [Thu Jul 2 01:38:00 2026] POST /v2.0/routers => generated 474 bytes in 857 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2375] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:38:01 2026] GET /v2.0/security-groups?tenant_id=f30dc74bc3d649448c99b4ffeefe6342&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2376] 10.0.0.150 () {34 vars in 751 bytes} [Thu Jul 2 01:38:01 2026] PUT /v2.0/routers/ff6beb6c-b25b-42de-82b0-2920e793ab2d/tags => generated 17 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2377] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:38:01 2026] DELETE /v2.0/security-groups/c0e6ff41-825e-434c-91a0-16c3fb7ea5ef => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:38:01.662 8 INFO neutron.services.segments.plugin [-] Segment 635e6c60-f6b1-443a-8af5-31bdc553d4e4 resource provider aggregate not found 2026-07-02 01:38:01.682 8 INFO neutron.services.segments.plugin [-] Segment 635e6c60-f6b1-443a-8af5-31bdc553d4e4 resource provider aggregate not found 2026-07-02 01:38:01.716 8 INFO neutron.services.segments.plugin [-] Segment 635e6c60-f6b1-443a-8af5-31bdc553d4e4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 635e6c60-f6b1-443a-8af5-31bdc553d4e4 found for delete ", "request_id": "req-7c7e239e-c7c7-4383-9adc-330fe0982676"}]} 2026-07-02 01:38:01.717 8 INFO neutron.services.segments.plugin [-] Segment 635e6c60-f6b1-443a-8af5-31bdc553d4e4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 635e6c60-f6b1-443a-8af5-31bdc553d4e4 found for delete ", "request_id": "req-e63443cf-7097-434b-b3ac-a5f9a323e8b4"}]} 2026-07-02 01:38:01.750 8 INFO neutron.services.segments.plugin [-] Segment 5099b4bf-66bd-4573-ab01-07ae83e7dfac resource provider aggregate not found 2026-07-02 01:38:01.756 8 INFO neutron.services.segments.plugin [-] Segment 5099b4bf-66bd-4573-ab01-07ae83e7dfac resource provider aggregate not found 2026-07-02 01:38:01.773 8 INFO neutron.services.segments.plugin [-] Segment 5099b4bf-66bd-4573-ab01-07ae83e7dfac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5099b4bf-66bd-4573-ab01-07ae83e7dfac found for delete ", "request_id": "req-29664392-21d6-4a6d-a764-dc4b9922096f"}]} 2026-07-02 01:38:01.773 8 INFO neutron.services.segments.plugin [-] Segment 5099b4bf-66bd-4573-ab01-07ae83e7dfac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5099b4bf-66bd-4573-ab01-07ae83e7dfac found for delete ", "request_id": "req-0df804c1-bb34-4ef7-8a1d-60452147655d"}]} [pid: 8|app: 0|req: 1198/2378] 10.0.0.150 () {34 vars in 751 bytes} [Thu Jul 2 01:38:01 2026] PUT /v2.0/routers/801cdec1-0937-493c-a03d-6c2d8ee9731e/tags => generated 25 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:38:01.792 8 INFO neutron.services.segments.plugin [-] Segment 277e5cdd-1cc1-4c83-831a-52a98e3d9e21 resource provider aggregate not found 2026-07-02 01:38:01.800 8 INFO neutron.services.segments.plugin [-] Segment 277e5cdd-1cc1-4c83-831a-52a98e3d9e21 resource provider aggregate not found 2026-07-02 01:38:01.809 8 INFO neutron.services.segments.plugin [-] Segment 277e5cdd-1cc1-4c83-831a-52a98e3d9e21 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 277e5cdd-1cc1-4c83-831a-52a98e3d9e21 found for delete ", "request_id": "req-cb25fa3d-3d1d-4532-ac03-5481d13fd64d"}]} 2026-07-02 01:38:01.814 8 INFO neutron.services.segments.plugin [-] Segment 277e5cdd-1cc1-4c83-831a-52a98e3d9e21 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 277e5cdd-1cc1-4c83-831a-52a98e3d9e21 found for delete ", "request_id": "req-86632b13-60b4-467b-b44b-8d019d9d6dd4"}]} [pid: 8|app: 0|req: 1199/2379] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:38:01 2026] GET /v2.0/security-groups?tenant_id=bb6b9e8cfe554f95ab76ec618d386118&name=default => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2380] 10.0.0.150 () {34 vars in 751 bytes} [Thu Jul 2 01:38:01 2026] PUT /v2.0/routers/8769e87c-4679-4b52-a49c-f36b28bf61d1/tags => generated 34 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2381] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:38:01 2026] DELETE /v2.0/security-groups/216b17cc-1a47-4fea-bfe2-9d8716ceb793 => 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: 1182/2382] 10.0.0.150 () {34 vars in 751 bytes} [Thu Jul 2 01:38:01 2026] PUT /v2.0/routers/c0e4ac6a-1823-45eb-b463-46bb435d1d72/tags => generated 19 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2383] 10.0.0.150 () {32 vars in 664 bytes} [Thu Jul 2 01:38:02 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2384] 10.0.0.150 () {32 vars in 678 bytes} [Thu Jul 2 01:38:02 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2385] 10.0.0.150 () {32 vars in 674 bytes} [Thu Jul 2 01:38:02 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2386] 10.0.0.150 () {32 vars in 686 bytes} [Thu Jul 2 01:38:02 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2387] 10.0.0.150 () {32 vars in 672 bytes} [Thu Jul 2 01:38:02 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2388] 10.0.0.150 () {32 vars in 686 bytes} [Thu Jul 2 01:38:02 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2389] 10.0.0.150 () {32 vars in 682 bytes} [Thu Jul 2 01:38:02 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: 7|app: 0|req: 1186/2390] 10.0.0.150 () {32 vars in 694 bytes} [Thu Jul 2 01:38:02 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2391] 10.0.0.150 () {32 vars in 721 bytes} [Thu Jul 2 01:38:02 2026] GET /v2.0/routers/ff6beb6c-b25b-42de-82b0-2920e793ab2d => generated 485 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2392] 10.0.0.150 () {34 vars in 742 bytes} [Thu Jul 2 01:38:02 2026] PUT /v2.0/routers/ff6beb6c-b25b-42de-82b0-2920e793ab2d => generated 485 bytes in 485 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2393] 10.0.0.150 () {32 vars in 736 bytes} [Thu Jul 2 01:38:03 2026] GET /v2.0/ports?device_id=ff6beb6c-b25b-42de-82b0-2920e793ab2d => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:38:03.474 7 INFO neutron_taas.services.taas.taas_plugin [None req-1a104532-4795-4409-acf4-4e19422f59b0 6ec1d920b13f476e805197a7652b73c0 308474f7c7974041a8cc2c438a955a82 - - default default] TaaS: Handle Delete Port: 1224ca62-4c62-400b-82cf-8c967f3b1a20 2026-07-02 01:38:03.477 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1a104532-4795-4409-acf4-4e19422f59b0 6ec1d920b13f476e805197a7652b73c0 308474f7c7974041a8cc2c438a955a82 - - default default] Tap Mirror: Handle Delete Port: 1224ca62-4c62-400b-82cf-8c967f3b1a20 [pid: 7|app: 0|req: 1188/2394] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:38:03 2026] DELETE /v2.0/routers/ff6beb6c-b25b-42de-82b0-2920e793ab2d => generated 0 bytes in 360 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2395] 10.0.0.150 () {32 vars in 721 bytes} [Thu Jul 2 01:38:03 2026] GET /v2.0/routers/801cdec1-0937-493c-a03d-6c2d8ee9731e => generated 493 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2396] 10.0.0.150 () {34 vars in 742 bytes} [Thu Jul 2 01:38:03 2026] PUT /v2.0/routers/801cdec1-0937-493c-a03d-6c2d8ee9731e => generated 493 bytes in 512 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2397] 10.0.0.150 () {32 vars in 736 bytes} [Thu Jul 2 01:38:04 2026] GET /v2.0/ports?device_id=801cdec1-0937-493c-a03d-6c2d8ee9731e => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:38:04.452 7 INFO neutron_taas.services.taas.taas_plugin [None req-f7dc59a9-ba5f-498c-82ab-15eda23e824d 6ec1d920b13f476e805197a7652b73c0 308474f7c7974041a8cc2c438a955a82 - - default default] TaaS: Handle Delete Port: 8d5f1f9b-7fa6-4cf0-a8fe-27bf76f3dd56 2026-07-02 01:38:04.456 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f7dc59a9-ba5f-498c-82ab-15eda23e824d 6ec1d920b13f476e805197a7652b73c0 308474f7c7974041a8cc2c438a955a82 - - default default] Tap Mirror: Handle Delete Port: 8d5f1f9b-7fa6-4cf0-a8fe-27bf76f3dd56 [pid: 7|app: 0|req: 1190/2398] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:38:04 2026] DELETE /v2.0/routers/801cdec1-0937-493c-a03d-6c2d8ee9731e => generated 0 bytes in 380 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2399] 10.0.0.150 () {32 vars in 721 bytes} [Thu Jul 2 01:38:04 2026] GET /v2.0/routers/8769e87c-4679-4b52-a49c-f36b28bf61d1 => generated 502 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2400] 10.0.0.150 () {34 vars in 742 bytes} [Thu Jul 2 01:38:04 2026] PUT /v2.0/routers/8769e87c-4679-4b52-a49c-f36b28bf61d1 => generated 502 bytes in 515 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2401] 10.0.0.150 () {32 vars in 736 bytes} [Thu Jul 2 01:38:05 2026] GET /v2.0/ports?device_id=8769e87c-4679-4b52-a49c-f36b28bf61d1 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:38:05.427 7 INFO neutron_taas.services.taas.taas_plugin [None req-1284ea96-549d-46d8-857b-ac34ca0fe577 6ec1d920b13f476e805197a7652b73c0 308474f7c7974041a8cc2c438a955a82 - - default default] TaaS: Handle Delete Port: d36ced6c-1bf7-4b77-af39-81332c4fcc5e 2026-07-02 01:38:05.429 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1284ea96-549d-46d8-857b-ac34ca0fe577 6ec1d920b13f476e805197a7652b73c0 308474f7c7974041a8cc2c438a955a82 - - default default] Tap Mirror: Handle Delete Port: d36ced6c-1bf7-4b77-af39-81332c4fcc5e [pid: 7|app: 0|req: 1193/2402] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:38:05 2026] DELETE /v2.0/routers/8769e87c-4679-4b52-a49c-f36b28bf61d1 => generated 0 bytes in 369 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2403] 10.0.0.150 () {32 vars in 721 bytes} [Thu Jul 2 01:38:05 2026] GET /v2.0/routers/c0e4ac6a-1823-45eb-b463-46bb435d1d72 => generated 487 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2404] 10.0.0.150 () {34 vars in 676 bytes} [Thu Jul 2 01:38:05 2026] POST /v2.0/floatingips => generated 552 bytes in 747 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2405] 10.0.0.12 () {34 vars in 989 bytes} [Thu Jul 2 01:38:05 2026] GET /v2.0/ports?device_id=ba1dcd6d-d900-4dd7-98e9-a813f8947ea4 => generated 1469 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2406] 10.0.0.150 () {34 vars in 759 bytes} [Thu Jul 2 01:38:05 2026] PUT /v2.0/floatingips/9c9c1c98-e8a3-4be9-86c8-f9e842aa491f/tags => generated 25 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2407] 10.0.0.12 () {34 vars in 1039 bytes} [Thu Jul 2 01:38:05 2026] GET /v2.0/security-groups?id=aedf47cd-2e22-489f-b95a-16931fede46c&fields=id&fields=name => generated 112 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2408] 10.0.0.150 () {32 vars in 739 bytes} [Thu Jul 2 01:38:06 2026] GET /v2.0/floatingips/9c9c1c98-e8a3-4be9-86c8-f9e842aa491f/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: 1215/2409] 10.0.0.150 () {34 vars in 770 bytes} [Thu Jul 2 01:38:06 2026] PUT /v2.0/floatingips/9c9c1c98-e8a3-4be9-86c8-f9e842aa491f/tags/green => generated 4 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2410] 10.0.0.150 () {32 vars in 739 bytes} [Thu Jul 2 01:38:06 2026] GET /v2.0/floatingips/9c9c1c98-e8a3-4be9-86c8-f9e842aa491f/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2411] 10.0.0.150 () {34 vars in 766 bytes} [Thu Jul 2 01:38:06 2026] PUT /v2.0/floatingips/9c9c1c98-e8a3-4be9-86c8-f9e842aa491f/tags/red => generated 4 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2412] 10.0.0.150 () {32 vars in 739 bytes} [Thu Jul 2 01:38:06 2026] GET /v2.0/floatingips/9c9c1c98-e8a3-4be9-86c8-f9e842aa491f/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2413] 10.0.0.150 () {34 vars in 788 bytes} [Thu Jul 2 01:38:06 2026] PUT /v2.0/floatingips/9c9c1c98-e8a3-4be9-86c8-f9e842aa491f/tags/black.or.white => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2414] 10.0.0.150 () {32 vars in 739 bytes} [Thu Jul 2 01:38:06 2026] GET /v2.0/floatingips/9c9c1c98-e8a3-4be9-86c8-f9e842aa491f/tags => generated 52 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2415] 10.0.0.150 () {34 vars in 759 bytes} [Thu Jul 2 01:38:06 2026] PUT /v2.0/floatingips/9c9c1c98-e8a3-4be9-86c8-f9e842aa491f/tags => generated 37 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2416] 10.0.0.150 () {32 vars in 739 bytes} [Thu Jul 2 01:38:06 2026] GET /v2.0/floatingips/9c9c1c98-e8a3-4be9-86c8-f9e842aa491f/tags => generated 37 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2417] 10.0.0.150 () {32 vars in 747 bytes} [Thu Jul 2 01:38:06 2026] GET /v2.0/floatingips/9c9c1c98-e8a3-4be9-86c8-f9e842aa491f/tags/red => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:38:06.613 8 INFO neutron.api.v2.resource [None req-ea977b41-cd51-4ef4-9465-730c20f80577 d456011ef84547afaab389912cf02ebc 932a3cf0185f479bb9c22b5cd6c6720f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1224/2418] 10.0.0.150 () {32 vars in 751 bytes} [Thu Jul 2 01:38:06 2026] GET /v2.0/floatingips/9c9c1c98-e8a3-4be9-86c8-f9e842aa491f/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: 1225/2419] 10.0.0.150 () {32 vars in 750 bytes} [Thu Jul 2 01:38:06 2026] DELETE /v2.0/floatingips/9c9c1c98-e8a3-4be9-86c8-f9e842aa491f/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2420] 10.0.0.150 () {32 vars in 739 bytes} [Thu Jul 2 01:38:06 2026] GET /v2.0/floatingips/9c9c1c98-e8a3-4be9-86c8-f9e842aa491f/tags => generated 30 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2421] 10.0.0.150 () {34 vars in 742 bytes} [Thu Jul 2 01:38:05 2026] PUT /v2.0/routers/c0e4ac6a-1823-45eb-b463-46bb435d1d72 => generated 487 bytes in 1049 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:38:06.744 8 INFO neutron.api.v2.resource [None req-68785d8e-9440-4776-a2d6-c160f43eb618 d456011ef84547afaab389912cf02ebc 932a3cf0185f479bb9c22b5cd6c6720f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1227/2422] 10.0.0.150 () {32 vars in 754 bytes} [Thu Jul 2 01:38:06 2026] DELETE /v2.0/floatingips/9c9c1c98-e8a3-4be9-86c8-f9e842aa491f/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2423] 10.0.0.150 () {32 vars in 736 bytes} [Thu Jul 2 01:38:06 2026] GET /v2.0/ports?device_id=c0e4ac6a-1823-45eb-b463-46bb435d1d72 => 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: 1228/2424] 10.0.0.150 () {32 vars in 742 bytes} [Thu Jul 2 01:38:06 2026] DELETE /v2.0/floatingips/9c9c1c98-e8a3-4be9-86c8-f9e842aa491f/tags => 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: 1229/2425] 10.0.0.150 () {32 vars in 739 bytes} [Thu Jul 2 01:38:06 2026] GET /v2.0/floatingips/9c9c1c98-e8a3-4be9-86c8-f9e842aa491f/tags => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:38:06.927 7 INFO neutron_taas.services.taas.taas_plugin [None req-0af128c3-ef29-41ae-bfe1-c3fed1d306c6 6ec1d920b13f476e805197a7652b73c0 308474f7c7974041a8cc2c438a955a82 - - default default] TaaS: Handle Delete Port: 4b7b7562-5d89-4f63-b5d9-9ffa26de9a43 2026-07-02 01:38:06.930 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0af128c3-ef29-41ae-bfe1-c3fed1d306c6 6ec1d920b13f476e805197a7652b73c0 308474f7c7974041a8cc2c438a955a82 - - default default] Tap Mirror: Handle Delete Port: 4b7b7562-5d89-4f63-b5d9-9ffa26de9a43 2026-07-02 01:38:06.950 8 INFO neutron_taas.services.taas.taas_plugin [None req-75f94ada-642e-4ec9-8861-52a00eb2006f d456011ef84547afaab389912cf02ebc 932a3cf0185f479bb9c22b5cd6c6720f - - default default] TaaS: Handle Delete Port: 680c079f-b2b4-4897-9d9c-73e5679adbc2 2026-07-02 01:38:06.954 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-75f94ada-642e-4ec9-8861-52a00eb2006f d456011ef84547afaab389912cf02ebc 932a3cf0185f479bb9c22b5cd6c6720f - - default default] Tap Mirror: Handle Delete Port: 680c079f-b2b4-4897-9d9c-73e5679adbc2 [pid: 8|app: 0|req: 1230/2426] 10.0.0.150 () {32 vars in 732 bytes} [Thu Jul 2 01:38:06 2026] DELETE /v2.0/floatingips/9c9c1c98-e8a3-4be9-86c8-f9e842aa491f => generated 0 bytes in 270 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2427] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:38:06 2026] DELETE /v2.0/routers/c0e4ac6a-1823-45eb-b463-46bb435d1d72 => generated 0 bytes in 350 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2428] 10.0.0.150 () {32 vars in 721 bytes} [Thu Jul 2 01:38:07 2026] GET /v2.0/routers/43467e98-a62d-4ac9-ab7e-308961caa1dc => generated 480 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2431] 10.0.0.150 () {34 vars in 742 bytes} [Thu Jul 2 01:38:07 2026] PUT /v2.0/routers/43467e98-a62d-4ac9-ab7e-308961caa1dc => generated 480 bytes in 504 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2432] 10.0.0.150 () {32 vars in 736 bytes} [Thu Jul 2 01:38:07 2026] GET /v2.0/ports?device_id=43467e98-a62d-4ac9-ab7e-308961caa1dc => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:38:07.939 7 INFO neutron_taas.services.taas.taas_plugin [None req-b8a05e62-98c5-4a23-b5d1-5b1d424f9bda 6ec1d920b13f476e805197a7652b73c0 308474f7c7974041a8cc2c438a955a82 - - default default] TaaS: Handle Delete Port: 8df92b8b-081b-4f4f-80ac-997cdcb3767f 2026-07-02 01:38:07.941 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b8a05e62-98c5-4a23-b5d1-5b1d424f9bda 6ec1d920b13f476e805197a7652b73c0 308474f7c7974041a8cc2c438a955a82 - - default default] Tap Mirror: Handle Delete Port: 8df92b8b-081b-4f4f-80ac-997cdcb3767f [pid: 8|app: 0|req: 1235/2433] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:38:07 2026] GET /v2.0/security-groups?tenant_id=edaf863019574428b9652eac3af0fe8c&name=default => generated 2929 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2434] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:38:08 2026] DELETE /v2.0/security-groups/3c01aa67-5208-4a3a-b882-c24476189a25 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:38:08.256 7 INFO neutron.services.segments.plugin [-] Segment 753447f7-4568-4410-a73e-72d9eb3ccc8b resource provider aggregate not found 2026-07-02 01:38:08.267 7 INFO neutron.services.segments.plugin [-] Segment 753447f7-4568-4410-a73e-72d9eb3ccc8b resource provider aggregate not found 2026-07-02 01:38:08.274 7 INFO neutron.services.segments.plugin [-] Segment 753447f7-4568-4410-a73e-72d9eb3ccc8b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 753447f7-4568-4410-a73e-72d9eb3ccc8b found for delete ", "request_id": "req-1da63a6c-232c-408b-bc9d-a842ed2cc4a7"}]} 2026-07-02 01:38:08.285 7 INFO neutron.services.segments.plugin [-] Segment 753447f7-4568-4410-a73e-72d9eb3ccc8b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 753447f7-4568-4410-a73e-72d9eb3ccc8b found for delete ", "request_id": "req-3c5505d6-0f3b-4b8a-b647-f173d088f06d"}]} 2026-07-02 01:38:08.292 7 INFO neutron.db.l3_hamode_db [None req-b8a05e62-98c5-4a23-b5d1-5b1d424f9bda 6ec1d920b13f476e805197a7652b73c0 308474f7c7974041a8cc2c438a955a82 - - default default] HA network 17ce306d-6e75-40ee-af2a-0b10d7c7f96a was deleted as no HA routers are present in tenant 308474f7c7974041a8cc2c438a955a82. [pid: 7|app: 0|req: 1199/2435] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:38:07 2026] DELETE /v2.0/routers/43467e98-a62d-4ac9-ab7e-308961caa1dc => generated 0 bytes in 564 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2436] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:38:08 2026] GET /v2.0/security-groups?tenant_id=932a3cf0185f479bb9c22b5cd6c6720f&name=default => generated 2929 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2437] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:38:08 2026] DELETE /v2.0/security-groups/b8275ca1-2b7d-4e0d-931b-580c7de9d0d5 => 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: 1238/2438] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:38:09 2026] GET /v2.0/security-groups?tenant_id=14c8c00800b0494899f1afc44c4ca66e&name=default => generated 2929 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2439] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:38:09 2026] DELETE /v2.0/security-groups/2ed682a8-1aa7-4e00-83d0-a1f03b5f448e => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2440] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:38:09 2026] GET /v2.0/security-groups?tenant_id=1f42b0c78599465dbe7b08645821f9b7&name=default => generated 2929 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2441] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:38:09 2026] DELETE /v2.0/security-groups/96cad85b-441c-4c45-9b9c-2ad82f60bac5 => 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: 1240/2442] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:38:09 2026] GET /v2.0/security-groups?tenant_id=308474f7c7974041a8cc2c438a955a82&name=default => generated 2929 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2443] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:38:10 2026] DELETE /v2.0/security-groups/bf608168-ec4f-4224-9732-efb33184022e => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2444] 10.0.0.150 () {34 vars in 676 bytes} [Thu Jul 2 01:38:11 2026] POST /v2.0/subnetpools => generated 516 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2445] 10.0.0.150 () {34 vars in 759 bytes} [Thu Jul 2 01:38:11 2026] PUT /v2.0/subnetpools/37d85c7b-8ab9-4660-992a-5249c792ffc2/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2446] 10.0.0.150 () {32 vars in 739 bytes} [Thu Jul 2 01:38:11 2026] GET /v2.0/subnetpools/37d85c7b-8ab9-4660-992a-5249c792ffc2/tags => generated 25 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2447] 10.0.0.150 () {34 vars in 770 bytes} [Thu Jul 2 01:38:12 2026] PUT /v2.0/subnetpools/37d85c7b-8ab9-4660-992a-5249c792ffc2/tags/green => generated 4 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2448] 10.0.0.150 () {32 vars in 739 bytes} [Thu Jul 2 01:38:12 2026] GET /v2.0/subnetpools/37d85c7b-8ab9-4660-992a-5249c792ffc2/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2449] 10.0.0.150 () {34 vars in 766 bytes} [Thu Jul 2 01:38:12 2026] PUT /v2.0/subnetpools/37d85c7b-8ab9-4660-992a-5249c792ffc2/tags/red => 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: 1244/2450] 10.0.0.150 () {32 vars in 739 bytes} [Thu Jul 2 01:38:12 2026] GET /v2.0/subnetpools/37d85c7b-8ab9-4660-992a-5249c792ffc2/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: 1207/2451] 10.0.0.150 () {34 vars in 788 bytes} [Thu Jul 2 01:38:12 2026] PUT /v2.0/subnetpools/37d85c7b-8ab9-4660-992a-5249c792ffc2/tags/black.or.white => generated 4 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2452] 10.0.0.150 () {32 vars in 739 bytes} [Thu Jul 2 01:38:12 2026] GET /v2.0/subnetpools/37d85c7b-8ab9-4660-992a-5249c792ffc2/tags => generated 52 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2453] 10.0.0.150 () {34 vars in 759 bytes} [Thu Jul 2 01:38:12 2026] PUT /v2.0/subnetpools/37d85c7b-8ab9-4660-992a-5249c792ffc2/tags => generated 37 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2454] 10.0.0.150 () {32 vars in 739 bytes} [Thu Jul 2 01:38:12 2026] GET /v2.0/subnetpools/37d85c7b-8ab9-4660-992a-5249c792ffc2/tags => generated 37 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2455] 10.0.0.150 () {32 vars in 747 bytes} [Thu Jul 2 01:38:12 2026] GET /v2.0/subnetpools/37d85c7b-8ab9-4660-992a-5249c792ffc2/tags/red => generated 0 bytes in 24 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:38:12.429 8 INFO neutron.api.v2.resource [None req-d2fa6e1a-e00c-4853-aa40-aa6c4597dc43 566e83af76474024bee2af9fb0f6da6d 90d1652366d84cc59dcb3a70323b1230 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1247/2456] 10.0.0.150 () {32 vars in 751 bytes} [Thu Jul 2 01:38:12 2026] GET /v2.0/subnetpools/37d85c7b-8ab9-4660-992a-5249c792ffc2/tags/green => generated 99 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2457] 10.0.0.150 () {32 vars in 750 bytes} [Thu Jul 2 01:38:12 2026] DELETE /v2.0/subnetpools/37d85c7b-8ab9-4660-992a-5249c792ffc2/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: 1248/2458] 10.0.0.150 () {32 vars in 739 bytes} [Thu Jul 2 01:38:12 2026] GET /v2.0/subnetpools/37d85c7b-8ab9-4660-992a-5249c792ffc2/tags => generated 30 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:38:12.541 7 INFO neutron.api.v2.resource [None req-0becbe9a-ca5b-4e6e-9d74-cbf2b7ad5696 566e83af76474024bee2af9fb0f6da6d 90d1652366d84cc59dcb3a70323b1230 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1211/2459] 10.0.0.150 () {32 vars in 754 bytes} [Thu Jul 2 01:38:12 2026] DELETE /v2.0/subnetpools/37d85c7b-8ab9-4660-992a-5249c792ffc2/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2460] 10.0.0.150 () {32 vars in 742 bytes} [Thu Jul 2 01:38:12 2026] DELETE /v2.0/subnetpools/37d85c7b-8ab9-4660-992a-5249c792ffc2/tags => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2461] 10.0.0.150 () {32 vars in 739 bytes} [Thu Jul 2 01:38:12 2026] GET /v2.0/subnetpools/37d85c7b-8ab9-4660-992a-5249c792ffc2/tags => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2462] 10.0.0.150 () {32 vars in 732 bytes} [Thu Jul 2 01:38:12 2026] DELETE /v2.0/subnetpools/37d85c7b-8ab9-4660-992a-5249c792ffc2 => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2463] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:38:13 2026] GET /v2.0/security-groups?tenant_id=90d1652366d84cc59dcb3a70323b1230&name=default => generated 2929 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2464] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:38:13 2026] GET /v2.0/security-groups?tenant_id=9cab6414b94a40d28f49c785ef645531&name=default => generated 2929 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2465] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:38:13 2026] DELETE /v2.0/security-groups/55974dcb-88dd-4dd7-888b-21cd2dd1c7d7 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2466] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:38:13 2026] DELETE /v2.0/security-groups/e568a206-71aa-4e69-9afd-2c864ec41e37 => 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: 1215/2467] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:38:13 2026] GET /v2.0/security-groups?tenant_id=70a78fdb58674342ba97009ce1b7aecd&name=default => generated 2929 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2468] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:38:13 2026] DELETE /v2.0/security-groups/09b889d5-97c2-4dc7-b346-e37980197096 => 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: 1253/2469] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:38:13 2026] GET /v2.0/security-groups?tenant_id=64774f66e7264d9aa5cf5a8478dba391&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2470] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:38:14 2026] DELETE /v2.0/security-groups/d5143898-96bd-433b-8b50-3ec15b1132ca => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:38:17.340 8 INFO neutron.db.segments_db [None req-c9e9de1e-47ab-45df-8401-dc6ac547b6a1 912786a2a7d345b9afc1c4ec1908e160 30fb49fa6c8a4a27a744530d02c2dd1b - - default default] Added segment 11646792-1bbb-4a21-908d-5a10e0dde46f of type vxlan for network 05b4c70b-9407-41c3-ac9a-010f922bd8cb [pid: 8|app: 0|req: 1254/2471] 10.0.0.150 () {34 vars in 670 bytes} [Thu Jul 2 01:38:17 2026] POST /v2.0/networks => generated 632 bytes in 349 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2472] 10.0.0.150 () {34 vars in 669 bytes} [Thu Jul 2 01:38:17 2026] POST /v2.0/subnets => generated 626 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2473] 10.0.0.150 () {34 vars in 751 bytes} [Thu Jul 2 01:38:17 2026] PUT /v2.0/subnets/dc9bc6f5-6da6-41c4-9629-f1d32b4708e1/tags => generated 25 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2474] 10.0.0.150 () {32 vars in 731 bytes} [Thu Jul 2 01:38:17 2026] GET /v2.0/subnets/dc9bc6f5-6da6-41c4-9629-f1d32b4708e1/tags => generated 25 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2475] 10.0.0.150 () {34 vars in 762 bytes} [Thu Jul 2 01:38:17 2026] PUT /v2.0/subnets/dc9bc6f5-6da6-41c4-9629-f1d32b4708e1/tags/green => generated 4 bytes in 77 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2476] 10.0.0.150 () {32 vars in 731 bytes} [Thu Jul 2 01:38:17 2026] GET /v2.0/subnets/dc9bc6f5-6da6-41c4-9629-f1d32b4708e1/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2477] 10.0.0.150 () {34 vars in 758 bytes} [Thu Jul 2 01:38:17 2026] PUT /v2.0/subnets/dc9bc6f5-6da6-41c4-9629-f1d32b4708e1/tags/red => generated 4 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2478] 10.0.0.150 () {32 vars in 731 bytes} [Thu Jul 2 01:38:18 2026] GET /v2.0/subnets/dc9bc6f5-6da6-41c4-9629-f1d32b4708e1/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2479] 10.0.0.150 () {34 vars in 780 bytes} [Thu Jul 2 01:38:18 2026] PUT /v2.0/subnets/dc9bc6f5-6da6-41c4-9629-f1d32b4708e1/tags/black.or.white => generated 4 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2480] 10.0.0.150 () {32 vars in 731 bytes} [Thu Jul 2 01:38:18 2026] GET /v2.0/subnets/dc9bc6f5-6da6-41c4-9629-f1d32b4708e1/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: 1259/2481] 10.0.0.150 () {34 vars in 751 bytes} [Thu Jul 2 01:38:18 2026] PUT /v2.0/subnets/dc9bc6f5-6da6-41c4-9629-f1d32b4708e1/tags => generated 37 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2482] 10.0.0.150 () {32 vars in 731 bytes} [Thu Jul 2 01:38:18 2026] GET /v2.0/subnets/dc9bc6f5-6da6-41c4-9629-f1d32b4708e1/tags => generated 37 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2483] 10.0.0.150 () {32 vars in 739 bytes} [Thu Jul 2 01:38:18 2026] GET /v2.0/subnets/dc9bc6f5-6da6-41c4-9629-f1d32b4708e1/tags/red => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:38:18.395 7 INFO neutron.api.v2.resource [None req-8315c101-4c41-4606-873d-797928473710 912786a2a7d345b9afc1c4ec1908e160 30fb49fa6c8a4a27a744530d02c2dd1b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1224/2484] 10.0.0.150 () {32 vars in 743 bytes} [Thu Jul 2 01:38:18 2026] GET /v2.0/subnets/dc9bc6f5-6da6-41c4-9629-f1d32b4708e1/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: 1261/2485] 10.0.0.150 () {32 vars in 742 bytes} [Thu Jul 2 01:38:18 2026] DELETE /v2.0/subnets/dc9bc6f5-6da6-41c4-9629-f1d32b4708e1/tags/red => 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: 1225/2486] 10.0.0.150 () {32 vars in 731 bytes} [Thu Jul 2 01:38:18 2026] GET /v2.0/subnets/dc9bc6f5-6da6-41c4-9629-f1d32b4708e1/tags => generated 30 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:38:18.552 8 INFO neutron.api.v2.resource [None req-6e4e02f7-9476-4192-a8f0-f067aeee154f 912786a2a7d345b9afc1c4ec1908e160 30fb49fa6c8a4a27a744530d02c2dd1b - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1262/2487] 10.0.0.150 () {32 vars in 746 bytes} [Thu Jul 2 01:38:18 2026] DELETE /v2.0/subnets/dc9bc6f5-6da6-41c4-9629-f1d32b4708e1/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2488] 10.0.0.150 () {32 vars in 734 bytes} [Thu Jul 2 01:38:18 2026] DELETE /v2.0/subnets/dc9bc6f5-6da6-41c4-9629-f1d32b4708e1/tags => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2489] 10.0.0.150 () {32 vars in 731 bytes} [Thu Jul 2 01:38:18 2026] GET /v2.0/subnets/dc9bc6f5-6da6-41c4-9629-f1d32b4708e1/tags => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2490] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:38:18 2026] DELETE /v2.0/subnets/dc9bc6f5-6da6-41c4-9629-f1d32b4708e1 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:38:18.985 8 INFO neutron_taas.services.taas.taas_plugin [None req-e12b0102-8ca6-42ce-839c-5855d87e0c01 912786a2a7d345b9afc1c4ec1908e160 30fb49fa6c8a4a27a744530d02c2dd1b - - default default] TaaS: Handle Delete Port: dd59390b-32ce-434c-a1f1-d13eabce3eb0 2026-07-02 01:38:18.992 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e12b0102-8ca6-42ce-839c-5855d87e0c01 912786a2a7d345b9afc1c4ec1908e160 30fb49fa6c8a4a27a744530d02c2dd1b - - default default] Tap Mirror: Handle Delete Port: dd59390b-32ce-434c-a1f1-d13eabce3eb0 2026-07-02 01:38:19.173 8 INFO neutron.services.segments.plugin [-] Segment 11646792-1bbb-4a21-908d-5a10e0dde46f resource provider aggregate not found 2026-07-02 01:38:19.180 8 INFO neutron.services.segments.plugin [-] Segment 11646792-1bbb-4a21-908d-5a10e0dde46f resource provider aggregate not found 2026-07-02 01:38:19.197 8 INFO neutron.services.segments.plugin [-] Segment 11646792-1bbb-4a21-908d-5a10e0dde46f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 11646792-1bbb-4a21-908d-5a10e0dde46f found for delete ", "request_id": "req-8b70c7fe-ee37-4650-95ae-83663b87402a"}]} 2026-07-02 01:38:19.200 8 INFO neutron.services.segments.plugin [-] Segment 11646792-1bbb-4a21-908d-5a10e0dde46f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 11646792-1bbb-4a21-908d-5a10e0dde46f found for delete ", "request_id": "req-bbaa57ba-3470-4515-83bc-6db88347fef8"}]} [pid: 8|app: 0|req: 1264/2491] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:38:18 2026] DELETE /v2.0/networks/05b4c70b-9407-41c3-ac9a-010f922bd8cb => generated 0 bytes in 342 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2492] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:38:19 2026] GET /v2.0/security-groups?tenant_id=30fb49fa6c8a4a27a744530d02c2dd1b&name=default => generated 2929 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2493] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:38:20 2026] DELETE /v2.0/security-groups/ecd5f3fb-6dde-41f5-ba11-dc7cc33b9452 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2494] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:38:20 2026] GET /v2.0/security-groups?tenant_id=c148cd557c4348c1be92f964f8f5dd2c&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2495] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:38:20 2026] DELETE /v2.0/security-groups/908c9dc1-b8ca-4047-a11e-37d8188bad6a => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2496] 10.0.0.150 () {32 vars in 721 bytes} [Thu Jul 2 01:38:21 2026] GET /v2.0/subnets/3ba900a9-d884-4eb4-ab69-51b493364eae => 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: 1232/2499] 10.0.0.21 () {30 vars in 689 bytes} [Thu Jul 2 01:38:22 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2500] 10.0.0.21 () {30 vars in 691 bytes} [Thu Jul 2 01:38:22 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: 1233/2501] 10.0.0.21 () {30 vars in 667 bytes} [Thu Jul 2 01:38:22 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: 1269/2502] 10.0.0.21 () {30 vars in 703 bytes} [Thu Jul 2 01:38:22 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: 1234/2503] 10.0.0.21 () {28 vars in 438 bytes} [Thu Jul 2 01:38:23 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: 1270/2504] 10.0.0.21 () {30 vars in 727 bytes} [Thu Jul 2 01:38:23 2026] GET /v2.0/subnets/3ba900a9-d884-4eb4-ab69-51b493364eae => generated 658 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2505] 10.0.0.21 () {30 vars in 689 bytes} [Thu Jul 2 01:38:23 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2506] 10.0.0.21 () {30 vars in 691 bytes} [Thu Jul 2 01:38:23 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2507] 10.0.0.21 () {30 vars in 667 bytes} [Thu Jul 2 01:38:23 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: 1272/2508] 10.0.0.21 () {30 vars in 703 bytes} [Thu Jul 2 01:38:23 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2509] 10.0.0.21 () {30 vars in 727 bytes} [Thu Jul 2 01:38:23 2026] GET /v2.0/subnets/3ba900a9-d884-4eb4-ab69-51b493364eae => 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: 1273/2510] 10.0.0.21 () {30 vars in 689 bytes} [Thu Jul 2 01:38:23 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2511] 10.0.0.21 () {30 vars in 691 bytes} [Thu Jul 2 01:38:23 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2512] 10.0.0.21 () {30 vars in 667 bytes} [Thu Jul 2 01:38:23 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2513] 10.0.0.21 () {30 vars in 703 bytes} [Thu Jul 2 01:38:23 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: 1275/2514] 10.0.0.21 () {30 vars in 729 bytes} [Thu Jul 2 01:38:23 2026] GET /v2.0/networks/62b1dd2c-b08c-4d3a-b9b7-862132a1fa8e => generated 799 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2515] 10.0.0.21 () {30 vars in 681 bytes} [Thu Jul 2 01:38:23 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2516] 10.0.0.21 () {34 vars in 703 bytes} [Thu Jul 2 01:38:23 2026] POST /v2.0/ports => generated 1128 bytes in 328 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2517] 199.204.45.23 () {30 vars in 702 bytes} [Thu Jul 2 01:38:26 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1277/2518] 199.204.45.23 () {30 vars in 704 bytes} [Thu Jul 2 01:38:26 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2519] 199.204.45.23 () {30 vars in 680 bytes} [Thu Jul 2 01:38:26 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2520] 199.204.45.23 () {30 vars in 716 bytes} [Thu Jul 2 01:38:26 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: 1243/2521] 199.204.45.23 () {30 vars in 736 bytes} [Thu Jul 2 01:38:26 2026] GET /v2.0/ports/ab20d5d3-4a0f-4037-bfb5-297a8f78f0dc => generated 1128 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2522] 199.204.45.23 () {30 vars in 702 bytes} [Thu Jul 2 01:38: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: 7|app: 0|req: 1244/2523] 199.204.45.23 () {30 vars in 704 bytes} [Thu Jul 2 01:38:27 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: 1280/2524] 199.204.45.23 () {30 vars in 680 bytes} [Thu Jul 2 01:38:27 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2525] 199.204.45.23 () {30 vars in 716 bytes} [Thu Jul 2 01:38:27 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-07-02 01:38:27.134 8 INFO neutron.api.v2.resource [None req-d1310124-e71c-4568-aa00-eb699e0e0fb2 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1281/2526] 199.204.45.23 () {30 vars in 762 bytes} [Thu Jul 2 01:38:27 2026] GET /v2.0/security-groups/lb-6a7942d6-7ab0-4070-ae30-de671af6f888 => generated 149 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2527] 199.204.45.23 () {30 vars in 784 bytes} [Thu Jul 2 01:38:27 2026] GET /v2.0/security-groups?name=lb-6a7942d6-7ab0-4070-ae30-de671af6f888 => generated 23 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2528] 199.204.45.23 () {34 vars in 735 bytes} [Thu Jul 2 01:38:27 2026] POST /v2.0/security-groups => generated 1638 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2529] 199.204.45.23 () {30 vars in 814 bytes} [Thu Jul 2 01:38:27 2026] GET /v2.0/security-group-rules?security_group_id=37a27142-319c-4c2c-b8eb-1f9a44424ab6 => generated 1182 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2530] 199.204.45.23 () {34 vars in 788 bytes} [Thu Jul 2 01:38:27 2026] PUT /v2.0/ports/ab20d5d3-4a0f-4037-bfb5-297a8f78f0dc => generated 1128 bytes in 187 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2531] 199.204.45.23 () {30 vars in 702 bytes} [Thu Jul 2 01:38:27 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1284/2532] 199.204.45.23 () {30 vars in 704 bytes} [Thu Jul 2 01:38:27 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2533] 199.204.45.23 () {30 vars in 680 bytes} [Thu Jul 2 01:38:27 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: 1285/2534] 199.204.45.23 () {30 vars in 716 bytes} [Thu Jul 2 01:38:27 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2535] 199.204.45.23 () {30 vars in 740 bytes} [Thu Jul 2 01:38:27 2026] GET /v2.0/subnets/3ba900a9-d884-4eb4-ab69-51b493364eae => 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: 1286/2536] 10.0.0.126 () {34 vars in 1016 bytes} [Thu Jul 2 01:38:34 2026] GET /v2.0/security-groups?id=21e448e0-5325-4265-b922-a4d63a2760e0&fields=id => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2537] 10.0.0.126 () {34 vars in 982 bytes} [Thu Jul 2 01:38:34 2026] GET /v2.0/networks?id=b8436720-0f07-46db-887a-138a1198db2d => generated 735 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2538] 10.0.0.126 () {34 vars in 965 bytes} [Thu Jul 2 01:38:34 2026] GET /v2.0/quotas/7eb38567d24945bf897faa0c111c2692 => generated 291 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2539] 10.0.0.126 () {34 vars in 1002 bytes} [Thu Jul 2 01:38:35 2026] GET /v2.0/ports?tenant_id=7eb38567d24945bf897faa0c111c2692&fields=id => generated 149 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2540] 10.0.0.126 () {34 vars in 1008 bytes} [Thu Jul 2 01:38:35 2026] GET /v2.0/networks/b8436720-0f07-46db-887a-138a1198db2d?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: 1253/2541] 10.0.0.126 () {34 vars in 1108 bytes} [Thu Jul 2 01:38:35 2026] GET /v2.0/networks/b8436720-0f07-46db-887a-138a1198db2d?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: 1289/2542] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:38:35 2026] GET /v2.0/ports?device_id=1abba873-9856-43eb-8cb6-bb7a1f9d2ae0 => 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: 1254/2543] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:38:35 2026] GET /v2.0/ports?device_id=1abba873-9856-43eb-8cb6-bb7a1f9d2ae0 => 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: 1256/2546] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:38:38 2026] GET /v2.0/ports?device_id=1abba873-9856-43eb-8cb6-bb7a1f9d2ae0 => 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: 1291/2547] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:38:38 2026] GET /v2.0/ports?device_id=1abba873-9856-43eb-8cb6-bb7a1f9d2ae0 => 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: 1257/2548] 199.204.45.23 () {34 vars in 985 bytes} [Thu Jul 2 01:38:39 2026] GET /v2.0/networks?id=b8436720-0f07-46db-887a-138a1198db2d => generated 735 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2549] 199.204.45.23 () {34 vars in 1049 bytes} [Thu Jul 2 01:38:39 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=7eb38567d24945bf897faa0c111c2692 => generated 343 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2550] 199.204.45.23 () {38 vars in 954 bytes} [Thu Jul 2 01:38:39 2026] POST /v2.0/ports => generated 1078 bytes in 353 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2551] 199.204.45.23 () {38 vars in 1027 bytes} [Thu Jul 2 01:38:40 2026] PUT /v2.0/ports/07b47a35-0fbe-4dce-a910-ceea5d75c441 => generated 1239 bytes in 405 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:38:40.650 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b0e549cc-4c22-41fe-a605-ed071c0b9040'] response: {'name': 'network-changed', 'server_uuid': '1abba873-9856-43eb-8cb6-bb7a1f9d2ae0', 'tag': '07b47a35-0fbe-4dce-a910-ceea5d75c441', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1259/2552] 199.204.45.23 () {34 vars in 1079 bytes} [Thu Jul 2 01:38:41 2026] GET /v2.0/ports?tenant_id=7eb38567d24945bf897faa0c111c2692&device_id=1abba873-9856-43eb-8cb6-bb7a1f9d2ae0 => generated 1242 bytes in 39 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: 1294/2553] 199.204.45.23 () {34 vars in 1017 bytes} [Thu Jul 2 01:38:41 2026] GET /v2.0/networks?tenant_id=7eb38567d24945bf897faa0c111c2692&shared=False => generated 735 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2554] 199.204.45.23 () {34 vars in 929 bytes} [Thu Jul 2 01:38:41 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2555] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:38:41 2026] GET /v2.0/ports?device_id=1abba873-9856-43eb-8cb6-bb7a1f9d2ae0 => generated 1242 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2556] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:38:41 2026] GET /v2.0/security-groups?id=21e448e0-5325-4265-b922-a4d63a2760e0&fields=id&fields=name => generated 96 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2557] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:38:41 2026] GET /v2.0/ports?device_id=1abba873-9856-43eb-8cb6-bb7a1f9d2ae0 => generated 1242 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2558] 199.204.45.23 () {34 vars in 1079 bytes} [Thu Jul 2 01:38:42 2026] GET /v2.0/ports?tenant_id=7eb38567d24945bf897faa0c111c2692&device_id=1abba873-9856-43eb-8cb6-bb7a1f9d2ae0 => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2559] 199.204.45.23 () {34 vars in 1059 bytes} [Thu Jul 2 01:38:42 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.21&port_id=07b47a35-0fbe-4dce-a910-ceea5d75c441 => 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: 1263/2560] 199.204.45.23 () {34 vars in 983 bytes} [Thu Jul 2 01:38:42 2026] GET /v2.0/subnets?id=760a2705-61ea-4e55-b3d3-4a3c8dc77f57 => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2561] 199.204.45.23 () {34 vars in 1051 bytes} [Thu Jul 2 01:38:42 2026] GET /v2.0/ports?network_id=b8436720-0f07-46db-887a-138a1198db2d&device_owner=network%3Adhcp => generated 1244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2562] 199.204.45.23 () {34 vars in 1011 bytes} [Thu Jul 2 01:38:42 2026] GET /v2.0/networks/b8436720-0f07-46db-887a-138a1198db2d?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: 1299/2563] 199.204.45.23 () {34 vars in 1111 bytes} [Thu Jul 2 01:38:42 2026] GET /v2.0/networks/b8436720-0f07-46db-887a-138a1198db2d?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: 1265/2564] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:38:44 2026] GET /v2.0/ports?device_id=1abba873-9856-43eb-8cb6-bb7a1f9d2ae0 => generated 1242 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2565] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:38:44 2026] GET /v2.0/security-groups?id=21e448e0-5325-4265-b922-a4d63a2760e0&fields=id&fields=name => generated 96 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2566] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:38:44 2026] GET /v2.0/ports?device_id=1abba873-9856-43eb-8cb6-bb7a1f9d2ae0 => generated 1242 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2567] 199.204.45.23 () {34 vars in 993 bytes} [Thu Jul 2 01:38:46 2026] GET /v2.0/ports?device_id=1abba873-9856-43eb-8cb6-bb7a1f9d2ae0 => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2568] 199.204.45.23 () {34 vars in 1043 bytes} [Thu Jul 2 01:38:46 2026] GET /v2.0/security-groups?id=21e448e0-5325-4265-b922-a4d63a2760e0&fields=id&fields=name => generated 96 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2569] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:38:47 2026] GET /v2.0/ports?device_id=1abba873-9856-43eb-8cb6-bb7a1f9d2ae0 => 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: 1268/2570] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:38:47 2026] GET /v2.0/security-groups?id=21e448e0-5325-4265-b922-a4d63a2760e0&fields=id&fields=name => generated 96 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2571] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:38:47 2026] GET /v2.0/ports?device_id=1abba873-9856-43eb-8cb6-bb7a1f9d2ae0 => 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: 1269/2572] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:38:50 2026] GET /v2.0/ports?device_id=1abba873-9856-43eb-8cb6-bb7a1f9d2ae0 => 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: 1304/2573] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:38:50 2026] GET /v2.0/security-groups?id=21e448e0-5325-4265-b922-a4d63a2760e0&fields=id&fields=name => generated 96 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2574] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:38:50 2026] GET /v2.0/ports?device_id=1abba873-9856-43eb-8cb6-bb7a1f9d2ae0 => 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: 1274/2581] 199.204.45.23 () {30 vars in 702 bytes} [Thu Jul 2 01:39:25 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: 1308/2582] 199.204.45.23 () {30 vars in 704 bytes} [Thu Jul 2 01:39:25 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2583] 199.204.45.23 () {30 vars in 680 bytes} [Thu Jul 2 01:39:25 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: 1309/2584] 199.204.45.23 () {30 vars in 716 bytes} [Thu Jul 2 01:39:25 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2585] 199.204.45.23 () {30 vars in 740 bytes} [Thu Jul 2 01:39:25 2026] GET /v2.0/subnets/3ba900a9-d884-4eb4-ab69-51b493364eae => generated 676 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2586] 199.204.45.23 () {30 vars in 768 bytes} [Thu Jul 2 01:39:25 2026] GET /v2.0/ports?device_id=1abba873-9856-43eb-8cb6-bb7a1f9d2ae0 => 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: 1277/2587] 199.204.45.23 () {34 vars in 716 bytes} [Thu Jul 2 01:39:25 2026] POST /v2.0/ports => generated 1055 bytes in 337 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2588] 10.0.0.126 () {34 vars in 971 bytes} [Thu Jul 2 01:39:25 2026] GET /v2.0/ports/0350e095-9342-4bcd-8ca3-fd191b0cf26a => generated 1055 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2589] 10.0.0.126 () {34 vars in 907 bytes} [Thu Jul 2 01:39:25 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2590] 199.204.45.23 () {34 vars in 1261 bytes} [Thu Jul 2 01:39:26 2026] GET /v2.0/ports/0350e095-9342-4bcd-8ca3-fd191b0cf26a?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2591] 199.204.45.23 () {34 vars in 1011 bytes} [Thu Jul 2 01:39:27 2026] GET /v2.0/networks/62b1dd2c-b08c-4d3a-b9b7-862132a1fa8e?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2592] 199.204.45.23 () {34 vars in 1111 bytes} [Thu Jul 2 01:39:27 2026] GET /v2.0/networks/62b1dd2c-b08c-4d3a-b9b7-862132a1fa8e?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: 1280/2593] 199.204.45.23 () {34 vars in 974 bytes} [Thu Jul 2 01:39:27 2026] GET /v2.0/ports/0350e095-9342-4bcd-8ca3-fd191b0cf26a => generated 1055 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2594] 199.204.45.23 () {34 vars in 985 bytes} [Thu Jul 2 01:39:27 2026] GET /v2.0/networks?id=62b1dd2c-b08c-4d3a-b9b7-862132a1fa8e => generated 802 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2595] 199.204.45.23 () {38 vars in 1027 bytes} [Thu Jul 2 01:39:27 2026] PUT /v2.0/ports/0350e095-9342-4bcd-8ca3-fd191b0cf26a => generated 1245 bytes in 427 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:39:28.382 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3fbfd69f-c048-47e9-81db-a9f5b00bd9ef'] response: {'name': 'network-changed', 'server_uuid': '1abba873-9856-43eb-8cb6-bb7a1f9d2ae0', 'tag': '0350e095-9342-4bcd-8ca3-fd191b0cf26a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1315/2596] 199.204.45.23 () {34 vars in 1079 bytes} [Thu Jul 2 01:39:28 2026] GET /v2.0/ports?tenant_id=7eb38567d24945bf897faa0c111c2692&device_id=1abba873-9856-43eb-8cb6-bb7a1f9d2ae0 => generated 2481 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2597] 199.204.45.23 () {34 vars in 985 bytes} [Thu Jul 2 01:39:28 2026] GET /v2.0/networks?id=62b1dd2c-b08c-4d3a-b9b7-862132a1fa8e => generated 802 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2598] 199.204.45.23 () {34 vars in 1055 bytes} [Thu Jul 2 01:39:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.57&port_id=0350e095-9342-4bcd-8ca3-fd191b0cf26a => 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: 1283/2599] 199.204.45.23 () {34 vars in 983 bytes} [Thu Jul 2 01:39:29 2026] GET /v2.0/subnets?id=3ba900a9-d884-4eb4-ab69-51b493364eae => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2600] 199.204.45.23 () {34 vars in 1051 bytes} [Thu Jul 2 01:39:29 2026] GET /v2.0/ports?network_id=62b1dd2c-b08c-4d3a-b9b7-862132a1fa8e&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2601] 199.204.45.23 () {34 vars in 1011 bytes} [Thu Jul 2 01:39:29 2026] GET /v2.0/networks/62b1dd2c-b08c-4d3a-b9b7-862132a1fa8e?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: 1318/2602] 199.204.45.23 () {34 vars in 1111 bytes} [Thu Jul 2 01:39:29 2026] GET /v2.0/networks/62b1dd2c-b08c-4d3a-b9b7-862132a1fa8e?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: 1285/2603] 199.204.45.23 () {34 vars in 1079 bytes} [Thu Jul 2 01:39:30 2026] GET /v2.0/ports?tenant_id=7eb38567d24945bf897faa0c111c2692&device_id=1abba873-9856-43eb-8cb6-bb7a1f9d2ae0 => generated 2481 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2604] 199.204.45.23 () {34 vars in 1059 bytes} [Thu Jul 2 01:39:30 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.21&port_id=07b47a35-0fbe-4dce-a910-ceea5d75c441 => 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: 1286/2605] 199.204.45.23 () {34 vars in 983 bytes} [Thu Jul 2 01:39:30 2026] GET /v2.0/subnets?id=760a2705-61ea-4e55-b3d3-4a3c8dc77f57 => 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: 1320/2606] 199.204.45.23 () {34 vars in 1051 bytes} [Thu Jul 2 01:39:30 2026] GET /v2.0/ports?network_id=b8436720-0f07-46db-887a-138a1198db2d&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: 1287/2607] 199.204.45.23 () {34 vars in 1011 bytes} [Thu Jul 2 01:39:30 2026] GET /v2.0/networks/b8436720-0f07-46db-887a-138a1198db2d?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: 1321/2608] 199.204.45.23 () {34 vars in 1111 bytes} [Thu Jul 2 01:39:30 2026] GET /v2.0/networks/b8436720-0f07-46db-887a-138a1198db2d?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: 1288/2609] 199.204.45.23 () {34 vars in 1055 bytes} [Thu Jul 2 01:39:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.57&port_id=0350e095-9342-4bcd-8ca3-fd191b0cf26a => 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: 1322/2610] 199.204.45.23 () {34 vars in 983 bytes} [Thu Jul 2 01:39:30 2026] GET /v2.0/subnets?id=3ba900a9-d884-4eb4-ab69-51b493364eae => 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: 1289/2611] 199.204.45.23 () {34 vars in 1051 bytes} [Thu Jul 2 01:39:30 2026] GET /v2.0/ports?network_id=62b1dd2c-b08c-4d3a-b9b7-862132a1fa8e&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: 1323/2612] 199.204.45.23 () {34 vars in 1011 bytes} [Thu Jul 2 01:39:30 2026] GET /v2.0/networks/62b1dd2c-b08c-4d3a-b9b7-862132a1fa8e?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2613] 199.204.45.23 () {34 vars in 1111 bytes} [Thu Jul 2 01:39:30 2026] GET /v2.0/networks/62b1dd2c-b08c-4d3a-b9b7-862132a1fa8e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2614] 10.0.0.126 () {34 vars in 971 bytes} [Thu Jul 2 01:39:34 2026] GET /v2.0/ports/0350e095-9342-4bcd-8ca3-fd191b0cf26a => generated 1247 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2615] 199.204.45.23 () {34 vars in 788 bytes} [Thu Jul 2 01:39:34 2026] PUT /v2.0/ports/0350e095-9342-4bcd-8ca3-fd191b0cf26a => generated 1271 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:39:34.847 8 INFO neutron.api.v2.resource [None req-63e6cbb3-254c-4bba-bf3c-c4dcfc0d4c8a b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1325/2616] 199.204.45.23 () {30 vars in 762 bytes} [Thu Jul 2 01:39:34 2026] GET /v2.0/security-groups/lb-6a7942d6-7ab0-4070-ae30-de671af6f888 => generated 149 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:39:34.861 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9790bdce-63cd-44f8-85c7-4971f93e35f3'] response: {'name': 'network-changed', 'server_uuid': '1abba873-9856-43eb-8cb6-bb7a1f9d2ae0', 'tag': '0350e095-9342-4bcd-8ca3-fd191b0cf26a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1292/2617] 199.204.45.23 () {30 vars in 784 bytes} [Thu Jul 2 01:39:34 2026] GET /v2.0/security-groups?name=lb-6a7942d6-7ab0-4070-ae30-de671af6f888 => generated 1639 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2618] 199.204.45.23 () {34 vars in 788 bytes} [Thu Jul 2 01:39:34 2026] PUT /v2.0/ports/0350e095-9342-4bcd-8ca3-fd191b0cf26a => generated 1309 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:39:35.257 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2cfcf1a5-5854-47d5-8de4-c49b39a9e7b1'] response: {'name': 'network-changed', 'server_uuid': '1abba873-9856-43eb-8cb6-bb7a1f9d2ae0', 'tag': '0350e095-9342-4bcd-8ca3-fd191b0cf26a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1293/2619] 199.204.45.23 () {34 vars in 1079 bytes} [Thu Jul 2 01:39:35 2026] GET /v2.0/ports?tenant_id=7eb38567d24945bf897faa0c111c2692&device_id=1abba873-9856-43eb-8cb6-bb7a1f9d2ae0 => generated 2581 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1327/2620] 199.204.45.23 () {34 vars in 985 bytes} [Thu Jul 2 01:39:35 2026] GET /v2.0/networks?id=62b1dd2c-b08c-4d3a-b9b7-862132a1fa8e => generated 802 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2621] 199.204.45.23 () {34 vars in 1055 bytes} [Thu Jul 2 01:39:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.57&port_id=0350e095-9342-4bcd-8ca3-fd191b0cf26a => 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: 1328/2622] 199.204.45.23 () {34 vars in 983 bytes} [Thu Jul 2 01:39:35 2026] GET /v2.0/subnets?id=3ba900a9-d884-4eb4-ab69-51b493364eae => generated 679 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2623] 199.204.45.23 () {34 vars in 1051 bytes} [Thu Jul 2 01:39:35 2026] GET /v2.0/ports?network_id=62b1dd2c-b08c-4d3a-b9b7-862132a1fa8e&device_owner=network%3Adhcp => generated 1461 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2624] 199.204.45.23 () {34 vars in 1011 bytes} [Thu Jul 2 01:39:35 2026] GET /v2.0/networks/62b1dd2c-b08c-4d3a-b9b7-862132a1fa8e?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: 1330/2625] 199.204.45.23 () {30 vars in 702 bytes} [Thu Jul 2 01:39:35 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2626] 199.204.45.23 () {30 vars in 704 bytes} [Thu Jul 2 01:39:35 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2627] 199.204.45.23 () {30 vars in 680 bytes} [Thu Jul 2 01:39: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: 1296/2628] 199.204.45.23 () {34 vars in 1111 bytes} [Thu Jul 2 01:39:35 2026] GET /v2.0/networks/62b1dd2c-b08c-4d3a-b9b7-862132a1fa8e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2629] 199.204.45.23 () {30 vars in 716 bytes} [Thu Jul 2 01:39:35 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2630] 199.204.45.23 () {30 vars in 740 bytes} [Thu Jul 2 01:39:35 2026] GET /v2.0/subnets/3ba900a9-d884-4eb4-ab69-51b493364eae => 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: 1334/2631] 199.204.45.23 () {30 vars in 736 bytes} [Thu Jul 2 01:39:35 2026] GET /v2.0/ports/ab20d5d3-4a0f-4037-bfb5-297a8f78f0dc => generated 1128 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2632] 199.204.45.23 () {30 vars in 736 bytes} [Thu Jul 2 01:39:35 2026] GET /v2.0/ports/0350e095-9342-4bcd-8ca3-fd191b0cf26a => generated 1345 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2633] 199.204.45.23 () {30 vars in 740 bytes} [Thu Jul 2 01:39:35 2026] GET /v2.0/subnets/3ba900a9-d884-4eb4-ab69-51b493364eae => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2634] 199.204.45.23 () {30 vars in 742 bytes} [Thu Jul 2 01:39:35 2026] GET /v2.0/networks/62b1dd2c-b08c-4d3a-b9b7-862132a1fa8e => generated 799 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2635] 199.204.45.23 () {30 vars in 736 bytes} [Thu Jul 2 01:39:35 2026] GET /v2.0/ports/ab20d5d3-4a0f-4037-bfb5-297a8f78f0dc => generated 1128 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2636] 199.204.45.23 () {30 vars in 740 bytes} [Thu Jul 2 01:39:36 2026] GET /v2.0/subnets/3ba900a9-d884-4eb4-ab69-51b493364eae => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2637] 199.204.45.23 () {34 vars in 1079 bytes} [Thu Jul 2 01:39:36 2026] GET /v2.0/ports?tenant_id=7eb38567d24945bf897faa0c111c2692&device_id=1abba873-9856-43eb-8cb6-bb7a1f9d2ae0 => generated 2581 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2638] 199.204.45.23 () {34 vars in 985 bytes} [Thu Jul 2 01:39:36 2026] GET /v2.0/networks?id=62b1dd2c-b08c-4d3a-b9b7-862132a1fa8e => generated 802 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2639] 199.204.45.23 () {34 vars in 1055 bytes} [Thu Jul 2 01:39:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.57&port_id=0350e095-9342-4bcd-8ca3-fd191b0cf26a => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2640] 199.204.45.23 () {34 vars in 983 bytes} [Thu Jul 2 01:39:36 2026] GET /v2.0/subnets?id=3ba900a9-d884-4eb4-ab69-51b493364eae => generated 679 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2641] 199.204.45.23 () {34 vars in 1051 bytes} [Thu Jul 2 01:39:36 2026] GET /v2.0/ports?network_id=62b1dd2c-b08c-4d3a-b9b7-862132a1fa8e&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2642] 199.204.45.23 () {34 vars in 1011 bytes} [Thu Jul 2 01:39:36 2026] GET /v2.0/networks/62b1dd2c-b08c-4d3a-b9b7-862132a1fa8e?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2643] 199.204.45.23 () {34 vars in 1111 bytes} [Thu Jul 2 01:39:37 2026] GET /v2.0/networks/62b1dd2c-b08c-4d3a-b9b7-862132a1fa8e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:39:45.256 7 INFO neutron.db.l3_db [None req-e5afc6ba-3129-4f96-9d0b-3a938ee32643 820bf0b0cca340e98c0c80ecdc5a552d d2bdc096e751480e88ada5ec264fc434 - - default default] Floating IP 2cc065fa-75f2-41c8-ae36-e589a82d15a3 associated. External IP: 10.96.250.214, port: ab20d5d3-4a0f-4037-bfb5-297a8f78f0dc. [pid: 7|app: 0|req: 1305/2646] 10.0.0.150 () {34 vars in 677 bytes} [Thu Jul 2 01:39:44 2026] POST /v2.0/floatingips => generated 898 bytes in 1044 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2647] 199.204.45.23 () {30 vars in 702 bytes} [Thu Jul 2 01:39:49 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2648] 199.204.45.23 () {30 vars in 704 bytes} [Thu Jul 2 01:39:50 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: 1343/2649] 199.204.45.23 () {30 vars in 680 bytes} [Thu Jul 2 01:39:50 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: 1307/2650] 199.204.45.23 () {30 vars in 716 bytes} [Thu Jul 2 01:39:50 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:39:50.215 8 INFO neutron.api.v2.resource [None req-c17cc7f6-b646-4783-b7a1-15abf7d9debe b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1344/2651] 199.204.45.23 () {30 vars in 762 bytes} [Thu Jul 2 01:39:50 2026] GET /v2.0/security-groups/lb-6a7942d6-7ab0-4070-ae30-de671af6f888 => generated 149 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2652] 199.204.45.23 () {30 vars in 784 bytes} [Thu Jul 2 01:39:50 2026] GET /v2.0/security-groups?name=lb-6a7942d6-7ab0-4070-ae30-de671af6f888 => generated 1639 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2653] 199.204.45.23 () {30 vars in 814 bytes} [Thu Jul 2 01:39:50 2026] GET /v2.0/security-group-rules?security_group_id=37a27142-319c-4c2c-b8eb-1f9a44424ab6 => generated 1182 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2654] 199.204.45.23 () {34 vars in 746 bytes} [Thu Jul 2 01:39:50 2026] POST /v2.0/security-group-rules => generated 597 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2655] 199.204.45.23 () {34 vars in 746 bytes} [Thu Jul 2 01:39:50 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: 8|app: 0|req: 1348/2658] 10.0.0.21 () {30 vars in 689 bytes} [Thu Jul 2 01:39:56 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2659] 10.0.0.21 () {30 vars in 691 bytes} [Thu Jul 2 01:39:56 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2660] 10.0.0.21 () {30 vars in 667 bytes} [Thu Jul 2 01:39:56 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: 1312/2661] 10.0.0.21 () {30 vars in 703 bytes} [Thu Jul 2 01:39:56 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: 1350/2662] 10.0.0.21 () {28 vars in 438 bytes} [Thu Jul 2 01:39:56 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: 1313/2663] 10.0.0.21 () {30 vars in 727 bytes} [Thu Jul 2 01:39:56 2026] GET /v2.0/subnets/9d50d242-bfc3-473c-b800-6124a819afab => generated 656 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2664] 199.204.45.23 () {30 vars in 702 bytes} [Thu Jul 2 01:39:57 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2665] 199.204.45.23 () {30 vars in 704 bytes} [Thu Jul 2 01:39:57 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2666] 199.204.45.23 () {30 vars in 680 bytes} [Thu Jul 2 01:39:57 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: 1315/2667] 199.204.45.23 () {30 vars in 716 bytes} [Thu Jul 2 01:39:57 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: 1353/2668] 199.204.45.23 () {30 vars in 740 bytes} [Thu Jul 2 01:39:57 2026] GET /v2.0/subnets/9d50d242-bfc3-473c-b800-6124a819afab => generated 674 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2669] 199.204.45.23 () {30 vars in 768 bytes} [Thu Jul 2 01:39:57 2026] GET /v2.0/ports?device_id=1abba873-9856-43eb-8cb6-bb7a1f9d2ae0 => generated 2581 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2670] 199.204.45.23 () {30 vars in 702 bytes} [Thu Jul 2 01:39:57 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2671] 199.204.45.23 () {30 vars in 704 bytes} [Thu Jul 2 01:39:57 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: 1355/2672] 199.204.45.23 () {30 vars in 680 bytes} [Thu Jul 2 01:39: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: 7|app: 0|req: 1318/2673] 199.204.45.23 () {30 vars in 716 bytes} [Thu Jul 2 01:39:57 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: 1356/2674] 199.204.45.23 () {34 vars in 716 bytes} [Thu Jul 2 01:39:57 2026] POST /v2.0/ports => generated 1324 bytes in 348 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2675] 10.0.0.126 () {34 vars in 971 bytes} [Thu Jul 2 01:39:58 2026] GET /v2.0/ports/abbc615c-0b96-404e-83cf-a36e1b79c3d8 => generated 1324 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1357/2676] 10.0.0.126 () {34 vars in 907 bytes} [Thu Jul 2 01:39:58 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: 1320/2677] 199.204.45.23 () {34 vars in 1261 bytes} [Thu Jul 2 01:39:59 2026] GET /v2.0/ports/abbc615c-0b96-404e-83cf-a36e1b79c3d8?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2678] 199.204.45.23 () {34 vars in 1011 bytes} [Thu Jul 2 01:39:59 2026] GET /v2.0/networks/98c449be-6ed4-4a76-bde3-e717f03dcb63?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2679] 199.204.45.23 () {34 vars in 1111 bytes} [Thu Jul 2 01:39:59 2026] GET /v2.0/networks/98c449be-6ed4-4a76-bde3-e717f03dcb63?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2680] 199.204.45.23 () {34 vars in 974 bytes} [Thu Jul 2 01:40:00 2026] GET /v2.0/ports/abbc615c-0b96-404e-83cf-a36e1b79c3d8 => generated 1324 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2681] 199.204.45.23 () {34 vars in 985 bytes} [Thu Jul 2 01:40:00 2026] GET /v2.0/networks?id=98c449be-6ed4-4a76-bde3-e717f03dcb63 => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2682] 199.204.45.23 () {38 vars in 1027 bytes} [Thu Jul 2 01:40:00 2026] PUT /v2.0/ports/abbc615c-0b96-404e-83cf-a36e1b79c3d8 => generated 1514 bytes in 477 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:40:00.926 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-205b2bd2-8611-490f-a8a3-6c78338c7cc2'] response: {'name': 'network-changed', 'server_uuid': '1abba873-9856-43eb-8cb6-bb7a1f9d2ae0', 'tag': 'abbc615c-0b96-404e-83cf-a36e1b79c3d8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1323/2683] 199.204.45.23 () {34 vars in 1079 bytes} [Thu Jul 2 01:40:01 2026] GET /v2.0/ports?tenant_id=7eb38567d24945bf897faa0c111c2692&device_id=1abba873-9856-43eb-8cb6-bb7a1f9d2ae0 => generated 4087 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1361/2684] 199.204.45.23 () {34 vars in 985 bytes} [Thu Jul 2 01:40:01 2026] GET /v2.0/networks?id=98c449be-6ed4-4a76-bde3-e717f03dcb63 => generated 800 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2685] 199.204.45.23 () {34 vars in 1057 bytes} [Thu Jul 2 01:40:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.151&port_id=abbc615c-0b96-404e-83cf-a36e1b79c3d8 => 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: 1362/2686] 199.204.45.23 () {34 vars in 1101 bytes} [Thu Jul 2 01:40:01 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A39&port_id=abbc615c-0b96-404e-83cf-a36e1b79c3d8 => 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: 1325/2687] 199.204.45.23 () {34 vars in 1063 bytes} [Thu Jul 2 01:40:01 2026] GET /v2.0/subnets?id=9d50d242-bfc3-473c-b800-6124a819afab&id=338d3695-a05b-4860-9710-8399454eb8cf => generated 1410 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2688] 199.204.45.23 () {34 vars in 1051 bytes} [Thu Jul 2 01:40:01 2026] GET /v2.0/ports?network_id=98c449be-6ed4-4a76-bde3-e717f03dcb63&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2689] 199.204.45.23 () {34 vars in 1051 bytes} [Thu Jul 2 01:40:01 2026] GET /v2.0/ports?network_id=98c449be-6ed4-4a76-bde3-e717f03dcb63&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2690] 199.204.45.23 () {34 vars in 1011 bytes} [Thu Jul 2 01:40:01 2026] GET /v2.0/networks/98c449be-6ed4-4a76-bde3-e717f03dcb63?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2691] 199.204.45.23 () {34 vars in 1111 bytes} [Thu Jul 2 01:40:01 2026] GET /v2.0/networks/98c449be-6ed4-4a76-bde3-e717f03dcb63?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2692] 199.204.45.23 () {34 vars in 1079 bytes} [Thu Jul 2 01:40:02 2026] GET /v2.0/ports?tenant_id=7eb38567d24945bf897faa0c111c2692&device_id=1abba873-9856-43eb-8cb6-bb7a1f9d2ae0 => generated 4087 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2693] 199.204.45.23 () {34 vars in 1059 bytes} [Thu Jul 2 01:40:02 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.21&port_id=07b47a35-0fbe-4dce-a910-ceea5d75c441 => 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: 1366/2694] 199.204.45.23 () {34 vars in 983 bytes} [Thu Jul 2 01:40:03 2026] GET /v2.0/subnets?id=760a2705-61ea-4e55-b3d3-4a3c8dc77f57 => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2695] 199.204.45.23 () {34 vars in 1051 bytes} [Thu Jul 2 01:40:03 2026] GET /v2.0/ports?network_id=b8436720-0f07-46db-887a-138a1198db2d&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2696] 199.204.45.23 () {34 vars in 1011 bytes} [Thu Jul 2 01:40:03 2026] GET /v2.0/networks/b8436720-0f07-46db-887a-138a1198db2d?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: 1330/2697] 199.204.45.23 () {34 vars in 1111 bytes} [Thu Jul 2 01:40:03 2026] GET /v2.0/networks/b8436720-0f07-46db-887a-138a1198db2d?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: 1368/2698] 199.204.45.23 () {34 vars in 1055 bytes} [Thu Jul 2 01:40:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.57&port_id=0350e095-9342-4bcd-8ca3-fd191b0cf26a => 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: 1331/2699] 199.204.45.23 () {34 vars in 983 bytes} [Thu Jul 2 01:40:03 2026] GET /v2.0/subnets?id=3ba900a9-d884-4eb4-ab69-51b493364eae => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2700] 199.204.45.23 () {34 vars in 1051 bytes} [Thu Jul 2 01:40:03 2026] GET /v2.0/ports?network_id=62b1dd2c-b08c-4d3a-b9b7-862132a1fa8e&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: 1332/2701] 199.204.45.23 () {34 vars in 1011 bytes} [Thu Jul 2 01:40:03 2026] GET /v2.0/networks/62b1dd2c-b08c-4d3a-b9b7-862132a1fa8e?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: 1370/2702] 199.204.45.23 () {34 vars in 1111 bytes} [Thu Jul 2 01:40:03 2026] GET /v2.0/networks/62b1dd2c-b08c-4d3a-b9b7-862132a1fa8e?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: 1333/2703] 199.204.45.23 () {34 vars in 1057 bytes} [Thu Jul 2 01:40:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.151&port_id=abbc615c-0b96-404e-83cf-a36e1b79c3d8 => 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: 1371/2704] 199.204.45.23 () {34 vars in 1101 bytes} [Thu Jul 2 01:40:03 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A39&port_id=abbc615c-0b96-404e-83cf-a36e1b79c3d8 => 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: 1334/2705] 199.204.45.23 () {34 vars in 1063 bytes} [Thu Jul 2 01:40:03 2026] GET /v2.0/subnets?id=9d50d242-bfc3-473c-b800-6124a819afab&id=338d3695-a05b-4860-9710-8399454eb8cf => generated 1410 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2706] 199.204.45.23 () {34 vars in 1051 bytes} [Thu Jul 2 01:40:03 2026] GET /v2.0/ports?network_id=98c449be-6ed4-4a76-bde3-e717f03dcb63&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: 1335/2707] 199.204.45.23 () {34 vars in 1051 bytes} [Thu Jul 2 01:40:03 2026] GET /v2.0/ports?network_id=98c449be-6ed4-4a76-bde3-e717f03dcb63&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: 1373/2708] 199.204.45.23 () {34 vars in 1011 bytes} [Thu Jul 2 01:40:03 2026] GET /v2.0/networks/98c449be-6ed4-4a76-bde3-e717f03dcb63?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: 1336/2709] 199.204.45.23 () {34 vars in 1111 bytes} [Thu Jul 2 01:40:03 2026] GET /v2.0/networks/98c449be-6ed4-4a76-bde3-e717f03dcb63?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2712] 10.0.0.126 () {34 vars in 971 bytes} [Thu Jul 2 01:40:07 2026] GET /v2.0/ports/abbc615c-0b96-404e-83cf-a36e1b79c3d8 => generated 1514 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2713] 199.204.45.23 () {30 vars in 742 bytes} [Thu Jul 2 01:40:07 2026] GET /v2.0/networks/98c449be-6ed4-4a76-bde3-e717f03dcb63 => generated 797 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2714] 199.204.45.23 () {30 vars in 740 bytes} [Thu Jul 2 01:40:07 2026] GET /v2.0/subnets/9d50d242-bfc3-473c-b800-6124a819afab => generated 674 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2715] 199.204.45.23 () {30 vars in 740 bytes} [Thu Jul 2 01:40:07 2026] GET /v2.0/subnets/338d3695-a05b-4860-9710-8399454eb8cf => generated 743 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2716] 199.204.45.23 () {30 vars in 702 bytes} [Thu Jul 2 01:40:07 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: 1340/2717] 199.204.45.23 () {30 vars in 704 bytes} [Thu Jul 2 01:40:07 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2718] 199.204.45.23 () {30 vars in 680 bytes} [Thu Jul 2 01:40:08 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: 1341/2719] 199.204.45.23 () {30 vars in 716 bytes} [Thu Jul 2 01:40:08 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: 1379/2720] 199.204.45.23 () {30 vars in 740 bytes} [Thu Jul 2 01:40:08 2026] GET /v2.0/subnets/3ba900a9-d884-4eb4-ab69-51b493364eae => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2721] 199.204.45.23 () {30 vars in 736 bytes} [Thu Jul 2 01:40:08 2026] GET /v2.0/ports/ab20d5d3-4a0f-4037-bfb5-297a8f78f0dc => generated 1128 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2722] 199.204.45.23 () {30 vars in 736 bytes} [Thu Jul 2 01:40:08 2026] GET /v2.0/ports/0350e095-9342-4bcd-8ca3-fd191b0cf26a => generated 1345 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2723] 199.204.45.23 () {30 vars in 740 bytes} [Thu Jul 2 01:40:08 2026] GET /v2.0/subnets/3ba900a9-d884-4eb4-ab69-51b493364eae => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2724] 199.204.45.23 () {30 vars in 742 bytes} [Thu Jul 2 01:40:08 2026] GET /v2.0/networks/62b1dd2c-b08c-4d3a-b9b7-862132a1fa8e => generated 799 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2725] 199.204.45.23 () {30 vars in 736 bytes} [Thu Jul 2 01:40:08 2026] GET /v2.0/ports/ab20d5d3-4a0f-4037-bfb5-297a8f78f0dc => generated 1128 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2726] 199.204.45.23 () {30 vars in 740 bytes} [Thu Jul 2 01:40:08 2026] GET /v2.0/subnets/3ba900a9-d884-4eb4-ab69-51b493364eae => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2727] 10.0.0.21 () {30 vars in 689 bytes} [Thu Jul 2 01:40:17 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: 1383/2728] 10.0.0.21 () {30 vars in 691 bytes} [Thu Jul 2 01:40:17 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: 1346/2729] 10.0.0.21 () {30 vars in 667 bytes} [Thu Jul 2 01:40:17 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: 1384/2730] 10.0.0.21 () {30 vars in 703 bytes} [Thu Jul 2 01:40:17 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: 1347/2731] 10.0.0.21 () {28 vars in 438 bytes} [Thu Jul 2 01:40:17 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: 1385/2732] 10.0.0.21 () {30 vars in 727 bytes} [Thu Jul 2 01:40:17 2026] GET /v2.0/subnets/f92fc082-9db9-437a-b217-f7f94cbe5ff3 => generated 655 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2733] 199.204.45.23 () {30 vars in 702 bytes} [Thu Jul 2 01:40:18 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2734] 199.204.45.23 () {30 vars in 704 bytes} [Thu Jul 2 01:40:18 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: 1349/2735] 199.204.45.23 () {30 vars in 680 bytes} [Thu Jul 2 01:40:18 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2736] 199.204.45.23 () {30 vars in 716 bytes} [Thu Jul 2 01:40:18 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: 1350/2737] 199.204.45.23 () {30 vars in 740 bytes} [Thu Jul 2 01:40:18 2026] GET /v2.0/subnets/9d50d242-bfc3-473c-b800-6124a819afab => generated 674 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2738] 199.204.45.23 () {30 vars in 740 bytes} [Thu Jul 2 01:40:18 2026] GET /v2.0/subnets/f92fc082-9db9-437a-b217-f7f94cbe5ff3 => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2739] 199.204.45.23 () {30 vars in 768 bytes} [Thu Jul 2 01:40:18 2026] GET /v2.0/ports?device_id=1abba873-9856-43eb-8cb6-bb7a1f9d2ae0 => generated 4089 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2740] 199.204.45.23 () {30 vars in 702 bytes} [Thu Jul 2 01:40:18 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: 1352/2741] 199.204.45.23 () {30 vars in 704 bytes} [Thu Jul 2 01:40:18 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: 1390/2742] 199.204.45.23 () {30 vars in 680 bytes} [Thu Jul 2 01:40:18 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: 1353/2743] 199.204.45.23 () {30 vars in 716 bytes} [Thu Jul 2 01:40: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) [pid: 8|app: 0|req: 1391/2744] 199.204.45.23 () {34 vars in 716 bytes} [Thu Jul 2 01:40:18 2026] POST /v2.0/ports => generated 1332 bytes in 366 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2745] 10.0.0.126 () {34 vars in 971 bytes} [Thu Jul 2 01:40:19 2026] GET /v2.0/ports/8bdef9a8-8382-4a65-b911-52ab9efe3b32 => 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: 1392/2746] 199.204.45.23 () {34 vars in 1261 bytes} [Thu Jul 2 01:40:20 2026] GET /v2.0/ports/8bdef9a8-8382-4a65-b911-52ab9efe3b32?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2747] 199.204.45.23 () {34 vars in 1011 bytes} [Thu Jul 2 01:40:20 2026] GET /v2.0/networks/056a04e8-4e15-4051-878b-38551d9b83f7?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: 1393/2748] 199.204.45.23 () {34 vars in 1111 bytes} [Thu Jul 2 01:40:20 2026] GET /v2.0/networks/056a04e8-4e15-4051-878b-38551d9b83f7?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: 1356/2749] 199.204.45.23 () {34 vars in 974 bytes} [Thu Jul 2 01:40:20 2026] GET /v2.0/ports/8bdef9a8-8382-4a65-b911-52ab9efe3b32 => generated 1332 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2750] 199.204.45.23 () {34 vars in 985 bytes} [Thu Jul 2 01:40:20 2026] GET /v2.0/networks?id=056a04e8-4e15-4051-878b-38551d9b83f7 => generated 801 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2751] 199.204.45.23 () {38 vars in 1027 bytes} [Thu Jul 2 01:40:21 2026] PUT /v2.0/ports/8bdef9a8-8382-4a65-b911-52ab9efe3b32 => generated 1522 bytes in 483 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:40:21.545 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6b27ef51-c505-436d-8521-5ec4ef250a4a'] response: {'name': 'network-changed', 'server_uuid': '1abba873-9856-43eb-8cb6-bb7a1f9d2ae0', 'tag': '8bdef9a8-8382-4a65-b911-52ab9efe3b32', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1395/2752] 199.204.45.23 () {34 vars in 1079 bytes} [Thu Jul 2 01:40:22 2026] GET /v2.0/ports?tenant_id=7eb38567d24945bf897faa0c111c2692&device_id=1abba873-9856-43eb-8cb6-bb7a1f9d2ae0 => generated 5603 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1358/2753] 199.204.45.23 () {34 vars in 985 bytes} [Thu Jul 2 01:40:22 2026] GET /v2.0/networks?id=056a04e8-4e15-4051-878b-38551d9b83f7 => 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: 1396/2754] 199.204.45.23 () {34 vars in 1057 bytes} [Thu Jul 2 01:40:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.172&port_id=8bdef9a8-8382-4a65-b911-52ab9efe3b32 => 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: 1359/2757] 199.204.45.23 () {34 vars in 1105 bytes} [Thu Jul 2 01:40:22 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A26b&port_id=8bdef9a8-8382-4a65-b911-52ab9efe3b32 => 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: 1399/2758] 199.204.45.23 () {34 vars in 1063 bytes} [Thu Jul 2 01:40:22 2026] GET /v2.0/subnets?id=f92fc082-9db9-437a-b217-f7f94cbe5ff3&id=a2c62c7c-facf-4b36-ae1b-f8e9ce8ba4ef => 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: 1360/2759] 199.204.45.23 () {34 vars in 1051 bytes} [Thu Jul 2 01:40:22 2026] GET /v2.0/ports?network_id=056a04e8-4e15-4051-878b-38551d9b83f7&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: 1400/2760] 199.204.45.23 () {34 vars in 1051 bytes} [Thu Jul 2 01:40:22 2026] GET /v2.0/ports?network_id=056a04e8-4e15-4051-878b-38551d9b83f7&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2761] 199.204.45.23 () {34 vars in 1011 bytes} [Thu Jul 2 01:40:22 2026] GET /v2.0/networks/056a04e8-4e15-4051-878b-38551d9b83f7?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: 1401/2762] 199.204.45.23 () {34 vars in 1111 bytes} [Thu Jul 2 01:40:22 2026] GET /v2.0/networks/056a04e8-4e15-4051-878b-38551d9b83f7?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: 1362/2763] 199.204.45.23 () {34 vars in 1079 bytes} [Thu Jul 2 01:40:23 2026] GET /v2.0/ports?tenant_id=7eb38567d24945bf897faa0c111c2692&device_id=1abba873-9856-43eb-8cb6-bb7a1f9d2ae0 => generated 5603 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2764] 199.204.45.23 () {34 vars in 1059 bytes} [Thu Jul 2 01:40:23 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.21&port_id=07b47a35-0fbe-4dce-a910-ceea5d75c441 => 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: 1363/2765] 199.204.45.23 () {34 vars in 983 bytes} [Thu Jul 2 01:40:23 2026] GET /v2.0/subnets?id=760a2705-61ea-4e55-b3d3-4a3c8dc77f57 => generated 654 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2766] 199.204.45.23 () {34 vars in 1051 bytes} [Thu Jul 2 01:40:23 2026] GET /v2.0/ports?network_id=b8436720-0f07-46db-887a-138a1198db2d&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: 1364/2767] 199.204.45.23 () {34 vars in 1011 bytes} [Thu Jul 2 01:40:23 2026] GET /v2.0/networks/b8436720-0f07-46db-887a-138a1198db2d?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: 1404/2768] 199.204.45.23 () {34 vars in 1111 bytes} [Thu Jul 2 01:40:23 2026] GET /v2.0/networks/b8436720-0f07-46db-887a-138a1198db2d?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: 1365/2769] 199.204.45.23 () {34 vars in 1055 bytes} [Thu Jul 2 01:40:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.57&port_id=0350e095-9342-4bcd-8ca3-fd191b0cf26a => 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: 1405/2770] 199.204.45.23 () {34 vars in 983 bytes} [Thu Jul 2 01:40:23 2026] GET /v2.0/subnets?id=3ba900a9-d884-4eb4-ab69-51b493364eae => generated 679 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2771] 199.204.45.23 () {34 vars in 1051 bytes} [Thu Jul 2 01:40:23 2026] GET /v2.0/ports?network_id=62b1dd2c-b08c-4d3a-b9b7-862132a1fa8e&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2772] 199.204.45.23 () {34 vars in 1011 bytes} [Thu Jul 2 01:40:23 2026] GET /v2.0/networks/62b1dd2c-b08c-4d3a-b9b7-862132a1fa8e?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: 1367/2773] 199.204.45.23 () {34 vars in 1111 bytes} [Thu Jul 2 01:40:23 2026] GET /v2.0/networks/62b1dd2c-b08c-4d3a-b9b7-862132a1fa8e?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: 1407/2774] 199.204.45.23 () {34 vars in 1057 bytes} [Thu Jul 2 01:40:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.151&port_id=abbc615c-0b96-404e-83cf-a36e1b79c3d8 => 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: 1368/2775] 199.204.45.23 () {34 vars in 1101 bytes} [Thu Jul 2 01:40:24 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A39&port_id=abbc615c-0b96-404e-83cf-a36e1b79c3d8 => 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: 1408/2776] 199.204.45.23 () {34 vars in 1063 bytes} [Thu Jul 2 01:40:24 2026] GET /v2.0/subnets?id=9d50d242-bfc3-473c-b800-6124a819afab&id=338d3695-a05b-4860-9710-8399454eb8cf => generated 1410 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2777] 199.204.45.23 () {34 vars in 1051 bytes} [Thu Jul 2 01:40:24 2026] GET /v2.0/ports?network_id=98c449be-6ed4-4a76-bde3-e717f03dcb63&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2778] 199.204.45.23 () {34 vars in 1051 bytes} [Thu Jul 2 01:40:24 2026] GET /v2.0/ports?network_id=98c449be-6ed4-4a76-bde3-e717f03dcb63&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: 7|app: 0|req: 1370/2779] 199.204.45.23 () {34 vars in 1011 bytes} [Thu Jul 2 01:40:24 2026] GET /v2.0/networks/98c449be-6ed4-4a76-bde3-e717f03dcb63?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2780] 199.204.45.23 () {34 vars in 1111 bytes} [Thu Jul 2 01:40:24 2026] GET /v2.0/networks/98c449be-6ed4-4a76-bde3-e717f03dcb63?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: 1371/2781] 199.204.45.23 () {34 vars in 1057 bytes} [Thu Jul 2 01:40:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.172&port_id=8bdef9a8-8382-4a65-b911-52ab9efe3b32 => 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/2782] 199.204.45.23 () {34 vars in 1105 bytes} [Thu Jul 2 01:40:24 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A26b&port_id=8bdef9a8-8382-4a65-b911-52ab9efe3b32 => 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: 1372/2783] 199.204.45.23 () {34 vars in 1063 bytes} [Thu Jul 2 01:40:24 2026] GET /v2.0/subnets?id=f92fc082-9db9-437a-b217-f7f94cbe5ff3&id=a2c62c7c-facf-4b36-ae1b-f8e9ce8ba4ef => generated 1414 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2784] 199.204.45.23 () {34 vars in 1051 bytes} [Thu Jul 2 01:40:24 2026] GET /v2.0/ports?network_id=056a04e8-4e15-4051-878b-38551d9b83f7&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: 1373/2785] 199.204.45.23 () {34 vars in 1051 bytes} [Thu Jul 2 01:40:24 2026] GET /v2.0/ports?network_id=056a04e8-4e15-4051-878b-38551d9b83f7&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2786] 199.204.45.23 () {34 vars in 1011 bytes} [Thu Jul 2 01:40:24 2026] GET /v2.0/networks/056a04e8-4e15-4051-878b-38551d9b83f7?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2787] 199.204.45.23 () {34 vars in 1111 bytes} [Thu Jul 2 01:40:24 2026] GET /v2.0/networks/056a04e8-4e15-4051-878b-38551d9b83f7?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: 1414/2788] 10.0.0.126 () {34 vars in 971 bytes} [Thu Jul 2 01:40:28 2026] GET /v2.0/ports/8bdef9a8-8382-4a65-b911-52ab9efe3b32 => generated 1524 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2789] 199.204.45.23 () {30 vars in 742 bytes} [Thu Jul 2 01:40:28 2026] GET /v2.0/networks/056a04e8-4e15-4051-878b-38551d9b83f7 => generated 798 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2790] 199.204.45.23 () {30 vars in 740 bytes} [Thu Jul 2 01:40:28 2026] GET /v2.0/subnets/f92fc082-9db9-437a-b217-f7f94cbe5ff3 => generated 673 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2791] 199.204.45.23 () {30 vars in 740 bytes} [Thu Jul 2 01:40:28 2026] GET /v2.0/subnets/a2c62c7c-facf-4b36-ae1b-f8e9ce8ba4ef => generated 748 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2792] 199.204.45.23 () {30 vars in 736 bytes} [Thu Jul 2 01:40:28 2026] GET /v2.0/ports/abbc615c-0b96-404e-83cf-a36e1b79c3d8 => generated 1516 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2793] 199.204.45.23 () {34 vars in 789 bytes} [Thu Jul 2 01:40:28 2026] PUT /v2.0/ports/abbc615c-0b96-404e-83cf-a36e1b79c3d8 => generated 1255 bytes in 324 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:40:28.914 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ffb90f4c-ce69-4004-acfc-9d08a17013c4'] response: {'name': 'network-changed', 'server_uuid': '1abba873-9856-43eb-8cb6-bb7a1f9d2ae0', 'tag': 'abbc615c-0b96-404e-83cf-a36e1b79c3d8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1417/2794] 199.204.45.23 () {30 vars in 742 bytes} [Thu Jul 2 01:40:28 2026] GET /v2.0/networks/98c449be-6ed4-4a76-bde3-e717f03dcb63 => generated 797 bytes in 69 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: 1378/2795] 199.204.45.23 () {30 vars in 740 bytes} [Thu Jul 2 01:40:28 2026] GET /v2.0/subnets/9d50d242-bfc3-473c-b800-6124a819afab => generated 674 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2796] 199.204.45.23 () {30 vars in 702 bytes} [Thu Jul 2 01:40:29 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: 1379/2797] 199.204.45.23 () {30 vars in 704 bytes} [Thu Jul 2 01:40:29 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: 1419/2798] 199.204.45.23 () {30 vars in 680 bytes} [Thu Jul 2 01:40:29 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: 1380/2799] 199.204.45.23 () {30 vars in 716 bytes} [Thu Jul 2 01:40:29 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: 1420/2800] 199.204.45.23 () {30 vars in 740 bytes} [Thu Jul 2 01:40:29 2026] GET /v2.0/subnets/3ba900a9-d884-4eb4-ab69-51b493364eae => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2801] 199.204.45.23 () {30 vars in 736 bytes} [Thu Jul 2 01:40:29 2026] GET /v2.0/ports/ab20d5d3-4a0f-4037-bfb5-297a8f78f0dc => generated 1128 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2802] 199.204.45.23 () {30 vars in 736 bytes} [Thu Jul 2 01:40:29 2026] GET /v2.0/ports/0350e095-9342-4bcd-8ca3-fd191b0cf26a => generated 1345 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2803] 199.204.45.23 () {30 vars in 740 bytes} [Thu Jul 2 01:40:29 2026] GET /v2.0/subnets/3ba900a9-d884-4eb4-ab69-51b493364eae => generated 676 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2804] 199.204.45.23 () {30 vars in 742 bytes} [Thu Jul 2 01:40:29 2026] GET /v2.0/networks/62b1dd2c-b08c-4d3a-b9b7-862132a1fa8e => generated 799 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2805] 199.204.45.23 () {30 vars in 736 bytes} [Thu Jul 2 01:40:29 2026] GET /v2.0/ports/ab20d5d3-4a0f-4037-bfb5-297a8f78f0dc => generated 1128 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2806] 199.204.45.23 () {30 vars in 740 bytes} [Thu Jul 2 01:40:29 2026] GET /v2.0/subnets/3ba900a9-d884-4eb4-ab69-51b493364eae => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2807] 199.204.45.23 () {34 vars in 1079 bytes} [Thu Jul 2 01:40:29 2026] GET /v2.0/ports?tenant_id=7eb38567d24945bf897faa0c111c2692&device_id=1abba873-9856-43eb-8cb6-bb7a1f9d2ae0 => generated 5380 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2808] 199.204.45.23 () {34 vars in 985 bytes} [Thu Jul 2 01:40:29 2026] GET /v2.0/networks?id=98c449be-6ed4-4a76-bde3-e717f03dcb63 => generated 800 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2809] 199.204.45.23 () {34 vars in 1057 bytes} [Thu Jul 2 01:40:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.151&port_id=abbc615c-0b96-404e-83cf-a36e1b79c3d8 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2810] 199.204.45.23 () {34 vars in 983 bytes} [Thu Jul 2 01:40:29 2026] GET /v2.0/subnets?id=9d50d242-bfc3-473c-b800-6124a819afab => 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: 1386/2811] 199.204.45.23 () {34 vars in 1051 bytes} [Thu Jul 2 01:40:29 2026] GET /v2.0/ports?network_id=98c449be-6ed4-4a76-bde3-e717f03dcb63&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: 1426/2812] 199.204.45.23 () {34 vars in 1011 bytes} [Thu Jul 2 01:40:29 2026] GET /v2.0/networks/98c449be-6ed4-4a76-bde3-e717f03dcb63?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: 1387/2813] 199.204.45.23 () {34 vars in 1111 bytes} [Thu Jul 2 01:40:29 2026] GET /v2.0/networks/98c449be-6ed4-4a76-bde3-e717f03dcb63?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: 1428/2816] 199.204.45.23 () {30 vars in 702 bytes} [Thu Jul 2 01:40:42 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: 1389/2817] 199.204.45.23 () {30 vars in 704 bytes} [Thu Jul 2 01:40:42 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2818] 199.204.45.23 () {30 vars in 680 bytes} [Thu Jul 2 01:40:42 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/2819] 199.204.45.23 () {30 vars in 716 bytes} [Thu Jul 2 01:40:42 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2820] 199.204.45.23 () {30 vars in 740 bytes} [Thu Jul 2 01:40:42 2026] GET /v2.0/subnets/9d50d242-bfc3-473c-b800-6124a819afab => generated 674 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2821] 199.204.45.23 () {30 vars in 768 bytes} [Thu Jul 2 01:40:42 2026] GET /v2.0/ports?device_id=1abba873-9856-43eb-8cb6-bb7a1f9d2ae0 => generated 5380 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2822] 199.204.45.23 () {30 vars in 702 bytes} [Thu Jul 2 01:40:42 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2823] 199.204.45.23 () {30 vars in 704 bytes} [Thu Jul 2 01:40:42 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: 1432/2824] 199.204.45.23 () {30 vars in 680 bytes} [Thu Jul 2 01:40:42 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2825] 199.204.45.23 () {30 vars in 716 bytes} [Thu Jul 2 01:40:42 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2826] 199.204.45.23 () {30 vars in 736 bytes} [Thu Jul 2 01:40:42 2026] GET /v2.0/ports/8bdef9a8-8382-4a65-b911-52ab9efe3b32 => generated 1524 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2827] 199.204.45.23 () {34 vars in 789 bytes} [Thu Jul 2 01:40:42 2026] PUT /v2.0/ports/8bdef9a8-8382-4a65-b911-52ab9efe3b32 => generated 1311 bytes in 345 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:40:42.933 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-abfd415b-fd0e-468d-9a66-cf4c8df58c77'] response: {'name': 'network-changed', 'server_uuid': '1abba873-9856-43eb-8cb6-bb7a1f9d2ae0', 'tag': '8bdef9a8-8382-4a65-b911-52ab9efe3b32', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1434/2828] 199.204.45.23 () {30 vars in 742 bytes} [Thu Jul 2 01:40:42 2026] GET /v2.0/networks/056a04e8-4e15-4051-878b-38551d9b83f7 => generated 798 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1395/2829] 199.204.45.23 () {30 vars in 740 bytes} [Thu Jul 2 01:40:42 2026] GET /v2.0/subnets/a2c62c7c-facf-4b36-ae1b-f8e9ce8ba4ef => generated 748 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2830] 199.204.45.23 () {30 vars in 736 bytes} [Thu Jul 2 01:40:42 2026] GET /v2.0/ports/8bdef9a8-8382-4a65-b911-52ab9efe3b32 => generated 1347 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2831] 199.204.45.23 () {34 vars in 788 bytes} [Thu Jul 2 01:40:43 2026] PUT /v2.0/ports/8bdef9a8-8382-4a65-b911-52ab9efe3b32 => generated 1080 bytes in 328 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2832] 199.204.45.23 () {30 vars in 742 bytes} [Thu Jul 2 01:40:43 2026] GET /v2.0/networks/056a04e8-4e15-4051-878b-38551d9b83f7 => 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: 1397/2833] 199.204.45.23 () {30 vars in 768 bytes} [Thu Jul 2 01:40:43 2026] GET /v2.0/ports?device_id=1abba873-9856-43eb-8cb6-bb7a1f9d2ae0 => generated 4972 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2834] 199.204.45.23 () {34 vars in 1079 bytes} [Thu Jul 2 01:40:43 2026] GET /v2.0/ports?tenant_id=7eb38567d24945bf897faa0c111c2692&device_id=1abba873-9856-43eb-8cb6-bb7a1f9d2ae0 => generated 4972 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2835] 199.204.45.23 () {34 vars in 985 bytes} [Thu Jul 2 01:40:43 2026] GET /v2.0/networks?id=056a04e8-4e15-4051-878b-38551d9b83f7 => generated 801 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2836] 199.204.45.23 () {34 vars in 1011 bytes} [Thu Jul 2 01:40:43 2026] GET /v2.0/networks/056a04e8-4e15-4051-878b-38551d9b83f7?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: 1399/2837] 199.204.45.23 () {30 vars in 768 bytes} [Thu Jul 2 01:40:43 2026] GET /v2.0/ports?device_id=1abba873-9856-43eb-8cb6-bb7a1f9d2ae0 => generated 4972 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2838] 199.204.45.23 () {34 vars in 1111 bytes} [Thu Jul 2 01:40:43 2026] GET /v2.0/networks/056a04e8-4e15-4051-878b-38551d9b83f7?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: 1400/2839] 199.204.45.23 () {30 vars in 768 bytes} [Thu Jul 2 01:40:44 2026] GET /v2.0/ports?device_id=1abba873-9856-43eb-8cb6-bb7a1f9d2ae0 => generated 4972 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:40:44.975 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b034b658-b21e-4554-81f1-384c8838c6af'] response: {'name': 'network-changed', 'server_uuid': '1abba873-9856-43eb-8cb6-bb7a1f9d2ae0', 'tag': '8bdef9a8-8382-4a65-b911-52ab9efe3b32', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1440/2840] 199.204.45.23 () {34 vars in 1079 bytes} [Thu Jul 2 01:40:45 2026] GET /v2.0/ports?tenant_id=7eb38567d24945bf897faa0c111c2692&device_id=1abba873-9856-43eb-8cb6-bb7a1f9d2ae0 => generated 4972 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2841] 199.204.45.23 () {34 vars in 985 bytes} [Thu Jul 2 01:40:45 2026] GET /v2.0/networks?id=056a04e8-4e15-4051-878b-38551d9b83f7 => generated 801 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2842] 199.204.45.23 () {34 vars in 1011 bytes} [Thu Jul 2 01:40:45 2026] GET /v2.0/networks/056a04e8-4e15-4051-878b-38551d9b83f7?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: 1402/2843] 199.204.45.23 () {34 vars in 1111 bytes} [Thu Jul 2 01:40:45 2026] GET /v2.0/networks/056a04e8-4e15-4051-878b-38551d9b83f7?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: 1442/2844] 199.204.45.23 () {30 vars in 768 bytes} [Thu Jul 2 01:40:45 2026] GET /v2.0/ports?device_id=1abba873-9856-43eb-8cb6-bb7a1f9d2ae0 => generated 4972 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2845] 199.204.45.23 () {34 vars in 974 bytes} [Thu Jul 2 01:40:45 2026] GET /v2.0/ports/8bdef9a8-8382-4a65-b911-52ab9efe3b32 => generated 1116 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2846] 199.204.45.23 () {34 vars in 1059 bytes} [Thu Jul 2 01:40:45 2026] GET /v2.0/ports/8bdef9a8-8382-4a65-b911-52ab9efe3b32?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: 1404/2847] 199.204.45.23 () {34 vars in 1015 bytes} [Thu Jul 2 01:40:45 2026] GET /v2.0/networks/056a04e8-4e15-4051-878b-38551d9b83f7?fields=dns_domain => generated 29 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2848] 199.204.45.23 () {38 vars in 1027 bytes} [Thu Jul 2 01:40:46 2026] PUT /v2.0/ports/8bdef9a8-8382-4a65-b911-52ab9efe3b32 => generated 917 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2849] 199.204.45.23 () {30 vars in 768 bytes} [Thu Jul 2 01:40:46 2026] GET /v2.0/ports?device_id=1abba873-9856-43eb-8cb6-bb7a1f9d2ae0 => generated 3864 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 01:40:46.976 8 INFO neutron_taas.services.taas.taas_plugin [None req-1af3a0f1-646c-430e-a980-81b837bf248c b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] TaaS: Handle Delete Port: 8bdef9a8-8382-4a65-b911-52ab9efe3b32 2026-07-02 01:40:46.979 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1af3a0f1-646c-430e-a980-81b837bf248c b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Tap Mirror: Handle Delete Port: 8bdef9a8-8382-4a65-b911-52ab9efe3b32 [pid: 8|app: 0|req: 1445/2850] 199.204.45.23 () {32 vars in 758 bytes} [Thu Jul 2 01:40:46 2026] DELETE /v2.0/ports/8bdef9a8-8382-4a65-b911-52ab9efe3b32 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2851] 199.204.45.23 () {30 vars in 702 bytes} [Thu Jul 2 01:40:47 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: 8|app: 0|req: 1446/2852] 199.204.45.23 () {30 vars in 704 bytes} [Thu Jul 2 01:40:47 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: 1407/2853] 199.204.45.23 () {30 vars in 680 bytes} [Thu Jul 2 01:40:47 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2854] 199.204.45.23 () {30 vars in 716 bytes} [Thu Jul 2 01:40:47 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: 1408/2855] 199.204.45.23 () {30 vars in 740 bytes} [Thu Jul 2 01:40:47 2026] GET /v2.0/subnets/3ba900a9-d884-4eb4-ab69-51b493364eae => 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: 1448/2856] 199.204.45.23 () {30 vars in 736 bytes} [Thu Jul 2 01:40:47 2026] GET /v2.0/ports/ab20d5d3-4a0f-4037-bfb5-297a8f78f0dc => generated 1128 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2857] 199.204.45.23 () {30 vars in 736 bytes} [Thu Jul 2 01:40:47 2026] GET /v2.0/ports/0350e095-9342-4bcd-8ca3-fd191b0cf26a => generated 1345 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2858] 199.204.45.23 () {30 vars in 740 bytes} [Thu Jul 2 01:40:47 2026] GET /v2.0/subnets/3ba900a9-d884-4eb4-ab69-51b493364eae => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2859] 199.204.45.23 () {30 vars in 742 bytes} [Thu Jul 2 01:40:47 2026] GET /v2.0/networks/62b1dd2c-b08c-4d3a-b9b7-862132a1fa8e => generated 799 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2860] 199.204.45.23 () {30 vars in 736 bytes} [Thu Jul 2 01:40:47 2026] GET /v2.0/ports/ab20d5d3-4a0f-4037-bfb5-297a8f78f0dc => generated 1128 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2861] 199.204.45.23 () {30 vars in 740 bytes} [Thu Jul 2 01:40:47 2026] GET /v2.0/subnets/3ba900a9-d884-4eb4-ab69-51b493364eae => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2862] 199.204.45.23 () {34 vars in 1079 bytes} [Thu Jul 2 01:40:47 2026] GET /v2.0/ports?tenant_id=7eb38567d24945bf897faa0c111c2692&device_id=1abba873-9856-43eb-8cb6-bb7a1f9d2ae0 => generated 3864 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2863] 199.204.45.23 () {34 vars in 1225 bytes} [Thu Jul 2 01:40:47 2026] GET /v2.0/networks?id=b8436720-0f07-46db-887a-138a1198db2d&id=62b1dd2c-b08c-4d3a-b9b7-862132a1fa8e&id=98c449be-6ed4-4a76-bde3-e717f03dcb63&id=056a04e8-4e15-4051-878b-38551d9b83f7 => generated 3096 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2864] 199.204.45.23 () {34 vars in 1059 bytes} [Thu Jul 2 01:40:47 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.21&port_id=07b47a35-0fbe-4dce-a910-ceea5d75c441 => 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: 1413/2865] 199.204.45.23 () {34 vars in 983 bytes} [Thu Jul 2 01:40:47 2026] GET /v2.0/subnets?id=760a2705-61ea-4e55-b3d3-4a3c8dc77f57 => generated 654 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2866] 199.204.45.23 () {34 vars in 1051 bytes} [Thu Jul 2 01:40:47 2026] GET /v2.0/ports?network_id=b8436720-0f07-46db-887a-138a1198db2d&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2867] 199.204.45.23 () {34 vars in 1011 bytes} [Thu Jul 2 01:40:48 2026] GET /v2.0/networks/b8436720-0f07-46db-887a-138a1198db2d?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2868] 199.204.45.23 () {34 vars in 1111 bytes} [Thu Jul 2 01:40:48 2026] GET /v2.0/networks/b8436720-0f07-46db-887a-138a1198db2d?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: 1415/2869] 199.204.45.23 () {34 vars in 1055 bytes} [Thu Jul 2 01:40:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.57&port_id=0350e095-9342-4bcd-8ca3-fd191b0cf26a => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2870] 199.204.45.23 () {34 vars in 983 bytes} [Thu Jul 2 01:40:48 2026] GET /v2.0/subnets?id=3ba900a9-d884-4eb4-ab69-51b493364eae => generated 679 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2871] 199.204.45.23 () {34 vars in 1051 bytes} [Thu Jul 2 01:40:48 2026] GET /v2.0/ports?network_id=62b1dd2c-b08c-4d3a-b9b7-862132a1fa8e&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: 1456/2872] 199.204.45.23 () {34 vars in 1011 bytes} [Thu Jul 2 01:40:48 2026] GET /v2.0/networks/62b1dd2c-b08c-4d3a-b9b7-862132a1fa8e?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: 1417/2873] 199.204.45.23 () {34 vars in 1111 bytes} [Thu Jul 2 01:40:48 2026] GET /v2.0/networks/62b1dd2c-b08c-4d3a-b9b7-862132a1fa8e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2874] 199.204.45.23 () {34 vars in 1057 bytes} [Thu Jul 2 01:40:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.151&port_id=abbc615c-0b96-404e-83cf-a36e1b79c3d8 => 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: 1418/2875] 199.204.45.23 () {34 vars in 983 bytes} [Thu Jul 2 01:40:48 2026] GET /v2.0/subnets?id=9d50d242-bfc3-473c-b800-6124a819afab => generated 677 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2876] 199.204.45.23 () {34 vars in 1051 bytes} [Thu Jul 2 01:40:48 2026] GET /v2.0/ports?network_id=98c449be-6ed4-4a76-bde3-e717f03dcb63&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2877] 199.204.45.23 () {34 vars in 1011 bytes} [Thu Jul 2 01:40:48 2026] GET /v2.0/networks/98c449be-6ed4-4a76-bde3-e717f03dcb63?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: 1459/2878] 199.204.45.23 () {34 vars in 1111 bytes} [Thu Jul 2 01:40:48 2026] GET /v2.0/networks/98c449be-6ed4-4a76-bde3-e717f03dcb63?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: 1461/2881] 199.204.45.23 () {30 vars in 702 bytes} [Thu Jul 2 01:40:53 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2882] 199.204.45.23 () {30 vars in 704 bytes} [Thu Jul 2 01:40:53 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2883] 199.204.45.23 () {30 vars in 680 bytes} [Thu Jul 2 01:40:53 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2884] 199.204.45.23 () {30 vars in 716 bytes} [Thu Jul 2 01:40:53 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/2885] 199.204.45.23 () {30 vars in 768 bytes} [Thu Jul 2 01:40:53 2026] GET /v2.0/ports?device_id=1abba873-9856-43eb-8cb6-bb7a1f9d2ae0 => generated 3864 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2886] 199.204.45.23 () {30 vars in 702 bytes} [Thu Jul 2 01:40:53 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: 1464/2887] 199.204.45.23 () {30 vars in 704 bytes} [Thu Jul 2 01:40:53 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2888] 199.204.45.23 () {30 vars in 680 bytes} [Thu Jul 2 01:40:53 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/2889] 199.204.45.23 () {30 vars in 716 bytes} [Thu Jul 2 01:40:53 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: 1425/2890] 199.204.45.23 () {30 vars in 736 bytes} [Thu Jul 2 01:40:53 2026] GET /v2.0/ports/abbc615c-0b96-404e-83cf-a36e1b79c3d8 => generated 1291 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/2891] 199.204.45.23 () {34 vars in 788 bytes} [Thu Jul 2 01:40:53 2026] PUT /v2.0/ports/abbc615c-0b96-404e-83cf-a36e1b79c3d8 => generated 1080 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:40:54.198 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d1d14a49-f2fa-47f6-af66-74429ca56c7a'] response: {'name': 'network-changed', 'server_uuid': '1abba873-9856-43eb-8cb6-bb7a1f9d2ae0', 'tag': 'abbc615c-0b96-404e-83cf-a36e1b79c3d8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1426/2892] 199.204.45.23 () {30 vars in 742 bytes} [Thu Jul 2 01:40:54 2026] GET /v2.0/networks/98c449be-6ed4-4a76-bde3-e717f03dcb63 => generated 797 bytes in 39 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: 1467/2893] 199.204.45.23 () {30 vars in 768 bytes} [Thu Jul 2 01:40:54 2026] GET /v2.0/ports?device_id=1abba873-9856-43eb-8cb6-bb7a1f9d2ae0 => generated 3689 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2894] 199.204.45.23 () {30 vars in 768 bytes} [Thu Jul 2 01:40:54 2026] GET /v2.0/ports?device_id=1abba873-9856-43eb-8cb6-bb7a1f9d2ae0 => generated 3689 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/2895] 199.204.45.23 () {34 vars in 1079 bytes} [Thu Jul 2 01:40:54 2026] GET /v2.0/ports?tenant_id=7eb38567d24945bf897faa0c111c2692&device_id=1abba873-9856-43eb-8cb6-bb7a1f9d2ae0 => generated 3689 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2896] 199.204.45.23 () {34 vars in 985 bytes} [Thu Jul 2 01:40:54 2026] GET /v2.0/networks?id=98c449be-6ed4-4a76-bde3-e717f03dcb63 => generated 800 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/2897] 199.204.45.23 () {34 vars in 1011 bytes} [Thu Jul 2 01:40:54 2026] GET /v2.0/networks/98c449be-6ed4-4a76-bde3-e717f03dcb63?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: 1429/2898] 199.204.45.23 () {34 vars in 1111 bytes} [Thu Jul 2 01:40:54 2026] GET /v2.0/networks/98c449be-6ed4-4a76-bde3-e717f03dcb63?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: 1470/2899] 199.204.45.23 () {30 vars in 768 bytes} [Thu Jul 2 01:40:55 2026] GET /v2.0/ports?device_id=1abba873-9856-43eb-8cb6-bb7a1f9d2ae0 => generated 3689 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2900] 199.204.45.23 () {34 vars in 974 bytes} [Thu Jul 2 01:40:56 2026] GET /v2.0/ports/abbc615c-0b96-404e-83cf-a36e1b79c3d8 => generated 1116 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/2901] 199.204.45.23 () {34 vars in 1059 bytes} [Thu Jul 2 01:40:56 2026] GET /v2.0/ports/abbc615c-0b96-404e-83cf-a36e1b79c3d8?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2902] 199.204.45.23 () {30 vars in 768 bytes} [Thu Jul 2 01:40:56 2026] GET /v2.0/ports?device_id=1abba873-9856-43eb-8cb6-bb7a1f9d2ae0 => generated 3689 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/2903] 199.204.45.23 () {34 vars in 1015 bytes} [Thu Jul 2 01:40:56 2026] GET /v2.0/networks/98c449be-6ed4-4a76-bde3-e717f03dcb63?fields=dns_domain => generated 29 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2904] 199.204.45.23 () {38 vars in 1027 bytes} [Thu Jul 2 01:40:56 2026] PUT /v2.0/ports/abbc615c-0b96-404e-83cf-a36e1b79c3d8 => generated 917 bytes in 292 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/2905] 199.204.45.23 () {30 vars in 768 bytes} [Thu Jul 2 01:40:57 2026] GET /v2.0/ports?device_id=1abba873-9856-43eb-8cb6-bb7a1f9d2ae0 => generated 2581 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 01:40:57.681 7 INFO neutron_taas.services.taas.taas_plugin [None req-1e0bc82a-1dd6-437e-bd6a-0d5ea9e68131 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] TaaS: Handle Delete Port: abbc615c-0b96-404e-83cf-a36e1b79c3d8 2026-07-02 01:40:57.685 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1e0bc82a-1dd6-437e-bd6a-0d5ea9e68131 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Tap Mirror: Handle Delete Port: abbc615c-0b96-404e-83cf-a36e1b79c3d8 [pid: 7|app: 0|req: 1433/2906] 199.204.45.23 () {32 vars in 758 bytes} [Thu Jul 2 01:40:57 2026] DELETE /v2.0/ports/abbc615c-0b96-404e-83cf-a36e1b79c3d8 => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/2907] 199.204.45.23 () {30 vars in 702 bytes} [Thu Jul 2 01:40:57 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2908] 199.204.45.23 () {30 vars in 704 bytes} [Thu Jul 2 01:40:57 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/2909] 199.204.45.23 () {30 vars in 680 bytes} [Thu Jul 2 01:40:57 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2910] 199.204.45.23 () {30 vars in 716 bytes} [Thu Jul 2 01:40:57 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: 1476/2911] 199.204.45.23 () {30 vars in 740 bytes} [Thu Jul 2 01:40:57 2026] GET /v2.0/subnets/3ba900a9-d884-4eb4-ab69-51b493364eae => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2912] 199.204.45.23 () {30 vars in 736 bytes} [Thu Jul 2 01:40:58 2026] GET /v2.0/ports/ab20d5d3-4a0f-4037-bfb5-297a8f78f0dc => generated 1128 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/2913] 199.204.45.23 () {30 vars in 736 bytes} [Thu Jul 2 01:40:58 2026] GET /v2.0/ports/0350e095-9342-4bcd-8ca3-fd191b0cf26a => generated 1345 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2914] 199.204.45.23 () {30 vars in 740 bytes} [Thu Jul 2 01:40:58 2026] GET /v2.0/subnets/3ba900a9-d884-4eb4-ab69-51b493364eae => generated 676 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/2915] 199.204.45.23 () {30 vars in 742 bytes} [Thu Jul 2 01:40:58 2026] GET /v2.0/networks/62b1dd2c-b08c-4d3a-b9b7-862132a1fa8e => generated 799 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2916] 199.204.45.23 () {30 vars in 736 bytes} [Thu Jul 2 01:40:58 2026] GET /v2.0/ports/ab20d5d3-4a0f-4037-bfb5-297a8f78f0dc => generated 1128 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/2917] 199.204.45.23 () {30 vars in 740 bytes} [Thu Jul 2 01:40:58 2026] GET /v2.0/subnets/3ba900a9-d884-4eb4-ab69-51b493364eae => 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: 1439/2918] 199.204.45.23 () {34 vars in 1079 bytes} [Thu Jul 2 01:40:58 2026] GET /v2.0/ports?tenant_id=7eb38567d24945bf897faa0c111c2692&device_id=1abba873-9856-43eb-8cb6-bb7a1f9d2ae0 => generated 2581 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/2919] 199.204.45.23 () {34 vars in 1145 bytes} [Thu Jul 2 01:40:58 2026] GET /v2.0/networks?id=b8436720-0f07-46db-887a-138a1198db2d&id=62b1dd2c-b08c-4d3a-b9b7-862132a1fa8e&id=98c449be-6ed4-4a76-bde3-e717f03dcb63 => generated 2309 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2920] 199.204.45.23 () {34 vars in 1059 bytes} [Thu Jul 2 01:40:58 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.21&port_id=07b47a35-0fbe-4dce-a910-ceea5d75c441 => 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: 1481/2921] 199.204.45.23 () {34 vars in 983 bytes} [Thu Jul 2 01:40:58 2026] GET /v2.0/subnets?id=760a2705-61ea-4e55-b3d3-4a3c8dc77f57 => generated 654 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2922] 199.204.45.23 () {34 vars in 1051 bytes} [Thu Jul 2 01:40:58 2026] GET /v2.0/ports?network_id=b8436720-0f07-46db-887a-138a1198db2d&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: 1482/2923] 199.204.45.23 () {34 vars in 1011 bytes} [Thu Jul 2 01:40:58 2026] GET /v2.0/networks/b8436720-0f07-46db-887a-138a1198db2d?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2924] 199.204.45.23 () {34 vars in 1111 bytes} [Thu Jul 2 01:40:58 2026] GET /v2.0/networks/b8436720-0f07-46db-887a-138a1198db2d?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: 1483/2925] 199.204.45.23 () {34 vars in 1055 bytes} [Thu Jul 2 01:40:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.57&port_id=0350e095-9342-4bcd-8ca3-fd191b0cf26a => 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: 1443/2926] 199.204.45.23 () {34 vars in 983 bytes} [Thu Jul 2 01:40:58 2026] GET /v2.0/subnets?id=3ba900a9-d884-4eb4-ab69-51b493364eae => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/2927] 199.204.45.23 () {34 vars in 1051 bytes} [Thu Jul 2 01:40:58 2026] GET /v2.0/ports?network_id=62b1dd2c-b08c-4d3a-b9b7-862132a1fa8e&device_owner=network%3Adhcp => generated 1461 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2928] 199.204.45.23 () {34 vars in 1011 bytes} [Thu Jul 2 01:40:58 2026] GET /v2.0/networks/62b1dd2c-b08c-4d3a-b9b7-862132a1fa8e?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/2929] 199.204.45.23 () {34 vars in 1111 bytes} [Thu Jul 2 01:40:58 2026] GET /v2.0/networks/62b1dd2c-b08c-4d3a-b9b7-862132a1fa8e?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: 1446/2932] 199.204.45.23 () {30 vars in 702 bytes} [Thu Jul 2 01:41:09 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: 1487/2933] 199.204.45.23 () {30 vars in 704 bytes} [Thu Jul 2 01:41: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: 7|app: 0|req: 1447/2934] 199.204.45.23 () {30 vars in 680 bytes} [Thu Jul 2 01:41:10 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: 1488/2935] 199.204.45.23 () {30 vars in 716 bytes} [Thu Jul 2 01:41:10 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:41:10.040 7 INFO neutron.api.v2.resource [None req-8802475c-fc64-4db1-bcf3-6c85a61b7272 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1448/2936] 199.204.45.23 () {30 vars in 762 bytes} [Thu Jul 2 01:41:10 2026] GET /v2.0/security-groups/lb-6a7942d6-7ab0-4070-ae30-de671af6f888 => generated 149 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/2937] 199.204.45.23 () {30 vars in 784 bytes} [Thu Jul 2 01:41:10 2026] GET /v2.0/security-groups?name=lb-6a7942d6-7ab0-4070-ae30-de671af6f888 => generated 2865 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2938] 199.204.45.23 () {30 vars in 814 bytes} [Thu Jul 2 01:41:10 2026] GET /v2.0/security-group-rules?security_group_id=37a27142-319c-4c2c-b8eb-1f9a44424ab6 => generated 2334 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/2939] 199.204.45.23 () {32 vars in 788 bytes} [Thu Jul 2 01:41:10 2026] DELETE /v2.0/security-group-rules/b08695ce-632c-4aed-9859-46ddc9e3f605 => 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: 1450/2940] 199.204.45.23 () {32 vars in 788 bytes} [Thu Jul 2 01:41:10 2026] DELETE /v2.0/security-group-rules/ba137ee3-8ae8-47c3-b5fa-fa72266f6f62 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:41:12.979 8 INFO neutron_taas.services.taas.taas_plugin [None req-6176189d-c49e-45de-888a-7356ad07560c 820bf0b0cca340e98c0c80ecdc5a552d d2bdc096e751480e88ada5ec264fc434 - - default default] TaaS: Handle Delete Port: 9fc34da2-c730-49f8-acfa-412184f073be 2026-07-02 01:41:12.981 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6176189d-c49e-45de-888a-7356ad07560c 820bf0b0cca340e98c0c80ecdc5a552d d2bdc096e751480e88ada5ec264fc434 - - default default] Tap Mirror: Handle Delete Port: 9fc34da2-c730-49f8-acfa-412184f073be 2026-07-02 01:41:13.141 8 INFO neutron.db.l3_db [None req-6176189d-c49e-45de-888a-7356ad07560c 820bf0b0cca340e98c0c80ecdc5a552d d2bdc096e751480e88ada5ec264fc434 - - default default] Floating IP 2cc065fa-75f2-41c8-ae36-e589a82d15a3 disassociated (deleted). External IP: 10.96.250.214, port: ab20d5d3-4a0f-4037-bfb5-297a8f78f0dc. [pid: 8|app: 0|req: 1491/2941] 10.0.0.150 () {32 vars in 732 bytes} [Thu Jul 2 01:41:12 2026] DELETE /v2.0/floatingips/2cc065fa-75f2-41c8-ae36-e589a82d15a3 => generated 0 bytes in 1155 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:41:14.012 7 INFO neutron.api.v2.resource [None req-7579bf8b-a7ac-4d91-82b9-6125cedfa8a7 820bf0b0cca340e98c0c80ecdc5a552d d2bdc096e751480e88ada5ec264fc434 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1451/2942] 10.0.0.150 () {32 vars in 729 bytes} [Thu Jul 2 01:41:13 2026] GET /v2.0/floatingips/2cc065fa-75f2-41c8-ae36-e589a82d15a3 => generated 144 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/2943] 199.204.45.23 () {30 vars in 702 bytes} [Thu Jul 2 01:41:14 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2944] 199.204.45.23 () {30 vars in 704 bytes} [Thu Jul 2 01:41:14 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/2945] 199.204.45.23 () {30 vars in 680 bytes} [Thu Jul 2 01:41:14 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: 1453/2946] 199.204.45.23 () {30 vars in 716 bytes} [Thu Jul 2 01:41:14 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:41:14.686 8 INFO neutron.api.v2.resource [None req-80560523-f848-47ed-a38f-55bd547990b6 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1494/2947] 199.204.45.23 () {30 vars in 762 bytes} [Thu Jul 2 01:41:14 2026] GET /v2.0/security-groups/lb-6a7942d6-7ab0-4070-ae30-de671af6f888 => generated 149 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2948] 199.204.45.23 () {30 vars in 784 bytes} [Thu Jul 2 01:41:14 2026] GET /v2.0/security-groups?name=lb-6a7942d6-7ab0-4070-ae30-de671af6f888 => generated 1639 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/2949] 199.204.45.23 () {30 vars in 814 bytes} [Thu Jul 2 01:41:14 2026] GET /v2.0/security-group-rules?security_group_id=37a27142-319c-4c2c-b8eb-1f9a44424ab6 => generated 1182 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2950] 199.204.45.23 () {30 vars in 702 bytes} [Thu Jul 2 01:41:14 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/2951] 199.204.45.23 () {30 vars in 704 bytes} [Thu Jul 2 01:41:14 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: 1456/2952] 199.204.45.23 () {30 vars in 680 bytes} [Thu Jul 2 01:41:14 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/2953] 199.204.45.23 () {30 vars in 716 bytes} [Thu Jul 2 01:41:14 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2954] 199.204.45.23 () {30 vars in 740 bytes} [Thu Jul 2 01:41:14 2026] GET /v2.0/subnets/3ba900a9-d884-4eb4-ab69-51b493364eae => 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: 1498/2955] 199.204.45.23 () {30 vars in 768 bytes} [Thu Jul 2 01:41:14 2026] GET /v2.0/ports?device_id=1abba873-9856-43eb-8cb6-bb7a1f9d2ae0 => generated 2581 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2956] 199.204.45.23 () {30 vars in 768 bytes} [Thu Jul 2 01:41:15 2026] GET /v2.0/ports?device_id=1abba873-9856-43eb-8cb6-bb7a1f9d2ae0 => generated 2581 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/2957] 199.204.45.23 () {30 vars in 768 bytes} [Thu Jul 2 01:41:15 2026] GET /v2.0/ports?device_id=1abba873-9856-43eb-8cb6-bb7a1f9d2ae0 => generated 2581 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2958] 199.204.45.23 () {30 vars in 768 bytes} [Thu Jul 2 01:41:16 2026] GET /v2.0/ports?device_id=1abba873-9856-43eb-8cb6-bb7a1f9d2ae0 => generated 2581 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/2959] 199.204.45.23 () {34 vars in 974 bytes} [Thu Jul 2 01:41:17 2026] GET /v2.0/ports/0350e095-9342-4bcd-8ca3-fd191b0cf26a => generated 1345 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2960] 199.204.45.23 () {30 vars in 768 bytes} [Thu Jul 2 01:41:17 2026] GET /v2.0/ports?device_id=1abba873-9856-43eb-8cb6-bb7a1f9d2ae0 => generated 2581 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/2961] 199.204.45.23 () {34 vars in 1059 bytes} [Thu Jul 2 01:41:17 2026] GET /v2.0/ports/0350e095-9342-4bcd-8ca3-fd191b0cf26a?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/2962] 199.204.45.23 () {34 vars in 1015 bytes} [Thu Jul 2 01:41:17 2026] GET /v2.0/networks/62b1dd2c-b08c-4d3a-b9b7-862132a1fa8e?fields=dns_domain => generated 29 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/2963] 199.204.45.23 () {38 vars in 1027 bytes} [Thu Jul 2 01:41:17 2026] PUT /v2.0/ports/0350e095-9342-4bcd-8ca3-fd191b0cf26a => generated 1146 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/2964] 199.204.45.23 () {30 vars in 768 bytes} [Thu Jul 2 01:41:18 2026] GET /v2.0/ports?device_id=1abba873-9856-43eb-8cb6-bb7a1f9d2ae0 => generated 1244 bytes in 39 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: 1503/2965] 199.204.45.23 () {34 vars in 788 bytes} [Thu Jul 2 01:41:18 2026] PUT /v2.0/ports/0350e095-9342-4bcd-8ca3-fd191b0cf26a => generated 1086 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2966] 199.204.45.23 () {30 vars in 736 bytes} [Thu Jul 2 01:41:18 2026] GET /v2.0/ports/0350e095-9342-4bcd-8ca3-fd191b0cf26a => generated 1086 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-02 01:41:18.694 8 INFO neutron_taas.services.taas.taas_plugin [None req-c5fb20d9-49ea-4f03-a51c-de85706711b6 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] TaaS: Handle Delete Port: 0350e095-9342-4bcd-8ca3-fd191b0cf26a 2026-07-02 01:41:18.697 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c5fb20d9-49ea-4f03-a51c-de85706711b6 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Tap Mirror: Handle Delete Port: 0350e095-9342-4bcd-8ca3-fd191b0cf26a [pid: 8|app: 0|req: 1504/2967] 199.204.45.23 () {32 vars in 758 bytes} [Thu Jul 2 01:41:18 2026] DELETE /v2.0/ports/0350e095-9342-4bcd-8ca3-fd191b0cf26a => generated 0 bytes in 262 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2968] 199.204.45.23 () {30 vars in 702 bytes} [Thu Jul 2 01:41:18 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/2969] 199.204.45.23 () {30 vars in 704 bytes} [Thu Jul 2 01:41:18 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2970] 199.204.45.23 () {30 vars in 680 bytes} [Thu Jul 2 01:41:18 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/2971] 199.204.45.23 () {30 vars in 716 bytes} [Thu Jul 2 01:41:18 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-07-02 01:41:19.029 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a9c9bfdc-1cf1-4451-a017-4e258a81be72 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1466/2972] 199.204.45.23 () {32 vars in 758 bytes} [Thu Jul 2 01:41:19 2026] DELETE /v2.0/ports/0350e095-9342-4bcd-8ca3-fd191b0cf26a => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/2973] 199.204.45.23 () {30 vars in 736 bytes} [Thu Jul 2 01:41:19 2026] GET /v2.0/ports/ab20d5d3-4a0f-4037-bfb5-297a8f78f0dc => generated 1128 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:41:19.096 7 INFO neutron.api.v2.resource [None req-1fec8739-ec7c-4ba9-9c21-0e454cdefca9 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1467/2974] 199.204.45.23 () {30 vars in 762 bytes} [Thu Jul 2 01:41:19 2026] GET /v2.0/security-groups/lb-6a7942d6-7ab0-4070-ae30-de671af6f888 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/2975] 199.204.45.23 () {34 vars in 1079 bytes} [Thu Jul 2 01:41:19 2026] GET /v2.0/ports?tenant_id=7eb38567d24945bf897faa0c111c2692&device_id=1abba873-9856-43eb-8cb6-bb7a1f9d2ae0 => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2976] 199.204.45.23 () {30 vars in 784 bytes} [Thu Jul 2 01:41:19 2026] GET /v2.0/security-groups?name=lb-6a7942d6-7ab0-4070-ae30-de671af6f888 => generated 1639 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2977] 199.204.45.23 () {30 vars in 736 bytes} [Thu Jul 2 01:41:19 2026] GET /v2.0/ports/ab20d5d3-4a0f-4037-bfb5-297a8f78f0dc => generated 1128 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/2978] 199.204.45.23 () {34 vars in 1065 bytes} [Thu Jul 2 01:41:19 2026] GET /v2.0/networks?id=b8436720-0f07-46db-887a-138a1198db2d&id=62b1dd2c-b08c-4d3a-b9b7-862132a1fa8e => generated 1523 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/2979] 199.204.45.23 () {34 vars in 1059 bytes} [Thu Jul 2 01:41:19 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.21&port_id=07b47a35-0fbe-4dce-a910-ceea5d75c441 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/2980] 199.204.45.23 () {34 vars in 983 bytes} [Thu Jul 2 01:41:19 2026] GET /v2.0/subnets?id=760a2705-61ea-4e55-b3d3-4a3c8dc77f57 => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/2981] 199.204.45.23 () {34 vars in 1051 bytes} [Thu Jul 2 01:41:19 2026] GET /v2.0/ports?network_id=b8436720-0f07-46db-887a-138a1198db2d&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: 1513/2982] 199.204.45.23 () {34 vars in 1011 bytes} [Thu Jul 2 01:41:19 2026] GET /v2.0/networks/b8436720-0f07-46db-887a-138a1198db2d?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: 1470/2983] 199.204.45.23 () {34 vars in 788 bytes} [Thu Jul 2 01:41:19 2026] PUT /v2.0/ports/ab20d5d3-4a0f-4037-bfb5-297a8f78f0dc => generated 1090 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/2984] 199.204.45.23 () {34 vars in 1111 bytes} [Thu Jul 2 01:41:19 2026] GET /v2.0/networks/b8436720-0f07-46db-887a-138a1198db2d?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: 1471/2985] 199.204.45.23 () {32 vars in 778 bytes} [Thu Jul 2 01:41:19 2026] DELETE /v2.0/security-groups/37a27142-319c-4c2c-b8eb-1f9a44424ab6 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:41:19.612 8 INFO neutron_taas.services.taas.taas_plugin [None req-bd00ea32-049d-443e-9b06-b2528c9d346b b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] TaaS: Handle Delete Port: ab20d5d3-4a0f-4037-bfb5-297a8f78f0dc 2026-07-02 01:41:19.618 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bd00ea32-049d-443e-9b06-b2528c9d346b b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Tap Mirror: Handle Delete Port: ab20d5d3-4a0f-4037-bfb5-297a8f78f0dc [pid: 8|app: 0|req: 1515/2986] 199.204.45.23 () {32 vars in 758 bytes} [Thu Jul 2 01:41:19 2026] DELETE /v2.0/ports/ab20d5d3-4a0f-4037-bfb5-297a8f78f0dc => generated 0 bytes in 275 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/2989] 199.204.45.23 () {34 vars in 993 bytes} [Thu Jul 2 01:41:22 2026] GET /v2.0/ports?device_id=1abba873-9856-43eb-8cb6-bb7a1f9d2ae0 => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:41:22.875 7 INFO neutron_taas.services.taas.taas_plugin [req-9c201367-d745-42c5-aebc-cb0de3ce24f5 req-0aa69ead-2f98-45e6-bb5c-10c21ae7ea82 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] TaaS: Handle Delete Port: 07b47a35-0fbe-4dce-a910-ceea5d75c441 2026-07-02 01:41:22.880 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-9c201367-d745-42c5-aebc-cb0de3ce24f5 req-0aa69ead-2f98-45e6-bb5c-10c21ae7ea82 b0f6f1662acb42028adab40336275dbd 7eb38567d24945bf897faa0c111c2692 - - default default] Tap Mirror: Handle Delete Port: 07b47a35-0fbe-4dce-a910-ceea5d75c441 [pid: 7|app: 0|req: 1473/2990] 199.204.45.23 () {36 vars in 996 bytes} [Thu Jul 2 01:41:22 2026] DELETE /v2.0/ports/07b47a35-0fbe-4dce-a910-ceea5d75c441 => generated 0 bytes in 294 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:41:23.077 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5ac52d1f-fe56-46af-87b4-1ef67ae5ac38'] response: {'server_uuid': '1abba873-9856-43eb-8cb6-bb7a1f9d2ae0', 'name': 'network-vif-deleted', 'tag': '07b47a35-0fbe-4dce-a910-ceea5d75c441', 'status': 'completed', 'code': 200} 2026-07-02 01:41:24.365 8 INFO neutron_taas.services.taas.taas_plugin [None req-05c51c56-b255-48fe-a965-54a0802e137c 820bf0b0cca340e98c0c80ecdc5a552d d2bdc096e751480e88ada5ec264fc434 - - default default] TaaS: Handle Delete Port: 65a42cad-a86c-4891-8500-835f95b2cfdc 2026-07-02 01:41:24.368 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-05c51c56-b255-48fe-a965-54a0802e137c 820bf0b0cca340e98c0c80ecdc5a552d d2bdc096e751480e88ada5ec264fc434 - - default default] Tap Mirror: Handle Delete Port: 65a42cad-a86c-4891-8500-835f95b2cfdc 2026-07-02 01:41:24.528 8 INFO neutron.db.l3_db [None req-05c51c56-b255-48fe-a965-54a0802e137c 820bf0b0cca340e98c0c80ecdc5a552d d2bdc096e751480e88ada5ec264fc434 - - default default] Floating IP a18370a4-9ff2-4d36-9f2c-d3c22be297a2 disassociated (deleted). External IP: 10.96.250.220, port: dfb6850e-d104-4b2a-96cd-d9f8bd4f3ce1. [pid: 8|app: 0|req: 1518/2991] 10.0.0.150 () {32 vars in 732 bytes} [Thu Jul 2 01:41:24 2026] DELETE /v2.0/floatingips/a18370a4-9ff2-4d36-9f2c-d3c22be297a2 => generated 0 bytes in 624 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:41:24.900 7 INFO neutron.api.v2.resource [None req-2db26549-b5a7-4683-9a36-d7733bd6001d 820bf0b0cca340e98c0c80ecdc5a552d d2bdc096e751480e88ada5ec264fc434 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1474/2992] 10.0.0.150 () {32 vars in 729 bytes} [Thu Jul 2 01:41:24 2026] GET /v2.0/floatingips/a18370a4-9ff2-4d36-9f2c-d3c22be297a2 => generated 144 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:41:24.916 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8004ea47-a709-454e-9e0e-695ace6327fe'] response: {'name': 'network-changed', 'server_uuid': 'ba1dcd6d-d900-4dd7-98e9-a813f8947ea4', 'tag': 'dfb6850e-d104-4b2a-96cd-d9f8bd4f3ce1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1519/2993] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:41:25 2026] GET /v2.0/ports?device_id=ba1dcd6d-d900-4dd7-98e9-a813f8947ea4 => generated 1200 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/2994] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:41:25 2026] GET /v2.0/security-groups?id=aedf47cd-2e22-489f-b95a-16931fede46c&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: 1520/2995] 199.204.45.23 () {34 vars in 1079 bytes} [Thu Jul 2 01:41:25 2026] GET /v2.0/ports?tenant_id=d2bdc096e751480e88ada5ec264fc434&device_id=ba1dcd6d-d900-4dd7-98e9-a813f8947ea4 => generated 1469 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/2996] 199.204.45.23 () {34 vars in 985 bytes} [Thu Jul 2 01:41:25 2026] GET /v2.0/networks?id=056a04e8-4e15-4051-878b-38551d9b83f7 => generated 801 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/2997] 199.204.45.23 () {34 vars in 1057 bytes} [Thu Jul 2 01:41:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.245&port_id=dfb6850e-d104-4b2a-96cd-d9f8bd4f3ce1 => 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: 1477/2998] 199.204.45.23 () {34 vars in 1103 bytes} [Thu Jul 2 01:41:25 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A15&port_id=dfb6850e-d104-4b2a-96cd-d9f8bd4f3ce1 => generated 19 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/2999] 199.204.45.23 () {34 vars in 1063 bytes} [Thu Jul 2 01:41:25 2026] GET /v2.0/subnets?id=f92fc082-9db9-437a-b217-f7f94cbe5ff3&id=a2c62c7c-facf-4b36-ae1b-f8e9ce8ba4ef => generated 1414 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/3000] 199.204.45.23 () {34 vars in 1051 bytes} [Thu Jul 2 01:41:25 2026] GET /v2.0/ports?network_id=056a04e8-4e15-4051-878b-38551d9b83f7&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: 1523/3001] 199.204.45.23 () {34 vars in 1051 bytes} [Thu Jul 2 01:41:25 2026] GET /v2.0/ports?network_id=056a04e8-4e15-4051-878b-38551d9b83f7&device_owner=network%3Adhcp => generated 1461 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/3002] 199.204.45.23 () {34 vars in 1011 bytes} [Thu Jul 2 01:41:25 2026] GET /v2.0/networks/056a04e8-4e15-4051-878b-38551d9b83f7?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/3003] 199.204.45.23 () {34 vars in 1111 bytes} [Thu Jul 2 01:41:25 2026] GET /v2.0/networks/056a04e8-4e15-4051-878b-38551d9b83f7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/3004] 199.204.45.23 () {34 vars in 993 bytes} [Thu Jul 2 01:41:27 2026] GET /v2.0/ports?device_id=ba1dcd6d-d900-4dd7-98e9-a813f8947ea4 => generated 1200 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:41:27.678 8 INFO neutron_taas.services.taas.taas_plugin [req-565ab3f2-4d64-4271-808f-aa2a1c1c24d2 req-8bd39b26-3447-4cae-90e5-c86865a95ac8 820bf0b0cca340e98c0c80ecdc5a552d d2bdc096e751480e88ada5ec264fc434 - - default default] TaaS: Handle Delete Port: dfb6850e-d104-4b2a-96cd-d9f8bd4f3ce1 2026-07-02 01:41:27.681 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-565ab3f2-4d64-4271-808f-aa2a1c1c24d2 req-8bd39b26-3447-4cae-90e5-c86865a95ac8 820bf0b0cca340e98c0c80ecdc5a552d d2bdc096e751480e88ada5ec264fc434 - - default default] Tap Mirror: Handle Delete Port: dfb6850e-d104-4b2a-96cd-d9f8bd4f3ce1 [pid: 8|app: 0|req: 1525/3005] 199.204.45.23 () {36 vars in 996 bytes} [Thu Jul 2 01:41:27 2026] DELETE /v2.0/ports/dfb6850e-d104-4b2a-96cd-d9f8bd4f3ce1 => generated 0 bytes in 293 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:41:27.913 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5c61c714-ff59-4a43-b3bf-20200ecac6de'] response: {'server_uuid': 'ba1dcd6d-d900-4dd7-98e9-a813f8947ea4', 'name': 'network-vif-deleted', 'tag': 'dfb6850e-d104-4b2a-96cd-d9f8bd4f3ce1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1481/3006] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:41:30 2026] GET /v2.0/ports?device_id=ba1dcd6d-d900-4dd7-98e9-a813f8947ea4 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:41:35.519 8 INFO neutron_taas.services.taas.taas_plugin [None req-1a6c2cf2-1d69-4de4-a481-c7fb868d60e9 820bf0b0cca340e98c0c80ecdc5a552d d2bdc096e751480e88ada5ec264fc434 - - default default] TaaS: Handle Delete Port: d7d5b275-ddbc-4d1a-af40-521337240790 2026-07-02 01:41:35.521 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1a6c2cf2-1d69-4de4-a481-c7fb868d60e9 820bf0b0cca340e98c0c80ecdc5a552d d2bdc096e751480e88ada5ec264fc434 - - default default] Tap Mirror: Handle Delete Port: d7d5b275-ddbc-4d1a-af40-521337240790 2026-07-02 01:41:35.678 8 INFO neutron.db.l3_db [None req-1a6c2cf2-1d69-4de4-a481-c7fb868d60e9 820bf0b0cca340e98c0c80ecdc5a552d d2bdc096e751480e88ada5ec264fc434 - - default default] Floating IP 8b8dd008-f682-4ebb-9e7c-897b3a86e9d2 disassociated (deleted). External IP: 10.96.250.217, port: dad06a00-a255-4517-811b-a6e6872d19d4. [pid: 8|app: 0|req: 1526/3007] 10.0.0.150 () {32 vars in 732 bytes} [Thu Jul 2 01:41:35 2026] DELETE /v2.0/floatingips/8b8dd008-f682-4ebb-9e7c-897b3a86e9d2 => generated 0 bytes in 682 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:41:36.086 7 INFO neutron.api.v2.resource [None req-062347b0-cb7a-4137-ab23-acdbe03a7d51 820bf0b0cca340e98c0c80ecdc5a552d d2bdc096e751480e88ada5ec264fc434 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1482/3008] 10.0.0.150 () {32 vars in 729 bytes} [Thu Jul 2 01:41:36 2026] GET /v2.0/floatingips/8b8dd008-f682-4ebb-9e7c-897b3a86e9d2 => generated 144 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:41:36.096 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-20ad9511-d1af-4cab-97aa-5678c16235ee'] response: {'name': 'network-changed', 'server_uuid': '2ea3f8ef-f2c2-43df-a09b-305f5bca3e74', 'tag': 'dad06a00-a255-4517-811b-a6e6872d19d4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1527/3009] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:41:36 2026] GET /v2.0/ports?device_id=2ea3f8ef-f2c2-43df-a09b-305f5bca3e74 => generated 1196 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/3010] 10.0.0.126 () {34 vars in 1040 bytes} [Thu Jul 2 01:41:36 2026] GET /v2.0/security-groups?id=aedf47cd-2e22-489f-b95a-16931fede46c&fields=id&fields=name => generated 112 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/3011] 199.204.45.23 () {34 vars in 1079 bytes} [Thu Jul 2 01:41:36 2026] GET /v2.0/ports?tenant_id=d2bdc096e751480e88ada5ec264fc434&device_id=2ea3f8ef-f2c2-43df-a09b-305f5bca3e74 => generated 1465 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/3012] 199.204.45.23 () {34 vars in 985 bytes} [Thu Jul 2 01:41:36 2026] GET /v2.0/networks?id=98c449be-6ed4-4a76-bde3-e717f03dcb63 => generated 800 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/3013] 199.204.45.23 () {34 vars in 1055 bytes} [Thu Jul 2 01:41:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.94&port_id=dad06a00-a255-4517-811b-a6e6872d19d4 => 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: 1485/3014] 199.204.45.23 () {34 vars in 1103 bytes} [Thu Jul 2 01:41:36 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A236&port_id=dad06a00-a255-4517-811b-a6e6872d19d4 => 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: 1530/3015] 199.204.45.23 () {34 vars in 1063 bytes} [Thu Jul 2 01:41:36 2026] GET /v2.0/subnets?id=9d50d242-bfc3-473c-b800-6124a819afab&id=338d3695-a05b-4860-9710-8399454eb8cf => generated 1410 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/3016] 199.204.45.23 () {34 vars in 1051 bytes} [Thu Jul 2 01:41:36 2026] GET /v2.0/ports?network_id=98c449be-6ed4-4a76-bde3-e717f03dcb63&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: 1531/3017] 199.204.45.23 () {34 vars in 1051 bytes} [Thu Jul 2 01:41:36 2026] GET /v2.0/ports?network_id=98c449be-6ed4-4a76-bde3-e717f03dcb63&device_owner=network%3Adhcp => generated 1457 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/3018] 199.204.45.23 () {34 vars in 1011 bytes} [Thu Jul 2 01:41:36 2026] GET /v2.0/networks/98c449be-6ed4-4a76-bde3-e717f03dcb63?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: 1532/3019] 199.204.45.23 () {34 vars in 1111 bytes} [Thu Jul 2 01:41:36 2026] GET /v2.0/networks/98c449be-6ed4-4a76-bde3-e717f03dcb63?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: 1489/3022] 199.204.45.23 () {34 vars in 993 bytes} [Thu Jul 2 01:41:38 2026] GET /v2.0/ports?device_id=2ea3f8ef-f2c2-43df-a09b-305f5bca3e74 => generated 1194 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:41:38.876 8 INFO neutron_taas.services.taas.taas_plugin [req-776e05d6-b432-4ee2-ac0c-0c2adea26ff6 req-10b61520-b02e-423f-bc1f-e6fb06edc8e6 820bf0b0cca340e98c0c80ecdc5a552d d2bdc096e751480e88ada5ec264fc434 - - default default] TaaS: Handle Delete Port: dad06a00-a255-4517-811b-a6e6872d19d4 2026-07-02 01:41:38.878 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-776e05d6-b432-4ee2-ac0c-0c2adea26ff6 req-10b61520-b02e-423f-bc1f-e6fb06edc8e6 820bf0b0cca340e98c0c80ecdc5a552d d2bdc096e751480e88ada5ec264fc434 - - default default] Tap Mirror: Handle Delete Port: dad06a00-a255-4517-811b-a6e6872d19d4 [pid: 8|app: 0|req: 1534/3023] 199.204.45.23 () {36 vars in 996 bytes} [Thu Jul 2 01:41:38 2026] DELETE /v2.0/ports/dad06a00-a255-4517-811b-a6e6872d19d4 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:41:39.077 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3e8320ee-bbf1-4224-8ae9-ea36d92d0ba7'] response: {'server_uuid': '2ea3f8ef-f2c2-43df-a09b-305f5bca3e74', 'name': 'network-vif-deleted', 'tag': 'dad06a00-a255-4517-811b-a6e6872d19d4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1490/3024] 10.0.0.126 () {34 vars in 990 bytes} [Thu Jul 2 01:41:41 2026] GET /v2.0/ports?device_id=2ea3f8ef-f2c2-43df-a09b-305f5bca3e74 => 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: 1535/3025] 10.0.0.150 () {32 vars in 750 bytes} [Thu Jul 2 01:41:46 2026] DELETE /v2.0/security-group-rules/70e44fc6-e3c3-4495-bd17-f9679d44fca7 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:41:46.593 7 INFO neutron.api.v2.resource [None req-aca4441a-f379-4e7d-ac15-68b31a697e89 820bf0b0cca340e98c0c80ecdc5a552d d2bdc096e751480e88ada5ec264fc434 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1491/3026] 10.0.0.150 () {32 vars in 747 bytes} [Thu Jul 2 01:41:46 2026] GET /v2.0/security-group-rules/70e44fc6-e3c3-4495-bd17-f9679d44fca7 => 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: 1536/3027] 10.0.0.150 () {32 vars in 750 bytes} [Thu Jul 2 01:41:46 2026] DELETE /v2.0/security-group-rules/864917ba-1d6c-4dc7-b6cb-7a8bb2cc1342 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:41:46.677 7 INFO neutron.api.v2.resource [None req-a3aada55-e0fe-400d-9974-a525e9b94a49 820bf0b0cca340e98c0c80ecdc5a552d d2bdc096e751480e88ada5ec264fc434 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1492/3028] 10.0.0.150 () {32 vars in 747 bytes} [Thu Jul 2 01:41:46 2026] GET /v2.0/security-group-rules/864917ba-1d6c-4dc7-b6cb-7a8bb2cc1342 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/3029] 10.0.0.150 () {32 vars in 750 bytes} [Thu Jul 2 01:41:46 2026] DELETE /v2.0/security-group-rules/995d790d-d8c9-494a-98b6-962751799ddc => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:41:46.769 7 INFO neutron.api.v2.resource [None req-e3aba28f-3f79-4345-b1ad-3d9e243d0936 820bf0b0cca340e98c0c80ecdc5a552d d2bdc096e751480e88ada5ec264fc434 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1493/3030] 10.0.0.150 () {32 vars in 747 bytes} [Thu Jul 2 01:41:46 2026] GET /v2.0/security-group-rules/995d790d-d8c9-494a-98b6-962751799ddc => 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: 1538/3031] 10.0.0.150 () {32 vars in 750 bytes} [Thu Jul 2 01:41:46 2026] DELETE /v2.0/security-group-rules/ffd2cdd1-cba6-43d3-826c-82b648b2bab5 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:41:46.889 7 INFO neutron.api.v2.resource [None req-a7c899aa-ac50-491b-aefd-adbf72419d46 820bf0b0cca340e98c0c80ecdc5a552d d2bdc096e751480e88ada5ec264fc434 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1494/3032] 10.0.0.150 () {32 vars in 747 bytes} [Thu Jul 2 01:41:46 2026] GET /v2.0/security-group-rules/ffd2cdd1-cba6-43d3-826c-82b648b2bab5 => 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: 1539/3033] 10.0.0.150 () {32 vars in 750 bytes} [Thu Jul 2 01:41:46 2026] DELETE /v2.0/security-group-rules/f2e10772-3e10-49d7-8bc5-0ad9c111d372 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:41:46.979 7 INFO neutron.api.v2.resource [None req-c207ddb9-5460-4116-93fe-1aa0198c7fa3 820bf0b0cca340e98c0c80ecdc5a552d d2bdc096e751480e88ada5ec264fc434 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1495/3034] 10.0.0.150 () {32 vars in 747 bytes} [Thu Jul 2 01:41:46 2026] GET /v2.0/security-group-rules/f2e10772-3e10-49d7-8bc5-0ad9c111d372 => generated 155 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/3035] 10.0.0.150 () {32 vars in 750 bytes} [Thu Jul 2 01:41:46 2026] DELETE /v2.0/security-group-rules/c42a6f97-f2ac-4a9b-9f33-914459c1dbea => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:41:47.060 7 INFO neutron.api.v2.resource [None req-35471711-00cb-4928-b02b-07da0765dfc0 820bf0b0cca340e98c0c80ecdc5a552d d2bdc096e751480e88ada5ec264fc434 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1496/3036] 10.0.0.150 () {32 vars in 747 bytes} [Thu Jul 2 01:41:47 2026] GET /v2.0/security-group-rules/c42a6f97-f2ac-4a9b-9f33-914459c1dbea => 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: 1541/3037] 10.0.0.150 () {32 vars in 750 bytes} [Thu Jul 2 01:41:47 2026] DELETE /v2.0/security-group-rules/60d6f39c-a802-4ef0-831c-cad0c4b07796 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:41:47.137 7 INFO neutron.api.v2.resource [None req-e12c1399-cfc9-4a97-a7cf-e9975718fa79 820bf0b0cca340e98c0c80ecdc5a552d d2bdc096e751480e88ada5ec264fc434 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1497/3038] 10.0.0.150 () {32 vars in 747 bytes} [Thu Jul 2 01:41:47 2026] GET /v2.0/security-group-rules/60d6f39c-a802-4ef0-831c-cad0c4b07796 => 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: 1542/3039] 10.0.0.150 () {32 vars in 750 bytes} [Thu Jul 2 01:41:47 2026] DELETE /v2.0/security-group-rules/f69a9da0-682d-41be-a0d8-b5571bd0c753 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:41:47.222 7 INFO neutron.api.v2.resource [None req-d91aa730-d0c2-4fb0-a486-ed61afe3d8ae 820bf0b0cca340e98c0c80ecdc5a552d d2bdc096e751480e88ada5ec264fc434 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1498/3040] 10.0.0.150 () {32 vars in 747 bytes} [Thu Jul 2 01:41:47 2026] GET /v2.0/security-group-rules/f69a9da0-682d-41be-a0d8-b5571bd0c753 => 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: 1543/3041] 10.0.0.150 () {32 vars in 750 bytes} [Thu Jul 2 01:41:47 2026] DELETE /v2.0/security-group-rules/d6207e7d-f9fc-45ea-beeb-d573ee890a8f => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:41:47.301 7 INFO neutron.api.v2.resource [None req-6cdb47d1-a851-4a5b-81e9-b20aff96fadc 820bf0b0cca340e98c0c80ecdc5a552d d2bdc096e751480e88ada5ec264fc434 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1499/3042] 10.0.0.150 () {32 vars in 747 bytes} [Thu Jul 2 01:41:47 2026] GET /v2.0/security-group-rules/d6207e7d-f9fc-45ea-beeb-d573ee890a8f => 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: 1544/3043] 10.0.0.150 () {32 vars in 750 bytes} [Thu Jul 2 01:41:47 2026] DELETE /v2.0/security-group-rules/083aff7a-f13f-4654-af17-1eea52b84ef8 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:41:47.387 7 INFO neutron.api.v2.resource [None req-72d3527d-1cfd-40c0-acd6-0c73e194b714 820bf0b0cca340e98c0c80ecdc5a552d d2bdc096e751480e88ada5ec264fc434 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1500/3044] 10.0.0.150 () {32 vars in 747 bytes} [Thu Jul 2 01:41:47 2026] GET /v2.0/security-group-rules/083aff7a-f13f-4654-af17-1eea52b84ef8 => 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: 1545/3045] 10.0.0.150 () {32 vars in 750 bytes} [Thu Jul 2 01:41:47 2026] DELETE /v2.0/security-group-rules/dbc5476d-235d-42d6-be27-d421e34c5bf6 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:41:47.502 7 INFO neutron.api.v2.resource [None req-276bd18f-43c1-42ad-93ef-7d0126f373ef 820bf0b0cca340e98c0c80ecdc5a552d d2bdc096e751480e88ada5ec264fc434 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1501/3046] 10.0.0.150 () {32 vars in 747 bytes} [Thu Jul 2 01:41:47 2026] GET /v2.0/security-group-rules/dbc5476d-235d-42d6-be27-d421e34c5bf6 => 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: 1546/3047] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:41:47 2026] DELETE /v2.0/security-groups/aedf47cd-2e22-489f-b95a-16931fede46c => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:41:47.624 7 INFO neutron.api.v2.resource [None req-52e07d14-73b8-4ea0-b177-5ca09ea3128c 820bf0b0cca340e98c0c80ecdc5a552d d2bdc096e751480e88ada5ec264fc434 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1502/3048] 10.0.0.150 () {32 vars in 737 bytes} [Thu Jul 2 01:41:47 2026] GET /v2.0/security-groups/aedf47cd-2e22-489f-b95a-16931fede46c => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:41:48.115 8 INFO neutron_taas.services.taas.taas_plugin [None req-5366a87d-a3ce-49ff-91e7-aca641cfc864 820bf0b0cca340e98c0c80ecdc5a552d d2bdc096e751480e88ada5ec264fc434 - - default default] TaaS: Handle Delete Port: 7e12e02d-98ea-4180-b40f-2ea99e629479 2026-07-02 01:41:48.118 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5366a87d-a3ce-49ff-91e7-aca641cfc864 820bf0b0cca340e98c0c80ecdc5a552d d2bdc096e751480e88ada5ec264fc434 - - default default] Tap Mirror: Handle Delete Port: 7e12e02d-98ea-4180-b40f-2ea99e629479 [pid: 8|app: 0|req: 1547/3049] 10.0.0.150 () {34 vars in 789 bytes} [Thu Jul 2 01:41:47 2026] PUT /v2.0/routers/5ea82ea9-6b93-469d-8408-078032e77a96/remove_router_interface => generated 309 bytes in 1095 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:41:48.952 7 INFO neutron.api.v2.resource [None req-612d34c8-130f-4dd5-9811-32da29a99351 820bf0b0cca340e98c0c80ecdc5a552d d2bdc096e751480e88ada5ec264fc434 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1503/3050] 10.0.0.150 () {34 vars in 789 bytes} [Thu Jul 2 01:41:48 2026] PUT /v2.0/routers/5ea82ea9-6b93-469d-8408-078032e77a96/remove_router_interface => generated 198 bytes in 173 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:41:49.397 8 INFO neutron_taas.services.taas.taas_plugin [None req-0bf9989d-f956-43a4-b13d-5429b4881990 820bf0b0cca340e98c0c80ecdc5a552d d2bdc096e751480e88ada5ec264fc434 - - default default] TaaS: Handle Delete Port: 820c2c7d-6435-4f0b-9462-978f367afcb9 2026-07-02 01:41:49.400 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0bf9989d-f956-43a4-b13d-5429b4881990 820bf0b0cca340e98c0c80ecdc5a552d d2bdc096e751480e88ada5ec264fc434 - - default default] Tap Mirror: Handle Delete Port: 820c2c7d-6435-4f0b-9462-978f367afcb9 [pid: 8|app: 0|req: 1548/3051] 10.0.0.150 () {34 vars in 789 bytes} [Thu Jul 2 01:41:48 2026] PUT /v2.0/routers/5ea82ea9-6b93-469d-8408-078032e77a96/remove_router_interface => generated 309 bytes in 1040 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:41:50.197 7 INFO neutron.api.v2.resource [None req-a26a74b4-fd22-4490-8356-fdef69ffad25 820bf0b0cca340e98c0c80ecdc5a552d d2bdc096e751480e88ada5ec264fc434 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1504/3052] 10.0.0.150 () {34 vars in 789 bytes} [Thu Jul 2 01:41:50 2026] PUT /v2.0/routers/5ea82ea9-6b93-469d-8408-078032e77a96/remove_router_interface => generated 198 bytes in 195 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:41:50.574 8 INFO neutron_taas.services.taas.taas_plugin [None req-67276ab4-50c5-4ed5-95fc-1c754c67d92f 820bf0b0cca340e98c0c80ecdc5a552d d2bdc096e751480e88ada5ec264fc434 - - default default] TaaS: Handle Delete Port: 8d7e96d2-97a2-4cfb-80cf-6117ed7dccf5 2026-07-02 01:41:50.577 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-67276ab4-50c5-4ed5-95fc-1c754c67d92f 820bf0b0cca340e98c0c80ecdc5a552d d2bdc096e751480e88ada5ec264fc434 - - default default] Tap Mirror: Handle Delete Port: 8d7e96d2-97a2-4cfb-80cf-6117ed7dccf5 [pid: 8|app: 0|req: 1549/3053] 10.0.0.150 () {34 vars in 789 bytes} [Thu Jul 2 01:41:50 2026] PUT /v2.0/routers/5ea82ea9-6b93-469d-8408-078032e77a96/remove_router_interface => generated 309 bytes in 975 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:41:51.333 7 INFO neutron.api.v2.resource [None req-0c4ad78d-afd5-468e-adbb-43610687c3b1 820bf0b0cca340e98c0c80ecdc5a552d d2bdc096e751480e88ada5ec264fc434 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1505/3054] 10.0.0.150 () {34 vars in 789 bytes} [Thu Jul 2 01:41:51 2026] PUT /v2.0/routers/5ea82ea9-6b93-469d-8408-078032e77a96/remove_router_interface => generated 198 bytes in 150 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:41:51.538 8 INFO neutron_taas.services.taas.taas_plugin [None req-0f909ad3-b5c4-4420-848d-21600719807e 820bf0b0cca340e98c0c80ecdc5a552d d2bdc096e751480e88ada5ec264fc434 - - default default] TaaS: Handle Delete Port: f30f47e1-942a-4e4d-893b-f85ae4f5189a 2026-07-02 01:41:51.541 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0f909ad3-b5c4-4420-848d-21600719807e 820bf0b0cca340e98c0c80ecdc5a552d d2bdc096e751480e88ada5ec264fc434 - - default default] Tap Mirror: Handle Delete Port: f30f47e1-942a-4e4d-893b-f85ae4f5189a 2026-07-02 01:41:51.789 8 INFO neutron_taas.services.taas.taas_plugin [None req-0f909ad3-b5c4-4420-848d-21600719807e 820bf0b0cca340e98c0c80ecdc5a552d d2bdc096e751480e88ada5ec264fc434 - - default default] TaaS: Handle Delete Port: 5b9f339a-f304-4f69-a1a5-a86c08c1da45 2026-07-02 01:41:51.791 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0f909ad3-b5c4-4420-848d-21600719807e 820bf0b0cca340e98c0c80ecdc5a552d d2bdc096e751480e88ada5ec264fc434 - - default default] Tap Mirror: Handle Delete Port: 5b9f339a-f304-4f69-a1a5-a86c08c1da45 2026-07-02 01:41:52.126 8 INFO neutron.db.l3_hamode_db [None req-0f909ad3-b5c4-4420-848d-21600719807e 820bf0b0cca340e98c0c80ecdc5a552d d2bdc096e751480e88ada5ec264fc434 - - default default] HA network d0ad9343-6c39-47e6-9c7c-ce95ed5317ae was deleted as no HA routers are present in tenant d2bdc096e751480e88ada5ec264fc434. [pid: 8|app: 0|req: 1550/3055] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:41:51 2026] DELETE /v2.0/routers/5ea82ea9-6b93-469d-8408-078032e77a96 => generated 0 bytes in 792 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:41:52.154 7 INFO neutron.api.v2.resource [None req-ad539e67-f417-42c3-a1f3-c3c89684a040 820bf0b0cca340e98c0c80ecdc5a552d d2bdc096e751480e88ada5ec264fc434 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1506/3056] 10.0.0.150 () {32 vars in 721 bytes} [Thu Jul 2 01:41:52 2026] GET /v2.0/routers/5ea82ea9-6b93-469d-8408-078032e77a96 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:41:52.216 8 INFO neutron.services.segments.plugin [-] Segment 9f97ba4d-41f9-4158-af93-af23d5ec71f2 resource provider aggregate not found 2026-07-02 01:41:52.226 8 INFO neutron.services.segments.plugin [-] Segment 9f97ba4d-41f9-4158-af93-af23d5ec71f2 resource provider aggregate not found 2026-07-02 01:41:52.233 8 INFO neutron.services.segments.plugin [-] Segment 9f97ba4d-41f9-4158-af93-af23d5ec71f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f97ba4d-41f9-4158-af93-af23d5ec71f2 found for delete ", "request_id": "req-39a937ba-ea80-4f15-816e-7a5a1acc2359"}]} 2026-07-02 01:41:52.246 8 INFO neutron.services.segments.plugin [-] Segment 9f97ba4d-41f9-4158-af93-af23d5ec71f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f97ba4d-41f9-4158-af93-af23d5ec71f2 found for delete ", "request_id": "req-2fa76bdf-8058-45ba-901b-3da478437bda"}]} [pid: 8|app: 0|req: 1551/3059] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:41:52 2026] DELETE /v2.0/subnets/a2c62c7c-facf-4b36-ae1b-f8e9ce8ba4ef => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:41:52.346 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d1887f52-d1ef-4548-babc-d08778320fd7 820bf0b0cca340e98c0c80ecdc5a552d d2bdc096e751480e88ada5ec264fc434 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1509/3060] 10.0.0.150 () {32 vars in 721 bytes} [Thu Jul 2 01:41:52 2026] GET /v2.0/subnets/a2c62c7c-facf-4b36-ae1b-f8e9ce8ba4ef => 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: 1552/3061] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:41:52 2026] DELETE /v2.0/subnets/f92fc082-9db9-437a-b217-f7f94cbe5ff3 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:41:52.508 7 INFO neutron.pecan_wsgi.hooks.translation [None req-50c95a9c-5f4d-4b4f-8086-9011837bb8df 820bf0b0cca340e98c0c80ecdc5a552d d2bdc096e751480e88ada5ec264fc434 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1510/3062] 10.0.0.150 () {32 vars in 721 bytes} [Thu Jul 2 01:41:52 2026] GET /v2.0/subnets/f92fc082-9db9-437a-b217-f7f94cbe5ff3 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:41:52.604 8 INFO neutron_taas.services.taas.taas_plugin [None req-a7a916d3-64d0-46b4-8d16-946d9913a967 820bf0b0cca340e98c0c80ecdc5a552d d2bdc096e751480e88ada5ec264fc434 - - default default] TaaS: Handle Delete Port: 1d5a4a88-a52f-4971-bbfd-78e02fc9084d 2026-07-02 01:41:52.606 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a7a916d3-64d0-46b4-8d16-946d9913a967 820bf0b0cca340e98c0c80ecdc5a552d d2bdc096e751480e88ada5ec264fc434 - - default default] Tap Mirror: Handle Delete Port: 1d5a4a88-a52f-4971-bbfd-78e02fc9084d [pid: 8|app: 0|req: 1553/3063] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:41:52 2026] DELETE /v2.0/networks/056a04e8-4e15-4051-878b-38551d9b83f7 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:41:52.820 7 INFO neutron.pecan_wsgi.hooks.translation [None req-362c788c-d566-4dd2-8a8c-f4b9ff9ad0c0 820bf0b0cca340e98c0c80ecdc5a552d d2bdc096e751480e88ada5ec264fc434 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1511/3064] 10.0.0.150 () {32 vars in 723 bytes} [Thu Jul 2 01:41:52 2026] GET /v2.0/networks/056a04e8-4e15-4051-878b-38551d9b83f7 => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/3065] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:41:52 2026] DELETE /v2.0/subnets/338d3695-a05b-4860-9710-8399454eb8cf => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:41:53.024 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b64d18ec-6442-4b62-89d8-2cafa0f209ad 820bf0b0cca340e98c0c80ecdc5a552d d2bdc096e751480e88ada5ec264fc434 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1512/3066] 10.0.0.150 () {32 vars in 721 bytes} [Thu Jul 2 01:41:53 2026] GET /v2.0/subnets/338d3695-a05b-4860-9710-8399454eb8cf => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/3067] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:41:53 2026] DELETE /v2.0/subnets/9d50d242-bfc3-473c-b800-6124a819afab => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:41:53.219 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b04d43c8-5115-468d-9146-9fe4a312006a 820bf0b0cca340e98c0c80ecdc5a552d d2bdc096e751480e88ada5ec264fc434 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1513/3068] 10.0.0.150 () {32 vars in 721 bytes} [Thu Jul 2 01:41:53 2026] GET /v2.0/subnets/9d50d242-bfc3-473c-b800-6124a819afab => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:41:53.317 8 INFO neutron_taas.services.taas.taas_plugin [None req-dcd5099e-e042-41d6-b8d3-9ee305094108 820bf0b0cca340e98c0c80ecdc5a552d d2bdc096e751480e88ada5ec264fc434 - - default default] TaaS: Handle Delete Port: 991c3b28-e4cd-466a-b740-ae26ad6fcace 2026-07-02 01:41:53.321 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dcd5099e-e042-41d6-b8d3-9ee305094108 820bf0b0cca340e98c0c80ecdc5a552d d2bdc096e751480e88ada5ec264fc434 - - default default] Tap Mirror: Handle Delete Port: 991c3b28-e4cd-466a-b740-ae26ad6fcace [pid: 8|app: 0|req: 1556/3069] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:41:53 2026] DELETE /v2.0/networks/98c449be-6ed4-4a76-bde3-e717f03dcb63 => generated 0 bytes in 279 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:41:53.524 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1444cb83-7205-42f7-8e50-09ec80b5261f 820bf0b0cca340e98c0c80ecdc5a552d d2bdc096e751480e88ada5ec264fc434 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1514/3070] 10.0.0.150 () {32 vars in 723 bytes} [Thu Jul 2 01:41:53 2026] GET /v2.0/networks/98c449be-6ed4-4a76-bde3-e717f03dcb63 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/3071] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:41:53 2026] DELETE /v2.0/subnets/e0843a0d-83b2-47e8-a0a9-9e92527d5954 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:41:53.696 7 INFO neutron.pecan_wsgi.hooks.translation [None req-93856690-2088-4dae-b3ff-f1a938752e37 820bf0b0cca340e98c0c80ecdc5a552d d2bdc096e751480e88ada5ec264fc434 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1515/3072] 10.0.0.150 () {32 vars in 721 bytes} [Thu Jul 2 01:41:53 2026] GET /v2.0/subnets/e0843a0d-83b2-47e8-a0a9-9e92527d5954 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/3073] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:41:53 2026] DELETE /v2.0/subnets/3ba900a9-d884-4eb4-ab69-51b493364eae => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:41:53.862 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4e6604c8-396e-4b69-bf80-f081539dd9ac 820bf0b0cca340e98c0c80ecdc5a552d d2bdc096e751480e88ada5ec264fc434 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1516/3074] 10.0.0.150 () {32 vars in 721 bytes} [Thu Jul 2 01:41:53 2026] GET /v2.0/subnets/3ba900a9-d884-4eb4-ab69-51b493364eae => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:41:53.944 8 INFO neutron_taas.services.taas.taas_plugin [None req-9afe5bf0-25ab-4f7c-b276-56e6ecbc05ce 820bf0b0cca340e98c0c80ecdc5a552d d2bdc096e751480e88ada5ec264fc434 - - default default] TaaS: Handle Delete Port: a917f94f-e70b-40b1-8347-afd47afe5de1 2026-07-02 01:41:53.946 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9afe5bf0-25ab-4f7c-b276-56e6ecbc05ce 820bf0b0cca340e98c0c80ecdc5a552d d2bdc096e751480e88ada5ec264fc434 - - default default] Tap Mirror: Handle Delete Port: a917f94f-e70b-40b1-8347-afd47afe5de1 [pid: 8|app: 0|req: 1559/3075] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:41:53 2026] DELETE /v2.0/networks/62b1dd2c-b08c-4d3a-b9b7-862132a1fa8e => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:41:54.106 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4a23c0d9-a020-4e65-98aa-99125d9186cf 820bf0b0cca340e98c0c80ecdc5a552d d2bdc096e751480e88ada5ec264fc434 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1517/3076] 10.0.0.150 () {32 vars in 723 bytes} [Thu Jul 2 01:41:54 2026] GET /v2.0/networks/62b1dd2c-b08c-4d3a-b9b7-862132a1fa8e => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:41:54.253 8 INFO neutron.services.segments.plugin [-] Segment 0701214f-48ba-48ef-8c07-4018472eee2d resource provider aggregate not found 2026-07-02 01:41:54.267 8 INFO neutron.services.segments.plugin [-] Segment 0701214f-48ba-48ef-8c07-4018472eee2d resource provider aggregate not found 2026-07-02 01:41:54.274 8 INFO neutron.services.segments.plugin [-] Segment 0701214f-48ba-48ef-8c07-4018472eee2d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0701214f-48ba-48ef-8c07-4018472eee2d found for delete ", "request_id": "req-af01bdae-4c10-47eb-b4b8-fa24923ef4b6"}]} 2026-07-02 01:41:54.289 8 INFO neutron.services.segments.plugin [-] Segment 0701214f-48ba-48ef-8c07-4018472eee2d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0701214f-48ba-48ef-8c07-4018472eee2d found for delete ", "request_id": "req-d7eb8f63-346a-400b-a52f-8f60672acb8e"}]} 2026-07-02 01:41:54.293 8 INFO neutron.services.segments.plugin [-] Segment 887b2e54-721a-4843-9dcc-ce59140940f1 resource provider aggregate not found 2026-07-02 01:41:54.306 8 INFO neutron.services.segments.plugin [-] Segment 887b2e54-721a-4843-9dcc-ce59140940f1 resource provider aggregate not found 2026-07-02 01:41:54.314 8 INFO neutron.services.segments.plugin [-] Segment 887b2e54-721a-4843-9dcc-ce59140940f1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 887b2e54-721a-4843-9dcc-ce59140940f1 found for delete ", "request_id": "req-b3119b28-2145-4e8c-9ae7-6f41764bbace"}]} 2026-07-02 01:41:54.323 8 INFO neutron.services.segments.plugin [-] Segment 887b2e54-721a-4843-9dcc-ce59140940f1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 887b2e54-721a-4843-9dcc-ce59140940f1 found for delete ", "request_id": "req-4f5ffce0-87ef-4c56-bf07-16f7155da088"}]} 2026-07-02 01:41:54.329 8 INFO neutron.services.segments.plugin [-] Segment ed557464-da23-4a43-a715-aacff5970d69 resource provider aggregate not found 2026-07-02 01:41:54.340 8 INFO neutron.services.segments.plugin [-] Segment ed557464-da23-4a43-a715-aacff5970d69 resource provider aggregate not found 2026-07-02 01:41:54.347 8 INFO neutron.services.segments.plugin [-] Segment ed557464-da23-4a43-a715-aacff5970d69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed557464-da23-4a43-a715-aacff5970d69 found for delete ", "request_id": "req-dc3f4fe1-9beb-4cca-85fa-99ffcda393f8"}]} 2026-07-02 01:41:54.356 8 INFO neutron.services.segments.plugin [-] Segment ed557464-da23-4a43-a715-aacff5970d69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed557464-da23-4a43-a715-aacff5970d69 found for delete ", "request_id": "req-33344327-0078-441d-8376-2b9e69c35e71"}]} [pid: 8|app: 0|req: 1560/3077] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:41:56 2026] GET /v2.0/security-groups?tenant_id=d2bdc096e751480e88ada5ec264fc434&name=default => generated 2925 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/3078] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:41:56 2026] DELETE /v2.0/security-groups/6a98acc5-d097-4539-afda-9981b7c5a171 => 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: 1561/3079] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:41:56 2026] GET /v2.0/security-groups?tenant_id=5001f693c6124e2ca266500ddbd888d1&name=default => generated 2929 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/3080] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:41:56 2026] DELETE /v2.0/security-groups/d5377b6b-aa94-43d3-9177-c6ca39e8eef6 => 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: 1562/3081] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:41:56 2026] GET /v2.0/security-groups?tenant_id=dbab1090e1194118a632da4a05c7099e&name=default => generated 2929 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/3082] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:41:56 2026] DELETE /v2.0/security-groups/0f1a6c34-13aa-4a57-96f4-905a470a54d9 => 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: 1563/3083] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:41:57 2026] GET /v2.0/security-groups?tenant_id=7ae3f74bd78a486381c948f66c2d3603&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: 1521/3084] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:41:57 2026] DELETE /v2.0/security-groups/9b182d55-54a6-4d27-a570-8a6311563fc4 => 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: 1564/3085] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:41:57 2026] GET /v2.0/security-groups?tenant_id=a4592d20091945b1b8b8ffca020bef7e&name=default => generated 2929 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/3086] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:41:57 2026] DELETE /v2.0/security-groups/f9e241ed-8d3b-4552-bc2a-a465a9ebfc26 => 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: 1565/3087] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:41:57 2026] GET /v2.0/security-groups?tenant_id=c3806b9450914f93bedb61d7f1fb7c18&name=default => generated 2929 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/3088] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:41:57 2026] DELETE /v2.0/security-groups/aed68be9-6034-4a74-b97d-56ac588b3144 => 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: 1566/3089] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:41:58 2026] GET /v2.0/security-groups?tenant_id=a0a6c69bdea14c00b56f37ee1a4cc646&name=default => generated 2929 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/3090] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:41:58 2026] DELETE /v2.0/security-groups/3c71c9c4-3b41-4868-9b89-0e021f835f44 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:42:02.855 8 INFO neutron.db.segments_db [None req-c8a088d4-2217-4d0a-b157-74949eefcd77 01fdb50836ab4b7dba168a31c5046ecd a17ec45fab9c47c9bd53a575dad5f643 - - default default] Added segment 22cef07b-e63b-46c2-97a8-ff067c9d9df5 of type vxlan for network 1c5b4515-6b4f-457e-8a0b-32acc72700d2 [pid: 8|app: 0|req: 1567/3091] 10.0.0.150 () {34 vars in 670 bytes} [Thu Jul 2 01:42:02 2026] POST /v2.0/networks => generated 726 bytes in 424 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/3092] 10.0.0.150 () {34 vars in 669 bytes} [Thu Jul 2 01:42:02 2026] POST /v2.0/subnets => generated 644 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:42:03.157 8 WARNING neutron.api.v2.base [None req-5ab91e54-fc03-4e4f-80fb-39125633b8c8 01fdb50836ab4b7dba168a31c5046ecd a17ec45fab9c47c9bd53a575dad5f643 - - 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-07-02 01:42:03.158 8 INFO neutron.api.v2.resource [None req-5ab91e54-fc03-4e4f-80fb-39125633b8c8 01fdb50836ab4b7dba168a31c5046ecd a17ec45fab9c47c9bd53a575dad5f643 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 1568/3093] 10.0.0.150 () {34 vars in 681 bytes} [Thu Jul 2 01:42:03 2026] POST /v2.0/rbac-policies => generated 143 bytes in 9 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/3094] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:42:03 2026] DELETE /v2.0/networks/1c5b4515-6b4f-457e-8a0b-32acc72700d2 => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:42:03.434 8 INFO neutron.db.segments_db [None req-39673719-b09d-4e6b-b52e-1f3a4674de2f 01fdb50836ab4b7dba168a31c5046ecd a17ec45fab9c47c9bd53a575dad5f643 - - default default] Added segment c63d07d8-1d62-415c-88df-74d2055694af of type vxlan for network 069cc1ba-21e3-4bcc-9f53-94c923c8e2b4 2026-07-02 01:42:03.439 7 INFO neutron.services.segments.plugin [-] Segment 22cef07b-e63b-46c2-97a8-ff067c9d9df5 resource provider aggregate not found 2026-07-02 01:42:03.440 7 INFO neutron.services.segments.plugin [-] Segment 22cef07b-e63b-46c2-97a8-ff067c9d9df5 resource provider aggregate not found 2026-07-02 01:42:03.456 7 INFO neutron.services.segments.plugin [-] Segment 22cef07b-e63b-46c2-97a8-ff067c9d9df5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 22cef07b-e63b-46c2-97a8-ff067c9d9df5 found for delete ", "request_id": "req-49a3aff7-fced-4721-bbc7-ebccbd8e01bf"}]} 2026-07-02 01:42:03.457 7 INFO neutron.services.segments.plugin [-] Segment 22cef07b-e63b-46c2-97a8-ff067c9d9df5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 22cef07b-e63b-46c2-97a8-ff067c9d9df5 found for delete ", "request_id": "req-e82e7ffe-c8fb-40f6-a468-b028ff87023a"}]} [pid: 8|app: 0|req: 1569/3095] 10.0.0.150 () {34 vars in 670 bytes} [Thu Jul 2 01:42:03 2026] POST /v2.0/networks => generated 727 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/3096] 10.0.0.150 () {34 vars in 669 bytes} [Thu Jul 2 01:42:03 2026] POST /v2.0/subnets => generated 647 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:42:03.710 8 WARNING neutron.api.v2.base [None req-18571973-73b0-4baa-b1db-f4f158520bee 01fdb50836ab4b7dba168a31c5046ecd a17ec45fab9c47c9bd53a575dad5f643 - - 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-07-02 01:42:03.711 8 INFO neutron.api.v2.resource [None req-18571973-73b0-4baa-b1db-f4f158520bee 01fdb50836ab4b7dba168a31c5046ecd a17ec45fab9c47c9bd53a575dad5f643 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 1570/3097] 10.0.0.150 () {34 vars in 681 bytes} [Thu Jul 2 01:42:03 2026] POST /v2.0/rbac-policies => generated 547 bytes in 9 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/3098] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:42:03 2026] DELETE /v2.0/networks/069cc1ba-21e3-4bcc-9f53-94c923c8e2b4 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:42:03.980 8 INFO neutron.db.segments_db [None req-d6cf1d5a-7b68-4c87-98db-ebe2d5b51fb1 01fdb50836ab4b7dba168a31c5046ecd a17ec45fab9c47c9bd53a575dad5f643 - - default default] Added segment cb5d7e52-c37e-4e96-b23b-0b0faf042d7e of type vxlan for network 33317bea-1a60-4e63-bd86-8ab82a785323 [pid: 8|app: 0|req: 1571/3099] 10.0.0.150 () {34 vars in 670 bytes} [Thu Jul 2 01:42:03 2026] POST /v2.0/networks => generated 726 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/3100] 10.0.0.150 () {34 vars in 669 bytes} [Thu Jul 2 01:42:04 2026] POST /v2.0/subnets => generated 647 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/3101] 10.0.0.150 () {34 vars in 681 bytes} [Thu Jul 2 01:42:04 2026] POST /v2.0/rbac-policies => generated 324 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/3102] 10.0.0.150 () {32 vars in 723 bytes} [Thu Jul 2 01:42:04 2026] GET /v2.0/networks/33317bea-1a60-4e63-bd86-8ab82a785323 => generated 655 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-02 01:42:05.416 8 INFO neutron.pecan_wsgi.hooks.translation [None req-69f3f2b0-7425-4ba4-b50c-e87fc090a271 ec3d088675344e4c92269139984d0e60 0823bc42e0fb4cda8a6f95c1bb559872 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1573/3103] 10.0.0.150 () {32 vars in 723 bytes} [Thu Jul 2 01:42:05 2026] GET /v2.0/networks/33317bea-1a60-4e63-bd86-8ab82a785323 => generated 138 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:42:05.480 7 INFO neutron.services.segments.plugin [-] Segment c63d07d8-1d62-415c-88df-74d2055694af resource provider aggregate not found 2026-07-02 01:42:05.483 7 INFO neutron.services.segments.plugin [-] Segment c63d07d8-1d62-415c-88df-74d2055694af resource provider aggregate not found 2026-07-02 01:42:05.500 7 INFO neutron.services.segments.plugin [-] Segment c63d07d8-1d62-415c-88df-74d2055694af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c63d07d8-1d62-415c-88df-74d2055694af found for delete ", "request_id": "req-53966556-e64b-4dd9-b6bf-f2a452f0f12a"}]} 2026-07-02 01:42:05.503 7 INFO neutron.services.segments.plugin [-] Segment c63d07d8-1d62-415c-88df-74d2055694af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c63d07d8-1d62-415c-88df-74d2055694af found for delete ", "request_id": "req-4976a95e-4ece-47bf-80d7-e45ab762b4a6"}]} [pid: 7|app: 0|req: 1531/3104] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:42:05 2026] DELETE /v2.0/networks/33317bea-1a60-4e63-bd86-8ab82a785323 => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:42:05.651 8 INFO neutron.pecan_wsgi.hooks.translation [None req-35976f55-7622-407f-8434-3c20c8838d8a 01fdb50836ab4b7dba168a31c5046ecd a17ec45fab9c47c9bd53a575dad5f643 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1574/3105] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:42:05 2026] DELETE /v2.0/subnets/9c7821b7-32ae-49a7-90ae-ef22d857cbf8 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:42:05.674 7 INFO neutron.pecan_wsgi.hooks.translation [None req-056496e0-a5a9-4a48-8065-25c8d8b60756 01fdb50836ab4b7dba168a31c5046ecd a17ec45fab9c47c9bd53a575dad5f643 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1532/3106] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:42:05 2026] DELETE /v2.0/subnets/7ad63781-43fa-499d-a6ea-ed11f08fd955 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-02 01:42:05.695 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d9050542-8e4b-4129-88ba-954024724026 01fdb50836ab4b7dba168a31c5046ecd a17ec45fab9c47c9bd53a575dad5f643 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1575/3107] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:42:05 2026] DELETE /v2.0/subnets/03ea8dba-dd3a-4cc0-a746-9245572dd58f => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/3108] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:42:06 2026] GET /v2.0/security-groups?tenant_id=0823bc42e0fb4cda8a6f95c1bb559872&name=default => generated 2929 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/3109] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:42:06 2026] DELETE /v2.0/security-groups/98c443ab-e0e5-470c-803b-5d357c1f7906 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/3110] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:42:06 2026] GET /v2.0/security-groups?tenant_id=8efa0d7cb62948478a47e067179052ad&name=default => generated 2929 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3111] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:42:07 2026] DELETE /v2.0/security-groups/cae5576e-d5e6-4d4f-a09b-a45f645a94d8 => 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: 1536/3114] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:42:07 2026] GET /v2.0/security-groups?tenant_id=a17ec45fab9c47c9bd53a575dad5f643&name=default => generated 2929 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:42:07.520 7 INFO neutron.services.segments.plugin [-] Segment cb5d7e52-c37e-4e96-b23b-0b0faf042d7e resource provider aggregate not found 2026-07-02 01:42:07.525 7 INFO neutron.services.segments.plugin [-] Segment cb5d7e52-c37e-4e96-b23b-0b0faf042d7e resource provider aggregate not found 2026-07-02 01:42:07.540 7 INFO neutron.services.segments.plugin [-] Segment cb5d7e52-c37e-4e96-b23b-0b0faf042d7e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb5d7e52-c37e-4e96-b23b-0b0faf042d7e found for delete ", "request_id": "req-06717f28-d004-4fff-bbd4-16fe68d32a37"}]} 2026-07-02 01:42:07.541 7 INFO neutron.services.segments.plugin [-] Segment cb5d7e52-c37e-4e96-b23b-0b0faf042d7e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb5d7e52-c37e-4e96-b23b-0b0faf042d7e found for delete ", "request_id": "req-7c9bcf77-aece-4cd5-901f-c02aed6eef67"}]} [pid: 8|app: 0|req: 1579/3115] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:42:07 2026] DELETE /v2.0/security-groups/6f146064-6daf-43c6-a851-4b8d9915f8e8 => 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: 1537/3116] 10.0.0.150 () {34 vars in 676 bytes} [Thu Jul 2 01:42:11 2026] POST /v2.0/floatingips => generated 552 bytes in 684 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3117] 10.0.0.150 () {34 vars in 676 bytes} [Thu Jul 2 01:42:12 2026] POST /v2.0/floatingips => generated 552 bytes in 607 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/3118] 10.0.0.150 () {34 vars in 676 bytes} [Thu Jul 2 01:42:12 2026] POST /v2.0/floatingips => generated 552 bytes in 540 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/3119] 10.0.0.150 () {34 vars in 676 bytes} [Thu Jul 2 01:42:13 2026] POST /v2.0/floatingips => generated 552 bytes in 611 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/3120] 10.0.0.150 () {34 vars in 676 bytes} [Thu Jul 2 01:42:14 2026] POST /v2.0/floatingips => generated 552 bytes in 536 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/3121] 10.0.0.150 () {34 vars in 759 bytes} [Thu Jul 2 01:42:14 2026] PUT /v2.0/floatingips/ab18873c-85d0-4424-8595-9d52f416868f/tags => generated 17 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/3122] 10.0.0.150 () {34 vars in 759 bytes} [Thu Jul 2 01:42:14 2026] PUT /v2.0/floatingips/cc0fe5e6-0f85-4f87-8ac3-1df7b33657bc/tags => generated 25 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3123] 10.0.0.150 () {34 vars in 759 bytes} [Thu Jul 2 01:42:14 2026] PUT /v2.0/floatingips/54991da6-c662-490d-8081-2a6a57b1fb92/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/3124] 10.0.0.150 () {34 vars in 759 bytes} [Thu Jul 2 01:42:14 2026] PUT /v2.0/floatingips/7c442f83-9f00-466c-95dd-72361ac79706/tags => 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: 1584/3125] 10.0.0.150 () {32 vars in 672 bytes} [Thu Jul 2 01:42:14 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/3126] 10.0.0.150 () {32 vars in 686 bytes} [Thu Jul 2 01:42:15 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/3127] 10.0.0.150 () {32 vars in 682 bytes} [Thu Jul 2 01:42:15 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/3128] 10.0.0.150 () {32 vars in 694 bytes} [Thu Jul 2 01:42:15 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/3129] 10.0.0.150 () {32 vars in 680 bytes} [Thu Jul 2 01:42:15 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/3130] 10.0.0.150 () {32 vars in 694 bytes} [Thu Jul 2 01:42:15 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3131] 10.0.0.150 () {32 vars in 690 bytes} [Thu Jul 2 01:42:15 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3132] 10.0.0.150 () {32 vars in 702 bytes} [Thu Jul 2 01:42:15 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:42:15.582 8 INFO neutron_taas.services.taas.taas_plugin [None req-83bcc0d3-5d55-460e-b117-5e35cf517441 8505130854d24ae18c198c81ff9b2d0a 135879ea7a1c443d9d14d6da4a343ddd - - default default] TaaS: Handle Delete Port: 375ae6c3-24a5-4bdd-bbcb-5be605057575 2026-07-02 01:42:15.585 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-83bcc0d3-5d55-460e-b117-5e35cf517441 8505130854d24ae18c198c81ff9b2d0a 135879ea7a1c443d9d14d6da4a343ddd - - default default] Tap Mirror: Handle Delete Port: 375ae6c3-24a5-4bdd-bbcb-5be605057575 [pid: 8|app: 0|req: 1588/3133] 10.0.0.150 () {32 vars in 732 bytes} [Thu Jul 2 01:42:15 2026] DELETE /v2.0/floatingips/ab18873c-85d0-4424-8595-9d52f416868f => generated 0 bytes in 292 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:42:15.896 7 INFO neutron_taas.services.taas.taas_plugin [None req-08727b27-da61-4131-b3a8-edf65e5c9e9b 8505130854d24ae18c198c81ff9b2d0a 135879ea7a1c443d9d14d6da4a343ddd - - default default] TaaS: Handle Delete Port: f5b5910d-c64c-476e-afa2-3b17b10138d6 2026-07-02 01:42:15.902 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-08727b27-da61-4131-b3a8-edf65e5c9e9b 8505130854d24ae18c198c81ff9b2d0a 135879ea7a1c443d9d14d6da4a343ddd - - default default] Tap Mirror: Handle Delete Port: f5b5910d-c64c-476e-afa2-3b17b10138d6 [pid: 7|app: 0|req: 1546/3134] 10.0.0.150 () {32 vars in 732 bytes} [Thu Jul 2 01:42:15 2026] DELETE /v2.0/floatingips/cc0fe5e6-0f85-4f87-8ac3-1df7b33657bc => generated 0 bytes in 314 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:42:16.209 8 INFO neutron_taas.services.taas.taas_plugin [None req-20ed7a08-deed-48ae-a117-03a456a4c63a 8505130854d24ae18c198c81ff9b2d0a 135879ea7a1c443d9d14d6da4a343ddd - - default default] TaaS: Handle Delete Port: dffa9811-a5e6-452b-9c9c-7ca8325af672 2026-07-02 01:42:16.212 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-20ed7a08-deed-48ae-a117-03a456a4c63a 8505130854d24ae18c198c81ff9b2d0a 135879ea7a1c443d9d14d6da4a343ddd - - default default] Tap Mirror: Handle Delete Port: dffa9811-a5e6-452b-9c9c-7ca8325af672 [pid: 8|app: 0|req: 1589/3135] 10.0.0.150 () {32 vars in 732 bytes} [Thu Jul 2 01:42:16 2026] DELETE /v2.0/floatingips/54991da6-c662-490d-8081-2a6a57b1fb92 => generated 0 bytes in 290 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:42:16.479 7 INFO neutron_taas.services.taas.taas_plugin [None req-0a605a18-4aa5-4850-8e03-4e0eb7a11892 8505130854d24ae18c198c81ff9b2d0a 135879ea7a1c443d9d14d6da4a343ddd - - default default] TaaS: Handle Delete Port: c92e0d8e-901d-40a1-a431-899632ea0ea5 2026-07-02 01:42:16.481 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0a605a18-4aa5-4850-8e03-4e0eb7a11892 8505130854d24ae18c198c81ff9b2d0a 135879ea7a1c443d9d14d6da4a343ddd - - default default] Tap Mirror: Handle Delete Port: c92e0d8e-901d-40a1-a431-899632ea0ea5 [pid: 7|app: 0|req: 1547/3136] 10.0.0.150 () {32 vars in 732 bytes} [Thu Jul 2 01:42:16 2026] DELETE /v2.0/floatingips/7c442f83-9f00-466c-95dd-72361ac79706 => generated 0 bytes in 255 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:42:16.766 8 INFO neutron_taas.services.taas.taas_plugin [None req-8585d1d1-4ec1-457c-a0db-8e5b718ae2f0 8505130854d24ae18c198c81ff9b2d0a 135879ea7a1c443d9d14d6da4a343ddd - - default default] TaaS: Handle Delete Port: 5591c105-69b4-477c-ae4f-535998cfdebe 2026-07-02 01:42:16.768 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8585d1d1-4ec1-457c-a0db-8e5b718ae2f0 8505130854d24ae18c198c81ff9b2d0a 135879ea7a1c443d9d14d6da4a343ddd - - default default] Tap Mirror: Handle Delete Port: 5591c105-69b4-477c-ae4f-535998cfdebe [pid: 8|app: 0|req: 1590/3137] 10.0.0.150 () {32 vars in 732 bytes} [Thu Jul 2 01:42:16 2026] DELETE /v2.0/floatingips/eb2771b7-aa33-469d-85e2-8a6e51ff2a62 => generated 0 bytes in 293 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/3138] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:42:17 2026] GET /v2.0/security-groups?tenant_id=750f7e018410407a87d9e2d9a4fcabd9&name=default => generated 2929 bytes in 299 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1591/3139] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:42:17 2026] DELETE /v2.0/security-groups/3a83c031-a4d7-4117-86f3-4dcf60d6e160 => 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: 1549/3140] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:42:18 2026] GET /v2.0/security-groups?tenant_id=135879ea7a1c443d9d14d6da4a343ddd&name=default => generated 2929 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/3141] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:42:18 2026] DELETE /v2.0/security-groups/d92fdd16-6cf4-412d-8f30-8e0e08881f0a => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3142] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:42:18 2026] GET /v2.0/security-groups?tenant_id=c27b0b4de5cb4acda3aa24b93fc96e75&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1593/3143] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:42:18 2026] DELETE /v2.0/security-groups/52a2d867-b5a6-49b8-a564-4ce139ef7f16 => 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: 1595/3146] 10.0.0.150 () {34 vars in 684 bytes} [Thu Jul 2 01:42:22 2026] POST /v2.0/security-groups => generated 1603 bytes in 386 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/3147] 10.0.0.150 () {34 vars in 684 bytes} [Thu Jul 2 01:42:23 2026] POST /v2.0/security-groups => generated 1603 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3148] 10.0.0.150 () {34 vars in 684 bytes} [Thu Jul 2 01:42:23 2026] POST /v2.0/security-groups => generated 1603 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/3149] 10.0.0.150 () {34 vars in 684 bytes} [Thu Jul 2 01:42:23 2026] POST /v2.0/security-groups => generated 1603 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/3150] 10.0.0.150 () {34 vars in 684 bytes} [Thu Jul 2 01:42:23 2026] POST /v2.0/security-groups => generated 1603 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/3151] 10.0.0.150 () {34 vars in 767 bytes} [Thu Jul 2 01:42:23 2026] PUT /v2.0/security-groups/783ce497-7062-4bba-b211-405c78642911/tags => generated 17 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3152] 10.0.0.150 () {34 vars in 767 bytes} [Thu Jul 2 01:42:23 2026] PUT /v2.0/security-groups/cf1c2197-dd9c-4c38-b2de-fe75d0a3f9fd/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/3153] 10.0.0.150 () {34 vars in 767 bytes} [Thu Jul 2 01:42:23 2026] PUT /v2.0/security-groups/5a32c647-d149-40e3-966c-bc23d6442fc8/tags => generated 34 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1599/3154] 10.0.0.150 () {34 vars in 767 bytes} [Thu Jul 2 01:42:23 2026] PUT /v2.0/security-groups/9341e87d-5970-4ae3-93c7-7a5a3f736803/tags => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/3155] 10.0.0.150 () {32 vars in 680 bytes} [Thu Jul 2 01:42:23 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/3156] 10.0.0.150 () {32 vars in 694 bytes} [Thu Jul 2 01:42:24 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3222 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3157] 10.0.0.150 () {32 vars in 690 bytes} [Thu Jul 2 01:42:24 2026] GET /v2.0/security-groups?tags-any=blue => generated 3222 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1601/3158] 10.0.0.150 () {32 vars in 702 bytes} [Thu Jul 2 01:42:24 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4810 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3159] 10.0.0.150 () {32 vars in 688 bytes} [Thu Jul 2 01:42:24 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1602/3160] 10.0.0.150 () {32 vars in 702 bytes} [Thu Jul 2 01:42:24 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3161] 10.0.0.150 () {32 vars in 698 bytes} [Thu Jul 2 01:42:24 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/3162] 10.0.0.150 () {32 vars in 710 bytes} [Thu Jul 2 01:42:24 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/3163] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:42:24 2026] DELETE /v2.0/security-groups/783ce497-7062-4bba-b211-405c78642911 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1604/3164] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:42:24 2026] DELETE /v2.0/security-groups/cf1c2197-dd9c-4c38-b2de-fe75d0a3f9fd => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/3165] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:42:24 2026] DELETE /v2.0/security-groups/5a32c647-d149-40e3-966c-bc23d6442fc8 => 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: 1605/3166] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:42:24 2026] DELETE /v2.0/security-groups/9341e87d-5970-4ae3-93c7-7a5a3f736803 => 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: 1562/3167] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:42:24 2026] DELETE /v2.0/security-groups/145a548c-be05-4200-983f-69d17a75eea0 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1606/3168] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:42:25 2026] GET /v2.0/security-groups?tenant_id=feff377847a04bdb8fdaec759ee2d1ac&name=default => generated 2929 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3169] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:42:25 2026] DELETE /v2.0/security-groups/c8dd41dc-f459-4135-be84-18d53fbab62c => 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: 1607/3170] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:42:26 2026] GET /v2.0/security-groups?tenant_id=26a2ffc1a1214ff4a75b934b764b3520&name=default => generated 2929 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3171] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:42:26 2026] DELETE /v2.0/security-groups/0b137bf6-992f-4b73-b8e5-612e5d4e23c6 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1608/3172] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:42:26 2026] GET /v2.0/security-groups?tenant_id=c6c3a21aefb146c299432581af754b3e&name=default => generated 2929 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3173] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:42:26 2026] DELETE /v2.0/security-groups/cde82f4d-dbc1-423a-a1ec-b2789092f95b => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:42:30.678 8 INFO neutron.db.segments_db [None req-efa0eaaa-4de5-4896-b1cc-8cd0fede1658 b3bb6ff89369490fb4ca58e274f9f23e f5b5580a9a0142c6b13ac21110167ca4 - - default default] Added segment 17e58d0f-20b0-4b60-9e58-d212f74a4083 of type vxlan for network c41eb744-3fb9-48ed-92b5-113771ab8da4 [pid: 8|app: 0|req: 1609/3174] 10.0.0.150 () {34 vars in 670 bytes} [Thu Jul 2 01:42:30 2026] POST /v2.0/networks => generated 632 bytes in 378 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3175] 10.0.0.150 () {34 vars in 669 bytes} [Thu Jul 2 01:42:30 2026] POST /v2.0/subnets => generated 626 bytes in 272 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:42:31.118 8 INFO neutron.db.segments_db [None req-058b8fb3-26d5-494a-9095-fbe516bb1b6a b3bb6ff89369490fb4ca58e274f9f23e f5b5580a9a0142c6b13ac21110167ca4 - - default default] Added segment 1a28c5f3-d568-4833-a18e-5b9655024090 of type vxlan for network a984bed3-e912-450d-9e73-e3ff8c8c8a15 [pid: 8|app: 0|req: 1610/3176] 10.0.0.150 () {34 vars in 670 bytes} [Thu Jul 2 01:42:31 2026] POST /v2.0/networks => generated 631 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/3177] 10.0.0.150 () {34 vars in 669 bytes} [Thu Jul 2 01:42:31 2026] POST /v2.0/subnets => generated 629 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:42:31.492 8 INFO neutron.db.segments_db [None req-f64ec9df-8a7c-4d20-8d09-929f0bbc931e b3bb6ff89369490fb4ca58e274f9f23e f5b5580a9a0142c6b13ac21110167ca4 - - default default] Added segment 29f377d1-8f2d-4587-8933-da7bd307d683 of type vxlan for network 7062e307-5b5a-4f85-bfd4-3b3610e95cf8 [pid: 8|app: 0|req: 1611/3178] 10.0.0.150 () {34 vars in 670 bytes} [Thu Jul 2 01:42:31 2026] POST /v2.0/networks => generated 631 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/3179] 10.0.0.150 () {34 vars in 669 bytes} [Thu Jul 2 01:42:31 2026] POST /v2.0/subnets => generated 629 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:42:31.894 8 INFO neutron.db.segments_db [None req-f3a6fd27-3cca-4edc-855b-101b82174de0 b3bb6ff89369490fb4ca58e274f9f23e f5b5580a9a0142c6b13ac21110167ca4 - - default default] Added segment 46a987ad-5fe8-4ea0-90fb-2817b89833ae of type vxlan for network 53ebded4-3586-4f76-988a-3e3be9ef571c [pid: 8|app: 0|req: 1612/3180] 10.0.0.150 () {34 vars in 670 bytes} [Thu Jul 2 01:42:31 2026] POST /v2.0/networks => generated 632 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/3181] 10.0.0.150 () {34 vars in 669 bytes} [Thu Jul 2 01:42:32 2026] POST /v2.0/subnets => generated 629 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-02 01:42:32.364 8 INFO neutron.db.segments_db [None req-0d88f4c3-562d-452f-aa50-8bba7b57ca21 b3bb6ff89369490fb4ca58e274f9f23e f5b5580a9a0142c6b13ac21110167ca4 - - default default] Added segment 66bd1efb-c507-44d6-9391-989322b3aafb of type vxlan for network 6b30187d-f651-4e39-bdc2-20207fb34654 [pid: 8|app: 0|req: 1613/3182] 10.0.0.150 () {34 vars in 670 bytes} [Thu Jul 2 01:42:32 2026] POST /v2.0/networks => generated 632 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3183] 10.0.0.150 () {34 vars in 669 bytes} [Thu Jul 2 01:42:32 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: 1614/3184] 10.0.0.150 () {34 vars in 751 bytes} [Thu Jul 2 01:42:32 2026] PUT /v2.0/subnets/0692dc0f-1564-4c9f-9574-715200a427e0/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: 1571/3185] 10.0.0.150 () {34 vars in 751 bytes} [Thu Jul 2 01:42:32 2026] PUT /v2.0/subnets/8c209e6a-197e-4f5f-a25c-5a2d50087a2a/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: 1615/3186] 10.0.0.150 () {34 vars in 751 bytes} [Thu Jul 2 01:42:32 2026] PUT /v2.0/subnets/16831792-9e03-4be4-8655-d81f61b531fe/tags => generated 34 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3187] 10.0.0.150 () {34 vars in 751 bytes} [Thu Jul 2 01:42:32 2026] PUT /v2.0/subnets/2e5f0cb6-c196-48c6-992d-4ea8dca29657/tags => generated 19 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1616/3188] 10.0.0.150 () {32 vars in 664 bytes} [Thu Jul 2 01:42:32 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/3189] 10.0.0.150 () {32 vars in 678 bytes} [Thu Jul 2 01:42:33 2026] GET /v2.0/subnets?tags=red%2Cblue => 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: 1617/3190] 10.0.0.150 () {32 vars in 674 bytes} [Thu Jul 2 01:42:33 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/3191] 10.0.0.150 () {32 vars in 686 bytes} [Thu Jul 2 01:42:33 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1618/3192] 10.0.0.150 () {32 vars in 672 bytes} [Thu Jul 2 01:42:33 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/3193] 10.0.0.150 () {32 vars in 686 bytes} [Thu Jul 2 01:42:33 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: 1619/3194] 10.0.0.150 () {32 vars in 682 bytes} [Thu Jul 2 01:42:33 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3195] 10.0.0.150 () {32 vars in 694 bytes} [Thu Jul 2 01:42:33 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1620/3196] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:42:33 2026] DELETE /v2.0/subnets/0692dc0f-1564-4c9f-9574-715200a427e0 => 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: 1577/3197] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:42:33 2026] DELETE /v2.0/subnets/8c209e6a-197e-4f5f-a25c-5a2d50087a2a => 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: 1621/3198] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:42:33 2026] DELETE /v2.0/subnets/16831792-9e03-4be4-8655-d81f61b531fe => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/3199] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:42:33 2026] DELETE /v2.0/subnets/2e5f0cb6-c196-48c6-992d-4ea8dca29657 => 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: 1622/3200] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:42:34 2026] DELETE /v2.0/subnets/b2916575-7c79-4aee-8ac6-7800eeb310f4 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:42:34.268 7 INFO neutron_taas.services.taas.taas_plugin [None req-df5f3bb7-bdf5-4e00-8145-f3ccf7a05b9d b3bb6ff89369490fb4ca58e274f9f23e f5b5580a9a0142c6b13ac21110167ca4 - - default default] TaaS: Handle Delete Port: 28b27a0c-b9c8-4965-99b5-c734648aefa1 2026-07-02 01:42:34.273 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-df5f3bb7-bdf5-4e00-8145-f3ccf7a05b9d b3bb6ff89369490fb4ca58e274f9f23e f5b5580a9a0142c6b13ac21110167ca4 - - default default] Tap Mirror: Handle Delete Port: 28b27a0c-b9c8-4965-99b5-c734648aefa1 2026-07-02 01:42:34.444 7 INFO neutron.services.segments.plugin [-] Segment 17e58d0f-20b0-4b60-9e58-d212f74a4083 resource provider aggregate not found 2026-07-02 01:42:34.459 7 INFO neutron.services.segments.plugin [-] Segment 17e58d0f-20b0-4b60-9e58-d212f74a4083 resource provider aggregate not found 2026-07-02 01:42:34.467 7 INFO neutron.services.segments.plugin [-] Segment 17e58d0f-20b0-4b60-9e58-d212f74a4083 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 17e58d0f-20b0-4b60-9e58-d212f74a4083 found for delete ", "request_id": "req-7c6a1246-16f8-452a-8404-1674b77aaab3"}]} 2026-07-02 01:42:34.477 7 INFO neutron.services.segments.plugin [-] Segment 17e58d0f-20b0-4b60-9e58-d212f74a4083 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 17e58d0f-20b0-4b60-9e58-d212f74a4083 found for delete ", "request_id": "req-691fab95-577a-428c-bffa-9a0d13d493c1"}]} [pid: 7|app: 0|req: 1579/3201] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:42:34 2026] DELETE /v2.0/networks/c41eb744-3fb9-48ed-92b5-113771ab8da4 => generated 0 bytes in 321 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-02 01:42:34.595 8 INFO neutron.services.segments.plugin [-] Segment 1a28c5f3-d568-4833-a18e-5b9655024090 resource provider aggregate not found 2026-07-02 01:42:34.597 8 INFO neutron.services.segments.plugin [-] Segment 1a28c5f3-d568-4833-a18e-5b9655024090 resource provider aggregate not found 2026-07-02 01:42:34.616 8 INFO neutron.services.segments.plugin [-] Segment 1a28c5f3-d568-4833-a18e-5b9655024090 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a28c5f3-d568-4833-a18e-5b9655024090 found for delete ", "request_id": "req-ef4e2eaf-e139-406c-8b73-4d29e2b44167"}]} 2026-07-02 01:42:34.616 8 INFO neutron.services.segments.plugin [-] Segment 1a28c5f3-d568-4833-a18e-5b9655024090 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a28c5f3-d568-4833-a18e-5b9655024090 found for delete ", "request_id": "req-3c612e0e-9a9f-4c86-a61d-544873e6ed4f"}]} [pid: 8|app: 0|req: 1623/3202] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:42:34 2026] DELETE /v2.0/networks/a984bed3-e912-450d-9e73-e3ff8c8c8a15 => 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: 1580/3203] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:42:34 2026] DELETE /v2.0/networks/7062e307-5b5a-4f85-bfd4-3b3610e95cf8 => 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: 1624/3204] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:42:34 2026] DELETE /v2.0/networks/53ebded4-3586-4f76-988a-3e3be9ef571c => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1581/3205] 10.0.0.150 () {32 vars in 726 bytes} [Thu Jul 2 01:42:34 2026] DELETE /v2.0/networks/6b30187d-f651-4e39-bdc2-20207fb34654 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1625/3206] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:42:35 2026] GET /v2.0/security-groups?tenant_id=e246cab3ebb54e63bf0eb790a8853c41&name=default => generated 2929 bytes in 307 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1582/3207] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:42:36 2026] DELETE /v2.0/security-groups/b9fffce1-69e0-47b1-b3ed-a0332ed7619e => 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: 1626/3208] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:42:36 2026] GET /v2.0/security-groups?tenant_id=0693dfd0f8114189aa4dc12eea2d00c2&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-02 01:42:36.490 7 INFO neutron.services.segments.plugin [-] Segment 29f377d1-8f2d-4587-8933-da7bd307d683 resource provider aggregate not found 2026-07-02 01:42:36.504 7 INFO neutron.services.segments.plugin [-] Segment 29f377d1-8f2d-4587-8933-da7bd307d683 resource provider aggregate not found 2026-07-02 01:42:36.510 7 INFO neutron.services.segments.plugin [-] Segment 29f377d1-8f2d-4587-8933-da7bd307d683 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29f377d1-8f2d-4587-8933-da7bd307d683 found for delete ", "request_id": "req-2af81301-b4be-4014-98e1-3e5b16ee2c26"}]} 2026-07-02 01:42:36.523 7 INFO neutron.services.segments.plugin [-] Segment 29f377d1-8f2d-4587-8933-da7bd307d683 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29f377d1-8f2d-4587-8933-da7bd307d683 found for delete ", "request_id": "req-891705fc-6656-4e94-9814-99f2f999a239"}]} 2026-07-02 01:42:36.529 7 INFO neutron.services.segments.plugin [-] Segment 66bd1efb-c507-44d6-9391-989322b3aafb resource provider aggregate not found 2026-07-02 01:42:36.545 7 INFO neutron.services.segments.plugin [-] Segment 66bd1efb-c507-44d6-9391-989322b3aafb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66bd1efb-c507-44d6-9391-989322b3aafb found for delete ", "request_id": "req-4d726969-376d-487b-973e-cc5d3c19e930"}]} 2026-07-02 01:42:36.547 7 INFO neutron.services.segments.plugin [-] Segment 66bd1efb-c507-44d6-9391-989322b3aafb resource provider aggregate not found 2026-07-02 01:42:36.565 7 INFO neutron.services.segments.plugin [-] Segment 66bd1efb-c507-44d6-9391-989322b3aafb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66bd1efb-c507-44d6-9391-989322b3aafb found for delete ", "request_id": "req-3a7f619f-ea83-40bb-b670-be54e0d0186f"}]} [pid: 7|app: 0|req: 1583/3209] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:42:36 2026] DELETE /v2.0/security-groups/ab7869ec-8bc7-4180-82c6-ccc2bd8ff976 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:42:36.635 8 INFO neutron.services.segments.plugin [-] Segment 46a987ad-5fe8-4ea0-90fb-2817b89833ae resource provider aggregate not found 2026-07-02 01:42:36.641 8 INFO neutron.services.segments.plugin [-] Segment 46a987ad-5fe8-4ea0-90fb-2817b89833ae resource provider aggregate not found 2026-07-02 01:42:36.653 8 INFO neutron.services.segments.plugin [-] Segment 46a987ad-5fe8-4ea0-90fb-2817b89833ae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 46a987ad-5fe8-4ea0-90fb-2817b89833ae found for delete ", "request_id": "req-53d43d10-5de9-4830-889f-ace2346b5053"}]} 2026-07-02 01:42:36.660 8 INFO neutron.services.segments.plugin [-] Segment 46a987ad-5fe8-4ea0-90fb-2817b89833ae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 46a987ad-5fe8-4ea0-90fb-2817b89833ae found for delete ", "request_id": "req-c46c519f-7f6a-45a7-8e36-773bfdf15fb6"}]} [pid: 8|app: 0|req: 1627/3210] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:42:36 2026] GET /v2.0/security-groups?tenant_id=f5b5580a9a0142c6b13ac21110167ca4&name=default => generated 2929 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/3211] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:42:36 2026] DELETE /v2.0/security-groups/f6472585-c079-417a-8696-c1d25649cd6b => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1629/3214] 10.0.0.150 () {34 vars in 678 bytes} [Thu Jul 2 01:42:39 2026] POST /v2.0/qos/policies => generated 359 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1586/3215] 10.0.0.150 () {34 vars in 753 bytes} [Thu Jul 2 01:42:40 2026] PUT /v2.0/policies/46f8b774-b150-444d-8ee5-858eedf7afc1/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1630/3216] 10.0.0.150 () {32 vars in 733 bytes} [Thu Jul 2 01:42:40 2026] GET /v2.0/policies/46f8b774-b150-444d-8ee5-858eedf7afc1/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/3217] 10.0.0.150 () {34 vars in 764 bytes} [Thu Jul 2 01:42:40 2026] PUT /v2.0/policies/46f8b774-b150-444d-8ee5-858eedf7afc1/tags/green => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1631/3218] 10.0.0.150 () {32 vars in 733 bytes} [Thu Jul 2 01:42:40 2026] GET /v2.0/policies/46f8b774-b150-444d-8ee5-858eedf7afc1/tags => generated 34 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/3219] 10.0.0.150 () {34 vars in 760 bytes} [Thu Jul 2 01:42:40 2026] PUT /v2.0/policies/46f8b774-b150-444d-8ee5-858eedf7afc1/tags/red => generated 4 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1632/3220] 10.0.0.150 () {32 vars in 733 bytes} [Thu Jul 2 01:42:40 2026] GET /v2.0/policies/46f8b774-b150-444d-8ee5-858eedf7afc1/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3221] 10.0.0.150 () {34 vars in 782 bytes} [Thu Jul 2 01:42:40 2026] PUT /v2.0/policies/46f8b774-b150-444d-8ee5-858eedf7afc1/tags/black.or.white => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1633/3222] 10.0.0.150 () {32 vars in 733 bytes} [Thu Jul 2 01:42:40 2026] GET /v2.0/policies/46f8b774-b150-444d-8ee5-858eedf7afc1/tags => generated 52 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/3223] 10.0.0.150 () {34 vars in 753 bytes} [Thu Jul 2 01:42:40 2026] PUT /v2.0/policies/46f8b774-b150-444d-8ee5-858eedf7afc1/tags => generated 37 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1634/3224] 10.0.0.150 () {32 vars in 733 bytes} [Thu Jul 2 01:42:40 2026] GET /v2.0/policies/46f8b774-b150-444d-8ee5-858eedf7afc1/tags => generated 37 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3225] 10.0.0.150 () {32 vars in 741 bytes} [Thu Jul 2 01:42:40 2026] GET /v2.0/policies/46f8b774-b150-444d-8ee5-858eedf7afc1/tags/red => generated 0 bytes in 28 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:42:40.670 8 INFO neutron.api.v2.resource [None req-50e2dcff-cac1-4f0f-a281-3213850e6888 5dbe91be1f054814b95403d4ee742086 e154101f5237467783ff13c9ea658a96 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1635/3226] 10.0.0.150 () {32 vars in 745 bytes} [Thu Jul 2 01:42:40 2026] GET /v2.0/policies/46f8b774-b150-444d-8ee5-858eedf7afc1/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3227] 10.0.0.150 () {32 vars in 744 bytes} [Thu Jul 2 01:42:40 2026] DELETE /v2.0/policies/46f8b774-b150-444d-8ee5-858eedf7afc1/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1636/3228] 10.0.0.150 () {32 vars in 733 bytes} [Thu Jul 2 01:42:40 2026] GET /v2.0/policies/46f8b774-b150-444d-8ee5-858eedf7afc1/tags => generated 30 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:42:40.835 7 INFO neutron.api.v2.resource [None req-81880625-292f-480a-a402-04d7133dfdcb 5dbe91be1f054814b95403d4ee742086 e154101f5237467783ff13c9ea658a96 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1593/3229] 10.0.0.150 () {32 vars in 748 bytes} [Thu Jul 2 01:42:40 2026] DELETE /v2.0/policies/46f8b774-b150-444d-8ee5-858eedf7afc1/tags/green => generated 99 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1637/3230] 10.0.0.150 () {32 vars in 736 bytes} [Thu Jul 2 01:42:40 2026] DELETE /v2.0/policies/46f8b774-b150-444d-8ee5-858eedf7afc1/tags => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3231] 10.0.0.150 () {32 vars in 733 bytes} [Thu Jul 2 01:42:40 2026] GET /v2.0/policies/46f8b774-b150-444d-8ee5-858eedf7afc1/tags => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1638/3232] 10.0.0.150 () {32 vars in 734 bytes} [Thu Jul 2 01:42:40 2026] DELETE /v2.0/qos/policies/46f8b774-b150-444d-8ee5-858eedf7afc1 => 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: 1595/3233] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:42:41 2026] GET /v2.0/security-groups?tenant_id=83f38bca83e747af8685d1989f266b96&name=default => generated 2929 bytes in 231 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1639/3234] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:42:41 2026] DELETE /v2.0/security-groups/ef5728b4-342b-418c-8b9d-c7e78f0804d4 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1596/3235] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:42:42 2026] GET /v2.0/security-groups?tenant_id=e154101f5237467783ff13c9ea658a96&name=default => generated 2929 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1640/3236] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:42:42 2026] DELETE /v2.0/security-groups/ca7e0af6-4074-4504-8784-7e4936986951 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:42:45.454 7 INFO neutron.db.segments_db [None req-0bc9fcdc-6d4e-4c54-aee3-98b8fb6fcb9a 694d2a5ad9d342ebb2f7381257007abe feb5b952323648669d07de0f86d19af0 - - default default] Added segment 3d35dfea-9e2a-47b7-928b-cca8880c4732 of type vxlan for network 571ec94a-51f4-45e8-b2d8-c31265523597 2026-07-02 01:42:45.690 7 INFO neutron.db.l3_hamode_db [None req-0bc9fcdc-6d4e-4c54-aee3-98b8fb6fcb9a 694d2a5ad9d342ebb2f7381257007abe feb5b952323648669d07de0f86d19af0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-02 01:42:45.841 7 INFO neutron.db.l3_hamode_db [None req-0bc9fcdc-6d4e-4c54-aee3-98b8fb6fcb9a 694d2a5ad9d342ebb2f7381257007abe feb5b952323648669d07de0f86d19af0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1597/3237] 10.0.0.150 () {34 vars in 668 bytes} [Thu Jul 2 01:42:45 2026] POST /v2.0/routers => generated 474 bytes in 1696 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1641/3238] 10.0.0.150 () {34 vars in 751 bytes} [Thu Jul 2 01:42:46 2026] PUT /v2.0/routers/495e9f44-9016-4ec2-8c36-a5a3a72b20c9/tags => generated 25 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3239] 10.0.0.150 () {32 vars in 731 bytes} [Thu Jul 2 01:42:47 2026] GET /v2.0/routers/495e9f44-9016-4ec2-8c36-a5a3a72b20c9/tags => generated 25 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1642/3240] 10.0.0.150 () {34 vars in 762 bytes} [Thu Jul 2 01:42:47 2026] PUT /v2.0/routers/495e9f44-9016-4ec2-8c36-a5a3a72b20c9/tags/green => generated 4 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1599/3241] 10.0.0.150 () {32 vars in 731 bytes} [Thu Jul 2 01:42:47 2026] GET /v2.0/routers/495e9f44-9016-4ec2-8c36-a5a3a72b20c9/tags => generated 34 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1643/3242] 10.0.0.150 () {34 vars in 758 bytes} [Thu Jul 2 01:42:47 2026] PUT /v2.0/routers/495e9f44-9016-4ec2-8c36-a5a3a72b20c9/tags/red => generated 4 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/3243] 10.0.0.150 () {32 vars in 731 bytes} [Thu Jul 2 01:42:47 2026] GET /v2.0/routers/495e9f44-9016-4ec2-8c36-a5a3a72b20c9/tags => generated 34 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1644/3244] 10.0.0.150 () {34 vars in 780 bytes} [Thu Jul 2 01:42:47 2026] PUT /v2.0/routers/495e9f44-9016-4ec2-8c36-a5a3a72b20c9/tags/black.or.white => generated 4 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3245] 10.0.0.150 () {32 vars in 731 bytes} [Thu Jul 2 01:42:47 2026] GET /v2.0/routers/495e9f44-9016-4ec2-8c36-a5a3a72b20c9/tags => generated 52 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1645/3246] 10.0.0.150 () {34 vars in 751 bytes} [Thu Jul 2 01:42:47 2026] PUT /v2.0/routers/495e9f44-9016-4ec2-8c36-a5a3a72b20c9/tags => generated 37 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1602/3247] 10.0.0.150 () {32 vars in 731 bytes} [Thu Jul 2 01:42:47 2026] GET /v2.0/routers/495e9f44-9016-4ec2-8c36-a5a3a72b20c9/tags => generated 37 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1646/3248] 10.0.0.150 () {32 vars in 739 bytes} [Thu Jul 2 01:42:48 2026] GET /v2.0/routers/495e9f44-9016-4ec2-8c36-a5a3a72b20c9/tags/red => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-02 01:42:48.246 7 INFO neutron.api.v2.resource [None req-510ccb19-8d4c-40ea-a71a-955471f3de15 694d2a5ad9d342ebb2f7381257007abe feb5b952323648669d07de0f86d19af0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1603/3249] 10.0.0.150 () {32 vars in 743 bytes} [Thu Jul 2 01:42:48 2026] GET /v2.0/routers/495e9f44-9016-4ec2-8c36-a5a3a72b20c9/tags/green => generated 99 bytes in 91 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1647/3250] 10.0.0.150 () {32 vars in 742 bytes} [Thu Jul 2 01:42:48 2026] DELETE /v2.0/routers/495e9f44-9016-4ec2-8c36-a5a3a72b20c9/tags/red => 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: 1604/3251] 10.0.0.150 () {32 vars in 731 bytes} [Thu Jul 2 01:42:48 2026] GET /v2.0/routers/495e9f44-9016-4ec2-8c36-a5a3a72b20c9/tags => generated 30 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:42:48.536 8 INFO neutron.api.v2.resource [None req-bd1ebee4-c3cf-495d-a088-3e0da0df24bf 694d2a5ad9d342ebb2f7381257007abe feb5b952323648669d07de0f86d19af0 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1648/3252] 10.0.0.150 () {32 vars in 746 bytes} [Thu Jul 2 01:42:48 2026] DELETE /v2.0/routers/495e9f44-9016-4ec2-8c36-a5a3a72b20c9/tags/green => generated 99 bytes in 83 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1605/3253] 10.0.0.150 () {32 vars in 734 bytes} [Thu Jul 2 01:42:48 2026] DELETE /v2.0/routers/495e9f44-9016-4ec2-8c36-a5a3a72b20c9/tags => 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: 1649/3254] 10.0.0.150 () {32 vars in 731 bytes} [Thu Jul 2 01:42:48 2026] GET /v2.0/routers/495e9f44-9016-4ec2-8c36-a5a3a72b20c9/tags => generated 12 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1606/3255] 10.0.0.150 () {32 vars in 721 bytes} [Thu Jul 2 01:42:48 2026] GET /v2.0/routers/495e9f44-9016-4ec2-8c36-a5a3a72b20c9 => generated 480 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1650/3256] 10.0.0.150 () {34 vars in 742 bytes} [Thu Jul 2 01:42:48 2026] PUT /v2.0/routers/495e9f44-9016-4ec2-8c36-a5a3a72b20c9 => generated 480 bytes in 530 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1607/3257] 10.0.0.150 () {32 vars in 736 bytes} [Thu Jul 2 01:42:49 2026] GET /v2.0/ports?device_id=495e9f44-9016-4ec2-8c36-a5a3a72b20c9 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-02 01:42:49.517 8 INFO neutron_taas.services.taas.taas_plugin [None req-f5d5f32c-6a72-45d3-b58d-1baad125fa87 694d2a5ad9d342ebb2f7381257007abe feb5b952323648669d07de0f86d19af0 - - default default] TaaS: Handle Delete Port: d53277e6-ab63-4659-895a-2f5126ef9bb4 2026-07-02 01:42:49.520 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f5d5f32c-6a72-45d3-b58d-1baad125fa87 694d2a5ad9d342ebb2f7381257007abe feb5b952323648669d07de0f86d19af0 - - default default] Tap Mirror: Handle Delete Port: d53277e6-ab63-4659-895a-2f5126ef9bb4 2026-07-02 01:42:50.320 8 INFO neutron.services.segments.plugin [-] Segment 3d35dfea-9e2a-47b7-928b-cca8880c4732 resource provider aggregate not found 2026-07-02 01:42:50.327 8 INFO neutron.services.segments.plugin [-] Segment 3d35dfea-9e2a-47b7-928b-cca8880c4732 resource provider aggregate not found 2026-07-02 01:42:50.335 8 INFO neutron.services.segments.plugin [-] Segment 3d35dfea-9e2a-47b7-928b-cca8880c4732 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3d35dfea-9e2a-47b7-928b-cca8880c4732 found for delete ", "request_id": "req-6402d981-73b8-4a06-8c40-2110fd622f83"}]} 2026-07-02 01:42:50.342 8 INFO neutron.services.segments.plugin [-] Segment 3d35dfea-9e2a-47b7-928b-cca8880c4732 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3d35dfea-9e2a-47b7-928b-cca8880c4732 found for delete ", "request_id": "req-d1c5c89d-d39c-4a86-a510-dd849a6a831e"}]} 2026-07-02 01:42:50.348 8 INFO neutron.db.l3_hamode_db [None req-f5d5f32c-6a72-45d3-b58d-1baad125fa87 694d2a5ad9d342ebb2f7381257007abe feb5b952323648669d07de0f86d19af0 - - default default] HA network 571ec94a-51f4-45e8-b2d8-c31265523597 was deleted as no HA routers are present in tenant feb5b952323648669d07de0f86d19af0. [pid: 8|app: 0|req: 1651/3258] 10.0.0.150 () {32 vars in 724 bytes} [Thu Jul 2 01:42:49 2026] DELETE /v2.0/routers/495e9f44-9016-4ec2-8c36-a5a3a72b20c9 => generated 0 bytes in 991 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1608/3259] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:42:50 2026] GET /v2.0/security-groups?tenant_id=30941138b6e34c29ac3f29d56568411f&name=default => generated 2929 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1652/3260] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:42:51 2026] DELETE /v2.0/security-groups/f8c9459c-ddbe-456e-a70e-d0dbb442834c => 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: 1609/3261] 10.0.0.150 () {32 vars in 774 bytes} [Thu Jul 2 01:42:51 2026] GET /v2.0/security-groups?tenant_id=feb5b952323648669d07de0f86d19af0&name=default => generated 2929 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1653/3262] 10.0.0.150 () {32 vars in 740 bytes} [Thu Jul 2 01:42:51 2026] DELETE /v2.0/security-groups/7aedc8dc-b4dc-480a-87ed-881f746470df => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1611/3265] 10.0.0.150 () {32 vars in 649 bytes} [Thu Jul 2 01:42:54 2026] GET /v2.0/networks => generated 2168 bytes in 191 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1655/3266] 10.0.0.150 () {32 vars in 655 bytes} [Thu Jul 2 01:42:55 2026] GET /v2.0/floatingips => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1612/3267] 10.0.0.150 () {32 vars in 647 bytes} [Thu Jul 2 01:42:55 2026] GET /v2.0/routers => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1656/3268] 10.0.0.150 () {32 vars in 643 bytes} [Thu Jul 2 01:42:55 2026] GET /v2.0/ports => generated 4725 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1613/3269] 10.0.0.150 () {32 vars in 647 bytes} [Thu Jul 2 01:42:55 2026] GET /v2.0/subnets => generated 1308 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1657/3270] 10.0.0.150 () {32 vars in 649 bytes} [Thu Jul 2 01:42:55 2026] GET /v2.0/networks => generated 2168 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1614/3271] 10.0.0.150 () {32 vars in 663 bytes} [Thu Jul 2 01:42:55 2026] GET /v2.0/security-groups => generated 17401 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1658/3272] 10.0.0.150 () {32 vars in 655 bytes} [Thu Jul 2 01:42:55 2026] GET /v2.0/subnetpools => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)