+ 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 [Fri Jun 26 05:15:47 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-7756bf958b-rdm9m 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 0x7f04a89e3668 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-06-26 05:15:52.696 7 INFO neutron.common.config [-] Logging enabled! 2026-06-26 05:15:52.697 7 INFO neutron.common.config [-] uwsgi version 27.0.3.dev18 2026-06-26 05:15:52.739 8 INFO neutron.common.config [-] Logging enabled! 2026-06-26 05:15:52.739 8 INFO neutron.common.config [-] uwsgi version 27.0.3.dev18 2026-06-26 05:15:53.129 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-26 05:15:53.138 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-26 05:15:54.706 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-26 05:15:54.709 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-26 05:15:54.712 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-26 05:15:54.713 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-26 05:15:54.713 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-26 05:15:54.713 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-26 05:15:54.714 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-26 05:15:54.721 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-26 05:15:54.721 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-26 05:15:54.722 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-26 05:15:54.744 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-26 05:15:54.745 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-26 05:15:54.745 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-26 05:15:54.769 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-26 05:15:54.770 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-26 05:15:54.770 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-26 05:15:54.770 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-26 05:15:54.783 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-26 05:15:54.786 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-26 05:15:54.789 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-26 05:15:54.790 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-26 05:15:54.790 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-26 05:15:54.791 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-26 05:15:54.791 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-26 05:15:54.798 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-26 05:15:54.798 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-26 05:15:54.798 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-26 05:15:54.820 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-26 05:15:54.821 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-26 05:15:54.821 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-26 05:15:54.845 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-26 05:15:54.846 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-26 05:15:54.846 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-26 05:15:54.846 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-26 05:15:55.059 8 INFO neutron.plugins.ml2.managers [None req-36f6c1d0-36f6-42d9-9381-13b8b909f0ad - - - - - -] Initializing driver for type 'vlan' 2026-06-26 05:15:55.145 7 INFO neutron.plugins.ml2.managers [None req-fe8a04e9-7368-4db4-925d-234943bee41d - - - - - -] Initializing driver for type 'vlan' 2026-06-26 05:15:55.358 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-36f6c1d0-36f6-42d9-9381-13b8b909f0ad - - - - - -] VlanTypeDriver initialization complete 2026-06-26 05:15:55.358 8 INFO neutron.plugins.ml2.managers [None req-36f6c1d0-36f6-42d9-9381-13b8b909f0ad - - - - - -] Initializing driver for type 'vxlan' 2026-06-26 05:15:55.358 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-36f6c1d0-36f6-42d9-9381-13b8b909f0ad - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-26 05:15:55.375 8 INFO neutron.plugins.ml2.managers [None req-36f6c1d0-36f6-42d9-9381-13b8b909f0ad - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-26 05:15:55.375 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-36f6c1d0-36f6-42d9-9381-13b8b909f0ad - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-26 05:15:55.375 8 INFO neutron.plugins.ml2.managers [None req-36f6c1d0-36f6-42d9-9381-13b8b909f0ad - - - - - -] Initializing extension driver 'port_security' 2026-06-26 05:15:55.375 8 INFO neutron.plugins.ml2.extensions.port_security [None req-36f6c1d0-36f6-42d9-9381-13b8b909f0ad - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-26 05:15:55.375 8 INFO neutron.plugins.ml2.managers [None req-36f6c1d0-36f6-42d9-9381-13b8b909f0ad - - - - - -] Initializing extension driver 'qos' 2026-06-26 05:15:55.376 8 INFO neutron.plugins.ml2.managers [None req-36f6c1d0-36f6-42d9-9381-13b8b909f0ad - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-26 05:15:55.376 8 INFO neutron.plugins.ml2.managers [None req-36f6c1d0-36f6-42d9-9381-13b8b909f0ad - - - - - -] Initializing mechanism driver 'l2population' 2026-06-26 05:15:55.390 8 INFO neutron.quota [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded quota_driver: . 2026-06-26 05:15:55.390 8 INFO neutron.plugins.ml2.plugin [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Modular L2 Plugin initialization complete 2026-06-26 05:15:55.390 8 INFO neutron.plugins.ml2.managers [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-26 05:15:55.391 8 INFO neutron.plugins.ml2.managers [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-26 05:15:55.391 8 INFO neutron.plugins.ml2.managers [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Got port-security extension from driver 'port_security' 2026-06-26 05:15:55.391 8 INFO neutron.manager [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loading Plugin: qos 2026-06-26 05:15:55.404 8 INFO neutron.manager [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loading Plugin: router 2026-06-26 05:15:55.438 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-fe8a04e9-7368-4db4-925d-234943bee41d - - - - - -] VlanTypeDriver initialization complete 2026-06-26 05:15:55.439 7 INFO neutron.plugins.ml2.managers [None req-fe8a04e9-7368-4db4-925d-234943bee41d - - - - - -] Initializing driver for type 'vxlan' 2026-06-26 05:15:55.439 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-fe8a04e9-7368-4db4-925d-234943bee41d - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-26 05:15:55.447 8 INFO neutron.services.service_base [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-26 05:15:55.447 8 INFO neutron.manager [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loading Plugin: segments 2026-06-26 05:15:55.451 7 INFO neutron.plugins.ml2.managers [None req-fe8a04e9-7368-4db4-925d-234943bee41d - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-26 05:15:55.451 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-fe8a04e9-7368-4db4-925d-234943bee41d - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-26 05:15:55.451 7 INFO neutron.plugins.ml2.managers [None req-fe8a04e9-7368-4db4-925d-234943bee41d - - - - - -] Initializing extension driver 'port_security' 2026-06-26 05:15:55.451 7 INFO neutron.plugins.ml2.extensions.port_security [None req-fe8a04e9-7368-4db4-925d-234943bee41d - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-26 05:15:55.451 7 INFO neutron.plugins.ml2.managers [None req-fe8a04e9-7368-4db4-925d-234943bee41d - - - - - -] Initializing extension driver 'qos' 2026-06-26 05:15:55.451 7 INFO neutron.plugins.ml2.managers [None req-fe8a04e9-7368-4db4-925d-234943bee41d - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-26 05:15:55.452 7 INFO neutron.plugins.ml2.managers [None req-fe8a04e9-7368-4db4-925d-234943bee41d - - - - - -] Initializing mechanism driver 'l2population' 2026-06-26 05:15:55.467 7 INFO neutron.quota [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded quota_driver: . 2026-06-26 05:15:55.467 7 INFO neutron.plugins.ml2.plugin [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Modular L2 Plugin initialization complete 2026-06-26 05:15:55.467 7 INFO neutron.plugins.ml2.managers [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-26 05:15:55.468 7 INFO neutron.plugins.ml2.managers [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-26 05:15:55.468 7 INFO neutron.plugins.ml2.managers [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Got port-security extension from driver 'port_security' 2026-06-26 05:15:55.468 7 INFO neutron.manager [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loading Plugin: qos 2026-06-26 05:15:55.482 7 INFO neutron.manager [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loading Plugin: router 2026-06-26 05:15:55.525 7 INFO neutron.services.service_base [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-26 05:15:55.525 7 INFO neutron.manager [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loading Plugin: segments 2026-06-26 05:15:55.551 8 INFO neutron.manager [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loading Plugin: trunk 2026-06-26 05:15:55.566 8 INFO neutron.manager [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loading Plugin: vpnaas 2026-06-26 05:15:55.607 8 WARNING stevedore.named [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-26 05:15:55.632 7 INFO neutron.manager [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loading Plugin: trunk 2026-06-26 05:15:55.650 7 INFO neutron.manager [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loading Plugin: vpnaas 2026-06-26 05:15:55.678 8 INFO neutron_vpnaas.services.vpn.plugin [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-26 05:15:55.679 8 INFO neutron.common.utils [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-26 05:15:55.679 8 INFO neutron.manager [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loading Plugin: taas 2026-06-26 05:15:55.692 7 WARNING stevedore.named [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-26 05:15:55.701 8 WARNING stevedore.named [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-26 05:15:55.720 8 INFO neutron_taas.services.taas.taas_plugin [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-26 05:15:55.721 8 INFO neutron.manager [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loading Plugin: tapmirror 2026-06-26 05:15:55.732 8 WARNING stevedore.named [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-26 05:15:55.757 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-26 05:15:55.758 8 INFO neutron.manager [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loading Plugin: auto_allocate 2026-06-26 05:15:55.767 8 INFO neutron.manager [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loading Plugin: tag 2026-06-26 05:15:55.772 7 INFO neutron_vpnaas.services.vpn.plugin [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-26 05:15:55.772 7 INFO neutron.common.utils [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-26 05:15:55.773 7 INFO neutron.manager [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loading Plugin: taas 2026-06-26 05:15:55.777 8 INFO neutron.manager [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loading Plugin: timestamp 2026-06-26 05:15:55.780 8 INFO neutron.manager [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loading Plugin: network_ip_availability 2026-06-26 05:15:55.784 8 INFO neutron.manager [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loading Plugin: flavors 2026-06-26 05:15:55.788 8 INFO neutron.manager [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loading Plugin: revisions 2026-06-26 05:15:55.791 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Initializing extension manager. 2026-06-26 05:15:55.793 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: address-group 2026-06-26 05:15:55.793 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: address-scope 2026-06-26 05:15:55.794 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-26 05:15:55.795 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: agent 2026-06-26 05:15:55.796 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: agent-resources-synced 2026-06-26 05:15:55.797 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: allowed-address-pairs 2026-06-26 05:15:55.798 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: auto-allocated-topology 2026-06-26 05:15:55.798 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: availability_zone 2026-06-26 05:15:55.799 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: availability_zone_filter 2026-06-26 05:15:55.799 7 WARNING stevedore.named [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-26 05:15:55.799 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-26 05:15:55.800 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: default-subnetpools 2026-06-26 05:15:55.802 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-26 05:15:55.802 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: dns-integration 2026-06-26 05:15:55.803 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: dns-domain-ports 2026-06-26 05:15:55.803 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-26 05:15:55.804 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: dvr 2026-06-26 05:15:55.805 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-26 05:15:55.805 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: empty-string-filtering 2026-06-26 05:15:55.806 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-26 05:15:55.807 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-26 05:15:55.807 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: external-net 2026-06-26 05:15:55.809 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-26 05:15:55.809 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: extraroute 2026-06-26 05:15:55.810 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: extraroute-atomic 2026-06-26 05:15:55.811 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-26 05:15:55.811 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-26 05:15:55.812 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-26 05:15:55.812 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-26 05:15:55.813 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: fip-port-details 2026-06-26 05:15:55.814 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: flavors 2026-06-26 05:15:55.815 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-26 05:15:55.816 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: floatingip-pools 2026-06-26 05:15:55.816 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: ip_allocation 2026-06-26 05:15:55.817 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: ip-substring-filtering 2026-06-26 05:15:55.817 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: l2_adjacency 2026-06-26 05:15:55.818 7 INFO neutron_taas.services.taas.taas_plugin [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-26 05:15:55.819 7 INFO neutron.manager [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loading Plugin: tapmirror 2026-06-26 05:15:55.819 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: router 2026-06-26 05:15:55.820 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-26 05:15:55.821 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-26 05:15:55.822 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-26 05:15:55.822 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: ext-gw-mode 2026-06-26 05:15:55.823 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: l3-ha 2026-06-26 05:15:55.823 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-26 05:15:55.824 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-26 05:15:55.824 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: l3-flavors 2026-06-26 05:15:55.825 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-26 05:15:55.826 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-26 05:15:55.828 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-26 05:15:55.828 7 WARNING stevedore.named [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-26 05:15:55.829 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-26 05:15:55.830 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-26 05:15:55.832 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-26 05:15:55.832 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-26 05:15:55.833 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: multi-provider 2026-06-26 05:15:55.833 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: net-mtu 2026-06-26 05:15:55.834 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: net-mtu-writable 2026-06-26 05:15:55.835 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: network_availability_zone 2026-06-26 05:15:55.835 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: network_ha 2026-06-26 05:15:55.836 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: network-ip-availability 2026-06-26 05:15:55.837 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-26 05:15:55.838 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: pagination 2026-06-26 05:15:55.838 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: port-device-profile 2026-06-26 05:15:55.839 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-26 05:15:55.840 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-26 05:15:55.840 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-26 05:15:55.842 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: port-mac-override 2026-06-26 05:15:55.842 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-26 05:15:55.843 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-26 05:15:55.843 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-26 05:15:55.844 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: port-resource-request 2026-06-26 05:15:55.844 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: port-resource-request-groups 2026-06-26 05:15:55.845 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-26 05:15:55.845 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: binding 2026-06-26 05:15:55.846 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-26 05:15:55.846 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: binding-extended 2026-06-26 05:15:55.846 7 INFO neutron.manager [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loading Plugin: auto_allocate 2026-06-26 05:15:55.847 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: port-security 2026-06-26 05:15:55.847 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: project-id 2026-06-26 05:15:55.848 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: provider 2026-06-26 05:15:55.849 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-26 05:15:55.853 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: qos 2026-06-26 05:15:55.853 7 INFO neutron.manager [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loading Plugin: tag 2026-06-26 05:15:55.854 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-26 05:15:55.854 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-26 05:15:55.855 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: qos-default 2026-06-26 05:15:55.855 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: qos-fip 2026-06-26 05:15:55.856 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-26 05:15:55.856 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: qos-gateway-ip 2026-06-26 05:15:55.857 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: qos-port-network-policy 2026-06-26 05:15:55.858 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: qos-pps-minimum 2026-06-26 05:15:55.858 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-26 05:15:55.859 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: qos-pps 2026-06-26 05:15:55.860 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: qos-rule-type-details 2026-06-26 05:15:55.860 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-26 05:15:55.861 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: qos-rules-alias 2026-06-26 05:15:55.861 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: quota-check-limit 2026-06-26 05:15:55.861 7 INFO neutron.manager [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loading Plugin: timestamp 2026-06-26 05:15:55.862 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: quota-check-limit-default 2026-06-26 05:15:55.864 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: quotas 2026-06-26 05:15:55.865 7 INFO neutron.manager [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loading Plugin: network_ip_availability 2026-06-26 05:15:55.865 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: quota_details 2026-06-26 05:15:55.867 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: rbac-policies 2026-06-26 05:15:55.868 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: rbac-address-group 2026-06-26 05:15:55.868 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: rbac-address-scope 2026-06-26 05:15:55.869 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: rbac-security-groups 2026-06-26 05:15:55.869 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: rbac-subnetpool 2026-06-26 05:15:55.869 7 INFO neutron.manager [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loading Plugin: flavors 2026-06-26 05:15:55.870 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: revision-if-match 2026-06-26 05:15:55.871 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: standard-attr-revisions 2026-06-26 05:15:55.871 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: router_availability_zone 2026-06-26 05:15:55.872 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-26 05:15:55.874 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: security-groups-default-rules 2026-06-26 05:15:55.874 7 INFO neutron.manager [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loading Plugin: revisions 2026-06-26 05:15:55.875 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-26 05:15:55.875 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-26 05:15:55.876 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-26 05:15:55.877 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-26 05:15:55.877 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-26 05:15:55.878 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Initializing extension manager. 2026-06-26 05:15:55.879 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: address-group 2026-06-26 05:15:55.881 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: address-scope 2026-06-26 05:15:55.881 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-26 05:15:55.882 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: security-group 2026-06-26 05:15:55.882 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: agent 2026-06-26 05:15:55.883 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: agent-resources-synced 2026-06-26 05:15:55.883 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: segment 2026-06-26 05:15:55.884 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-26 05:15:55.884 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: allowed-address-pairs 2026-06-26 05:15:55.884 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: service-type 2026-06-26 05:15:55.885 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: auto-allocated-topology 2026-06-26 05:15:55.885 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: sorting 2026-06-26 05:15:55.885 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: availability_zone 2026-06-26 05:15:55.886 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: standard-attr-segment 2026-06-26 05:15:55.886 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: availability_zone_filter 2026-06-26 05:15:55.886 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-26 05:15:55.887 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: standard-attr-description 2026-06-26 05:15:55.887 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: default-subnetpools 2026-06-26 05:15:55.887 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: stateful-security-group 2026-06-26 05:15:55.888 8 WARNING neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-26 05:15:55.888 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-26 05:15:55.888 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-26 05:15:55.889 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: subnet-external-network 2026-06-26 05:15:55.889 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: dns-integration 2026-06-26 05:15:55.889 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: dns-domain-ports 2026-06-26 05:15:55.890 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: subnet_onboard 2026-06-26 05:15:55.890 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-26 05:15:55.890 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-26 05:15:55.890 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: dvr 2026-06-26 05:15:55.891 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: subnet-service-types 2026-06-26 05:15:55.891 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-26 05:15:55.891 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: empty-string-filtering 2026-06-26 05:15:55.892 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: subnet_allocation 2026-06-26 05:15:55.892 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-26 05:15:55.892 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-26 05:15:55.892 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-26 05:15:55.893 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: external-net 2026-06-26 05:15:55.893 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: tag-creation 2026-06-26 05:15:55.893 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-26 05:15:55.894 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-26 05:15:55.894 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: extraroute 2026-06-26 05:15:55.894 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: extraroute-atomic 2026-06-26 05:15:55.896 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-26 05:15:55.897 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-26 05:15:55.897 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-26 05:15:55.898 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-26 05:15:55.898 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: standard-attr-tag 2026-06-26 05:15:55.898 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: fip-port-details 2026-06-26 05:15:55.899 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-26 05:15:55.899 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: flavors 2026-06-26 05:15:55.899 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: trunk 2026-06-26 05:15:55.900 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: trunk-details 2026-06-26 05:15:55.900 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-26 05:15:55.900 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-26 05:15:55.901 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-26 05:15:55.901 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: floatingip-pools 2026-06-26 05:15:55.901 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: ip_allocation 2026-06-26 05:15:55.902 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-26 05:15:55.902 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: ip-substring-filtering 2026-06-26 05:15:55.902 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-26 05:15:55.903 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: l2_adjacency 2026-06-26 05:15:55.904 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: router 2026-06-26 05:15:55.904 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-26 05:15:55.905 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-26 05:15:55.905 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-26 05:15:55.906 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: vpn-flavors 2026-06-26 05:15:55.906 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-26 05:15:55.907 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-26 05:15:55.907 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: ext-gw-mode 2026-06-26 05:15:55.907 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: l3-ha 2026-06-26 05:15:55.908 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-26 05:15:55.908 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: vpnaas 2026-06-26 05:15:55.908 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-26 05:15:55.909 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: l3-flavors 2026-06-26 05:15:55.909 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: taas 2026-06-26 05:15:55.910 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-26 05:15:55.910 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-26 05:15:55.911 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: tap-mirror 2026-06-26 05:15:55.911 8 INFO neutron.api.extensions [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Loaded extension: taas-vlan-filter 2026-06-26 05:15:55.912 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-26 05:15:55.914 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-26 05:15:55.914 8 INFO neutron.quota.resource_registry [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-26 05:15:55.914 8 INFO neutron.quota.resource_registry [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-26 05:15:55.915 8 INFO neutron.quota.resource_registry [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-26 05:15:55.915 8 INFO neutron.quota.resource_registry [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-26 05:15:55.915 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-26 05:15:55.916 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-26 05:15:55.917 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-26 05:15:55.917 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: multi-provider 2026-06-26 05:15:55.918 8 INFO neutron.quota.resource_registry [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-26 05:15:55.919 8 INFO neutron.quota.resource_registry [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-26 05:15:55.919 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: net-mtu 2026-06-26 05:15:55.920 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: net-mtu-writable 2026-06-26 05:15:55.921 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: network_availability_zone 2026-06-26 05:15:55.921 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: network_ha 2026-06-26 05:15:55.922 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: network-ip-availability 2026-06-26 05:15:55.923 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-26 05:15:55.923 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: pagination 2026-06-26 05:15:55.924 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: port-device-profile 2026-06-26 05:15:55.924 8 INFO neutron.quota.resource_registry [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-26 05:15:55.924 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-26 05:15:55.925 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-26 05:15:55.925 8 INFO neutron.quota.resource_registry [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-26 05:15:55.925 8 INFO neutron.quota.resource_registry [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-26 05:15:55.925 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-26 05:15:55.926 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: port-mac-override 2026-06-26 05:15:55.926 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-26 05:15:55.926 8 INFO neutron.quota.resource_registry [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-26 05:15:55.926 8 WARNING neutron.quota.resource_registry [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] subnetpool is already registered 2026-06-26 05:15:55.927 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-26 05:15:55.927 8 INFO neutron.quota.resource_registry [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-26 05:15:55.927 8 WARNING neutron.quota.resource_registry [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] subnetpool is already registered 2026-06-26 05:15:55.927 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-26 05:15:55.927 8 INFO neutron.quota.resource_registry [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-26 05:15:55.928 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: port-resource-request 2026-06-26 05:15:55.928 8 INFO neutron.quota.resource_registry [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-26 05:15:55.928 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: port-resource-request-groups 2026-06-26 05:15:55.928 8 INFO neutron.quota.resource_registry [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-26 05:15:55.929 8 INFO neutron.quota.resource_registry [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-26 05:15:55.929 8 INFO neutron.quota.resource_registry [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-26 05:15:55.929 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-26 05:15:55.929 8 INFO neutron.quota.resource_registry [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-26 05:15:55.930 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: binding 2026-06-26 05:15:55.930 8 INFO neutron.quota.resource_registry [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-26 05:15:55.930 8 WARNING neutron.quota.resource_registry [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] ipsecpolicy is already registered 2026-06-26 05:15:55.930 8 INFO neutron.quota.resource_registry [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-26 05:15:55.930 8 WARNING neutron.quota.resource_registry [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] ikepolicy is already registered 2026-06-26 05:15:55.931 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: binding-extended 2026-06-26 05:15:55.931 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: port-security 2026-06-26 05:15:55.932 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: project-id 2026-06-26 05:15:55.932 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: provider 2026-06-26 05:15:55.933 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-26 05:15:55.935 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: qos 2026-06-26 05:15:55.935 8 INFO neutron.quota.resource_registry [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-26 05:15:55.935 8 WARNING neutron.quota.resource_registry [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] router is already registered 2026-06-26 05:15:55.936 8 INFO neutron.quota.resource_registry [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-26 05:15:55.936 8 WARNING neutron.quota.resource_registry [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] floatingip is already registered 2026-06-26 05:15:55.936 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-26 05:15:55.937 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-26 05:15:55.937 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: qos-default 2026-06-26 05:15:55.938 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: qos-fip 2026-06-26 05:15:55.939 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-26 05:15:55.939 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: qos-gateway-ip 2026-06-26 05:15:55.939 8 INFO neutron.quota.resource_registry [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-26 05:15:55.940 8 WARNING neutron.quota.resource_registry [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] rbac_policy is already registered 2026-06-26 05:15:55.940 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: qos-port-network-policy 2026-06-26 05:15:55.940 8 INFO neutron.quota.resource_registry [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-26 05:15:55.940 8 WARNING neutron.quota.resource_registry [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] security_group is already registered 2026-06-26 05:15:55.941 8 INFO neutron.quota.resource_registry [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-26 05:15:55.941 8 WARNING neutron.quota.resource_registry [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] security_group_rule is already registered 2026-06-26 05:15:55.941 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: qos-pps-minimum 2026-06-26 05:15:55.942 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-26 05:15:55.942 8 INFO neutron.quota.resource_registry [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-26 05:15:55.942 8 WARNING neutron.quota.resource_registry [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] subnetpool is already registered 2026-06-26 05:15:55.942 8 INFO neutron.quota.resource_registry [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-26 05:15:55.942 8 WARNING neutron.quota.resource_registry [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] subnetpool is already registered 2026-06-26 05:15:55.943 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: qos-pps 2026-06-26 05:15:55.943 8 INFO neutron.quota.resource_registry [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-26 05:15:55.943 8 WARNING neutron.quota.resource_registry [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] trunk is already registered 2026-06-26 05:15:55.943 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: qos-rule-type-details 2026-06-26 05:15:55.943 8 INFO neutron.quota.resource_registry [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-26 05:15:55.943 8 WARNING neutron.quota.resource_registry [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] ikepolicy is already registered 2026-06-26 05:15:55.944 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-26 05:15:55.944 8 INFO neutron.quota.resource_registry [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-26 05:15:55.944 8 WARNING neutron.quota.resource_registry [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] ipsecpolicy is already registered 2026-06-26 05:15:55.944 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: qos-rules-alias 2026-06-26 05:15:55.944 8 INFO neutron.quota.resource_registry [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-26 05:15:55.945 8 WARNING neutron.quota.resource_registry [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] endpoint_group is already registered 2026-06-26 05:15:55.945 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: quota-check-limit 2026-06-26 05:15:55.945 8 INFO neutron.quota.resource_registry [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-26 05:15:55.945 8 WARNING neutron.quota.resource_registry [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] vpnservice is already registered 2026-06-26 05:15:55.945 8 INFO neutron.quota.resource_registry [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-26 05:15:55.946 8 WARNING neutron.quota.resource_registry [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] ipsec_site_connection is already registered 2026-06-26 05:15:55.946 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: quota-check-limit-default 2026-06-26 05:15:55.946 8 INFO neutron.quota.resource_registry [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-26 05:15:55.946 8 WARNING neutron.quota.resource_registry [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] ipsecpolicy is already registered 2026-06-26 05:15:55.946 8 INFO neutron.quota.resource_registry [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-26 05:15:55.947 8 WARNING neutron.quota.resource_registry [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] ikepolicy is already registered 2026-06-26 05:15:55.948 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: quotas 2026-06-26 05:15:55.949 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: quota_details 2026-06-26 05:15:55.951 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: rbac-policies 2026-06-26 05:15:55.951 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: rbac-address-group 2026-06-26 05:15:55.952 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: rbac-address-scope 2026-06-26 05:15:55.952 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: rbac-security-groups 2026-06-26 05:15:55.953 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: rbac-subnetpool 2026-06-26 05:15:55.953 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: revision-if-match 2026-06-26 05:15:55.954 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: standard-attr-revisions 2026-06-26 05:15:55.955 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: router_availability_zone 2026-06-26 05:15:55.955 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-26 05:15:55.957 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: security-groups-default-rules 2026-06-26 05:15:55.958 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-26 05:15:55.958 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-26 05:15:55.959 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-26 05:15:55.959 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-26 05:15:55.960 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-26 05:15:55.965 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: security-group 2026-06-26 05:15:55.966 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: segment 2026-06-26 05:15:55.967 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-26 05:15:55.967 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: service-type 2026-06-26 05:15:55.968 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: sorting 2026-06-26 05:15:55.968 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: standard-attr-segment 2026-06-26 05:15:55.969 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: standard-attr-description 2026-06-26 05:15:55.970 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: stateful-security-group 2026-06-26 05:15:55.970 7 WARNING neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-26 05:15:55.971 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-26 05:15:55.971 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: subnet-external-network 2026-06-26 05:15:55.972 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: subnet_onboard 2026-06-26 05:15:55.972 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-26 05:15:55.973 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: subnet-service-types 2026-06-26 05:15:55.973 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: subnet_allocation 2026-06-26 05:15:55.974 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-26 05:15:55.975 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: tag-creation 2026-06-26 05:15:55.975 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-26 05:15:55.979 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: standard-attr-tag 2026-06-26 05:15:55.980 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-26 05:15:55.981 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: trunk 2026-06-26 05:15:55.981 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: trunk-details 2026-06-26 05:15:55.982 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-26 05:15:55.982 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-26 05:15:55.983 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-26 05:15:55.984 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-26 05:15:55.985 8 WARNING keystonemiddleware._common.config [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-26 05:15:55.986 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-26 05:15:55.987 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-26 05:15:55.987 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: vpn-flavors 2026-06-26 05:15:55.989 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: vpnaas 2026-06-26 05:15:55.990 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: taas 2026-06-26 05:15:55.991 8 WARNING oslo_config.cfg [None req-db30d3d1-914a-47ce-9138-d2583f288c99 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-06-26 05:15:55.991 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: tap-mirror 2026-06-26 05:15:55.992 7 INFO neutron.api.extensions [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Loaded extension: taas-vlan-filter WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f04a89e3668 pid: 8 (default app) 2026-06-26 05:15:55.994 7 INFO neutron.quota.resource_registry [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-26 05:15:55.995 7 INFO neutron.quota.resource_registry [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-26 05:15:55.995 7 INFO neutron.quota.resource_registry [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-26 05:15:55.995 7 INFO neutron.quota.resource_registry [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-26 05:15:55.999 7 INFO neutron.quota.resource_registry [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-26 05:15:55.999 7 INFO neutron.quota.resource_registry [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-26 05:15:56.004 7 INFO neutron.quota.resource_registry [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-26 05:15:56.006 7 INFO neutron.quota.resource_registry [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-26 05:15:56.006 7 INFO neutron.quota.resource_registry [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-26 05:15:56.007 7 INFO neutron.quota.resource_registry [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-26 05:15:56.007 7 WARNING neutron.quota.resource_registry [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] subnetpool is already registered 2026-06-26 05:15:56.007 7 INFO neutron.quota.resource_registry [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-26 05:15:56.008 7 WARNING neutron.quota.resource_registry [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] subnetpool is already registered 2026-06-26 05:15:56.008 7 INFO neutron.quota.resource_registry [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-26 05:15:56.009 7 INFO neutron.quota.resource_registry [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-26 05:15:56.009 7 INFO neutron.quota.resource_registry [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-26 05:15:56.010 7 INFO neutron.quota.resource_registry [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-26 05:15:56.010 7 INFO neutron.quota.resource_registry [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-26 05:15:56.011 7 INFO neutron.quota.resource_registry [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-26 05:15:56.011 7 INFO neutron.quota.resource_registry [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-26 05:15:56.011 7 WARNING neutron.quota.resource_registry [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] ipsecpolicy is already registered 2026-06-26 05:15:56.012 7 INFO neutron.quota.resource_registry [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-26 05:15:56.012 7 WARNING neutron.quota.resource_registry [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] ikepolicy is already registered 2026-06-26 05:15:56.017 7 INFO neutron.quota.resource_registry [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-26 05:15:56.017 7 WARNING neutron.quota.resource_registry [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] router is already registered 2026-06-26 05:15:56.017 7 INFO neutron.quota.resource_registry [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-26 05:15:56.018 7 WARNING neutron.quota.resource_registry [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] floatingip is already registered 2026-06-26 05:15:56.021 7 INFO neutron.quota.resource_registry [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-26 05:15:56.021 7 WARNING neutron.quota.resource_registry [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] rbac_policy is already registered 2026-06-26 05:15:56.022 7 INFO neutron.quota.resource_registry [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-26 05:15:56.022 7 WARNING neutron.quota.resource_registry [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] security_group is already registered 2026-06-26 05:15:56.023 7 INFO neutron.quota.resource_registry [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-26 05:15:56.023 7 WARNING neutron.quota.resource_registry [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] security_group_rule is already registered 2026-06-26 05:15:56.024 7 INFO neutron.quota.resource_registry [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-26 05:15:56.024 7 WARNING neutron.quota.resource_registry [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] subnetpool is already registered 2026-06-26 05:15:56.024 7 INFO neutron.quota.resource_registry [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-26 05:15:56.025 7 WARNING neutron.quota.resource_registry [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] subnetpool is already registered 2026-06-26 05:15:56.025 7 INFO neutron.quota.resource_registry [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-26 05:15:56.025 7 WARNING neutron.quota.resource_registry [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] trunk is already registered 2026-06-26 05:15:56.026 7 INFO neutron.quota.resource_registry [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-26 05:15:56.026 7 WARNING neutron.quota.resource_registry [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] ikepolicy is already registered 2026-06-26 05:15:56.026 7 INFO neutron.quota.resource_registry [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-26 05:15:56.026 7 WARNING neutron.quota.resource_registry [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] ipsecpolicy is already registered 2026-06-26 05:15:56.027 7 INFO neutron.quota.resource_registry [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-26 05:15:56.027 7 WARNING neutron.quota.resource_registry [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] endpoint_group is already registered 2026-06-26 05:15:56.027 7 INFO neutron.quota.resource_registry [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-26 05:15:56.028 7 WARNING neutron.quota.resource_registry [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] vpnservice is already registered 2026-06-26 05:15:56.028 7 INFO neutron.quota.resource_registry [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-26 05:15:56.028 7 WARNING neutron.quota.resource_registry [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] ipsec_site_connection is already registered 2026-06-26 05:15:56.029 7 INFO neutron.quota.resource_registry [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-26 05:15:56.029 7 WARNING neutron.quota.resource_registry [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] ipsecpolicy is already registered 2026-06-26 05:15:56.029 7 INFO neutron.quota.resource_registry [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-26 05:15:56.030 7 WARNING neutron.quota.resource_registry [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] ikepolicy is already registered 2026-06-26 05:15:56.080 7 WARNING keystonemiddleware._common.config [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-26 05:15:56.087 7 WARNING oslo_config.cfg [None req-97bf65ec-3a44-4072-afad-c0238b4b6837 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 9 seconds on interpreter 0x7f04a89e3668 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-06-26 05:16:01.009 8 INFO neutron.pecan_wsgi.hooks.translation [None req-38725ade-aee6-460b-b057-3f12a3db901a 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/3] 199.204.45.78 () {44 vars in 924 bytes} [Fri Jun 26 05:16:00 2026] GET /v2.0/networks/public => generated 108 bytes in 882 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.78 () {44 vars in 946 bytes} [Fri Jun 26 05:16:01 2026] GET /v2.0/networks?name=public => generated 15 bytes in 393 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:16:01.797 8 WARNING neutron.services.revisions.revision_plugin [None req-db971896-4f5a-4638-bdf3-36bd2f65ed6c 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Could not find related network for resource to bump revision. 2026-06-26 05:16:01.822 8 INFO neutron.db.segments_db [None req-db971896-4f5a-4638-bdf3-36bd2f65ed6c 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Added segment a56d1388-7c7f-4319-9424-ed5a642e459c of type flat for network eda8b25e-8e4c-4a88-bc54-f5b3f16d9fcb 2026-06-26 05:16:01.887 8 INFO neutron.pecan_wsgi.hooks.translation [None req-db971896-4f5a-4638-bdf3-36bd2f65ed6c 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/6] 199.204.45.78 () {48 vars in 964 bytes} [Fri Jun 26 05:16:01 2026] POST /v2.0/networks => generated 124 bytes in 499 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-26 05:16:08.093 7 INFO neutron.pecan_wsgi.hooks.translation [None req-66bdce8b-a8ff-4947-87ea-c69b2355a3fd 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/7] 199.204.45.78 () {44 vars in 924 bytes} [Fri Jun 26 05:16:07 2026] GET /v2.0/networks/public => generated 108 bytes in 370 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.78 () {44 vars in 946 bytes} [Fri Jun 26 05:16:08 2026] GET /v2.0/networks?name=public => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:16:08.370 7 WARNING neutron.services.revisions.revision_plugin [None req-2a4822e1-d035-48e6-aad7-2e826ecff55b 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Could not find related network for resource to bump revision. 2026-06-26 05:16:08.395 7 INFO neutron.db.segments_db [None req-2a4822e1-d035-48e6-aad7-2e826ecff55b 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Added segment d3e3f89c-3481-4f7c-a767-37961f730294 of type flat for network fb6ec606-05e8-45f2-acad-33e348d6b5db 2026-06-26 05:16:08.467 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2a4822e1-d035-48e6-aad7-2e826ecff55b 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/9] 199.204.45.78 () {48 vars in 964 bytes} [Fri Jun 26 05:16:08 2026] POST /v2.0/networks => generated 124 bytes in 361 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-26 05:16:14.326 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3a005647-0bb5-4df7-9eae-1020de82be31 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/10] 199.204.45.78 () {44 vars in 924 bytes} [Fri Jun 26 05:16:14 2026] GET /v2.0/networks/public => generated 108 bytes in 56 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.78 () {44 vars in 946 bytes} [Fri Jun 26 05:16:14 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:16:14.411 8 WARNING neutron.services.revisions.revision_plugin [None req-e237fcf8-c83b-4059-83d5-32ab99abf1fb 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Could not find related network for resource to bump revision. 2026-06-26 05:16:14.422 8 INFO neutron.db.segments_db [None req-e237fcf8-c83b-4059-83d5-32ab99abf1fb 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Added segment 661edae0-0c37-41fd-a14e-6e5a93d4d503 of type flat for network 930dc962-c7f6-4d73-b087-245d438f3cb2 2026-06-26 05:16:14.441 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e237fcf8-c83b-4059-83d5-32ab99abf1fb 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/12] 199.204.45.78 () {48 vars in 964 bytes} [Fri Jun 26 05:16:14 2026] POST /v2.0/networks => generated 124 bytes in 101 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-26 05:16:20.288 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0a6bb56e-97d8-47ff-8da6-8ae282e00dd4 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/14] 199.204.45.78 () {44 vars in 924 bytes} [Fri Jun 26 05:16:20 2026] GET /v2.0/networks/public => generated 108 bytes in 45 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.78 () {44 vars in 946 bytes} [Fri Jun 26 05:16:20 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-06-26 05:16:20.369 8 WARNING neutron.services.revisions.revision_plugin [None req-23c63a14-3741-4713-9b52-2672761ddfcb 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Could not find related network for resource to bump revision. 2026-06-26 05:16:20.396 8 INFO neutron.db.segments_db [None req-23c63a14-3741-4713-9b52-2672761ddfcb 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Added segment f9717aa9-9a7c-4e7e-9695-83db92980951 of type flat for network 5bba50d2-25a0-4a71-a8df-94c24e0add06 2026-06-26 05:16:20.418 8 INFO neutron.pecan_wsgi.hooks.translation [None req-23c63a14-3741-4713-9b52-2672761ddfcb 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/16] 199.204.45.78 () {48 vars in 964 bytes} [Fri Jun 26 05:16:20 2026] POST /v2.0/networks => generated 124 bytes in 112 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-26 05:16:26.338 7 INFO neutron.pecan_wsgi.hooks.translation [None req-adf03d1a-ab14-4db6-899e-1bd244b27959 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/17] 199.204.45.78 () {44 vars in 924 bytes} [Fri Jun 26 05:16:26 2026] GET /v2.0/networks/public => generated 108 bytes in 100 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.78 () {44 vars in 946 bytes} [Fri Jun 26 05:16:26 2026] GET /v2.0/networks?name=public => generated 15 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:16:26.454 7 WARNING neutron.services.revisions.revision_plugin [None req-535b54e8-311b-4449-825a-0d50d6cc7a53 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Could not find related network for resource to bump revision. 2026-06-26 05:16:26.484 7 INFO neutron.db.segments_db [None req-535b54e8-311b-4449-825a-0d50d6cc7a53 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Added segment 038228bf-03a1-4e09-96a0-d59324bd3841 of type flat for network b5555e51-5966-4316-9c23-4d9a0264888d 2026-06-26 05:16:26.509 7 INFO neutron.pecan_wsgi.hooks.translation [None req-535b54e8-311b-4449-825a-0d50d6cc7a53 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/19] 199.204.45.78 () {48 vars in 964 bytes} [Fri Jun 26 05:16:26 2026] POST /v2.0/networks => generated 124 bytes in 148 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-26 05:16:32.468 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3a455e60-77a6-40c7-9342-8a344cab2132 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/21] 199.204.45.78 () {44 vars in 924 bytes} [Fri Jun 26 05:16:32 2026] GET /v2.0/networks/public => generated 108 bytes in 48 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.78 () {44 vars in 946 bytes} [Fri Jun 26 05:16:32 2026] GET /v2.0/networks?name=public => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:16:32.570 7 WARNING neutron.services.revisions.revision_plugin [None req-d4df451b-1272-47dc-b65e-09039615e7c2 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Could not find related network for resource to bump revision. 2026-06-26 05:16:32.585 7 INFO neutron.db.segments_db [None req-d4df451b-1272-47dc-b65e-09039615e7c2 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Added segment 9a623271-254d-46b0-ac81-9583cb840f4f of type flat for network 290ceaf9-db2b-4dc7-83e6-a43f536c21c0 [pid: 7|app: 0|req: 11/23] 199.204.45.78 () {48 vars in 964 bytes} [Fri Jun 26 05:16:32 2026] POST /v2.0/networks => generated 706 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-26 05:16:33.884 8 INFO neutron.pecan_wsgi.hooks.translation [None req-257e0981-b89f-4dc5-b795-a23c79611c53 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 13/24] 199.204.45.78 () {44 vars in 924 bytes} [Fri Jun 26 05:16:33 2026] GET /v2.0/networks/public => generated 108 bytes in 75 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.78 () {44 vars in 946 bytes} [Fri Jun 26 05:16:33 2026] GET /v2.0/networks?name=public => generated 709 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:16:33.966 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7ec01348-d1bf-446b-bd63-851b503cae93 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 14/26] 199.204.45.78 () {44 vars in 1031 bytes} [Fri Jun 26 05:16:33 2026] GET /v2.0/subnets/public-subnet?network_id=290ceaf9-db2b-4dc7-83e6-a43f536c21c0 => generated 113 bytes in 30 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.78 () {44 vars in 1054 bytes} [Fri Jun 26 05:16:33 2026] GET /v2.0/subnets?name=public-subnet&network_id=290ceaf9-db2b-4dc7-83e6-a43f536c21c0 => generated 14 bytes in 23 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.78 () {48 vars in 962 bytes} [Fri Jun 26 05:16:33 2026] POST /v2.0/subnets => generated 664 bytes in 2238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-26 05:21:28.308 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d97e496b-e0f6-48c2-8920-583c34a61397 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 33/66] 199.204.45.78 () {44 vars in 934 bytes} [Fri Jun 26 05:21:28 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 122 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.78 () {44 vars in 956 bytes} [Fri Jun 26 05:21:28 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:21:28.400 7 INFO neutron.db.segments_db [None req-e3c9212c-9f41-4ee6-9a61-bf725e78094d 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Added segment 6313c7ad-db57-4783-921e-182b8fff3a3b of type vxlan for network f6b11e9f-8a38-44d4-bacc-b4acfa8ece90 [pid: 7|app: 0|req: 34/68] 199.204.45.78 () {48 vars in 963 bytes} [Fri Jun 26 05:21:28 2026] POST /v2.0/networks => generated 707 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-26 05:21:29.418 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c3fa629a-e054-4ef3-a107-19ab5635727c 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 35/69] 199.204.45.78 () {44 vars in 934 bytes} [Fri Jun 26 05:21:29 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 53 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.78 () {44 vars in 956 bytes} [Fri Jun 26 05:21:29 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:21:29.492 8 INFO neutron.pecan_wsgi.hooks.translation [None req-12a8b10a-332f-4efb-a6b7-b6ede7619c9b 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 36/71] 199.204.45.78 () {44 vars in 1033 bytes} [Fri Jun 26 05:21:29 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=f6b11e9f-8a38-44d4-bacc-b4acfa8ece90 => generated 114 bytes in 27 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.78 () {44 vars in 1056 bytes} [Fri Jun 26 05:21:29 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=f6b11e9f-8a38-44d4-bacc-b4acfa8ece90 => 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.78 () {48 vars in 962 bytes} [Fri Jun 26 05:21:29 2026] POST /v2.0/subnets => generated 651 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-26 05:21:30.792 7 INFO neutron.api.v2.resource [None req-79c046c1-a7b6-48f8-9208-42c34b097871 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 37/74] 199.204.45.78 () {44 vars in 968 bytes} [Fri Jun 26 05:21:30 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 58 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.78 () {44 vars in 990 bytes} [Fri Jun 26 05:21:30 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 37 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.78 () {48 vars in 977 bytes} [Fri Jun 26 05:21:30 2026] POST /v2.0/security-groups => generated 1616 bytes in 192 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.78 () {44 vars in 998 bytes} [Fri Jun 26 05:21:31 2026] GET /v2.0/security-groups/7a61b32e-4343-412f-aa15-ee1856d71bd7 => generated 1616 bytes in 48 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.78 () {44 vars in 998 bytes} [Fri Jun 26 05:21:32 2026] GET /v2.0/security-groups/7a61b32e-4343-412f-aa15-ee1856d71bd7 => generated 1616 bytes in 18 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.78 () {44 vars in 998 bytes} [Fri Jun 26 05:21:32 2026] GET /v2.0/security-groups/7a61b32e-4343-412f-aa15-ee1856d71bd7 => generated 1616 bytes in 23 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.78 () {48 vars in 988 bytes} [Fri Jun 26 05:21:32 2026] POST /v2.0/security-group-rules => generated 601 bytes in 83 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.78 () {44 vars in 998 bytes} [Fri Jun 26 05:21:32 2026] GET /v2.0/security-groups/7a61b32e-4343-412f-aa15-ee1856d71bd7 => generated 2230 bytes in 53 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.78 () {44 vars in 998 bytes} [Fri Jun 26 05:21:33 2026] GET /v2.0/security-groups/7a61b32e-4343-412f-aa15-ee1856d71bd7 => generated 2230 bytes in 27 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.78 () {44 vars in 998 bytes} [Fri Jun 26 05:21:33 2026] GET /v2.0/security-groups/7a61b32e-4343-412f-aa15-ee1856d71bd7 => generated 2230 bytes in 31 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.78 () {48 vars in 988 bytes} [Fri Jun 26 05:21:33 2026] POST /v2.0/security-group-rules => generated 603 bytes in 94 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.78 () {44 vars in 998 bytes} [Fri Jun 26 05:21:34 2026] GET /v2.0/security-groups/7a61b32e-4343-412f-aa15-ee1856d71bd7 => generated 2846 bytes in 62 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.78 () {44 vars in 998 bytes} [Fri Jun 26 05:21:34 2026] GET /v2.0/security-groups/7a61b32e-4343-412f-aa15-ee1856d71bd7 => generated 2846 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/89] 199.204.45.78 () {44 vars in 998 bytes} [Fri Jun 26 05:21:34 2026] GET /v2.0/security-groups/7a61b32e-4343-412f-aa15-ee1856d71bd7 => generated 2846 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/90] 199.204.45.78 () {48 vars in 988 bytes} [Fri Jun 26 05:21:34 2026] POST /v2.0/security-group-rules => generated 603 bytes in 111 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.78 () {44 vars in 998 bytes} [Fri Jun 26 05:21:35 2026] GET /v2.0/security-groups/7a61b32e-4343-412f-aa15-ee1856d71bd7 => generated 3462 bytes in 51 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.78 () {44 vars in 998 bytes} [Fri Jun 26 05:21:35 2026] GET /v2.0/security-groups/7a61b32e-4343-412f-aa15-ee1856d71bd7 => generated 3462 bytes in 32 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.78 () {44 vars in 998 bytes} [Fri Jun 26 05:21:35 2026] GET /v2.0/security-groups/7a61b32e-4343-412f-aa15-ee1856d71bd7 => generated 3462 bytes in 24 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.78 () {48 vars in 988 bytes} [Fri Jun 26 05:21:35 2026] POST /v2.0/security-group-rules => generated 603 bytes in 115 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.78 () {44 vars in 998 bytes} [Fri Jun 26 05:21:36 2026] GET /v2.0/security-groups/7a61b32e-4343-412f-aa15-ee1856d71bd7 => generated 4078 bytes in 54 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.78 () {44 vars in 998 bytes} [Fri Jun 26 05:21:36 2026] GET /v2.0/security-groups/7a61b32e-4343-412f-aa15-ee1856d71bd7 => generated 4078 bytes in 39 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.78 () {44 vars in 998 bytes} [Fri Jun 26 05:21:36 2026] GET /v2.0/security-groups/7a61b32e-4343-412f-aa15-ee1856d71bd7 => generated 4078 bytes in 36 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.78 () {48 vars in 988 bytes} [Fri Jun 26 05:21:36 2026] POST /v2.0/security-group-rules => generated 603 bytes in 121 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.78 () {44 vars in 984 bytes} [Fri Jun 26 05:21:37 2026] GET /v2.0/networks/f6b11e9f-8a38-44d4-bacc-b4acfa8ece90 => generated 732 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:21:37.658 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c942c040-2d42-405c-81c5-4611a02c22d8 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 50/100] 199.204.45.78 () {44 vars in 1073 bytes} [Fri Jun 26 05:21:37 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=f6b11e9f-8a38-44d4-bacc-b4acfa8ece90 => generated 132 bytes in 36 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.78 () {44 vars in 1096 bytes} [Fri Jun 26 05:21:37 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=f6b11e9f-8a38-44d4-bacc-b4acfa8ece90 => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/102] 199.204.45.78 () {44 vars in 998 bytes} [Fri Jun 26 05:21:37 2026] GET /v2.0/security-groups/7a61b32e-4343-412f-aa15-ee1856d71bd7 => generated 4694 bytes in 36 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.78 () {48 vars in 958 bytes} [Fri Jun 26 05:21:37 2026] POST /v2.0/ports => generated 1096 bytes in 550 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-26 05:21:47.052 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dcca34fb-0df8-4bbb-a14b-9975f41e035d 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 53/106] 199.204.45.78 () {44 vars in 976 bytes} [Fri Jun 26 05:21:47 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 41 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: 54/107] 199.204.45.78 () {44 vars in 998 bytes} [Fri Jun 26 05:21:47 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/108] 199.204.45.78 () {48 vars in 1028 bytes} [Fri Jun 26 05:21:47 2026] PUT /v2.0/ports/b1f36263-f26b-4d27-9540-40ac890631bf => generated 1245 bytes in 990 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.78 () {44 vars in 917 bytes} [Fri Jun 26 05:21:49 2026] GET /v2.0/ports => generated 3726 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: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-26 05:21:50.765 7 INFO neutron.api.v2.resource [None req-f60f001d-5622-4e01-b2f9-863dc8c7cf0e 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 55/110] 199.204.45.78 () {44 vars in 956 bytes} [Fri Jun 26 05:21:50 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/111] 199.204.45.78 () {44 vars in 978 bytes} [Fri Jun 26 05:21:50 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 26 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.78 () {48 vars in 977 bytes} [Fri Jun 26 05:21:50 2026] POST /v2.0/security-groups => generated 1610 bytes in 111 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.78 () {44 vars in 998 bytes} [Fri Jun 26 05:21:51 2026] GET /v2.0/security-groups/a57c11a5-9250-477e-9929-1049b0e23b8b => generated 1610 bytes in 58 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.78 () {44 vars in 998 bytes} [Fri Jun 26 05:21:51 2026] GET /v2.0/security-groups/a57c11a5-9250-477e-9929-1049b0e23b8b => generated 1610 bytes in 26 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.78 () {44 vars in 998 bytes} [Fri Jun 26 05:21:51 2026] GET /v2.0/security-groups/a57c11a5-9250-477e-9929-1049b0e23b8b => generated 1610 bytes in 29 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.78 () {48 vars in 988 bytes} [Fri Jun 26 05:21:51 2026] POST /v2.0/security-group-rules => generated 621 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/117] 199.204.45.78 () {44 vars in 998 bytes} [Fri Jun 26 05:21:52 2026] GET /v2.0/security-groups/a57c11a5-9250-477e-9929-1049b0e23b8b => generated 2244 bytes in 49 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.78 () {44 vars in 998 bytes} [Fri Jun 26 05:21:52 2026] GET /v2.0/security-groups/a57c11a5-9250-477e-9929-1049b0e23b8b => generated 2244 bytes in 26 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.78 () {44 vars in 998 bytes} [Fri Jun 26 05:21:52 2026] GET /v2.0/security-groups/a57c11a5-9250-477e-9929-1049b0e23b8b => generated 2244 bytes in 24 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.78 () {48 vars in 988 bytes} [Fri Jun 26 05:21:53 2026] POST /v2.0/security-group-rules => generated 625 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 65/129] 199.204.45.78 () {44 vars in 972 bytes} [Fri Jun 26 05:22:56 2026] GET /v2.0/quotas/c7a1b3694cfe4ad599636f7e7dfca06c => 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: 65/130] 199.204.45.78 () {48 vars in 1024 bytes} [Fri Jun 26 05:22:57 2026] PUT /v2.0/quotas/c7a1b3694cfe4ad599636f7e7dfca06c => generated 291 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, ' 2026-06-26 05:25:18.184 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dca79b2b-46ce-4ab4-be36-5a72515c3778 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 76/151] 199.204.45.78 () {30 vars in 740 bytes} [Fri Jun 26 05:25:18 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 163 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 76/152] 199.204.45.78 () {30 vars in 762 bytes} [Fri Jun 26 05:25:18 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-26 05:25:20.102 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ed0f6747-dad1-4cd8-b2ee-2a62f1a8a3ff 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 77/153] 199.204.45.78 () {30 vars in 740 bytes} [Fri Jun 26 05:25:20 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 77/154] 199.204.45.78 () {30 vars in 762 bytes} [Fri Jun 26 05:25:20 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-26 05:32:11.818 8 INFO neutron.api.v2.resource [None req-00bc5906-69c9-4626-a3d7-9f1f2d44931b 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 105/209] 199.204.45.78 () {44 vars in 1071 bytes} [Fri Jun 26 05:32:11 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=2e130c28e91248d78b06a3bc38950006 => generated 139 bytes in 133 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/210] 199.204.45.78 () {44 vars in 1094 bytes} [Fri Jun 26 05:32:11 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=2e130c28e91248d78b06a3bc38950006 => generated 23 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/211] 199.204.45.78 () {48 vars in 978 bytes} [Fri Jun 26 05:32:12 2026] POST /v2.0/security-groups => generated 1624 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/212] 199.204.45.78 () {44 vars in 1085 bytes} [Fri Jun 26 05:32:13 2026] GET /v2.0/security-groups/f1327672-cbb2-4ad4-ab16-a0df3e73679c?project_id=2e130c28e91248d78b06a3bc38950006 => generated 1624 bytes in 63 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.78 () {44 vars in 998 bytes} [Fri Jun 26 05:32:13 2026] GET /v2.0/security-groups/f1327672-cbb2-4ad4-ab16-a0df3e73679c => generated 1624 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/214] 199.204.45.78 () {44 vars in 1085 bytes} [Fri Jun 26 05:32:13 2026] GET /v2.0/security-groups/f1327672-cbb2-4ad4-ab16-a0df3e73679c?project_id=2e130c28e91248d78b06a3bc38950006 => generated 1624 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/215] 199.204.45.78 () {48 vars in 988 bytes} [Fri Jun 26 05:32:13 2026] POST /v2.0/security-group-rules => generated 597 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/216] 199.204.45.78 () {44 vars in 1085 bytes} [Fri Jun 26 05:32:14 2026] GET /v2.0/security-groups/f1327672-cbb2-4ad4-ab16-a0df3e73679c?project_id=2e130c28e91248d78b06a3bc38950006 => generated 2234 bytes in 64 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.78 () {44 vars in 998 bytes} [Fri Jun 26 05:32:14 2026] GET /v2.0/security-groups/f1327672-cbb2-4ad4-ab16-a0df3e73679c => generated 2234 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/218] 199.204.45.78 () {44 vars in 1085 bytes} [Fri Jun 26 05:32:14 2026] GET /v2.0/security-groups/f1327672-cbb2-4ad4-ab16-a0df3e73679c?project_id=2e130c28e91248d78b06a3bc38950006 => generated 2234 bytes in 35 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.78 () {48 vars in 988 bytes} [Fri Jun 26 05:32:14 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: 110/220] 199.204.45.78 () {44 vars in 1085 bytes} [Fri Jun 26 05:32:15 2026] GET /v2.0/security-groups/f1327672-cbb2-4ad4-ab16-a0df3e73679c?project_id=2e130c28e91248d78b06a3bc38950006 => generated 2846 bytes in 56 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.78 () {44 vars in 998 bytes} [Fri Jun 26 05:32:15 2026] GET /v2.0/security-groups/f1327672-cbb2-4ad4-ab16-a0df3e73679c => generated 2846 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/222] 199.204.45.78 () {44 vars in 1085 bytes} [Fri Jun 26 05:32:15 2026] GET /v2.0/security-groups/f1327672-cbb2-4ad4-ab16-a0df3e73679c?project_id=2e130c28e91248d78b06a3bc38950006 => generated 2846 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/223] 199.204.45.78 () {48 vars in 988 bytes} [Fri Jun 26 05:32:15 2026] POST /v2.0/security-group-rules => generated 601 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/226] 199.204.45.78 () {44 vars in 1085 bytes} [Fri Jun 26 05:32:16 2026] GET /v2.0/security-groups/f1327672-cbb2-4ad4-ab16-a0df3e73679c?project_id=2e130c28e91248d78b06a3bc38950006 => generated 3460 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 114/227] 199.204.45.78 () {44 vars in 998 bytes} [Fri Jun 26 05:32:17 2026] GET /v2.0/security-groups/f1327672-cbb2-4ad4-ab16-a0df3e73679c => generated 3460 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 114/228] 199.204.45.78 () {44 vars in 1085 bytes} [Fri Jun 26 05:32:17 2026] GET /v2.0/security-groups/f1327672-cbb2-4ad4-ab16-a0df3e73679c?project_id=2e130c28e91248d78b06a3bc38950006 => generated 3460 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 115/229] 199.204.45.78 () {48 vars in 988 bytes} [Fri Jun 26 05:32:17 2026] POST /v2.0/security-group-rules => generated 602 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 125/248] 199.204.45.78 () {30 vars in 739 bytes} [Fri Jun 26 05:34:35 2026] GET /v2.0/networks?tenant_id=2e130c28e91248d78b06a3bc38950006&shared=False => generated 15 bytes in 191 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:34:35.588 7 INFO neutron.db.segments_db [None req-43d6a0c9-5117-411a-a6c7-904a95843f5a fdc47b663ef043468c4eab3721a9ba24 2e130c28e91248d78b06a3bc38950006 - - 44260ea34e35470187b58eec0f7fc09f 44260ea34e35470187b58eec0f7fc09f] Added segment 867ffb21-360d-4a2d-8f3d-a8cb3c1d41e8 of type vxlan for network 2c728f5a-20e7-494d-bb95-48cc17481efd [pid: 7|app: 0|req: 124/249] 199.204.45.78 () {34 vars in 681 bytes} [Fri Jun 26 05:34:35 2026] POST /v2.0/networks => generated 718 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/250] 199.204.45.78 () {30 vars in 721 bytes} [Fri Jun 26 05:34:35 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/251] 199.204.45.78 () {30 vars in 632 bytes} [Fri Jun 26 05:34:35 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 127/252] 199.204.45.78 () {34 vars in 676 bytes} [Fri Jun 26 05:34:35 2026] POST /v2.0/ports => generated 999 bytes in 428 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/253] 199.204.45.78 () {30 vars in 702 bytes} [Fri Jun 26 05:34:36 2026] GET /v2.0/networks/2c728f5a-20e7-494d-bb95-48cc17481efd => generated 705 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 128/254] 199.204.45.78 () {30 vars in 721 bytes} [Fri Jun 26 05:34:38 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 127/255] 199.204.45.78 () {30 vars in 702 bytes} [Fri Jun 26 05:34:38 2026] GET /v2.0/networks/2c728f5a-20e7-494d-bb95-48cc17481efd => generated 705 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 129/258] 199.204.45.78 () {44 vars in 972 bytes} [Fri Jun 26 05:34:50 2026] GET /v2.0/quotas/2e130c28e91248d78b06a3bc38950006 => 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: 130/259] 199.204.45.78 () {48 vars in 1024 bytes} [Fri Jun 26 05:34:51 2026] PUT /v2.0/quotas/2e130c28e91248d78b06a3bc38950006 => generated 291 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:46:59.850 8 INFO neutron.pecan_wsgi.hooks.translation [None req-05856bc1-26b0-4ed7-97eb-5dfa4f9e9508 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 179/356] 199.204.45.78 () {44 vars in 924 bytes} [Fri Jun 26 05:46:59 2026] GET /v2.0/networks/public => generated 108 bytes in 139 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 178/357] 199.204.45.78 () {44 vars in 946 bytes} [Fri Jun 26 05:46:59 2026] GET /v2.0/networks?name=public => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:47:00.953 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b2a367fa-4a4b-44ef-8618-56c12cae0b24 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 180/358] 199.204.45.78 () {44 vars in 924 bytes} [Fri Jun 26 05:47:00 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: 7|app: 0|req: 179/359] 199.204.45.78 () {44 vars in 946 bytes} [Fri Jun 26 05:47:00 2026] GET /v2.0/networks?name=public => generated 753 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:47:01.025 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fbbb8255-2349-46ac-a99f-5676c0702229 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 181/360] 199.204.45.78 () {44 vars in 1031 bytes} [Fri Jun 26 05:47:01 2026] GET /v2.0/subnets/public-subnet?network_id=290ceaf9-db2b-4dc7-83e6-a43f536c21c0 => generated 113 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 180/361] 199.204.45.78 () {44 vars in 1054 bytes} [Fri Jun 26 05:47:01 2026] GET /v2.0/subnets?name=public-subnet&network_id=290ceaf9-db2b-4dc7-83e6-a43f536c21c0 => generated 667 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:47:29.708 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7cad29c4-ba18-4d0e-808f-e40ccd4df6ad 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 183/366] 199.204.45.78 () {44 vars in 934 bytes} [Fri Jun 26 05:47:29 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 58 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/367] 199.204.45.78 () {44 vars in 956 bytes} [Fri Jun 26 05:47:29 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:47:30.722 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ea9703b6-c2d7-4568-988d-48db69d90ef6 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 184/368] 199.204.45.78 () {44 vars in 934 bytes} [Fri Jun 26 05:47:30 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/369] 199.204.45.78 () {44 vars in 956 bytes} [Fri Jun 26 05:47:30 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:47:30.790 7 INFO neutron.pecan_wsgi.hooks.translation [None req-af2cd873-ff1e-4248-8a3e-5ac8af3fca7b 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 185/370] 199.204.45.78 () {44 vars in 1033 bytes} [Fri Jun 26 05:47:30 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=f6b11e9f-8a38-44d4-bacc-b4acfa8ece90 => generated 114 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/371] 199.204.45.78 () {44 vars in 1056 bytes} [Fri Jun 26 05:47:30 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=f6b11e9f-8a38-44d4-bacc-b4acfa8ece90 => generated 654 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:47:32.005 8 INFO neutron.api.v2.resource [None req-2419b807-5cd8-45c1-ad80-3ce73ea6bd6c 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 188/374] 199.204.45.78 () {44 vars in 968 bytes} [Fri Jun 26 05:47:31 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/375] 199.204.45.78 () {44 vars in 990 bytes} [Fri Jun 26 05:47:32 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: 189/376] 199.204.45.78 () {44 vars in 998 bytes} [Fri Jun 26 05:47:33 2026] GET /v2.0/security-groups/7a61b32e-4343-412f-aa15-ee1856d71bd7 => generated 4694 bytes in 67 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.78 () {44 vars in 998 bytes} [Fri Jun 26 05:47:33 2026] GET /v2.0/security-groups/7a61b32e-4343-412f-aa15-ee1856d71bd7 => generated 4694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/378] 199.204.45.78 () {44 vars in 1008 bytes} [Fri Jun 26 05:47:33 2026] GET /v2.0/security-group-rules/068b9cb5-c2b0-4163-a4a5-70b937012595 => generated 601 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/379] 199.204.45.78 () {44 vars in 998 bytes} [Fri Jun 26 05:47:34 2026] GET /v2.0/security-groups/7a61b32e-4343-412f-aa15-ee1856d71bd7 => generated 4694 bytes in 61 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.78 () {44 vars in 998 bytes} [Fri Jun 26 05:47:34 2026] GET /v2.0/security-groups/7a61b32e-4343-412f-aa15-ee1856d71bd7 => generated 4694 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/381] 199.204.45.78 () {44 vars in 1008 bytes} [Fri Jun 26 05:47:34 2026] GET /v2.0/security-group-rules/9e7567aa-3dc8-4280-b99e-a9040c2dcc0f => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/382] 199.204.45.78 () {44 vars in 998 bytes} [Fri Jun 26 05:47:35 2026] GET /v2.0/security-groups/7a61b32e-4343-412f-aa15-ee1856d71bd7 => generated 4694 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/383] 199.204.45.78 () {44 vars in 998 bytes} [Fri Jun 26 05:47:35 2026] GET /v2.0/security-groups/7a61b32e-4343-412f-aa15-ee1856d71bd7 => generated 4694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/384] 199.204.45.78 () {44 vars in 1008 bytes} [Fri Jun 26 05:47:35 2026] GET /v2.0/security-group-rules/c0d74ee5-1746-477d-90b8-499c8cf0fb72 => generated 603 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/385] 199.204.45.78 () {44 vars in 998 bytes} [Fri Jun 26 05:47:36 2026] GET /v2.0/security-groups/7a61b32e-4343-412f-aa15-ee1856d71bd7 => generated 4694 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/386] 199.204.45.78 () {44 vars in 998 bytes} [Fri Jun 26 05:47:36 2026] GET /v2.0/security-groups/7a61b32e-4343-412f-aa15-ee1856d71bd7 => generated 4694 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/387] 199.204.45.78 () {44 vars in 1008 bytes} [Fri Jun 26 05:47:36 2026] GET /v2.0/security-group-rules/a0766598-6a52-4a2d-b852-a89a18c76047 => 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: 195/388] 199.204.45.78 () {44 vars in 998 bytes} [Fri Jun 26 05:47:37 2026] GET /v2.0/security-groups/7a61b32e-4343-412f-aa15-ee1856d71bd7 => generated 4694 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/389] 199.204.45.78 () {44 vars in 998 bytes} [Fri Jun 26 05:47:37 2026] GET /v2.0/security-groups/7a61b32e-4343-412f-aa15-ee1856d71bd7 => generated 4694 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/390] 199.204.45.78 () {44 vars in 1008 bytes} [Fri Jun 26 05:47:37 2026] GET /v2.0/security-group-rules/40dab3e9-5801-4bad-8309-32e799fa4f9f => generated 603 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/391] 199.204.45.78 () {44 vars in 984 bytes} [Fri Jun 26 05:47:38 2026] GET /v2.0/networks/f6b11e9f-8a38-44d4-bacc-b4acfa8ece90 => generated 732 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:47:38.763 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c9af19d6-0893-4bd8-8332-199b37b672e8 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 197/392] 199.204.45.78 () {44 vars in 1073 bytes} [Fri Jun 26 05:47:38 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=f6b11e9f-8a38-44d4-bacc-b4acfa8ece90 => generated 132 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/393] 199.204.45.78 () {44 vars in 1096 bytes} [Fri Jun 26 05:47:38 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=f6b11e9f-8a38-44d4-bacc-b4acfa8ece90 => generated 1250 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/394] 199.204.45.78 () {44 vars in 998 bytes} [Fri Jun 26 05:47:38 2026] GET /v2.0/security-groups/7a61b32e-4343-412f-aa15-ee1856d71bd7 => generated 4694 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-26 05:47:47.114 7 INFO neutron.pecan_wsgi.hooks.translation [None req-923c526b-db2d-453e-bfe8-21368e5006b1 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 198/397] 199.204.45.78 () {44 vars in 976 bytes} [Fri Jun 26 05:47:47 2026] GET /v2.0/ports/octavia-health-manager-port-instance => 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: 200/398] 199.204.45.78 () {44 vars in 998 bytes} [Fri Jun 26 05:47:47 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1250 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/399] 199.204.45.78 () {44 vars in 917 bytes} [Fri Jun 26 05:47:48 2026] GET /v2.0/ports => generated 4721 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-26 05:47:49.851 8 INFO neutron.api.v2.resource [None req-2ebcfaa8-ebe0-4514-85f3-76e77aae41b2 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 201/400] 199.204.45.78 () {44 vars in 956 bytes} [Fri Jun 26 05:47:49 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/401] 199.204.45.78 () {44 vars in 978 bytes} [Fri Jun 26 05:47:49 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2881 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/402] 199.204.45.78 () {44 vars in 998 bytes} [Fri Jun 26 05:47:50 2026] GET /v2.0/security-groups/a57c11a5-9250-477e-9929-1049b0e23b8b => generated 2882 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/403] 199.204.45.78 () {44 vars in 998 bytes} [Fri Jun 26 05:47:50 2026] GET /v2.0/security-groups/a57c11a5-9250-477e-9929-1049b0e23b8b => generated 2882 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/404] 199.204.45.78 () {44 vars in 1008 bytes} [Fri Jun 26 05:47:50 2026] GET /v2.0/security-group-rules/e9fd8b39-fc22-4bf8-adeb-112c5420877f => generated 621 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/405] 199.204.45.78 () {44 vars in 998 bytes} [Fri Jun 26 05:47:51 2026] GET /v2.0/security-groups/a57c11a5-9250-477e-9929-1049b0e23b8b => generated 2882 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/406] 199.204.45.78 () {44 vars in 998 bytes} [Fri Jun 26 05:47:51 2026] GET /v2.0/security-groups/a57c11a5-9250-477e-9929-1049b0e23b8b => generated 2882 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/407] 199.204.45.78 () {44 vars in 1008 bytes} [Fri Jun 26 05:47:51 2026] GET /v2.0/security-group-rules/984152eb-20c2-4f89-b833-508aecaa6604 => generated 625 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/410] 199.204.45.78 () {44 vars in 972 bytes} [Fri Jun 26 05:48:05 2026] GET /v2.0/quotas/c7a1b3694cfe4ad599636f7e7dfca06c => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:49:03.369 8 INFO neutron.api.v2.resource [None req-4bb9b4e8-312d-4389-b4bd-c6234b1121c9 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 211/419] 199.204.45.78 () {44 vars in 1071 bytes} [Fri Jun 26 05:49:03 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=2e130c28e91248d78b06a3bc38950006 => generated 139 bytes in 63 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/420] 199.204.45.78 () {44 vars in 1094 bytes} [Fri Jun 26 05:49:03 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=2e130c28e91248d78b06a3bc38950006 => generated 4072 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/421] 199.204.45.78 () {44 vars in 1085 bytes} [Fri Jun 26 05:49:04 2026] GET /v2.0/security-groups/f1327672-cbb2-4ad4-ab16-a0df3e73679c?project_id=2e130c28e91248d78b06a3bc38950006 => generated 4075 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/422] 199.204.45.78 () {44 vars in 998 bytes} [Fri Jun 26 05:49:04 2026] GET /v2.0/security-groups/f1327672-cbb2-4ad4-ab16-a0df3e73679c => 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: 213/423] 199.204.45.78 () {44 vars in 1008 bytes} [Fri Jun 26 05:49:04 2026] GET /v2.0/security-group-rules/9ec71364-4326-45f4-a819-d4fb728bfd8f => generated 597 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/424] 199.204.45.78 () {44 vars in 1085 bytes} [Fri Jun 26 05:49:05 2026] GET /v2.0/security-groups/f1327672-cbb2-4ad4-ab16-a0df3e73679c?project_id=2e130c28e91248d78b06a3bc38950006 => generated 4075 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/425] 199.204.45.78 () {44 vars in 998 bytes} [Fri Jun 26 05:49:05 2026] GET /v2.0/security-groups/f1327672-cbb2-4ad4-ab16-a0df3e73679c => 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: 212/426] 199.204.45.78 () {44 vars in 1008 bytes} [Fri Jun 26 05:49:05 2026] GET /v2.0/security-group-rules/96282329-56bc-4a3a-963d-d5b8e3df027d => generated 599 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/427] 199.204.45.78 () {44 vars in 1085 bytes} [Fri Jun 26 05:49:06 2026] GET /v2.0/security-groups/f1327672-cbb2-4ad4-ab16-a0df3e73679c?project_id=2e130c28e91248d78b06a3bc38950006 => generated 4075 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/428] 199.204.45.78 () {44 vars in 998 bytes} [Fri Jun 26 05:49:06 2026] GET /v2.0/security-groups/f1327672-cbb2-4ad4-ab16-a0df3e73679c => generated 4075 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/429] 199.204.45.78 () {44 vars in 1008 bytes} [Fri Jun 26 05:49:06 2026] GET /v2.0/security-group-rules/451df5bd-9cf2-4eec-80df-95fe0a601fed => generated 601 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/430] 199.204.45.78 () {44 vars in 1085 bytes} [Fri Jun 26 05:49:07 2026] GET /v2.0/security-groups/f1327672-cbb2-4ad4-ab16-a0df3e73679c?project_id=2e130c28e91248d78b06a3bc38950006 => generated 4075 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/431] 199.204.45.78 () {44 vars in 998 bytes} [Fri Jun 26 05:49:07 2026] GET /v2.0/security-groups/f1327672-cbb2-4ad4-ab16-a0df3e73679c => generated 4075 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/432] 199.204.45.78 () {44 vars in 1008 bytes} [Fri Jun 26 05:49:07 2026] GET /v2.0/security-group-rules/6bffc8c7-d6b4-48c0-bde7-bcdbcf404a8e => generated 602 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/433] 199.204.45.78 () {44 vars in 972 bytes} [Fri Jun 26 05:49:16 2026] GET /v2.0/quotas/2e130c28e91248d78b06a3bc38950006 => generated 291 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/442] 199.204.45.78 () {44 vars in 946 bytes} [Fri Jun 26 05:50:09 2026] GET /v2.0/networks?name=public => generated 753 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/449] 10.0.0.147 () {32 vars in 649 bytes} [Fri Jun 26 05:50:51 2026] GET /v2.0/networks => generated 2168 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/450] 10.0.0.147 () {32 vars in 655 bytes} [Fri Jun 26 05:50:53 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: 7|app: 0|req: 224/451] 10.0.0.147 () {32 vars in 647 bytes} [Fri Jun 26 05:50:53 2026] GET /v2.0/routers => generated 15 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/452] 10.0.0.147 () {32 vars in 643 bytes} [Fri Jun 26 05:50:53 2026] GET /v2.0/ports => generated 4721 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/453] 10.0.0.147 () {32 vars in 647 bytes} [Fri Jun 26 05:50:53 2026] GET /v2.0/subnets => generated 1308 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/454] 10.0.0.147 () {32 vars in 649 bytes} [Fri Jun 26 05:50:53 2026] GET /v2.0/networks => generated 2168 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/455] 10.0.0.147 () {32 vars in 663 bytes} [Fri Jun 26 05:50:53 2026] GET /v2.0/security-groups => generated 17397 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/456] 10.0.0.147 () {32 vars in 655 bytes} [Fri Jun 26 05:50:53 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-06-26 05:51:04.818 8 INFO neutron.db.segments_db [None req-0ef715ed-6e04-41c7-a63b-fb4742980ee5 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Added segment 4179619d-8047-46ae-b4c1-b40caa1392c3 of type vxlan for network 75b1d989-8134-495d-8190-9c117ec6ceb5 [pid: 8|app: 0|req: 232/459] 10.0.0.147 () {34 vars in 671 bytes} [Fri Jun 26 05:51:04 2026] POST /v2.0/networks => generated 751 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-26 05:51:05.086 7 INFO neutron.db.segments_db [None req-48aeeca0-c480-4f92-8daa-af863cc4f7d1 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Added segment 24c911e6-955f-4c28-87e1-a72b1d1fbcb1 of type vxlan for network 0845dace-acb3-421f-ae72-559ba6eb941c [pid: 8|app: 0|req: 233/460] 10.0.0.147 () {34 vars in 669 bytes} [Fri Jun 26 05:51:04 2026] POST /v2.0/subnets => generated 698 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/461] 10.0.0.147 () {34 vars in 671 bytes} [Fri Jun 26 05:51:04 2026] POST /v2.0/networks => generated 748 bytes in 381 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-26 05:51:05.193 8 INFO neutron.db.segments_db [None req-aa7ab35e-bd43-4741-bd78-1d8f0e8d3cf6 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Added segment 354d0808-c880-4f7a-af50-8d9d142ec98e of type vxlan for network fbc6e94e-5fde-4e83-954f-7f3eed622ac2 [pid: 7|app: 0|req: 229/462] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:51:05 2026] GET /v2.0/security-groups?tenant_id=1317bcce6bcc497f85ff6a17e5163383&name=default => generated 2921 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-26 05:51:05.449 8 INFO neutron.db.l3_hamode_db [None req-aa7ab35e-bd43-4741-bd78-1d8f0e8d3cf6 376eb91bb3db4cd281d1129467b2848b 2ef0989a585e408694846e7f43da3825 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 230/463] 10.0.0.147 () {34 vars in 669 bytes} [Fri Jun 26 05:51:05 2026] POST /v2.0/subnets => generated 695 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/464] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:51:05 2026] DELETE /v2.0/security-groups/17e40996-b7b3-42ef-9a35-229742f379f7 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 05:51:05.689 7 INFO neutron.db.segments_db [None req-7c503708-c8b7-4d70-a22d-7e1e9e5b5083 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Added segment e672f6e9-1ead-46e4-936e-fb730fa0f410 of type vxlan for network 052aabff-1e77-471d-9242-2fcf1d09923d 2026-06-26 05:51:05.884 7 INFO neutron.db.l3_hamode_db [None req-7c503708-c8b7-4d70-a22d-7e1e9e5b5083 376eb91bb3db4cd281d1129467b2848b 4bfac955eca74f579d8d5f3e79e2aca6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-26 05:51:06.585 8 INFO neutron.db.l3_hamode_db [None req-aa7ab35e-bd43-4741-bd78-1d8f0e8d3cf6 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-26 05:51:06.931 7 INFO neutron.db.l3_hamode_db [None req-7c503708-c8b7-4d70-a22d-7e1e9e5b5083 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 234/465] 10.0.0.147 () {34 vars in 669 bytes} [Fri Jun 26 05:51:05 2026] POST /v2.0/routers => generated 738 bytes in 2520 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/466] 10.0.0.147 () {34 vars in 669 bytes} [Fri Jun 26 05:51:05 2026] POST /v2.0/routers => generated 735 bytes in 2374 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-26 05:51:08.439 7 INFO neutron.db.segments_db [None req-472627b8-98f7-4889-bce5-0ef53fa7602c 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Added segment 11561f8a-7659-4e62-b2bb-0c6a75f64ac3 of type vxlan for network d1a8a90a-8f91-47b7-ae7c-27d38b59d04f [pid: 7|app: 0|req: 233/467] 10.0.0.147 () {34 vars in 671 bytes} [Fri Jun 26 05:51:08 2026] POST /v2.0/networks => generated 745 bytes in 536 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/468] 10.0.0.147 () {34 vars in 783 bytes} [Fri Jun 26 05:51:07 2026] PUT /v2.0/routers/ec920475-19a1-4704-8b58-886bd76737ce/add_router_interface => generated 309 bytes in 1298 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/469] 10.0.0.147 () {34 vars in 669 bytes} [Fri Jun 26 05:51:08 2026] POST /v2.0/subnets => generated 692 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/470] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:51:09 2026] GET /v2.0/security-groups?tenant_id=3e176ec9b801405d8346afb4f6f21b88&name=default => generated 2925 bytes in 281 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-26 05:51:09.508 8 INFO neutron.db.segments_db [None req-9128f23c-4c04-4aea-96d7-e70bafed34a9 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Added segment 434f99e0-8e12-4336-bbea-a7e77c3bc97c of type vxlan for network d91b38e0-885b-4baa-9a5b-b652e1ca5006 2026-06-26 05:51:09.719 8 INFO neutron.db.l3_hamode_db [None req-9128f23c-4c04-4aea-96d7-e70bafed34a9 376eb91bb3db4cd281d1129467b2848b beaa10f2012c4e9d902be35245db4026 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 234/471] 10.0.0.147 () {34 vars in 783 bytes} [Fri Jun 26 05:51:08 2026] PUT /v2.0/routers/6398679d-da99-41e5-82ac-08f84cdbaf0a/add_router_interface => generated 309 bytes in 1256 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/472] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:51:09 2026] DELETE /v2.0/security-groups/96023077-3db5-40b8-834e-5d40e92f9ce3 => 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: 236/473] 10.0.0.147 () {34 vars in 685 bytes} [Fri Jun 26 05:51:09 2026] POST /v2.0/security-groups => generated 1660 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/474] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:51:10 2026] GET /v2.0/security-groups?tenant_id=e2b1d25750fb443793dc8c6cda85b225&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/475] 10.0.0.147 () {34 vars in 695 bytes} [Fri Jun 26 05:51:10 2026] POST /v2.0/security-group-rules => generated 597 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/476] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:51:10 2026] DELETE /v2.0/security-groups/46795a75-99fc-4f57-8b82-c7980ca346be => 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: 240/477] 10.0.0.147 () {34 vars in 695 bytes} [Fri Jun 26 05:51:10 2026] POST /v2.0/security-group-rules => generated 602 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-26 05:51:10.506 8 INFO neutron.db.l3_hamode_db [None req-9128f23c-4c04-4aea-96d7-e70bafed34a9 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - 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.147 () {34 vars in 676 bytes} [Fri Jun 26 05:51:10 2026] POST /v2.0/floatingips => generated 552 bytes in 519 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/479] 10.0.0.206 () {38 vars in 971 bytes} [Fri Jun 26 05:51:11 2026] POST /v2.0/security-groups => generated 1686 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/480] 10.0.0.147 () {34 vars in 669 bytes} [Fri Jun 26 05:51:09 2026] POST /v2.0/routers => generated 732 bytes in 1945 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/481] 10.0.0.206 () {34 vars in 1098 bytes} [Fri Jun 26 05:51:11 2026] GET /v2.0/security-groups?name=tempest-securitygroup--227113114&fields=id&tenant_id=2ef0989a585e408694846e7f43da3825 => generated 69 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/482] 10.0.0.206 () {34 vars in 982 bytes} [Fri Jun 26 05:51:11 2026] GET /v2.0/networks?id=75b1d989-8134-495d-8190-9c117ec6ceb5 => generated 683 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/483] 10.0.0.206 () {34 vars in 965 bytes} [Fri Jun 26 05:51:11 2026] GET /v2.0/quotas/2ef0989a585e408694846e7f43da3825 => 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: 242/484] 10.0.0.206 () {34 vars in 1002 bytes} [Fri Jun 26 05:51:11 2026] GET /v2.0/ports?tenant_id=2ef0989a585e408694846e7f43da3825&fields=id => generated 103 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/485] 10.0.0.206 () {34 vars in 991 bytes} [Fri Jun 26 05:51:11 2026] GET /v2.0/security-groups/f0778b19-b051-4073-b357-7c05710a3518 => generated 1686 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/486] 10.0.0.206 () {38 vars in 981 bytes} [Fri Jun 26 05:51:12 2026] POST /v2.0/security-group-rules => generated 614 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/487] 10.0.0.206 () {34 vars in 907 bytes} [Fri Jun 26 05:51:12 2026] GET /v2.0/extensions => generated 21537 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/488] 10.0.0.206 () {38 vars in 971 bytes} [Fri Jun 26 05:51:12 2026] POST /v2.0/security-groups => generated 1684 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/489] 10.0.0.206 () {34 vars in 1008 bytes} [Fri Jun 26 05:51:12 2026] GET /v2.0/networks/75b1d989-8134-495d-8190-9c117ec6ceb5?fields=segments => generated 14 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/490] 10.0.0.206 () {34 vars in 991 bytes} [Fri Jun 26 05:51:12 2026] GET /v2.0/security-groups/90f086b8-513e-4304-a587-179be89f9fd8 => generated 1684 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/491] 10.0.0.147 () {34 vars in 783 bytes} [Fri Jun 26 05:51:11 2026] PUT /v2.0/routers/b57a171c-f13b-43a4-909e-1ae48309d887/add_router_interface => generated 309 bytes in 1344 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/492] 10.0.0.206 () {34 vars in 1108 bytes} [Fri Jun 26 05:51:12 2026] GET /v2.0/networks/75b1d989-8134-495d-8190-9c117ec6ceb5?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: 244/493] 10.0.0.206 () {38 vars in 981 bytes} [Fri Jun 26 05:51:12 2026] POST /v2.0/security-group-rules => generated 614 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/494] 10.0.0.206 () {34 vars in 991 bytes} [Fri Jun 26 05:51:12 2026] GET /v2.0/security-groups/90f086b8-513e-4304-a587-179be89f9fd8 => generated 2309 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/495] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:51:12 2026] GET /v2.0/ports?device_id=2f61a596-c71c-4b38-871d-d9fb158d6bb5 => 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: 247/496] 10.0.0.206 () {38 vars in 981 bytes} [Fri Jun 26 05:51:12 2026] POST /v2.0/security-group-rules => generated 619 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/497] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:51:12 2026] GET /v2.0/security-groups?tenant_id=afac560a78a14f258bfb732f9f3d4586&name=default => generated 2925 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/498] 10.0.0.206 () {34 vars in 991 bytes} [Fri Jun 26 05:51:13 2026] GET /v2.0/security-groups/90f086b8-513e-4304-a587-179be89f9fd8 => generated 2939 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/499] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:51:13 2026] DELETE /v2.0/security-groups/f39c8f29-7bfb-450e-bbd6-0c4218c3ec8f => 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: 252/500] 10.0.0.206 () {34 vars in 1001 bytes} [Fri Jun 26 05:51:13 2026] GET /v2.0/security-group-rules/a32d6883-74e7-4d8f-ab2d-687b58bd1c19 => generated 616 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/501] 10.0.0.206 () {34 vars in 991 bytes} [Fri Jun 26 05:51:13 2026] GET /v2.0/security-groups/90f086b8-513e-4304-a587-179be89f9fd8 => generated 2939 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/502] 10.0.0.206 () {36 vars in 1023 bytes} [Fri Jun 26 05:51:13 2026] DELETE /v2.0/security-group-rules/a32d6883-74e7-4d8f-ab2d-687b58bd1c19 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/503] 10.0.0.206 () {38 vars in 971 bytes} [Fri Jun 26 05:51:13 2026] POST /v2.0/security-groups => generated 1682 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/504] 10.0.0.206 () {34 vars in 991 bytes} [Fri Jun 26 05:51:13 2026] GET /v2.0/security-groups/90f086b8-513e-4304-a587-179be89f9fd8 => generated 2309 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/505] 10.0.0.206 () {38 vars in 971 bytes} [Fri Jun 26 05:51:13 2026] POST /v2.0/security-groups => generated 1680 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/506] 10.0.0.206 () {36 vars in 1013 bytes} [Fri Jun 26 05:51:13 2026] DELETE /v2.0/security-groups/90f086b8-513e-4304-a587-179be89f9fd8 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/507] 10.0.0.206 () {34 vars in 991 bytes} [Fri Jun 26 05:51:13 2026] GET /v2.0/security-groups/f0778b19-b051-4073-b357-7c05710a3518 => generated 2311 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/508] 10.0.0.206 () {38 vars in 971 bytes} [Fri Jun 26 05:51:13 2026] POST /v2.0/security-groups => generated 1681 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/509] 10.0.0.206 () {36 vars in 1013 bytes} [Fri Jun 26 05:51:13 2026] DELETE /v2.0/security-groups/f0778b19-b051-4073-b357-7c05710a3518 => 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: 256/510] 10.0.0.206 () {34 vars in 1002 bytes} [Fri Jun 26 05:51:13 2026] GET /v2.0/security-groups?tenant_id=beaa10f2012c4e9d902be35245db4026 => generated 7904 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/511] 10.0.0.206 () {34 vars in 991 bytes} [Fri Jun 26 05:51:13 2026] GET /v2.0/security-groups/12bca8ad-c101-48b2-a8df-ea7385165edc => generated 2918 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/512] 10.0.0.206 () {34 vars in 991 bytes} [Fri Jun 26 05:51:13 2026] GET /v2.0/security-groups/12bca8ad-c101-48b2-a8df-ea7385165edc => generated 2918 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/513] 10.0.0.206 () {34 vars in 991 bytes} [Fri Jun 26 05:51:13 2026] GET /v2.0/security-groups/527ffc1f-4d08-4e87-b21c-27e8ebad74ff => generated 1682 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/514] 10.0.0.206 () {36 vars in 1013 bytes} [Fri Jun 26 05:51:13 2026] DELETE /v2.0/security-groups/527ffc1f-4d08-4e87-b21c-27e8ebad74ff => 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: 261/515] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:51:14 2026] GET /v2.0/ports?device_id=2f61a596-c71c-4b38-871d-d9fb158d6bb5 => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:51:14.129 8 INFO neutron.api.v2.resource [req-aff897af-e571-4e74-9546-b050341f72aa req-0d1c4dc2-7f3e-4d06-a126-c9258d6a1aa3 bc6f93f7e8a442349cf2ab3f16f31381 beaa10f2012c4e9d902be35245db4026 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 262/516] 10.0.0.206 () {34 vars in 991 bytes} [Fri Jun 26 05:51:14 2026] GET /v2.0/security-groups/527ffc1f-4d08-4e87-b21c-27e8ebad74ff => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/517] 10.0.0.206 () {34 vars in 991 bytes} [Fri Jun 26 05:51:14 2026] GET /v2.0/security-groups/be082531-4f23-47b8-b469-daeb5847b2a1 => generated 1680 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/518] 10.0.0.206 () {36 vars in 1013 bytes} [Fri Jun 26 05:51:14 2026] DELETE /v2.0/security-groups/be082531-4f23-47b8-b469-daeb5847b2a1 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 05:51:14.350 8 INFO neutron.api.v2.resource [req-57648529-5013-443e-83b6-b4c48a81e1ba req-b95e8c96-e2da-4088-8fee-f91f2fec97bd bc6f93f7e8a442349cf2ab3f16f31381 beaa10f2012c4e9d902be35245db4026 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 265/519] 10.0.0.206 () {34 vars in 991 bytes} [Fri Jun 26 05:51:14 2026] GET /v2.0/security-groups/be082531-4f23-47b8-b469-daeb5847b2a1 => 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: 266/520] 10.0.0.206 () {34 vars in 991 bytes} [Fri Jun 26 05:51:14 2026] GET /v2.0/security-groups/fdee5d5d-7860-4aa4-bb31-eff8fd9df6e4 => generated 1681 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/521] 10.0.0.206 () {36 vars in 1013 bytes} [Fri Jun 26 05:51:14 2026] DELETE /v2.0/security-groups/fdee5d5d-7860-4aa4-bb31-eff8fd9df6e4 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 05:51:14.538 7 INFO neutron_taas.services.taas.taas_plugin [None req-9e90cfbf-09cf-43d4-92ee-fb08dc4add94 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] TaaS: Handle Delete Port: f19a3b9a-1ff7-4aa3-b68c-b4be2ed5d5a9 2026-06-26 05:51:14.544 8 INFO neutron.api.v2.resource [req-5f21929d-cad4-46d6-9acd-e19ab9770e5f req-fabd0637-0cd1-40e1-8af9-53437a981ae1 bc6f93f7e8a442349cf2ab3f16f31381 beaa10f2012c4e9d902be35245db4026 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 268/522] 10.0.0.206 () {34 vars in 991 bytes} [Fri Jun 26 05:51:14 2026] GET /v2.0/security-groups/fdee5d5d-7860-4aa4-bb31-eff8fd9df6e4 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-26 05:51:14.545 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9e90cfbf-09cf-43d4-92ee-fb08dc4add94 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Tap Mirror: Handle Delete Port: f19a3b9a-1ff7-4aa3-b68c-b4be2ed5d5a9 [pid: 8|app: 0|req: 269/523] 10.0.0.206 () {34 vars in 1002 bytes} [Fri Jun 26 05:51:14 2026] GET /v2.0/security-groups?tenant_id=beaa10f2012c4e9d902be35245db4026 => generated 2921 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/524] 10.0.0.206 () {34 vars in 991 bytes} [Fri Jun 26 05:51:14 2026] GET /v2.0/security-groups/12bca8ad-c101-48b2-a8df-ea7385165edc => generated 2918 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/525] 10.0.0.206 () {34 vars in 991 bytes} [Fri Jun 26 05:51:14 2026] GET /v2.0/security-groups/12bca8ad-c101-48b2-a8df-ea7385165edc => generated 2918 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-26 05:51:14.725 8 INFO neutron.api.v2.resource [req-5954ec94-4605-492f-bdfa-d8a15d7ee419 req-b300078c-5562-4bd0-846b-44737d598f33 bc6f93f7e8a442349cf2ab3f16f31381 beaa10f2012c4e9d902be35245db4026 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 272/526] 10.0.0.206 () {34 vars in 991 bytes} [Fri Jun 26 05:51:14 2026] GET /v2.0/security-groups/fdee5d5d-7860-4aa4-bb31-eff8fd9df6e4 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-26 05:51:14.760 8 INFO neutron.api.v2.resource [req-f1886564-c4e8-4f28-b8a5-39a28e2fe6a5 req-ec561b05-8c95-4725-bd76-626397c85de6 bc6f93f7e8a442349cf2ab3f16f31381 beaa10f2012c4e9d902be35245db4026 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 273/527] 10.0.0.206 () {34 vars in 991 bytes} [Fri Jun 26 05:51:14 2026] GET /v2.0/security-groups/be082531-4f23-47b8-b469-daeb5847b2a1 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-26 05:51:14.811 8 INFO neutron.api.v2.resource [req-6ea9905a-b26a-48a6-a51f-19819d286bbb req-8abb9f03-559d-4e29-8b20-7427101be365 bc6f93f7e8a442349cf2ab3f16f31381 beaa10f2012c4e9d902be35245db4026 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 274/528] 10.0.0.206 () {34 vars in 991 bytes} [Fri Jun 26 05:51:14 2026] GET /v2.0/security-groups/527ffc1f-4d08-4e87-b21c-27e8ebad74ff => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/529] 10.0.0.147 () {34 vars in 789 bytes} [Fri Jun 26 05:51:13 2026] PUT /v2.0/routers/6398679d-da99-41e5-82ac-08f84cdbaf0a/remove_router_interface => generated 309 bytes in 1410 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/530] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:51:15 2026] GET /v2.0/ports?device_id=2f61a596-c71c-4b38-871d-d9fb158d6bb5 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:51:15.253 8 INFO neutron_taas.services.taas.taas_plugin [None req-d5ef27b8-e7a4-4ef8-8d28-13f08e3f1474 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] TaaS: Handle Delete Port: 6d0a936c-cec8-4c23-8c92-b0ea893c576f 2026-06-26 05:51:15.261 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d5ef27b8-e7a4-4ef8-8d28-13f08e3f1474 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Tap Mirror: Handle Delete Port: 6d0a936c-cec8-4c23-8c92-b0ea893c576f 2026-06-26 05:51:15.505 7 INFO neutron_taas.services.taas.taas_plugin [None req-c171ad32-d0f2-4016-b202-caf37b011341 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] TaaS: Handle Delete Port: 3ddc1300-1520-45d4-9576-93a9a1619b08 2026-06-26 05:51:15.508 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c171ad32-d0f2-4016-b202-caf37b011341 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Tap Mirror: Handle Delete Port: 3ddc1300-1520-45d4-9576-93a9a1619b08 [pid: 8|app: 0|req: 275/531] 10.0.0.147 () {34 vars in 789 bytes} [Fri Jun 26 05:51:14 2026] PUT /v2.0/routers/b57a171c-f13b-43a4-909e-1ae48309d887/remove_router_interface => generated 309 bytes in 927 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:51:15.757 7 INFO neutron_taas.services.taas.taas_plugin [None req-c171ad32-d0f2-4016-b202-caf37b011341 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] TaaS: Handle Delete Port: a9325faa-7164-40e1-b67a-6df392989125 2026-06-26 05:51:15.761 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c171ad32-d0f2-4016-b202-caf37b011341 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Tap Mirror: Handle Delete Port: a9325faa-7164-40e1-b67a-6df392989125 2026-06-26 05:51:15.851 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-c171ad32-d0f2-4016-b202-caf37b011341 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() 2026-06-26 05:51:16.064 8 INFO neutron.db.segments_db [None req-66d9276e-687c-4b00-bc43-803397bbf817 3a4799afdbb94576a6cdcdad1dcd3fc2 313e93beef134d0fb313eca83f63c002 - - default default] Added segment 8c51d161-5874-4e51-80da-9d97c7d09fa4 of type vxlan for network c785e0ab-1dfd-43b0-aeb0-15dbb901122f 2026-06-26 05:51:16.134 8 INFO neutron.db.segments_db [None req-66d9276e-687c-4b00-bc43-803397bbf817 3a4799afdbb94576a6cdcdad1dcd3fc2 313e93beef134d0fb313eca83f63c002 - - default default] Added segment c0fb0bfc-2005-4d7e-baf0-0e753ff074bd of type vxlan for network 1af4e14a-2fdb-463e-bc00-b84e2803b94e [pid: 8|app: 0|req: 276/532] 10.0.0.147 () {34 vars in 670 bytes} [Fri Jun 26 05:51:15 2026] POST /v2.0/networks => generated 1245 bytes in 497 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-26 05:51:16.342 7 INFO neutron.db.l3_hamode_db [None req-c171ad32-d0f2-4016-b202-caf37b011341 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] HA network 052aabff-1e77-471d-9242-2fcf1d09923d was deleted as no HA routers are present in tenant 4bfac955eca74f579d8d5f3e79e2aca6. [pid: 7|app: 0|req: 257/533] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:51:15 2026] DELETE /v2.0/routers/6398679d-da99-41e5-82ac-08f84cdbaf0a => generated 0 bytes in 1116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/534] 10.0.0.147 () {32 vars in 649 bytes} [Fri Jun 26 05:51:16 2026] GET /v2.0/networks => generated 1844 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-26 05:51:16.497 8 INFO neutron_taas.services.taas.taas_plugin [None req-528d577b-817b-4620-b508-54f1da368f6b 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] TaaS: Handle Delete Port: 776c5be7-50d0-4601-a294-e35429f5f188 2026-06-26 05:51:16.500 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-528d577b-817b-4620-b508-54f1da368f6b 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Tap Mirror: Handle Delete Port: 776c5be7-50d0-4601-a294-e35429f5f188 [pid: 7|app: 0|req: 259/535] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:51:16 2026] DELETE /v2.0/subnets/92f1c32d-cd45-439a-86a7-5a348d38b7f6 => generated 0 bytes in 222 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:51:16.729 7 INFO neutron.services.segments.plugin [-] Segment e672f6e9-1ead-46e4-936e-fb730fa0f410 resource provider aggregate not found 2026-06-26 05:51:16.745 8 INFO neutron_taas.services.taas.taas_plugin [None req-528d577b-817b-4620-b508-54f1da368f6b 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] TaaS: Handle Delete Port: ebf894f2-4f28-4b98-a870-da5fa2f5a735 2026-06-26 05:51:16.750 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-528d577b-817b-4620-b508-54f1da368f6b 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Tap Mirror: Handle Delete Port: ebf894f2-4f28-4b98-a870-da5fa2f5a735 2026-06-26 05:51:16.759 7 INFO neutron.services.segments.plugin [-] Segment e672f6e9-1ead-46e4-936e-fb730fa0f410 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e672f6e9-1ead-46e4-936e-fb730fa0f410 found for delete ", "request_id": "req-14cf2532-c25e-49b6-a755-67aabf8e1017"}]} 2026-06-26 05:51:16.789 7 INFO neutron.services.segments.plugin [-] Segment e672f6e9-1ead-46e4-936e-fb730fa0f410 resource provider aggregate not found 2026-06-26 05:51:16.818 7 INFO neutron.services.segments.plugin [-] Segment e672f6e9-1ead-46e4-936e-fb730fa0f410 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e672f6e9-1ead-46e4-936e-fb730fa0f410 found for delete ", "request_id": "req-1ba41e5b-50fb-42e9-9c3f-48d33ccd4670"}]} 2026-06-26 05:51:16.852 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-528d577b-817b-4620-b508-54f1da368f6b 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - 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: 260/536] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 05:51:16 2026] DELETE /v2.0/networks/c785e0ab-1dfd-43b0-aeb0-15dbb901122f => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/537] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:51:16 2026] GET /v2.0/ports?device_id=2f61a596-c71c-4b38-871d-d9fb158d6bb5 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:51:16.974 7 INFO neutron_taas.services.taas.taas_plugin [None req-9bb67872-ba92-4d8c-8953-58ba853908af 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] TaaS: Handle Delete Port: b8585da3-f8fa-479f-ad49-c159a956d0a4 2026-06-26 05:51:16.976 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9bb67872-ba92-4d8c-8953-58ba853908af 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Tap Mirror: Handle Delete Port: b8585da3-f8fa-479f-ad49-c159a956d0a4 [pid: 7|app: 0|req: 264/540] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 05:51:16 2026] DELETE /v2.0/networks/0845dace-acb3-421f-ae72-559ba6eb941c => generated 0 bytes in 221 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/541] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 05:51:17 2026] DELETE /v2.0/networks/1af4e14a-2fdb-463e-bc00-b84e2803b94e => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:51:17.266 8 INFO neutron.db.l3_hamode_db [None req-528d577b-817b-4620-b508-54f1da368f6b 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] HA network d91b38e0-885b-4baa-9a5b-b652e1ca5006 was deleted as no HA routers are present in tenant beaa10f2012c4e9d902be35245db4026. [pid: 8|app: 0|req: 277/542] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:51:16 2026] DELETE /v2.0/routers/b57a171c-f13b-43a4-909e-1ae48309d887 => generated 0 bytes in 1027 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/543] 10.0.0.147 () {32 vars in 649 bytes} [Fri Jun 26 05:51:17 2026] GET /v2.0/networks => generated 651 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:51:17.375 7 INFO neutron.db.segments_db [None req-ab1fd2ad-d6eb-40fe-804a-39721cb254c4 3a4799afdbb94576a6cdcdad1dcd3fc2 313e93beef134d0fb313eca83f63c002 - - default default] Added segment 741ab59e-9909-4b6b-b9a1-660ac6558e25 of type vxlan for network 30033c45-12fc-42e7-beea-ba9ad4615663 [pid: 7|app: 0|req: 267/544] 10.0.0.147 () {34 vars in 670 bytes} [Fri Jun 26 05:51:17 2026] POST /v2.0/networks => generated 654 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/545] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:51:17 2026] DELETE /v2.0/subnets/65360b91-f3b6-4f08-ab60-7341a7180532 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/546] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:51:17 2026] GET /v2.0/security-groups?tenant_id=4bfac955eca74f579d8d5f3e79e2aca6&name=default => generated 2921 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-26 05:51:17.528 8 INFO neutron.db.segments_db [None req-073cc25d-a8a6-4fa4-9d6f-3f78fff2d20b 3a4799afdbb94576a6cdcdad1dcd3fc2 313e93beef134d0fb313eca83f63c002 - - default default] Added segment d625c320-a189-4ee0-be61-7bf8bac99c4f of type vxlan for network baf17c57-68e7-4e31-87cd-05428fa2a507 [pid: 7|app: 0|req: 269/547] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 05:51:17 2026] DELETE /v2.0/networks/d1a8a90a-8f91-47b7-ae7c-27d38b59d04f => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/548] 10.0.0.147 () {34 vars in 670 bytes} [Fri Jun 26 05:51:17 2026] POST /v2.0/networks => generated 654 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/549] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:51:17 2026] DELETE /v2.0/security-groups/01004c3d-f7f6-40fc-a7fc-8b7753d2040b => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 05:51:17.757 8 INFO neutron.services.segments.plugin [-] Segment 434f99e0-8e12-4336-bbea-a7e77c3bc97c resource provider aggregate not found 2026-06-26 05:51:17.763 8 INFO neutron.services.segments.plugin [-] Segment 434f99e0-8e12-4336-bbea-a7e77c3bc97c resource provider aggregate not found 2026-06-26 05:51:17.788 8 INFO neutron.services.segments.plugin [-] Segment 434f99e0-8e12-4336-bbea-a7e77c3bc97c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 434f99e0-8e12-4336-bbea-a7e77c3bc97c found for delete ", "request_id": "req-c4080993-a619-494c-909e-e4852b227d0e"}]} 2026-06-26 05:51:17.790 8 INFO neutron.services.segments.plugin [-] Segment 434f99e0-8e12-4336-bbea-a7e77c3bc97c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 434f99e0-8e12-4336-bbea-a7e77c3bc97c found for delete ", "request_id": "req-545447ed-90f9-4b4a-8633-2a9348c11fe2"}]} [pid: 7|app: 0|req: 271/550] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:51:17 2026] GET /v2.0/security-groups?tenant_id=beaa10f2012c4e9d902be35245db4026&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: 272/551] 199.204.45.78 () {34 vars in 985 bytes} [Fri Jun 26 05:51:17 2026] GET /v2.0/networks?id=75b1d989-8134-495d-8190-9c117ec6ceb5 => generated 683 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/552] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:51:18 2026] DELETE /v2.0/security-groups/12bca8ad-c101-48b2-a8df-ea7385165edc => 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: 274/553] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:51:18 2026] GET /v2.0/ports?device_id=2f61a596-c71c-4b38-871d-d9fb158d6bb5 => 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: 275/554] 199.204.45.78 () {34 vars in 910 bytes} [Fri Jun 26 05:51:18 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: 276/555] 199.204.45.78 () {34 vars in 1049 bytes} [Fri Jun 26 05:51:18 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=2ef0989a585e408694846e7f43da3825 => generated 180 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/556] 10.0.0.147 () {34 vars in 665 bytes} [Fri Jun 26 05:51:17 2026] POST /v2.0/ports => generated 1505 bytes in 802 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: 281/557] 10.0.0.147 () {32 vars in 643 bytes} [Fri Jun 26 05:51:18 2026] GET /v2.0/ports => generated 1505 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-26 05:51:18.695 8 INFO neutron_taas.services.taas.taas_plugin [None req-b71a203d-f6a7-472b-969a-1d9dec77738f 3a4799afdbb94576a6cdcdad1dcd3fc2 313e93beef134d0fb313eca83f63c002 - - default default] TaaS: Handle Delete Port: 30ba3b5f-be0f-4b30-a02c-ba3e79ecece8 2026-06-26 05:51:18.700 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b71a203d-f6a7-472b-969a-1d9dec77738f 3a4799afdbb94576a6cdcdad1dcd3fc2 313e93beef134d0fb313eca83f63c002 - - default default] Tap Mirror: Handle Delete Port: 30ba3b5f-be0f-4b30-a02c-ba3e79ecece8 [pid: 7|app: 0|req: 277/558] 199.204.45.78 () {38 vars in 954 bytes} [Fri Jun 26 05:51:18 2026] POST /v2.0/ports => generated 958 bytes in 503 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-26 05:51:18.778 7 INFO neutron.services.segments.plugin [-] Segment 8c51d161-5874-4e51-80da-9d97c7d09fa4 resource provider aggregate not found [pid: 8|app: 0|req: 282/559] 10.0.0.147 () {32 vars in 720 bytes} [Fri Jun 26 05:51:18 2026] DELETE /v2.0/ports/30ba3b5f-be0f-4b30-a02c-ba3e79ecece8 => generated 0 bytes in 247 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:51:18.797 7 INFO neutron.services.segments.plugin [-] Segment 8c51d161-5874-4e51-80da-9d97c7d09fa4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c51d161-5874-4e51-80da-9d97c7d09fa4 found for delete ", "request_id": "req-72cca71c-b6a6-418c-9463-81beffb72db0"}]} /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-06-26 05:51:18.851 7 INFO neutron.services.segments.plugin [-] Segment 24c911e6-955f-4c28-87e1-a72b1d1fbcb1 resource provider aggregate not found 2026-06-26 05:51:18.861 7 INFO neutron.services.segments.plugin [-] Segment 8c51d161-5874-4e51-80da-9d97c7d09fa4 resource provider aggregate not found 2026-06-26 05:51:18.877 7 INFO neutron.services.segments.plugin [-] Segment 24c911e6-955f-4c28-87e1-a72b1d1fbcb1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24c911e6-955f-4c28-87e1-a72b1d1fbcb1 found for delete ", "request_id": "req-4d758513-01a8-48b2-872a-c7894171ef85"}]} 2026-06-26 05:51:18.886 7 INFO neutron.services.segments.plugin [-] Segment 8c51d161-5874-4e51-80da-9d97c7d09fa4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c51d161-5874-4e51-80da-9d97c7d09fa4 found for delete ", "request_id": "req-41bf11d0-4cd2-49b5-ba11-d1f1d95b0f02"}]} 2026-06-26 05:51:18.899 7 INFO neutron.services.segments.plugin [-] Segment c0fb0bfc-2005-4d7e-baf0-0e753ff074bd resource provider aggregate not found 2026-06-26 05:51:18.908 7 INFO neutron.services.segments.plugin [-] Segment 24c911e6-955f-4c28-87e1-a72b1d1fbcb1 resource provider aggregate not found 2026-06-26 05:51:18.921 7 INFO neutron.services.segments.plugin [-] Segment c0fb0bfc-2005-4d7e-baf0-0e753ff074bd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c0fb0bfc-2005-4d7e-baf0-0e753ff074bd found for delete ", "request_id": "req-4dcbfbf4-1415-41fa-a809-533ec6c60477"}]} 2026-06-26 05:51:18.942 7 INFO neutron.services.segments.plugin [-] Segment 24c911e6-955f-4c28-87e1-a72b1d1fbcb1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24c911e6-955f-4c28-87e1-a72b1d1fbcb1 found for delete ", "request_id": "req-f75d0e19-e449-497d-b929-d25948a95bc0"}]} 2026-06-26 05:51:18.957 7 INFO neutron.services.segments.plugin [-] Segment 11561f8a-7659-4e62-b2bb-0c6a75f64ac3 resource provider aggregate not found 2026-06-26 05:51:18.968 7 INFO neutron.services.segments.plugin [-] Segment c0fb0bfc-2005-4d7e-baf0-0e753ff074bd resource provider aggregate not found 2026-06-26 05:51:18.981 7 INFO neutron.services.segments.plugin [-] Segment 11561f8a-7659-4e62-b2bb-0c6a75f64ac3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 11561f8a-7659-4e62-b2bb-0c6a75f64ac3 found for delete ", "request_id": "req-d09b5830-da1d-4ccd-92ba-524a6a820548"}]} 2026-06-26 05:51:19.010 7 INFO neutron.services.segments.plugin [-] Segment c0fb0bfc-2005-4d7e-baf0-0e753ff074bd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c0fb0bfc-2005-4d7e-baf0-0e753ff074bd found for delete ", "request_id": "req-63aa4d57-1731-4a4f-a1a3-f161b1aa23f5"}]} 2026-06-26 05:51:19.039 7 INFO neutron.services.segments.plugin [-] Segment 11561f8a-7659-4e62-b2bb-0c6a75f64ac3 resource provider aggregate not found 2026-06-26 05:51:19.062 7 INFO neutron.services.segments.plugin [-] Segment 11561f8a-7659-4e62-b2bb-0c6a75f64ac3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 11561f8a-7659-4e62-b2bb-0c6a75f64ac3 found for delete ", "request_id": "req-012ba20d-e3d4-4470-b7ff-3bd9989a2f98"}]} 2026-06-26 05:51:19.090 7 INFO neutron_taas.services.taas.taas_plugin [None req-de11c462-e140-44a6-85a8-e9cde5fb0f41 3a4799afdbb94576a6cdcdad1dcd3fc2 313e93beef134d0fb313eca83f63c002 - - default default] TaaS: Handle Delete Port: 1a58378f-989f-4e88-923d-98947cb1995a 2026-06-26 05:51:19.098 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-de11c462-e140-44a6-85a8-e9cde5fb0f41 3a4799afdbb94576a6cdcdad1dcd3fc2 313e93beef134d0fb313eca83f63c002 - - default default] Tap Mirror: Handle Delete Port: 1a58378f-989f-4e88-923d-98947cb1995a [pid: 7|app: 0|req: 278/560] 10.0.0.147 () {32 vars in 720 bytes} [Fri Jun 26 05:51:18 2026] DELETE /v2.0/ports/1a58378f-989f-4e88-923d-98947cb1995a => generated 0 bytes in 399 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/561] 10.0.0.147 () {32 vars in 643 bytes} [Fri Jun 26 05:51:19 2026] GET /v2.0/ports => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:51:19.296 7 INFO neutron.db.segments_db [None req-318ad52b-d413-4d7a-a73c-5b98ae050093 3a4799afdbb94576a6cdcdad1dcd3fc2 313e93beef134d0fb313eca83f63c002 - - default default] Added segment 0e394a3b-f9e7-4a4a-aa76-a24e3614b9fb of type vxlan for network 9d11906f-43ea-4e3a-ae15-9dbb8426eaf2 [pid: 7|app: 0|req: 280/562] 10.0.0.147 () {34 vars in 670 bytes} [Fri Jun 26 05:51:19 2026] POST /v2.0/networks => generated 654 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/563] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:51:19 2026] GET /v2.0/ports?device_id=2f61a596-c71c-4b38-871d-d9fb158d6bb5 => generated 961 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:51:19.501 7 INFO neutron.db.segments_db [None req-723b452a-6b6b-42ba-9e7f-2ada491bff3e 3a4799afdbb94576a6cdcdad1dcd3fc2 313e93beef134d0fb313eca83f63c002 - - default default] Added segment 50c82925-aa0a-41b6-9583-999a72fc7ca9 of type vxlan for network 0373ff37-4e6d-4d30-8235-8c35d0a3e33f [pid: 7|app: 0|req: 282/564] 10.0.0.147 () {34 vars in 670 bytes} [Fri Jun 26 05:51:19 2026] POST /v2.0/networks => generated 653 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/565] 199.204.45.78 () {38 vars in 1027 bytes} [Fri Jun 26 05:51:19 2026] PUT /v2.0/ports/59fb9d2b-2a16-478c-b424-ae1ee56e164f => generated 1239 bytes in 631 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: 284/566] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:51:19 2026] GET /v2.0/security-groups?id=eff207bd-68d5-4686-ac53-93eb472934cd&fields=id&fields=name => generated 113 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:51:19.863 7 INFO neutron.db.segments_db [None req-2dd362f4-a2e2-402c-ba64-e5e7aab6982e 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Added segment d1e42c0f-5490-4e73-b1b4-5be6f6e543aa of type vxlan for network 0a2b5356-34be-4ebf-8915-01c32e294186 [pid: 7|app: 0|req: 283/567] 10.0.0.147 () {34 vars in 671 bytes} [Fri Jun 26 05:51:19 2026] POST /v2.0/networks => generated 737 bytes in 375 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/568] 10.0.0.147 () {34 vars in 669 bytes} [Fri Jun 26 05:51:19 2026] POST /v2.0/subnets => generated 685 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-26 05:51:20.307 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-68970096-3373-4d02-b5be-8b42c116c317'] response: {'name': 'network-changed', 'server_uuid': '2f61a596-c71c-4b38-871d-d9fb158d6bb5', 'tag': '59fb9d2b-2a16-478c-b424-ae1ee56e164f', 'status': 'completed', 'code': 200} 2026-06-26 05:51:20.545 8 INFO neutron.db.segments_db [None req-053382eb-f832-4815-b663-816967e62143 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Added segment 065bb6d1-8320-4b02-aa30-b90f352ddcba of type vxlan for network 7450b7e8-35df-4e4f-bb0a-e00c82994961 [pid: 8|app: 0|req: 286/569] 10.0.0.147 () {34 vars in 671 bytes} [Fri Jun 26 05:51:20 2026] POST /v2.0/networks => generated 746 bytes in 391 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/570] 10.0.0.147 () {34 vars in 669 bytes} [Fri Jun 26 05:51:20 2026] POST /v2.0/subnets => generated 1324 bytes in 554 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-26 05:51:20.654 8 INFO neutron.db.segments_db [None req-a41598d3-dd45-44b7-8505-a575ce1c3d64 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Added segment e83f94f0-f04f-445f-86c6-faf8f17d5933 of type vxlan for network def815a9-dc37-4597-8839-adbb34270915 [pid: 7|app: 0|req: 285/571] 10.0.0.147 () {34 vars in 669 bytes} [Fri Jun 26 05:51:20 2026] POST /v2.0/subnets => generated 694 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-26 05:51:20.898 8 INFO neutron.db.l3_hamode_db [None req-a41598d3-dd45-44b7-8505-a575ce1c3d64 376eb91bb3db4cd281d1129467b2848b b5ed48b80fb846bdb865370c2881f1ac - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 286/572] 10.0.0.147 () {32 vars in 647 bytes} [Fri Jun 26 05:51:20 2026] GET /v2.0/subnets => generated 1960 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/573] 199.204.45.78 () {34 vars in 1079 bytes} [Fri Jun 26 05:51:20 2026] GET /v2.0/ports?tenant_id=2ef0989a585e408694846e7f43da3825&device_id=2f61a596-c71c-4b38-871d-d9fb158d6bb5 => generated 1242 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-26 05:51:21.057 7 INFO neutron.db.segments_db [None req-634e9673-a609-4aa1-967e-d63b61609fd6 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Added segment 742c1e55-4814-45ae-8f16-eb0d68e2b6f1 of type vxlan for network 20b07a70-dab5-461e-bcf7-ab3ab808620f 2026-06-26 05:51:21.318 7 INFO neutron.db.l3_hamode_db [None req-634e9673-a609-4aa1-967e-d63b61609fd6 376eb91bb3db4cd281d1129467b2848b 0bfc4bb701454e1aa22ceea3b602e0b7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-26 05:51:21.773 8 INFO neutron.db.l3_hamode_db [None req-a41598d3-dd45-44b7-8505-a575ce1c3d64 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-26 05:51:22.158 7 INFO neutron.db.l3_hamode_db [None req-634e9673-a609-4aa1-967e-d63b61609fd6 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 287/574] 10.0.0.147 () {34 vars in 669 bytes} [Fri Jun 26 05:51:20 2026] POST /v2.0/routers => generated 725 bytes in 2291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/575] 10.0.0.147 () {34 vars in 669 bytes} [Fri Jun 26 05:51:20 2026] POST /v2.0/routers => generated 734 bytes in 2374 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/576] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:51:23 2026] GET /v2.0/ports?device_id=2f61a596-c71c-4b38-871d-d9fb158d6bb5 => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/577] 199.204.45.78 () {34 vars in 1017 bytes} [Fri Jun 26 05:51:23 2026] GET /v2.0/networks?tenant_id=2ef0989a585e408694846e7f43da3825&shared=False => generated 779 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/578] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:51:22 2026] DELETE /v2.0/subnets/ec758b5c-b7c5-49af-8db3-d5bb987def38 => generated 0 bytes in 809 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/579] 10.0.0.147 () {34 vars in 783 bytes} [Fri Jun 26 05:51:23 2026] PUT /v2.0/routers/6e28de53-208d-4e2d-ac83-4de7e7f5faa5/add_router_interface => generated 309 bytes in 1274 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/580] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:51:24 2026] GET /v2.0/security-groups?id=eff207bd-68d5-4686-ac53-93eb472934cd&fields=id&fields=name => generated 113 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/581] 199.204.45.78 () {34 vars in 929 bytes} [Fri Jun 26 05:51:24 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/582] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:51:24 2026] DELETE /v2.0/subnets/0a9468d3-1cfc-41dc-8c55-0a2a4371888a => 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: 295/583] 10.0.0.147 () {32 vars in 647 bytes} [Fri Jun 26 05:51:25 2026] GET /v2.0/subnets => generated 649 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:51:25.205 7 INFO neutron.services.segments.plugin [-] Segment 50c82925-aa0a-41b6-9583-999a72fc7ca9 resource provider aggregate not found 2026-06-26 05:51:25.208 7 INFO neutron.services.segments.plugin [-] Segment 50c82925-aa0a-41b6-9583-999a72fc7ca9 resource provider aggregate not found 2026-06-26 05:51:25.225 7 INFO neutron.services.segments.plugin [-] Segment 50c82925-aa0a-41b6-9583-999a72fc7ca9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50c82925-aa0a-41b6-9583-999a72fc7ca9 found for delete ", "request_id": "req-7df9efd7-8598-437d-83ef-0a0a7f3128cf"}]} 2026-06-26 05:51:25.229 7 INFO neutron.services.segments.plugin [-] Segment 50c82925-aa0a-41b6-9583-999a72fc7ca9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50c82925-aa0a-41b6-9583-999a72fc7ca9 found for delete ", "request_id": "req-cb053723-11c1-4d51-a0eb-12ff21860f0f"}]} [pid: 7|app: 0|req: 296/584] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 05:51:25 2026] DELETE /v2.0/networks/0373ff37-4e6d-4d30-8235-8c35d0a3e33f => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/585] 10.0.0.147 () {34 vars in 783 bytes} [Fri Jun 26 05:51:23 2026] PUT /v2.0/routers/862189be-87d3-4573-842c-920c3e5dfdfc/add_router_interface => generated 309 bytes in 1522 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:51:25.370 8 INFO neutron.services.segments.plugin [-] Segment 0e394a3b-f9e7-4a4a-aa76-a24e3614b9fb resource provider aggregate not found 2026-06-26 05:51:25.374 8 INFO neutron.services.segments.plugin [-] Segment 0e394a3b-f9e7-4a4a-aa76-a24e3614b9fb resource provider aggregate not found 2026-06-26 05:51:25.393 8 INFO neutron.services.segments.plugin [-] Segment 0e394a3b-f9e7-4a4a-aa76-a24e3614b9fb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0e394a3b-f9e7-4a4a-aa76-a24e3614b9fb found for delete ", "request_id": "req-ac17dfb6-49f1-47a8-b11e-43c3615cd15e"}]} [pid: 8|app: 0|req: 290/586] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 05:51:25 2026] DELETE /v2.0/networks/9d11906f-43ea-4e3a-ae15-9dbb8426eaf2 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:51:25.417 8 INFO neutron.services.segments.plugin [-] Segment 0e394a3b-f9e7-4a4a-aa76-a24e3614b9fb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0e394a3b-f9e7-4a4a-aa76-a24e3614b9fb found for delete ", "request_id": "req-7e650491-9531-4b8c-b32f-69951610f330"}]} [pid: 7|app: 0|req: 297/587] 10.0.0.147 () {34 vars in 685 bytes} [Fri Jun 26 05:51:25 2026] POST /v2.0/security-groups => generated 1657 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/588] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 05:51:25 2026] DELETE /v2.0/networks/baf17c57-68e7-4e31-87cd-05428fa2a507 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/589] 10.0.0.147 () {34 vars in 695 bytes} [Fri Jun 26 05:51:25 2026] POST /v2.0/security-group-rules => generated 597 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/590] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 05:51:25 2026] DELETE /v2.0/networks/30033c45-12fc-42e7-beea-ba9ad4615663 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/591] 10.0.0.147 () {34 vars in 695 bytes} [Fri Jun 26 05:51:25 2026] POST /v2.0/security-group-rules => generated 602 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/592] 10.0.0.147 () {34 vars in 685 bytes} [Fri Jun 26 05:51:25 2026] POST /v2.0/security-groups => generated 1661 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/593] 199.204.45.78 () {34 vars in 1079 bytes} [Fri Jun 26 05:51:25 2026] GET /v2.0/ports?tenant_id=2ef0989a585e408694846e7f43da3825&device_id=2f61a596-c71c-4b38-871d-d9fb158d6bb5 => generated 1242 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/594] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:51:26 2026] GET /v2.0/ports?device_id=2f61a596-c71c-4b38-871d-d9fb158d6bb5 => 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: 296/595] 10.0.0.147 () {34 vars in 695 bytes} [Fri Jun 26 05:51:26 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: 297/596] 199.204.45.78 () {34 vars in 1059 bytes} [Fri Jun 26 05:51:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=59fb9d2b-2a16-478c-b424-ae1ee56e164f => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/597] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:51:26 2026] GET /v2.0/security-groups?id=eff207bd-68d5-4686-ac53-93eb472934cd&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: 300/598] 10.0.0.147 () {34 vars in 676 bytes} [Fri Jun 26 05:51:25 2026] POST /v2.0/floatingips => generated 552 bytes in 601 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/599] 10.0.0.147 () {34 vars in 695 bytes} [Fri Jun 26 05:51:26 2026] POST /v2.0/security-group-rules => generated 602 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/600] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:51:26 2026] GET /v2.0/security-groups?tenant_id=313e93beef134d0fb313eca83f63c002&name=default => generated 2925 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/601] 199.204.45.78 () {34 vars in 983 bytes} [Fri Jun 26 05:51:26 2026] GET /v2.0/subnets?id=6a231330-7e04-4cb9-b933-fe2307df5d72 => generated 701 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/602] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:51:26 2026] DELETE /v2.0/security-groups/44227e82-9f1b-40f6-8702-f143f75fd9f4 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/603] 199.204.45.78 () {34 vars in 1051 bytes} [Fri Jun 26 05:51:26 2026] GET /v2.0/ports?network_id=75b1d989-8134-495d-8190-9c117ec6ceb5&device_owner=network%3Adhcp => generated 1244 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/604] 199.204.45.78 () {34 vars in 1011 bytes} [Fri Jun 26 05:51:26 2026] GET /v2.0/networks/75b1d989-8134-495d-8190-9c117ec6ceb5?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: 306/605] 199.204.45.78 () {34 vars in 1111 bytes} [Fri Jun 26 05:51:26 2026] GET /v2.0/networks/75b1d989-8134-495d-8190-9c117ec6ceb5?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: 307/606] 10.0.0.206 () {34 vars in 1098 bytes} [Fri Jun 26 05:51:26 2026] GET /v2.0/security-groups?name=tempest-securitygroup--828741022&fields=id&tenant_id=b5ed48b80fb846bdb865370c2881f1ac => generated 69 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/607] 10.0.0.206 () {34 vars in 982 bytes} [Fri Jun 26 05:51:26 2026] GET /v2.0/networks?id=0a2b5356-34be-4ebf-8915-01c32e294186 => generated 670 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/608] 10.0.0.206 () {34 vars in 965 bytes} [Fri Jun 26 05:51:26 2026] GET /v2.0/quotas/b5ed48b80fb846bdb865370c2881f1ac => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/609] 10.0.0.206 () {34 vars in 1002 bytes} [Fri Jun 26 05:51:26 2026] GET /v2.0/ports?tenant_id=b5ed48b80fb846bdb865370c2881f1ac&fields=id => generated 103 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/610] 10.0.0.147 () {34 vars in 676 bytes} [Fri Jun 26 05:51:26 2026] POST /v2.0/floatingips => generated 552 bytes in 697 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-26 05:51:27.248 7 INFO neutron.services.segments.plugin [-] Segment 741ab59e-9909-4b6b-b9a1-660ac6558e25 resource provider aggregate not found 2026-06-26 05:51:27.255 7 INFO neutron.services.segments.plugin [-] Segment 741ab59e-9909-4b6b-b9a1-660ac6558e25 resource provider aggregate not found 2026-06-26 05:51:27.273 7 INFO neutron.services.segments.plugin [-] Segment 741ab59e-9909-4b6b-b9a1-660ac6558e25 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 741ab59e-9909-4b6b-b9a1-660ac6558e25 found for delete ", "request_id": "req-32a40382-76ee-467e-9522-f5e0824dd182"}]} 2026-06-26 05:51:27.281 7 INFO neutron.services.segments.plugin [-] Segment 741ab59e-9909-4b6b-b9a1-660ac6558e25 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 741ab59e-9909-4b6b-b9a1-660ac6558e25 found for delete ", "request_id": "req-cf593cd8-893c-4749-96a5-55daeaf40341"}]} 2026-06-26 05:51:27.417 8 INFO neutron.services.segments.plugin [-] Segment d625c320-a189-4ee0-be61-7bf8bac99c4f resource provider aggregate not found 2026-06-26 05:51:27.445 8 INFO neutron.services.segments.plugin [-] Segment d625c320-a189-4ee0-be61-7bf8bac99c4f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d625c320-a189-4ee0-be61-7bf8bac99c4f found for delete ", "request_id": "req-f44470ac-18e1-4837-9c8a-b96e8448be3c"}]} 2026-06-26 05:51:27.447 8 INFO neutron.services.segments.plugin [-] Segment d625c320-a189-4ee0-be61-7bf8bac99c4f resource provider aggregate not found 2026-06-26 05:51:27.468 8 INFO neutron.services.segments.plugin [-] Segment d625c320-a189-4ee0-be61-7bf8bac99c4f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d625c320-a189-4ee0-be61-7bf8bac99c4f found for delete ", "request_id": "req-fd3ea266-cdf6-4a25-95f6-191dca84e742"}]} [pid: 7|app: 0|req: 311/611] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:51:27 2026] GET /v2.0/ports?device_id=2f61a596-c71c-4b38-871d-d9fb158d6bb5 => generated 973 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/612] 10.0.0.206 () {34 vars in 907 bytes} [Fri Jun 26 05:51:27 2026] GET /v2.0/extensions => generated 21537 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/613] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:51:27 2026] GET /v2.0/security-groups?id=eff207bd-68d5-4686-ac53-93eb472934cd&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: 302/614] 10.0.0.206 () {34 vars in 1008 bytes} [Fri Jun 26 05:51:27 2026] GET /v2.0/networks/0a2b5356-34be-4ebf-8915-01c32e294186?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: 313/615] 10.0.0.206 () {34 vars in 1108 bytes} [Fri Jun 26 05:51:27 2026] GET /v2.0/networks/0a2b5356-34be-4ebf-8915-01c32e294186?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/616] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:51:27 2026] GET /v2.0/ports?device_id=0e28cedb-1ae4-4070-b73e-6d54921ac0bc => 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: 304/617] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:51:28 2026] GET /v2.0/ports?device_id=2f61a596-c71c-4b38-871d-d9fb158d6bb5 => generated 973 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/618] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:51:28 2026] GET /v2.0/security-groups?id=eff207bd-68d5-4686-ac53-93eb472934cd&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:51:28.772 7 INFO neutron.db.segments_db [None req-3b2ae658-a06b-487a-9a28-a8c0387de9d0 69137fc2365a46d29e97cc80fdb5dc4f e4499ffa31094578b2afd1fc4778198e - - default default] Added segment 06e1cbbf-61c5-445c-b9ae-46f67426ed7c of type vxlan for network 75356d6e-6af0-4685-a320-1be5dbfddef1 [pid: 7|app: 0|req: 314/619] 10.0.0.147 () {34 vars in 670 bytes} [Fri Jun 26 05:51:28 2026] POST /v2.0/networks => generated 645 bytes in 426 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/620] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:51:28 2026] GET /v2.0/ports?device_id=0e28cedb-1ae4-4070-b73e-6d54921ac0bc => 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: 306/621] 10.0.0.147 () {34 vars in 665 bytes} [Fri Jun 26 05:51:28 2026] POST /v2.0/ports => generated 774 bytes in 321 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-26 05:51:29.290 7 INFO neutron.db.segments_db [None req-7ced22ac-c310-4b40-8260-23fefd16c3ad 69137fc2365a46d29e97cc80fdb5dc4f e4499ffa31094578b2afd1fc4778198e - - default default] Added segment 8d0edb4d-c59a-4eea-90fd-07d57e08b710 of type vxlan for network a78b53c8-caa4-4f55-bd3e-18eb69886817 [pid: 7|app: 0|req: 316/622] 10.0.0.147 () {34 vars in 670 bytes} [Fri Jun 26 05:51:29 2026] POST /v2.0/networks => generated 632 bytes in 227 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: 307/623] 10.0.0.147 () {34 vars in 669 bytes} [Fri Jun 26 05:51:29 2026] POST /v2.0/subnets => generated 626 bytes in 276 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/624] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:51:29 2026] GET /v2.0/ports?device_id=2f61a596-c71c-4b38-871d-d9fb158d6bb5 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/625] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:51:29 2026] GET /v2.0/security-groups?id=eff207bd-68d5-4686-ac53-93eb472934cd&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/626] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:51:30 2026] GET /v2.0/ports?device_id=0e28cedb-1ae4-4070-b73e-6d54921ac0bc => 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: 317/627] 10.0.0.147 () {34 vars in 665 bytes} [Fri Jun 26 05:51:29 2026] POST /v2.0/ports => generated 949 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-26 05:51:30.225 8 INFO neutron_taas.services.taas.taas_plugin [None req-7bb209e9-97ab-44e5-b2ed-022a3ff5055c 69137fc2365a46d29e97cc80fdb5dc4f e4499ffa31094578b2afd1fc4778198e - - default default] TaaS: Handle Delete Port: 2d368ca4-095b-45e9-84ec-f99e6820477e 2026-06-26 05:51:30.229 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7bb209e9-97ab-44e5-b2ed-022a3ff5055c 69137fc2365a46d29e97cc80fdb5dc4f e4499ffa31094578b2afd1fc4778198e - - default default] Tap Mirror: Handle Delete Port: 2d368ca4-095b-45e9-84ec-f99e6820477e [pid: 8|app: 0|req: 311/628] 10.0.0.147 () {32 vars in 720 bytes} [Fri Jun 26 05:51:30 2026] DELETE /v2.0/ports/2d368ca4-095b-45e9-84ec-f99e6820477e => generated 0 bytes in 321 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-26 05:51:30.453 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e468de9b-1cef-4a68-b052-f5fb386344ab 69137fc2365a46d29e97cc80fdb5dc4f e4499ffa31094578b2afd1fc4778198e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 318/629] 10.0.0.147 () {32 vars in 720 bytes} [Fri Jun 26 05:51:30 2026] DELETE /v2.0/ports/2d368ca4-095b-45e9-84ec-f99e6820477e => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-26 05:51:30.476 8 INFO neutron.pecan_wsgi.hooks.translation [None req-08117116-b10a-4bda-88a0-3f7e3ebd274a 69137fc2365a46d29e97cc80fdb5dc4f e4499ffa31094578b2afd1fc4778198e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 312/630] 10.0.0.147 () {32 vars in 717 bytes} [Fri Jun 26 05:51:30 2026] GET /v2.0/ports/2d368ca4-095b-45e9-84ec-f99e6820477e => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/631] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:51:30 2026] DELETE /v2.0/subnets/6e0331ef-6aac-4e98-afc3-2e208795b90f => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:51:30.782 8 INFO neutron.services.segments.plugin [-] Segment 8d0edb4d-c59a-4eea-90fd-07d57e08b710 resource provider aggregate not found 2026-06-26 05:51:30.790 8 INFO neutron.services.segments.plugin [-] Segment 8d0edb4d-c59a-4eea-90fd-07d57e08b710 resource provider aggregate not found 2026-06-26 05:51:30.812 8 INFO neutron.services.segments.plugin [-] Segment 8d0edb4d-c59a-4eea-90fd-07d57e08b710 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d0edb4d-c59a-4eea-90fd-07d57e08b710 found for delete ", "request_id": "req-bfceb543-3c79-4fd4-a822-8498398bd6ee"}]} 2026-06-26 05:51:30.815 8 INFO neutron.services.segments.plugin [-] Segment 8d0edb4d-c59a-4eea-90fd-07d57e08b710 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d0edb4d-c59a-4eea-90fd-07d57e08b710 found for delete ", "request_id": "req-4de31896-c500-45e1-94b7-d86b43a2bbe2"}]} [pid: 8|app: 0|req: 313/632] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 05:51:30 2026] DELETE /v2.0/networks/a78b53c8-caa4-4f55-bd3e-18eb69886817 => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:51:30.893 7 INFO neutron.db.segments_db [None req-53194c7d-2291-4165-b6f4-6d0a229bf567 69137fc2365a46d29e97cc80fdb5dc4f e4499ffa31094578b2afd1fc4778198e - - default default] Added segment 88a4f870-a10b-47b5-8325-86cfc616e6cb of type vxlan for network 7245ac70-5be6-4533-b17d-0c1762c63433 [pid: 7|app: 0|req: 320/633] 10.0.0.147 () {34 vars in 670 bytes} [Fri Jun 26 05:51:30 2026] POST /v2.0/networks => generated 632 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/634] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:51:30 2026] GET /v2.0/ports?device_id=2f61a596-c71c-4b38-871d-d9fb158d6bb5 => 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: 315/635] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:51:31 2026] GET /v2.0/security-groups?id=eff207bd-68d5-4686-ac53-93eb472934cd&fields=id&fields=name => generated 113 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/636] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:51:31 2026] GET /v2.0/ports?device_id=0e28cedb-1ae4-4070-b73e-6d54921ac0bc => 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: 321/637] 10.0.0.147 () {34 vars in 669 bytes} [Fri Jun 26 05:51:31 2026] POST /v2.0/subnets => generated 626 bytes in 296 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/640] 10.0.0.147 () {34 vars in 665 bytes} [Fri Jun 26 05:51:31 2026] POST /v2.0/ports => generated 912 bytes in 443 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-26 05:51:31.897 7 INFO neutron_taas.services.taas.taas_plugin [None req-7b302e00-351b-49b4-9a0c-f290e5579318 69137fc2365a46d29e97cc80fdb5dc4f e4499ffa31094578b2afd1fc4778198e - - default default] TaaS: Handle Delete Port: f0a5913d-ed91-4744-b31e-d5d430200b3e 2026-06-26 05:51:31.900 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7b302e00-351b-49b4-9a0c-f290e5579318 69137fc2365a46d29e97cc80fdb5dc4f e4499ffa31094578b2afd1fc4778198e - - default default] Tap Mirror: Handle Delete Port: f0a5913d-ed91-4744-b31e-d5d430200b3e [pid: 7|app: 0|req: 324/641] 10.0.0.147 () {32 vars in 720 bytes} [Fri Jun 26 05:51:31 2026] DELETE /v2.0/ports/f0a5913d-ed91-4744-b31e-d5d430200b3e => generated 0 bytes in 331 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:51:32.110 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2365424e-bb74-4b00-9fec-b973a0871be3 69137fc2365a46d29e97cc80fdb5dc4f e4499ffa31094578b2afd1fc4778198e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 318/642] 10.0.0.147 () {32 vars in 717 bytes} [Fri Jun 26 05:51:32 2026] GET /v2.0/ports/f0a5913d-ed91-4744-b31e-d5d430200b3e => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/643] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:51:32 2026] GET /v2.0/ports?device_id=2f61a596-c71c-4b38-871d-d9fb158d6bb5 => generated 975 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/644] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:51:32 2026] DELETE /v2.0/subnets/5d3bce12-352e-4c99-b510-1b33deac7480 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/645] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:51:32 2026] GET /v2.0/ports?device_id=0e28cedb-1ae4-4070-b73e-6d54921ac0bc => 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: 326/646] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:51:32 2026] GET /v2.0/security-groups?id=eff207bd-68d5-4686-ac53-93eb472934cd&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/647] 199.204.45.78 () {34 vars in 985 bytes} [Fri Jun 26 05:51:32 2026] GET /v2.0/networks?id=0a2b5356-34be-4ebf-8915-01c32e294186 => generated 670 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/648] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 05:51:32 2026] DELETE /v2.0/networks/7245ac70-5be6-4533-b17d-0c1762c63433 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/649] 199.204.45.78 () {34 vars in 1049 bytes} [Fri Jun 26 05:51:32 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b5ed48b80fb846bdb865370c2881f1ac => generated 180 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/650] 199.204.45.78 () {38 vars in 954 bytes} [Fri Jun 26 05:51:32 2026] POST /v2.0/ports => generated 958 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/651] 10.0.0.147 () {34 vars in 665 bytes} [Fri Jun 26 05:51:32 2026] POST /v2.0/ports => generated 775 bytes in 294 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-06-26 05:51:32.842 8 INFO neutron.services.segments.plugin [-] Segment 88a4f870-a10b-47b5-8325-86cfc616e6cb resource provider aggregate not found 2026-06-26 05:51:32.855 8 INFO neutron.services.segments.plugin [-] Segment 88a4f870-a10b-47b5-8325-86cfc616e6cb resource provider aggregate not found 2026-06-26 05:51:32.878 8 INFO neutron.services.segments.plugin [-] Segment 88a4f870-a10b-47b5-8325-86cfc616e6cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88a4f870-a10b-47b5-8325-86cfc616e6cb found for delete ", "request_id": "req-3974ccee-7c13-4ff2-8882-a4793da11ce7"}]} 2026-06-26 05:51:32.879 8 INFO neutron.services.segments.plugin [-] Segment 88a4f870-a10b-47b5-8325-86cfc616e6cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88a4f870-a10b-47b5-8325-86cfc616e6cb found for delete ", "request_id": "req-65b305ba-2f23-4336-beaf-9310bbb79919"}]} [pid: 8|app: 0|req: 323/652] 10.0.0.147 () {34 vars in 737 bytes} [Fri Jun 26 05:51:32 2026] PUT /v2.0/ports/a979f6d1-03af-4b11-b316-96f4ed5053bb => generated 752 bytes in 236 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-06-26 05:51:33.102 8 INFO neutron_taas.services.taas.taas_plugin [None req-da612f61-cfcb-4275-b25c-22c1fc0c8768 69137fc2365a46d29e97cc80fdb5dc4f e4499ffa31094578b2afd1fc4778198e - - default default] TaaS: Handle Delete Port: a979f6d1-03af-4b11-b316-96f4ed5053bb 2026-06-26 05:51:33.106 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-da612f61-cfcb-4275-b25c-22c1fc0c8768 69137fc2365a46d29e97cc80fdb5dc4f e4499ffa31094578b2afd1fc4778198e - - default default] Tap Mirror: Handle Delete Port: a979f6d1-03af-4b11-b316-96f4ed5053bb [pid: 7|app: 0|req: 330/653] 199.204.45.78 () {38 vars in 1027 bytes} [Fri Jun 26 05:51:32 2026] PUT /v2.0/ports/cfb4017d-7f35-4f2c-984d-bc0fcb7a4961 => generated 1239 bytes in 398 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/654] 10.0.0.147 () {32 vars in 720 bytes} [Fri Jun 26 05:51:33 2026] DELETE /v2.0/ports/a979f6d1-03af-4b11-b316-96f4ed5053bb => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 325/655] 10.0.0.147 () {32 vars in 643 bytes} [Fri Jun 26 05:51:33 2026] GET /v2.0/ports => generated 777 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/656] 10.0.0.206 () {34 vars in 1100 bytes} [Fri Jun 26 05:51:33 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1919539633&fields=id&tenant_id=0bfc4bb701454e1aa22ceea3b602e0b7 => generated 69 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:51:33.276 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9a7a692d-9019-4540-a503-e271e0dc6e4d 69137fc2365a46d29e97cc80fdb5dc4f e4499ffa31094578b2afd1fc4778198e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 326/657] 10.0.0.147 () {32 vars in 717 bytes} [Fri Jun 26 05:51:33 2026] GET /v2.0/ports/a979f6d1-03af-4b11-b316-96f4ed5053bb => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/658] 10.0.0.206 () {34 vars in 982 bytes} [Fri Jun 26 05:51:33 2026] GET /v2.0/networks?id=7450b7e8-35df-4e4f-bb0a-e00c82994961 => generated 679 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/659] 10.0.0.206 () {34 vars in 965 bytes} [Fri Jun 26 05:51:33 2026] GET /v2.0/quotas/0bfc4bb701454e1aa22ceea3b602e0b7 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/660] 10.0.0.147 () {32 vars in 643 bytes} [Fri Jun 26 05:51:33 2026] GET /v2.0/ports => generated 777 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/661] 10.0.0.147 () {32 vars in 717 bytes} [Fri Jun 26 05:51:33 2026] GET /v2.0/ports/916d0c1e-e55d-4c28-80eb-de676583aefa => generated 774 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/662] 10.0.0.206 () {34 vars in 1002 bytes} [Fri Jun 26 05:51:33 2026] GET /v2.0/ports?tenant_id=0bfc4bb701454e1aa22ceea3b602e0b7&fields=id => generated 103 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/663] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:51:33 2026] GET /v2.0/ports?device_id=0e28cedb-1ae4-4070-b73e-6d54921ac0bc => generated 973 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:51:33.513 7 INFO neutron.pecan_wsgi.hooks.translation [None req-04adce7a-0b92-4c61-ab6b-caac90a4e4ed 69137fc2365a46d29e97cc80fdb5dc4f e4499ffa31094578b2afd1fc4778198e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 335/664] 10.0.0.147 () {32 vars in 720 bytes} [Fri Jun 26 05:51:33 2026] DELETE /v2.0/ports/f0a5913d-ed91-4744-b31e-d5d430200b3e => 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: 330/665] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:51:33 2026] GET /v2.0/security-groups?id=fc99d83d-b146-47a8-b804-f7e7e03e177b&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:51:33.557 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b797d2d1-7000-4c50-8552-8f7d325a3ef4 69137fc2365a46d29e97cc80fdb5dc4f e4499ffa31094578b2afd1fc4778198e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 331/666] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:51:33 2026] DELETE /v2.0/subnets/5d3bce12-352e-4c99-b510-1b33deac7480 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/667] 10.0.0.206 () {34 vars in 1008 bytes} [Fri Jun 26 05:51:33 2026] GET /v2.0/networks/7450b7e8-35df-4e4f-bb0a-e00c82994961?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:51:33.577 8 INFO neutron.pecan_wsgi.hooks.translation [None req-829be30b-61f1-4088-848a-c85c8b6276d7 69137fc2365a46d29e97cc80fdb5dc4f e4499ffa31094578b2afd1fc4778198e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 332/668] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:51:33 2026] DELETE /v2.0/subnets/6e0331ef-6aac-4e98-afc3-2e208795b90f => 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: 337/669] 10.0.0.206 () {34 vars in 1108 bytes} [Fri Jun 26 05:51:33 2026] GET /v2.0/networks/7450b7e8-35df-4e4f-bb0a-e00c82994961?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-06-26 05:51:33.697 8 INFO neutron_taas.services.taas.taas_plugin [None req-9e0e474f-14ab-4ee6-8f3d-a37e25b91fe5 69137fc2365a46d29e97cc80fdb5dc4f e4499ffa31094578b2afd1fc4778198e - - default default] TaaS: Handle Delete Port: 916d0c1e-e55d-4c28-80eb-de676583aefa 2026-06-26 05:51:33.703 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9e0e474f-14ab-4ee6-8f3d-a37e25b91fe5 69137fc2365a46d29e97cc80fdb5dc4f e4499ffa31094578b2afd1fc4778198e - - default default] Tap Mirror: Handle Delete Port: 916d0c1e-e55d-4c28-80eb-de676583aefa [pid: 7|app: 0|req: 338/670] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:51:33 2026] GET /v2.0/ports?device_id=2f61a596-c71c-4b38-871d-d9fb158d6bb5 => generated 975 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/671] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:51:33 2026] GET /v2.0/security-groups?id=eff207bd-68d5-4686-ac53-93eb472934cd&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:51:33.837 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a4eb3360-5aaa-4dd0-8511-aad2fc4ce02c'] response: {'name': 'network-changed', 'server_uuid': '0e28cedb-1ae4-4070-b73e-6d54921ac0bc', 'tag': 'cfb4017d-7f35-4f2c-984d-bc0fcb7a4961', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 333/672] 10.0.0.147 () {32 vars in 720 bytes} [Fri Jun 26 05:51:33 2026] DELETE /v2.0/ports/916d0c1e-e55d-4c28-80eb-de676583aefa => generated 0 bytes in 255 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/673] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:51:33 2026] GET /v2.0/ports?device_id=d5bf497a-c0c6-422b-9561-95d8c754a2b2 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:51:34.044 7 INFO neutron.services.segments.plugin [-] Segment 06e1cbbf-61c5-445c-b9ae-46f67426ed7c resource provider aggregate not found 2026-06-26 05:51:34.053 7 INFO neutron.services.segments.plugin [-] Segment 06e1cbbf-61c5-445c-b9ae-46f67426ed7c resource provider aggregate not found 2026-06-26 05:51:34.060 7 INFO neutron.services.segments.plugin [-] Segment 06e1cbbf-61c5-445c-b9ae-46f67426ed7c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06e1cbbf-61c5-445c-b9ae-46f67426ed7c found for delete ", "request_id": "req-24394585-a29b-4470-81d8-f739e569a22c"}]} [pid: 7|app: 0|req: 340/674] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 05:51:33 2026] DELETE /v2.0/networks/75356d6e-6af0-4685-a320-1be5dbfddef1 => generated 0 bytes in 238 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:51:34.084 7 INFO neutron.services.segments.plugin [-] Segment 06e1cbbf-61c5-445c-b9ae-46f67426ed7c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06e1cbbf-61c5-445c-b9ae-46f67426ed7c found for delete ", "request_id": "req-5994cc50-9ad4-47e5-b502-ff8172b7a98a"}]} [pid: 8|app: 0|req: 335/675] 199.204.45.78 () {34 vars in 1079 bytes} [Fri Jun 26 05:51:34 2026] GET /v2.0/ports?tenant_id=b5ed48b80fb846bdb865370c2881f1ac&device_id=0e28cedb-1ae4-4070-b73e-6d54921ac0bc => generated 1242 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/676] 199.204.45.78 () {34 vars in 1059 bytes} [Fri Jun 26 05:51:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=cfb4017d-7f35-4f2c-984d-bc0fcb7a4961 => generated 19 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/677] 199.204.45.78 () {34 vars in 983 bytes} [Fri Jun 26 05:51:34 2026] GET /v2.0/subnets?id=9ed6ad7e-7796-41d8-9ee3-5e89b1a1f758 => generated 688 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/678] 199.204.45.78 () {34 vars in 1051 bytes} [Fri Jun 26 05:51:34 2026] GET /v2.0/ports?network_id=0a2b5356-34be-4ebf-8915-01c32e294186&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/679] 199.204.45.78 () {34 vars in 1011 bytes} [Fri Jun 26 05:51:34 2026] GET /v2.0/networks/0a2b5356-34be-4ebf-8915-01c32e294186?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: 343/680] 199.204.45.78 () {34 vars in 1111 bytes} [Fri Jun 26 05:51:34 2026] GET /v2.0/networks/0a2b5356-34be-4ebf-8915-01c32e294186?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: 338/681] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:51:34 2026] GET /v2.0/ports?device_id=0e28cedb-1ae4-4070-b73e-6d54921ac0bc => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/682] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:51:34 2026] GET /v2.0/security-groups?id=fc99d83d-b146-47a8-b804-f7e7e03e177b&fields=id&fields=name => generated 113 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/683] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:51:34 2026] GET /v2.0/security-groups?tenant_id=e4499ffa31094578b2afd1fc4778198e&name=default => generated 2925 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/684] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:51:34 2026] GET /v2.0/ports?device_id=2f61a596-c71c-4b38-871d-d9fb158d6bb5 => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/685] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:51:34 2026] GET /v2.0/security-groups?id=eff207bd-68d5-4686-ac53-93eb472934cd&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: 340/686] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:51:34 2026] DELETE /v2.0/security-groups/c53f40c7-84a6-4886-bb74-a9dc9a9b4972 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/687] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:51:34 2026] GET /v2.0/ports?device_id=2f61a596-c71c-4b38-871d-d9fb158d6bb5 => 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: 341/688] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:51:35 2026] GET /v2.0/ports?device_id=d5bf497a-c0c6-422b-9561-95d8c754a2b2 => 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: 342/689] 199.204.45.78 () {34 vars in 1079 bytes} [Fri Jun 26 05:51:35 2026] GET /v2.0/ports?tenant_id=b5ed48b80fb846bdb865370c2881f1ac&device_id=0e28cedb-1ae4-4070-b73e-6d54921ac0bc => generated 1242 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-26 05:51:35.602 7 INFO neutron.db.l3_db [None req-cbab0f02-9af9-42e9-938c-9bdeb00d8831 8acb1a07eafa4bdebf742c58db735ed0 2ef0989a585e408694846e7f43da3825 - - default default] Floating IP 6d36dcad-6337-4e63-8409-d24586316daa associated. External IP: 10.96.250.218, port: 59fb9d2b-2a16-478c-b424-ae1ee56e164f. [pid: 8|app: 0|req: 343/690] 199.204.45.78 () {34 vars in 985 bytes} [Fri Jun 26 05:51:35 2026] GET /v2.0/networks?id=0a2b5356-34be-4ebf-8915-01c32e294186 => generated 765 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/691] 199.204.45.78 () {34 vars in 1059 bytes} [Fri Jun 26 05:51:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=cfb4017d-7f35-4f2c-984d-bc0fcb7a4961 => 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: 345/692] 199.204.45.78 () {34 vars in 983 bytes} [Fri Jun 26 05:51:35 2026] GET /v2.0/subnets?id=9ed6ad7e-7796-41d8-9ee3-5e89b1a1f758 => generated 688 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/693] 199.204.45.78 () {34 vars in 1051 bytes} [Fri Jun 26 05:51:35 2026] GET /v2.0/ports?network_id=0a2b5356-34be-4ebf-8915-01c32e294186&device_owner=network%3Adhcp => generated 1244 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/694] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:51:35 2026] GET /v2.0/ports?device_id=0e28cedb-1ae4-4070-b73e-6d54921ac0bc => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/695] 10.0.0.147 () {34 vars in 749 bytes} [Fri Jun 26 05:51:35 2026] PUT /v2.0/floatingips/6d36dcad-6337-4e63-8409-d24586316daa => generated 856 bytes in 824 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/696] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:51:35 2026] GET /v2.0/security-groups?id=fc99d83d-b146-47a8-b804-f7e7e03e177b&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/697] 199.204.45.78 () {34 vars in 1011 bytes} [Fri Jun 26 05:51:35 2026] GET /v2.0/networks/0a2b5356-34be-4ebf-8915-01c32e294186?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: 350/698] 199.204.45.78 () {34 vars in 1111 bytes} [Fri Jun 26 05:51:35 2026] GET /v2.0/networks/0a2b5356-34be-4ebf-8915-01c32e294186?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: 349/699] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:51:35 2026] GET /v2.0/ports?device_id=2f61a596-c71c-4b38-871d-d9fb158d6bb5 => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:51:35.984 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a1fa3a0c-a495-436a-966d-ce3d9fbcdded'] response: {'name': 'network-changed', 'server_uuid': '2f61a596-c71c-4b38-871d-d9fb158d6bb5', 'tag': '59fb9d2b-2a16-478c-b424-ae1ee56e164f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 351/700] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:51:35 2026] GET /v2.0/security-groups?id=eff207bd-68d5-4686-ac53-93eb472934cd&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/701] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:51:36 2026] GET /v2.0/ports?device_id=d5bf497a-c0c6-422b-9561-95d8c754a2b2 => 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: 352/702] 199.204.45.78 () {34 vars in 1079 bytes} [Fri Jun 26 05:51:36 2026] GET /v2.0/ports?tenant_id=2ef0989a585e408694846e7f43da3825&device_id=2f61a596-c71c-4b38-871d-d9fb158d6bb5 => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/703] 199.204.45.78 () {34 vars in 985 bytes} [Fri Jun 26 05:51:36 2026] GET /v2.0/networks?id=75b1d989-8134-495d-8190-9c117ec6ceb5 => generated 779 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/704] 199.204.45.78 () {34 vars in 1059 bytes} [Fri Jun 26 05:51:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=59fb9d2b-2a16-478c-b424-ae1ee56e164f => generated 859 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/705] 199.204.45.78 () {34 vars in 983 bytes} [Fri Jun 26 05:51:36 2026] GET /v2.0/subnets?id=6a231330-7e04-4cb9-b933-fe2307df5d72 => generated 701 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/706] 199.204.45.78 () {34 vars in 1051 bytes} [Fri Jun 26 05:51:36 2026] GET /v2.0/ports?network_id=75b1d989-8134-495d-8190-9c117ec6ceb5&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: 353/707] 199.204.45.78 () {34 vars in 1011 bytes} [Fri Jun 26 05:51:36 2026] GET /v2.0/networks/75b1d989-8134-495d-8190-9c117ec6ceb5?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: 355/708] 199.204.45.78 () {34 vars in 1111 bytes} [Fri Jun 26 05:51:36 2026] GET /v2.0/networks/75b1d989-8134-495d-8190-9c117ec6ceb5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/709] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:51:36 2026] GET /v2.0/ports?device_id=0e28cedb-1ae4-4070-b73e-6d54921ac0bc => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/710] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:51:37 2026] GET /v2.0/security-groups?id=fc99d83d-b146-47a8-b804-f7e7e03e177b&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: 355/711] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:51:37 2026] GET /v2.0/ports?device_id=d5bf497a-c0c6-422b-9561-95d8c754a2b2 => 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: 357/712] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:51:38 2026] GET /v2.0/ports?device_id=0e28cedb-1ae4-4070-b73e-6d54921ac0bc => generated 975 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/713] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:51:38 2026] GET /v2.0/security-groups?id=fc99d83d-b146-47a8-b804-f7e7e03e177b&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: 358/714] 199.204.45.78 () {34 vars in 985 bytes} [Fri Jun 26 05:51:38 2026] GET /v2.0/networks?id=7450b7e8-35df-4e4f-bb0a-e00c82994961 => generated 679 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/715] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:51:38 2026] GET /v2.0/ports?device_id=d5bf497a-c0c6-422b-9561-95d8c754a2b2 => 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: 359/716] 199.204.45.78 () {34 vars in 1049 bytes} [Fri Jun 26 05:51:38 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=0bfc4bb701454e1aa22ceea3b602e0b7 => generated 181 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/717] 199.204.45.78 () {38 vars in 954 bytes} [Fri Jun 26 05:51:38 2026] POST /v2.0/ports => generated 958 bytes in 472 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/718] 199.204.45.78 () {38 vars in 1027 bytes} [Fri Jun 26 05:51:38 2026] PUT /v2.0/ports/4f309bfe-bd8f-40cf-97e6-0f265142db67 => generated 1239 bytes in 576 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: 361/719] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:51:39 2026] GET /v2.0/ports?device_id=0e28cedb-1ae4-4070-b73e-6d54921ac0bc => generated 975 bytes in 63 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: 362/720] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:51:39 2026] GET /v2.0/ports?device_id=d5bf497a-c0c6-422b-9561-95d8c754a2b2 => generated 973 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/721] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:51:39 2026] GET /v2.0/security-groups?id=fc99d83d-b146-47a8-b804-f7e7e03e177b&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: 364/722] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:51:39 2026] GET /v2.0/security-groups?id=15944f82-8eb7-4b7b-a460-d18c9b75b8a1&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-06-26 05:51:39.709 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e1e81654-75ad-4873-bef3-a65ca3a130e3'] response: {'name': 'network-changed', 'server_uuid': 'd5bf497a-c0c6-422b-9561-95d8c754a2b2', 'tag': '4f309bfe-bd8f-40cf-97e6-0f265142db67', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 365/723] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:51:39 2026] GET /v2.0/ports?device_id=0e28cedb-1ae4-4070-b73e-6d54921ac0bc => 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: 359/724] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:51:39 2026] GET /v2.0/security-groups?tenant_id=7b2bf463380749f3a70e85b6e669efe1&name=default => generated 2925 bytes in 437 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/725] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:51:39 2026] DELETE /v2.0/security-groups/261ae247-648e-450a-a383-7f5b6f79c607 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 05:51:40.253 7 INFO neutron.db.l3_db [None req-3b19c053-7249-40e8-b6f3-8b87bdc56de9 fe45eba31e084f8da55252afbdaa1c17 b5ed48b80fb846bdb865370c2881f1ac - - default default] Floating IP 2a48feef-ad61-4954-bafc-c907f62ad6ff associated. External IP: 10.96.250.214, port: cfb4017d-7f35-4f2c-984d-bc0fcb7a4961. [pid: 8|app: 0|req: 361/726] 199.204.45.78 () {34 vars in 1079 bytes} [Fri Jun 26 05:51:40 2026] GET /v2.0/ports?tenant_id=0bfc4bb701454e1aa22ceea3b602e0b7&device_id=d5bf497a-c0c6-422b-9561-95d8c754a2b2 => generated 1242 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/727] 199.204.45.78 () {34 vars in 1017 bytes} [Fri Jun 26 05:51:40 2026] GET /v2.0/networks?tenant_id=0bfc4bb701454e1aa22ceea3b602e0b7&shared=False => generated 774 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/728] 199.204.45.78 () {34 vars in 929 bytes} [Fri Jun 26 05:51:40 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/729] 10.0.0.147 () {34 vars in 749 bytes} [Fri Jun 26 05:51:39 2026] PUT /v2.0/floatingips/2a48feef-ad61-4954-bafc-c907f62ad6ff => generated 856 bytes in 860 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/730] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:51:40 2026] GET /v2.0/ports?device_id=d5bf497a-c0c6-422b-9561-95d8c754a2b2 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/731] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:51:40 2026] GET /v2.0/security-groups?id=15944f82-8eb7-4b7b-a460-d18c9b75b8a1&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: 364/732] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:51:40 2026] GET /v2.0/ports?device_id=0e28cedb-1ae4-4070-b73e-6d54921ac0bc => generated 975 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/733] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:51:40 2026] GET /v2.0/security-groups?id=fc99d83d-b146-47a8-b804-f7e7e03e177b&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: 369/734] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:51:41 2026] GET /v2.0/ports?device_id=0e28cedb-1ae4-4070-b73e-6d54921ac0bc => 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: 366/735] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:51:41 2026] GET /v2.0/security-groups?id=fc99d83d-b146-47a8-b804-f7e7e03e177b&fields=id&fields=name => generated 113 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/736] 199.204.45.78 () {34 vars in 1079 bytes} [Fri Jun 26 05:51:41 2026] GET /v2.0/ports?tenant_id=0bfc4bb701454e1aa22ceea3b602e0b7&device_id=d5bf497a-c0c6-422b-9561-95d8c754a2b2 => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/737] 199.204.45.78 () {34 vars in 1059 bytes} [Fri Jun 26 05:51:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=4f309bfe-bd8f-40cf-97e6-0f265142db67 => 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: 371/738] 199.204.45.78 () {34 vars in 983 bytes} [Fri Jun 26 05:51:41 2026] GET /v2.0/subnets?id=55906ab2-b85e-40cf-b4a7-5001a416b2e2 => generated 697 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/739] 199.204.45.78 () {34 vars in 1051 bytes} [Fri Jun 26 05:51:41 2026] GET /v2.0/ports?network_id=7450b7e8-35df-4e4f-bb0a-e00c82994961&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: 372/740] 199.204.45.78 () {34 vars in 1011 bytes} [Fri Jun 26 05:51:41 2026] GET /v2.0/networks/7450b7e8-35df-4e4f-bb0a-e00c82994961?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/741] 199.204.45.78 () {34 vars in 1111 bytes} [Fri Jun 26 05:51:41 2026] GET /v2.0/networks/7450b7e8-35df-4e4f-bb0a-e00c82994961?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:51:41.754 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c294ae15-aaba-4d34-b0b4-3157cc75ecea'] response: {'name': 'network-changed', 'server_uuid': '0e28cedb-1ae4-4070-b73e-6d54921ac0bc', 'tag': 'cfb4017d-7f35-4f2c-984d-bc0fcb7a4961', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 373/742] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:51:41 2026] GET /v2.0/ports?device_id=d5bf497a-c0c6-422b-9561-95d8c754a2b2 => 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: 370/743] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:51:41 2026] GET /v2.0/security-groups?id=15944f82-8eb7-4b7b-a460-d18c9b75b8a1&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: 374/744] 199.204.45.78 () {34 vars in 1079 bytes} [Fri Jun 26 05:51:42 2026] GET /v2.0/ports?tenant_id=b5ed48b80fb846bdb865370c2881f1ac&device_id=0e28cedb-1ae4-4070-b73e-6d54921ac0bc => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/745] 199.204.45.78 () {34 vars in 985 bytes} [Fri Jun 26 05:51:42 2026] GET /v2.0/networks?id=0a2b5356-34be-4ebf-8915-01c32e294186 => generated 765 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/746] 199.204.45.78 () {34 vars in 1059 bytes} [Fri Jun 26 05:51:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=cfb4017d-7f35-4f2c-984d-bc0fcb7a4961 => generated 859 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/747] 199.204.45.78 () {34 vars in 983 bytes} [Fri Jun 26 05:51:42 2026] GET /v2.0/subnets?id=9ed6ad7e-7796-41d8-9ee3-5e89b1a1f758 => generated 688 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/748] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:51:42 2026] GET /v2.0/ports?device_id=0e28cedb-1ae4-4070-b73e-6d54921ac0bc => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/749] 199.204.45.78 () {34 vars in 1051 bytes} [Fri Jun 26 05:51:42 2026] GET /v2.0/ports?network_id=0a2b5356-34be-4ebf-8915-01c32e294186&device_owner=network%3Adhcp => generated 1244 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/750] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:51:42 2026] GET /v2.0/security-groups?id=fc99d83d-b146-47a8-b804-f7e7e03e177b&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: 374/751] 199.204.45.78 () {34 vars in 1011 bytes} [Fri Jun 26 05:51:42 2026] GET /v2.0/networks/0a2b5356-34be-4ebf-8915-01c32e294186?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: 378/752] 199.204.45.78 () {34 vars in 1111 bytes} [Fri Jun 26 05:51:42 2026] GET /v2.0/networks/0a2b5356-34be-4ebf-8915-01c32e294186?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: 375/753] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:51:43 2026] GET /v2.0/ports?device_id=d5bf497a-c0c6-422b-9561-95d8c754a2b2 => generated 973 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/754] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:51:43 2026] GET /v2.0/security-groups?id=15944f82-8eb7-4b7b-a460-d18c9b75b8a1&fields=id&fields=name => generated 114 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/755] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:51:43 2026] GET /v2.0/ports?device_id=0e28cedb-1ae4-4070-b73e-6d54921ac0bc => 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: 380/756] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:51:43 2026] GET /v2.0/security-groups?id=fc99d83d-b146-47a8-b804-f7e7e03e177b&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: 377/757] 199.204.45.78 () {34 vars in 993 bytes} [Fri Jun 26 05:51:43 2026] GET /v2.0/ports?device_id=0e28cedb-1ae4-4070-b73e-6d54921ac0bc => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:51:43.923 8 INFO neutron_taas.services.taas.taas_plugin [req-77309723-6cc5-43ee-928a-5dc77a1d9841 req-36fbe717-35c6-4b0d-9c29-fbb5627acd2c fe45eba31e084f8da55252afbdaa1c17 b5ed48b80fb846bdb865370c2881f1ac - - default default] TaaS: Handle Delete Port: cfb4017d-7f35-4f2c-984d-bc0fcb7a4961 2026-06-26 05:51:43.926 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-77309723-6cc5-43ee-928a-5dc77a1d9841 req-36fbe717-35c6-4b0d-9c29-fbb5627acd2c fe45eba31e084f8da55252afbdaa1c17 b5ed48b80fb846bdb865370c2881f1ac - - default default] Tap Mirror: Handle Delete Port: cfb4017d-7f35-4f2c-984d-bc0fcb7a4961 2026-06-26 05:51:44.127 8 INFO neutron.db.l3_db [req-77309723-6cc5-43ee-928a-5dc77a1d9841 req-36fbe717-35c6-4b0d-9c29-fbb5627acd2c fe45eba31e084f8da55252afbdaa1c17 b5ed48b80fb846bdb865370c2881f1ac - - default default] Floating IP 2a48feef-ad61-4954-bafc-c907f62ad6ff disassociated. External IP: 10.96.250.214, port: cfb4017d-7f35-4f2c-984d-bc0fcb7a4961. [pid: 7|app: 0|req: 381/758] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:51:43 2026] GET /v2.0/security-groups?tenant_id=c13b799638a945519fe5851bfeb4319b&name=default => generated 2925 bytes in 365 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/759] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:51:44 2026] DELETE /v2.0/security-groups/ab27d266-eac7-4dd9-9f39-40f332115a89 => 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: 383/760] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:51:44 2026] GET /v2.0/ports?device_id=d5bf497a-c0c6-422b-9561-95d8c754a2b2 => generated 973 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/761] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:51:44 2026] GET /v2.0/security-groups?id=15944f82-8eb7-4b7b-a460-d18c9b75b8a1&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/762] 199.204.45.78 () {36 vars in 996 bytes} [Fri Jun 26 05:51:43 2026] DELETE /v2.0/ports/cfb4017d-7f35-4f2c-984d-bc0fcb7a4961 => generated 0 bytes in 819 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:51:44.671 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bc2f04d0-ac35-491e-9b07-1ce251288357'] response: {'server_uuid': '0e28cedb-1ae4-4070-b73e-6d54921ac0bc', 'name': 'network-vif-deleted', 'tag': 'cfb4017d-7f35-4f2c-984d-bc0fcb7a4961', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 385/763] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:51:44 2026] GET /v2.0/ports?device_id=0e28cedb-1ae4-4070-b73e-6d54921ac0bc => 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: 379/764] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:51:45 2026] GET /v2.0/ports?device_id=d5bf497a-c0c6-422b-9561-95d8c754a2b2 => generated 973 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/765] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:51:45 2026] GET /v2.0/security-groups?id=15944f82-8eb7-4b7b-a460-d18c9b75b8a1&fields=id&fields=name => generated 114 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/766] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:51:45 2026] GET /v2.0/ports?device_id=0e28cedb-1ae4-4070-b73e-6d54921ac0bc => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:51:46.513 7 INFO neutron.db.segments_db [None req-ddad8fa2-fb77-4b45-9c9b-cfb4ae0680e8 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Added segment 05b165b3-8b32-4f16-8c21-88ad174d7e0f of type vxlan for network 70531289-24c9-4dc5-88c7-0b5fa04121f9 [pid: 7|app: 0|req: 387/767] 10.0.0.147 () {34 vars in 671 bytes} [Fri Jun 26 05:51:46 2026] POST /v2.0/networks => generated 740 bytes in 411 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/768] 10.0.0.92 () {34 vars in 989 bytes} [Fri Jun 26 05:51:46 2026] GET /v2.0/ports?device_id=2f61a596-c71c-4b38-871d-d9fb158d6bb5 => generated 1244 bytes in 187 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/771] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:51:46 2026] GET /v2.0/ports?device_id=d5bf497a-c0c6-422b-9561-95d8c754a2b2 => 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: 388/772] 10.0.0.147 () {34 vars in 669 bytes} [Fri Jun 26 05:51:46 2026] POST /v2.0/subnets => generated 687 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/773] 10.0.0.92 () {34 vars in 1039 bytes} [Fri Jun 26 05:51:46 2026] GET /v2.0/security-groups?id=eff207bd-68d5-4686-ac53-93eb472934cd&fields=id&fields=name => generated 113 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/774] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:51:46 2026] GET /v2.0/security-groups?id=15944f82-8eb7-4b7b-a460-d18c9b75b8a1&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:51:46.948 8 INFO neutron.db.segments_db [None req-cc12bb78-6853-40f4-90f5-f228c5a75c69 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Added segment 02d1c9c7-8d54-4e51-a85d-6b9556f51d98 of type vxlan for network 3f772932-aba0-4b50-b8c0-150b60b3fac1 [pid: 7|app: 0|req: 390/775] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:51:47 2026] GET /v2.0/ports?device_id=0e28cedb-1ae4-4070-b73e-6d54921ac0bc => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:51:47.278 8 INFO neutron.db.l3_hamode_db [None req-cc12bb78-6853-40f4-90f5-f228c5a75c69 376eb91bb3db4cd281d1129467b2848b 8b6bd32863db422b889e24f2543beec2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 391/776] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:51:48 2026] GET /v2.0/ports?device_id=d5bf497a-c0c6-422b-9561-95d8c754a2b2 => generated 975 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/777] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:51:48 2026] GET /v2.0/security-groups?id=15944f82-8eb7-4b7b-a460-d18c9b75b8a1&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/778] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:51:48 2026] GET /v2.0/ports?device_id=0e28cedb-1ae4-4070-b73e-6d54921ac0bc => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:51:48.292 8 INFO neutron.db.l3_hamode_db [None req-cc12bb78-6853-40f4-90f5-f228c5a75c69 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 394/779] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:51:49 2026] GET /v2.0/ports?device_id=d5bf497a-c0c6-422b-9561-95d8c754a2b2 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/780] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:51:49 2026] GET /v2.0/security-groups?id=15944f82-8eb7-4b7b-a460-d18c9b75b8a1&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/781] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:51:49 2026] GET /v2.0/ports?device_id=0e28cedb-1ae4-4070-b73e-6d54921ac0bc => 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: 397/782] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:51:49 2026] GET /v2.0/ports?device_id=d5bf497a-c0c6-422b-9561-95d8c754a2b2 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/783] 10.0.0.147 () {34 vars in 669 bytes} [Fri Jun 26 05:51:46 2026] POST /v2.0/routers => generated 727 bytes in 2538 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/784] 10.0.0.147 () {34 vars in 783 bytes} [Fri Jun 26 05:51:49 2026] PUT /v2.0/routers/dcac6f03-aea9-4d76-b42d-7fcf8598d02d/add_router_interface => generated 309 bytes in 1279 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:51:50.801 8 INFO neutron.db.l3_db [None req-390d1eb6-9287-437b-a1a1-47c45d9773dd 38d2bbfc82364926b9e131ca1da24e72 0bfc4bb701454e1aa22ceea3b602e0b7 - - default default] Floating IP 151b2068-c3fd-4778-8212-5bc50a590668 associated. External IP: 10.96.250.203, port: 4f309bfe-bd8f-40cf-97e6-0f265142db67. [pid: 7|app: 0|req: 399/785] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:51:50 2026] DELETE /v2.0/security-groups/fc99d83d-b146-47a8-b804-f7e7e03e177b => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 05:51:50.832 7 INFO neutron.api.v2.resource [None req-5121c625-2126-4d8c-ad9c-a28e88af3840 fe45eba31e084f8da55252afbdaa1c17 b5ed48b80fb846bdb865370c2881f1ac - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 400/786] 10.0.0.147 () {32 vars in 737 bytes} [Fri Jun 26 05:51:50 2026] GET /v2.0/security-groups/fc99d83d-b146-47a8-b804-f7e7e03e177b => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-26 05:51:50.945 7 INFO neutron_taas.services.taas.taas_plugin [None req-4c6e0da2-07a7-42f6-899d-a832c610b821 fe45eba31e084f8da55252afbdaa1c17 b5ed48b80fb846bdb865370c2881f1ac - - default default] TaaS: Handle Delete Port: c341700f-5a7b-42cc-b8fa-62d5f91418de 2026-06-26 05:51:50.948 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4c6e0da2-07a7-42f6-899d-a832c610b821 fe45eba31e084f8da55252afbdaa1c17 b5ed48b80fb846bdb865370c2881f1ac - - default default] Tap Mirror: Handle Delete Port: c341700f-5a7b-42cc-b8fa-62d5f91418de [pid: 7|app: 0|req: 401/787] 10.0.0.147 () {32 vars in 732 bytes} [Fri Jun 26 05:51:50 2026] DELETE /v2.0/floatingips/2a48feef-ad61-4954-bafc-c907f62ad6ff => generated 0 bytes in 276 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/788] 10.0.0.147 () {34 vars in 749 bytes} [Fri Jun 26 05:51:49 2026] PUT /v2.0/floatingips/151b2068-c3fd-4778-8212-5bc50a590668 => generated 856 bytes in 1748 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:51:51.244 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-36443614-329a-4408-a0b2-d3d129011598'] response: {'name': 'network-changed', 'server_uuid': 'd5bf497a-c0c6-422b-9561-95d8c754a2b2', 'tag': '4f309bfe-bd8f-40cf-97e6-0f265142db67', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 388/789] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:51:51 2026] GET /v2.0/ports?device_id=d5bf497a-c0c6-422b-9561-95d8c754a2b2 => 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: 389/790] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:51:51 2026] GET /v2.0/security-groups?id=15944f82-8eb7-4b7b-a460-d18c9b75b8a1&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:51:51.582 7 INFO neutron_taas.services.taas.taas_plugin [None req-41cfbf0b-9450-49c6-992e-081d70c7a34a 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] TaaS: Handle Delete Port: bbb821a6-ace9-4045-8a5f-44145a5fee3b 2026-06-26 05:51:51.585 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-41cfbf0b-9450-49c6-992e-081d70c7a34a 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Tap Mirror: Handle Delete Port: bbb821a6-ace9-4045-8a5f-44145a5fee3b [pid: 8|app: 0|req: 390/791] 199.204.45.78 () {34 vars in 1079 bytes} [Fri Jun 26 05:51:51 2026] GET /v2.0/ports?tenant_id=0bfc4bb701454e1aa22ceea3b602e0b7&device_id=d5bf497a-c0c6-422b-9561-95d8c754a2b2 => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/792] 199.204.45.78 () {34 vars in 985 bytes} [Fri Jun 26 05:51:51 2026] GET /v2.0/networks?id=7450b7e8-35df-4e4f-bb0a-e00c82994961 => generated 774 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/793] 199.204.45.78 () {34 vars in 1059 bytes} [Fri Jun 26 05:51:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=4f309bfe-bd8f-40cf-97e6-0f265142db67 => generated 859 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/794] 199.204.45.78 () {34 vars in 983 bytes} [Fri Jun 26 05:51:51 2026] GET /v2.0/subnets?id=55906ab2-b85e-40cf-b4a7-5001a416b2e2 => generated 697 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/795] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:51:51 2026] GET /v2.0/ports?device_id=d5bf497a-c0c6-422b-9561-95d8c754a2b2 => 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: 395/796] 199.204.45.78 () {34 vars in 1051 bytes} [Fri Jun 26 05:51:52 2026] GET /v2.0/ports?network_id=7450b7e8-35df-4e4f-bb0a-e00c82994961&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: 8|app: 0|req: 396/797] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:51:52 2026] GET /v2.0/security-groups?id=15944f82-8eb7-4b7b-a460-d18c9b75b8a1&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: 397/798] 199.204.45.78 () {34 vars in 1011 bytes} [Fri Jun 26 05:51:52 2026] GET /v2.0/networks/7450b7e8-35df-4e4f-bb0a-e00c82994961?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: 402/799] 10.0.0.147 () {34 vars in 789 bytes} [Fri Jun 26 05:51:51 2026] PUT /v2.0/routers/6e28de53-208d-4e2d-ac83-4de7e7f5faa5/remove_router_interface => generated 309 bytes in 1027 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/800] 199.204.45.78 () {34 vars in 1111 bytes} [Fri Jun 26 05:51:52 2026] GET /v2.0/networks/7450b7e8-35df-4e4f-bb0a-e00c82994961?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) 2026-06-26 05:51:52.424 7 INFO neutron_taas.services.taas.taas_plugin [None req-0e586c54-75b9-46ad-9a13-504bfdfe3504 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] TaaS: Handle Delete Port: d678ed61-653b-421f-a470-a6ac5bb7b59b 2026-06-26 05:51:52.429 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0e586c54-75b9-46ad-9a13-504bfdfe3504 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Tap Mirror: Handle Delete Port: d678ed61-653b-421f-a470-a6ac5bb7b59b 2026-06-26 05:51:52.726 7 INFO neutron_taas.services.taas.taas_plugin [None req-0e586c54-75b9-46ad-9a13-504bfdfe3504 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] TaaS: Handle Delete Port: 933bd5c6-f5e3-4786-9d4d-0b4d4c11af79 2026-06-26 05:51:52.731 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0e586c54-75b9-46ad-9a13-504bfdfe3504 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Tap Mirror: Handle Delete Port: 933bd5c6-f5e3-4786-9d4d-0b4d4c11af79 [pid: 8|app: 0|req: 399/801] 10.0.0.206 () {34 vars in 982 bytes} [Fri Jun 26 05:51:53 2026] GET /v2.0/networks?id=70531289-24c9-4dc5-88c7-0b5fa04121f9 => generated 672 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/802] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:51:53 2026] GET /v2.0/ports?device_id=d5bf497a-c0c6-422b-9561-95d8c754a2b2 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/803] 10.0.0.206 () {34 vars in 965 bytes} [Fri Jun 26 05:51:53 2026] GET /v2.0/quotas/8b6bd32863db422b889e24f2543beec2 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/804] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:51:53 2026] GET /v2.0/security-groups?id=15944f82-8eb7-4b7b-a460-d18c9b75b8a1&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: 403/805] 10.0.0.206 () {34 vars in 1002 bytes} [Fri Jun 26 05:51:53 2026] GET /v2.0/ports?tenant_id=8b6bd32863db422b889e24f2543beec2&fields=id => generated 103 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/806] 10.0.0.206 () {34 vars in 1008 bytes} [Fri Jun 26 05:51:53 2026] GET /v2.0/networks/70531289-24c9-4dc5-88c7-0b5fa04121f9?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/807] 10.0.0.206 () {34 vars in 1108 bytes} [Fri Jun 26 05:51:53 2026] GET /v2.0/networks/70531289-24c9-4dc5-88c7-0b5fa04121f9?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-06-26 05:51:53.574 7 INFO neutron.services.segments.plugin [-] Segment e83f94f0-f04f-445f-86c6-faf8f17d5933 resource provider aggregate not found 2026-06-26 05:51:53.580 7 INFO neutron.services.segments.plugin [-] Segment e83f94f0-f04f-445f-86c6-faf8f17d5933 resource provider aggregate not found 2026-06-26 05:51:53.605 7 INFO neutron.services.segments.plugin [-] Segment e83f94f0-f04f-445f-86c6-faf8f17d5933 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e83f94f0-f04f-445f-86c6-faf8f17d5933 found for delete ", "request_id": "req-1dc07dcd-cd30-431a-afea-c2a64e419873"}]} 2026-06-26 05:51:53.607 7 INFO neutron.services.segments.plugin [-] Segment e83f94f0-f04f-445f-86c6-faf8f17d5933 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e83f94f0-f04f-445f-86c6-faf8f17d5933 found for delete ", "request_id": "req-e0530cf4-a17b-4f5f-b5c6-1c229bb84ee1"}]} 2026-06-26 05:51:53.608 7 INFO neutron.db.l3_hamode_db [None req-0e586c54-75b9-46ad-9a13-504bfdfe3504 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] HA network def815a9-dc37-4597-8839-adbb34270915 was deleted as no HA routers are present in tenant b5ed48b80fb846bdb865370c2881f1ac. [pid: 7|app: 0|req: 403/808] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:51:52 2026] DELETE /v2.0/routers/6e28de53-208d-4e2d-ac83-4de7e7f5faa5 => generated 0 bytes in 1462 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/809] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:51:53 2026] GET /v2.0/ports?device_id=3298035f-7c11-4abc-8869-73d6b1c1a063 => 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: 406/810] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:51:53 2026] DELETE /v2.0/subnets/9ed6ad7e-7796-41d8-9ee3-5e89b1a1f758 => generated 0 bytes in 234 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:51:53.964 7 INFO neutron_taas.services.taas.taas_plugin [None req-8dfc52c6-5171-41ec-a3b8-738b7d803738 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] TaaS: Handle Delete Port: 02da4651-6a2d-4eeb-bebf-16efb655255b 2026-06-26 05:51:53.967 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8dfc52c6-5171-41ec-a3b8-738b7d803738 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Tap Mirror: Handle Delete Port: 02da4651-6a2d-4eeb-bebf-16efb655255b [pid: 7|app: 0|req: 405/811] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 05:51:53 2026] DELETE /v2.0/networks/0a2b5356-34be-4ebf-8915-01c32e294186 => generated 0 bytes in 315 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/812] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:51:54 2026] GET /v2.0/security-groups?tenant_id=b5ed48b80fb846bdb865370c2881f1ac&name=default => generated 2925 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/813] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:51:54 2026] GET /v2.0/ports?device_id=d5bf497a-c0c6-422b-9561-95d8c754a2b2 => 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: 409/814] 199.204.45.78 () {34 vars in 993 bytes} [Fri Jun 26 05:51:54 2026] GET /v2.0/ports?device_id=d5bf497a-c0c6-422b-9561-95d8c754a2b2 => 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: 406/815] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:51:54 2026] DELETE /v2.0/security-groups/2247f9e9-3956-42c0-b383-418ba582bb9d => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/816] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:51:54 2026] GET /v2.0/security-groups?id=15944f82-8eb7-4b7b-a460-d18c9b75b8a1&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:51:54.691 7 INFO neutron_taas.services.taas.taas_plugin [req-cbd1f7d1-cfe9-48bd-a171-a30daa5da56e req-3f55c55c-e4ab-4779-9531-1b4a044e39f7 38d2bbfc82364926b9e131ca1da24e72 0bfc4bb701454e1aa22ceea3b602e0b7 - - default default] TaaS: Handle Delete Port: 4f309bfe-bd8f-40cf-97e6-0f265142db67 2026-06-26 05:51:54.693 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-cbd1f7d1-cfe9-48bd-a171-a30daa5da56e req-3f55c55c-e4ab-4779-9531-1b4a044e39f7 38d2bbfc82364926b9e131ca1da24e72 0bfc4bb701454e1aa22ceea3b602e0b7 - - default default] Tap Mirror: Handle Delete Port: 4f309bfe-bd8f-40cf-97e6-0f265142db67 [pid: 8|app: 0|req: 411/817] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:51:54 2026] GET /v2.0/ports?device_id=3298035f-7c11-4abc-8869-73d6b1c1a063 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:51:54.879 7 INFO neutron.db.l3_db [req-cbd1f7d1-cfe9-48bd-a171-a30daa5da56e req-3f55c55c-e4ab-4779-9531-1b4a044e39f7 38d2bbfc82364926b9e131ca1da24e72 0bfc4bb701454e1aa22ceea3b602e0b7 - - default default] Floating IP 151b2068-c3fd-4778-8212-5bc50a590668 disassociated. External IP: 10.96.250.203, port: 4f309bfe-bd8f-40cf-97e6-0f265142db67. [pid: 7|app: 0|req: 407/818] 199.204.45.78 () {36 vars in 996 bytes} [Fri Jun 26 05:51:54 2026] DELETE /v2.0/ports/4f309bfe-bd8f-40cf-97e6-0f265142db67 => generated 0 bytes in 722 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:51:55.277 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-87bea2a4-7106-4f04-8999-f16f220c96ee'] response: {'server_uuid': 'd5bf497a-c0c6-422b-9561-95d8c754a2b2', 'name': 'network-vif-deleted', 'tag': '4f309bfe-bd8f-40cf-97e6-0f265142db67', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 412/819] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:51:55 2026] GET /v2.0/ports?device_id=d5bf497a-c0c6-422b-9561-95d8c754a2b2 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:51:55.626 7 INFO neutron.services.segments.plugin [-] Segment d1e42c0f-5490-4e73-b1b4-5be6f6e543aa resource provider aggregate not found 2026-06-26 05:51:55.651 7 INFO neutron.services.segments.plugin [-] Segment d1e42c0f-5490-4e73-b1b4-5be6f6e543aa resource provider aggregate not found 2026-06-26 05:51:55.656 7 INFO neutron.services.segments.plugin [-] Segment d1e42c0f-5490-4e73-b1b4-5be6f6e543aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1e42c0f-5490-4e73-b1b4-5be6f6e543aa found for delete ", "request_id": "req-78b8019d-f7d0-458f-b193-e17179276095"}]} 2026-06-26 05:51:55.666 7 INFO neutron.services.segments.plugin [-] Segment d1e42c0f-5490-4e73-b1b4-5be6f6e543aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1e42c0f-5490-4e73-b1b4-5be6f6e543aa found for delete ", "request_id": "req-a92a6cb0-d2d5-47f3-9f04-6fbaf3c4e1db"}]} [pid: 7|app: 0|req: 408/820] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:51:55 2026] GET /v2.0/ports?device_id=3298035f-7c11-4abc-8869-73d6b1c1a063 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:51:56.688 8 INFO neutron.db.segments_db [None req-4eea39d2-5fa1-4db3-8004-aeac205f573f 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Added segment 74a594d9-c98d-4ac4-8a27-2982c1c70f39 of type vxlan for network 126fb646-ba77-4f8c-b1ac-61111f4b8bce [pid: 7|app: 0|req: 409/821] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:51:56 2026] GET /v2.0/ports?device_id=d5bf497a-c0c6-422b-9561-95d8c754a2b2 => 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: 413/822] 10.0.0.147 () {34 vars in 671 bytes} [Fri Jun 26 05:51:56 2026] POST /v2.0/networks => generated 743 bytes in 395 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/823] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:51:56 2026] GET /v2.0/ports?device_id=3298035f-7c11-4abc-8869-73d6b1c1a063 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/824] 10.0.0.147 () {34 vars in 669 bytes} [Fri Jun 26 05:51:56 2026] POST /v2.0/subnets => generated 690 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-26 05:51:57.075 8 INFO neutron.db.segments_db [None req-96f632fc-1a57-4380-b26c-0deb264cd70e 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Added segment 92118306-d62b-4a31-b6de-d413ea59e2ae of type vxlan for network 3ab4678d-c425-412e-98d5-48a1f0b8b22a 2026-06-26 05:51:57.358 8 INFO neutron.db.l3_hamode_db [None req-96f632fc-1a57-4380-b26c-0deb264cd70e 376eb91bb3db4cd281d1129467b2848b 87a5a60e061c45b2adf4e62edeaedef8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 411/825] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:51:57 2026] GET /v2.0/ports?device_id=d5bf497a-c0c6-422b-9561-95d8c754a2b2 => 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: 412/826] 199.204.45.78 () {34 vars in 985 bytes} [Fri Jun 26 05:51:58 2026] GET /v2.0/networks?id=70531289-24c9-4dc5-88c7-0b5fa04121f9 => generated 672 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:51:58.229 8 INFO neutron.db.l3_hamode_db [None req-96f632fc-1a57-4380-b26c-0deb264cd70e 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 413/827] 199.204.45.78 () {38 vars in 954 bytes} [Fri Jun 26 05:51:58 2026] POST /v2.0/ports => generated 954 bytes in 453 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: 414/828] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:51:58 2026] GET /v2.0/ports?device_id=3298035f-7c11-4abc-8869-73d6b1c1a063 => generated 957 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/829] 199.204.45.78 () {38 vars in 1027 bytes} [Fri Jun 26 05:51:58 2026] PUT /v2.0/ports/ee39444b-7d29-4ac2-b606-f18b805db8d0 => generated 1235 bytes in 384 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: 416/830] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:51:58 2026] GET /v2.0/security-groups?id=e594f796-919b-4648-9595-b8e65aec393b&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/831] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:51:58 2026] GET /v2.0/ports?device_id=d5bf497a-c0c6-422b-9561-95d8c754a2b2 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:51:59.025 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7bec9cd0-4236-4e43-a14a-b55ac1830c2b'] response: {'name': 'network-changed', 'server_uuid': '3298035f-7c11-4abc-8869-73d6b1c1a063', 'tag': 'ee39444b-7d29-4ac2-b606-f18b805db8d0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 415/832] 10.0.0.147 () {34 vars in 669 bytes} [Fri Jun 26 05:51:57 2026] POST /v2.0/routers => generated 730 bytes in 2186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/833] 199.204.45.78 () {34 vars in 1079 bytes} [Fri Jun 26 05:51:59 2026] GET /v2.0/ports?tenant_id=8b6bd32863db422b889e24f2543beec2&device_id=3298035f-7c11-4abc-8869-73d6b1c1a063 => generated 1238 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/834] 199.204.45.78 () {34 vars in 1017 bytes} [Fri Jun 26 05:51:59 2026] GET /v2.0/networks?tenant_id=8b6bd32863db422b889e24f2543beec2&shared=False => generated 768 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/835] 199.204.45.78 () {34 vars in 929 bytes} [Fri Jun 26 05:51:59 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: 419/836] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:52:00 2026] GET /v2.0/ports?device_id=3298035f-7c11-4abc-8869-73d6b1c1a063 => generated 969 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/837] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:52:00 2026] DELETE /v2.0/security-groups/15944f82-8eb7-4b7b-a460-d18c9b75b8a1 => 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: 421/838] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:52:00 2026] GET /v2.0/security-groups?id=e594f796-919b-4648-9595-b8e65aec393b&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:52:00.273 8 INFO neutron.api.v2.resource [None req-1115c804-0188-4877-9567-3d5b6e9c5c8b 38d2bbfc82364926b9e131ca1da24e72 0bfc4bb701454e1aa22ceea3b602e0b7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 422/839] 10.0.0.147 () {32 vars in 737 bytes} [Fri Jun 26 05:52:00 2026] GET /v2.0/security-groups/15944f82-8eb7-4b7b-a460-d18c9b75b8a1 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-26 05:52:00.450 8 INFO neutron_taas.services.taas.taas_plugin [None req-ddd8eff1-4214-474f-8150-1d732fd847b9 38d2bbfc82364926b9e131ca1da24e72 0bfc4bb701454e1aa22ceea3b602e0b7 - - default default] TaaS: Handle Delete Port: 4eb439ed-6854-402e-b049-84399ba3b0e4 2026-06-26 05:52:00.453 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ddd8eff1-4214-474f-8150-1d732fd847b9 38d2bbfc82364926b9e131ca1da24e72 0bfc4bb701454e1aa22ceea3b602e0b7 - - default default] Tap Mirror: Handle Delete Port: 4eb439ed-6854-402e-b049-84399ba3b0e4 [pid: 7|app: 0|req: 418/840] 10.0.0.147 () {34 vars in 783 bytes} [Fri Jun 26 05:51:59 2026] PUT /v2.0/routers/db4de18a-ee32-494a-8351-c45259785d81/add_router_interface => generated 309 bytes in 1277 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/841] 10.0.0.147 () {32 vars in 732 bytes} [Fri Jun 26 05:52:00 2026] DELETE /v2.0/floatingips/151b2068-c3fd-4778-8212-5bc50a590668 => generated 0 bytes in 407 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/842] 199.204.45.78 () {34 vars in 1079 bytes} [Fri Jun 26 05:52:00 2026] GET /v2.0/ports?tenant_id=8b6bd32863db422b889e24f2543beec2&device_id=3298035f-7c11-4abc-8869-73d6b1c1a063 => generated 1238 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/843] 199.204.45.78 () {34 vars in 1057 bytes} [Fri Jun 26 05:52:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=ee39444b-7d29-4ac2-b606-f18b805db8d0 => 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: 426/844] 199.204.45.78 () {34 vars in 983 bytes} [Fri Jun 26 05:52:00 2026] GET /v2.0/subnets?id=8f234ed5-7053-4d05-ba62-b48c8f1bc23a => generated 690 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/845] 199.204.45.78 () {34 vars in 1051 bytes} [Fri Jun 26 05:52:00 2026] GET /v2.0/ports?network_id=70531289-24c9-4dc5-88c7-0b5fa04121f9&device_owner=network%3Adhcp => generated 1244 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/846] 199.204.45.78 () {34 vars in 1011 bytes} [Fri Jun 26 05:52:00 2026] GET /v2.0/networks/70531289-24c9-4dc5-88c7-0b5fa04121f9?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: 429/847] 199.204.45.78 () {34 vars in 1111 bytes} [Fri Jun 26 05:52:00 2026] GET /v2.0/networks/70531289-24c9-4dc5-88c7-0b5fa04121f9?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) 2026-06-26 05:52:01.074 7 INFO neutron_taas.services.taas.taas_plugin [None req-2ab9093f-4193-43c8-8a21-9295f90704f6 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] TaaS: Handle Delete Port: eaac22ba-7745-42e7-978c-c79074c11310 2026-06-26 05:52:01.077 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2ab9093f-4193-43c8-8a21-9295f90704f6 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Tap Mirror: Handle Delete Port: eaac22ba-7745-42e7-978c-c79074c11310 [pid: 8|app: 0|req: 430/848] 10.0.0.147 () {34 vars in 685 bytes} [Fri Jun 26 05:52:01 2026] POST /v2.0/security-groups => generated 1660 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/849] 10.0.0.147 () {34 vars in 695 bytes} [Fri Jun 26 05:52:01 2026] POST /v2.0/security-group-rules => generated 597 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/850] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:52:01 2026] GET /v2.0/ports?device_id=3298035f-7c11-4abc-8869-73d6b1c1a063 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/851] 10.0.0.147 () {34 vars in 695 bytes} [Fri Jun 26 05:52:01 2026] POST /v2.0/security-group-rules => generated 602 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/852] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:52:01 2026] GET /v2.0/security-groups?id=e594f796-919b-4648-9595-b8e65aec393b&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/853] 10.0.0.147 () {34 vars in 789 bytes} [Fri Jun 26 05:52:00 2026] PUT /v2.0/routers/862189be-87d3-4573-842c-920c3e5dfdfc/remove_router_interface => generated 309 bytes in 1024 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:52:01.988 7 INFO neutron_taas.services.taas.taas_plugin [None req-52c20d98-85d9-40c9-a650-c32c6d3e8609 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] TaaS: Handle Delete Port: 456fa68b-06a5-40b4-809c-dda6d6eaa321 2026-06-26 05:52:01.994 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-52c20d98-85d9-40c9-a650-c32c6d3e8609 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Tap Mirror: Handle Delete Port: 456fa68b-06a5-40b4-809c-dda6d6eaa321 [pid: 8|app: 0|req: 435/856] 10.0.0.147 () {34 vars in 676 bytes} [Fri Jun 26 05:52:01 2026] POST /v2.0/floatingips => generated 552 bytes in 682 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-26 05:52:02.321 7 INFO neutron_taas.services.taas.taas_plugin [None req-52c20d98-85d9-40c9-a650-c32c6d3e8609 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] TaaS: Handle Delete Port: 621e491f-8543-4cdf-a812-0a823a314c98 2026-06-26 05:52:02.325 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-52c20d98-85d9-40c9-a650-c32c6d3e8609 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Tap Mirror: Handle Delete Port: 621e491f-8543-4cdf-a812-0a823a314c98 2026-06-26 05:52:02.757 7 INFO neutron.services.segments.plugin [-] Segment 742c1e55-4814-45ae-8f16-eb0d68e2b6f1 resource provider aggregate not found 2026-06-26 05:52:02.758 7 INFO neutron.services.segments.plugin [-] Segment 742c1e55-4814-45ae-8f16-eb0d68e2b6f1 resource provider aggregate not found [pid: 8|app: 0|req: 436/857] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:52:02 2026] GET /v2.0/ports?device_id=3298035f-7c11-4abc-8869-73d6b1c1a063 => generated 969 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:52:02.780 7 INFO neutron.services.segments.plugin [-] Segment 742c1e55-4814-45ae-8f16-eb0d68e2b6f1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 742c1e55-4814-45ae-8f16-eb0d68e2b6f1 found for delete ", "request_id": "req-473b8025-b7e7-49ce-b254-5235db1d5a7a"}]} 2026-06-26 05:52:02.780 7 INFO neutron.services.segments.plugin [-] Segment 742c1e55-4814-45ae-8f16-eb0d68e2b6f1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 742c1e55-4814-45ae-8f16-eb0d68e2b6f1 found for delete ", "request_id": "req-45b77da7-4ee0-4844-8897-6f37608e721c"}]} [pid: 8|app: 0|req: 437/858] 10.0.0.206 () {34 vars in 1098 bytes} [Fri Jun 26 05:52:02 2026] GET /v2.0/security-groups?name=tempest-securitygroup--762986775&fields=id&tenant_id=87a5a60e061c45b2adf4e62edeaedef8 => generated 69 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:52:02.793 7 INFO neutron.db.l3_hamode_db [None req-52c20d98-85d9-40c9-a650-c32c6d3e8609 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] HA network 20b07a70-dab5-461e-bcf7-ab3ab808620f was deleted as no HA routers are present in tenant 0bfc4bb701454e1aa22ceea3b602e0b7. [pid: 7|app: 0|req: 422/859] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:52:01 2026] DELETE /v2.0/routers/862189be-87d3-4573-842c-920c3e5dfdfc => generated 0 bytes in 1075 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/860] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:52:02 2026] GET /v2.0/security-groups?id=e594f796-919b-4648-9595-b8e65aec393b&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/861] 10.0.0.206 () {34 vars in 982 bytes} [Fri Jun 26 05:52:02 2026] GET /v2.0/networks?id=126fb646-ba77-4f8c-b1ac-61111f4b8bce => generated 675 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/862] 10.0.0.206 () {34 vars in 965 bytes} [Fri Jun 26 05:52:02 2026] GET /v2.0/quotas/87a5a60e061c45b2adf4e62edeaedef8 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/863] 10.0.0.206 () {34 vars in 1002 bytes} [Fri Jun 26 05:52:02 2026] GET /v2.0/ports?tenant_id=87a5a60e061c45b2adf4e62edeaedef8&fields=id => generated 103 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/864] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:52:02 2026] DELETE /v2.0/subnets/55906ab2-b85e-40cf-b4a7-5001a416b2e2 => 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: 426/865] 10.0.0.206 () {34 vars in 1008 bytes} [Fri Jun 26 05:52:02 2026] GET /v2.0/networks/126fb646-ba77-4f8c-b1ac-61111f4b8bce?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: 427/866] 10.0.0.206 () {34 vars in 1108 bytes} [Fri Jun 26 05:52:03 2026] GET /v2.0/networks/126fb646-ba77-4f8c-b1ac-61111f4b8bce?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-06-26 05:52:03.062 8 INFO neutron_taas.services.taas.taas_plugin [None req-b8f4a5f1-cd4d-47fb-9a41-de7ae7c3d3de 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] TaaS: Handle Delete Port: 1e38f126-dd3e-4e51-85a3-439e24fcd2e8 2026-06-26 05:52:03.065 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b8f4a5f1-cd4d-47fb-9a41-de7ae7c3d3de 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Tap Mirror: Handle Delete Port: 1e38f126-dd3e-4e51-85a3-439e24fcd2e8 [pid: 7|app: 0|req: 428/867] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:52:03 2026] GET /v2.0/ports?device_id=fce66c45-c040-4397-a87c-4db55de31614 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:52:03.251 8 INFO neutron.services.segments.plugin [-] Segment 065bb6d1-8320-4b02-aa30-b90f352ddcba resource provider aggregate not found 2026-06-26 05:52:03.260 8 INFO neutron.services.segments.plugin [-] Segment 065bb6d1-8320-4b02-aa30-b90f352ddcba resource provider aggregate not found 2026-06-26 05:52:03.271 8 INFO neutron.services.segments.plugin [-] Segment 065bb6d1-8320-4b02-aa30-b90f352ddcba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 065bb6d1-8320-4b02-aa30-b90f352ddcba found for delete ", "request_id": "req-0ad19736-7461-4037-a4ec-df5d92ae621a"}]} [pid: 8|app: 0|req: 440/868] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 05:52:02 2026] DELETE /v2.0/networks/7450b7e8-35df-4e4f-bb0a-e00c82994961 => generated 0 bytes in 305 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:52:03.285 8 INFO neutron.services.segments.plugin [-] Segment 065bb6d1-8320-4b02-aa30-b90f352ddcba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 065bb6d1-8320-4b02-aa30-b90f352ddcba found for delete ", "request_id": "req-5f424229-94e9-4cc8-9389-41666581b932"}]} [pid: 7|app: 0|req: 429/869] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:52:03 2026] GET /v2.0/security-groups?tenant_id=0bfc4bb701454e1aa22ceea3b602e0b7&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/870] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:52:03 2026] DELETE /v2.0/security-groups/946aa6e1-765b-4498-bba1-3908ed3cc0af => generated 0 bytes in 148 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/871] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:52:03 2026] GET /v2.0/ports?device_id=3298035f-7c11-4abc-8869-73d6b1c1a063 => generated 969 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/872] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:52:04 2026] GET /v2.0/security-groups?id=e594f796-919b-4648-9595-b8e65aec393b&fields=id&fields=name => generated 88 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/873] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:52:04 2026] GET /v2.0/ports?device_id=fce66c45-c040-4397-a87c-4db55de31614 => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/874] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:52:04 2026] GET /v2.0/ports?device_id=2f61a596-c71c-4b38-871d-d9fb158d6bb5 => 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: 432/875] 10.0.0.206 () {34 vars in 971 bytes} [Fri Jun 26 05:52:04 2026] GET /v2.0/ports/59fb9d2b-2a16-478c-b424-ae1ee56e164f => generated 972 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/876] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:52:05 2026] GET /v2.0/ports?device_id=3298035f-7c11-4abc-8869-73d6b1c1a063 => generated 971 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/877] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:52:05 2026] GET /v2.0/security-groups?id=e594f796-919b-4648-9595-b8e65aec393b&fields=id&fields=name => generated 88 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/878] 199.204.45.78 () {34 vars in 999 bytes} [Fri Jun 26 05:52:05 2026] GET /v2.0/subnets?network_id=75b1d989-8134-495d-8190-9c117ec6ceb5 => generated 683 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/879] 199.204.45.78 () {34 vars in 1145 bytes} [Fri Jun 26 05:52:05 2026] GET /v2.0/ports?device_id=2f61a596-c71c-4b38-871d-d9fb158d6bb5&device_owner=compute%3Anova&network_id=75b1d989-8134-495d-8190-9c117ec6ceb5 => generated 975 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/880] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:52:05 2026] GET /v2.0/ports?device_id=fce66c45-c040-4397-a87c-4db55de31614 => 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: 446/881] 199.204.45.78 () {38 vars in 1027 bytes} [Fri Jun 26 05:52:05 2026] PUT /v2.0/ports/59fb9d2b-2a16-478c-b424-ae1ee56e164f => generated 1149 bytes in 581 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-26 05:52:06.165 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-11b0f834-feb3-4634-9f70-622daceec369'] response: {'name': 'network-changed', 'server_uuid': '2f61a596-c71c-4b38-871d-d9fb158d6bb5', 'tag': '59fb9d2b-2a16-478c-b424-ae1ee56e164f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 436/882] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:52:06 2026] GET /v2.0/ports?device_id=3298035f-7c11-4abc-8869-73d6b1c1a063 => generated 971 bytes in 73 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: 447/883] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:52:06 2026] GET /v2.0/security-groups?id=e594f796-919b-4648-9595-b8e65aec393b&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/884] 199.204.45.78 () {34 vars in 1079 bytes} [Fri Jun 26 05:52:06 2026] GET /v2.0/ports?tenant_id=2ef0989a585e408694846e7f43da3825&device_id=2f61a596-c71c-4b38-871d-d9fb158d6bb5 => generated 1421 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/885] 199.204.45.78 () {34 vars in 985 bytes} [Fri Jun 26 05:52:06 2026] GET /v2.0/networks?id=75b1d989-8134-495d-8190-9c117ec6ceb5 => generated 779 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/886] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:52:06 2026] GET /v2.0/ports?device_id=fce66c45-c040-4397-a87c-4db55de31614 => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/887] 199.204.45.78 () {34 vars in 1059 bytes} [Fri Jun 26 05:52:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=59fb9d2b-2a16-478c-b424-ae1ee56e164f => generated 861 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/888] 199.204.45.78 () {34 vars in 1057 bytes} [Fri Jun 26 05:52:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=59fb9d2b-2a16-478c-b424-ae1ee56e164f => 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: 450/889] 199.204.45.78 () {34 vars in 983 bytes} [Fri Jun 26 05:52:06 2026] GET /v2.0/subnets?id=6a231330-7e04-4cb9-b933-fe2307df5d72 => generated 701 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/890] 199.204.45.78 () {34 vars in 1051 bytes} [Fri Jun 26 05:52:06 2026] GET /v2.0/ports?network_id=75b1d989-8134-495d-8190-9c117ec6ceb5&device_owner=network%3Adhcp => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/891] 199.204.45.78 () {34 vars in 1011 bytes} [Fri Jun 26 05:52:06 2026] GET /v2.0/networks/75b1d989-8134-495d-8190-9c117ec6ceb5?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: 441/892] 199.204.45.78 () {34 vars in 1111 bytes} [Fri Jun 26 05:52:07 2026] GET /v2.0/networks/75b1d989-8134-495d-8190-9c117ec6ceb5?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: 452/893] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:52:07 2026] GET /v2.0/ports?device_id=3298035f-7c11-4abc-8869-73d6b1c1a063 => 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: 442/894] 199.204.45.78 () {34 vars in 985 bytes} [Fri Jun 26 05:52:07 2026] GET /v2.0/networks?id=126fb646-ba77-4f8c-b1ac-61111f4b8bce => generated 675 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/895] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:52:07 2026] GET /v2.0/security-groups?id=e594f796-919b-4648-9595-b8e65aec393b&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: 443/896] 199.204.45.78 () {34 vars in 1049 bytes} [Fri Jun 26 05:52:07 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=87a5a60e061c45b2adf4e62edeaedef8 => generated 180 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/897] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:52:07 2026] GET /v2.0/ports?device_id=fce66c45-c040-4397-a87c-4db55de31614 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/898] 199.204.45.78 () {34 vars in 1079 bytes} [Fri Jun 26 05:52:08 2026] GET /v2.0/ports?tenant_id=2ef0989a585e408694846e7f43da3825&device_id=2f61a596-c71c-4b38-871d-d9fb158d6bb5 => generated 1421 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/899] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:52:08 2026] GET /v2.0/ports?device_id=2f61a596-c71c-4b38-871d-d9fb158d6bb5 => generated 1152 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/900] 199.204.45.78 () {38 vars in 954 bytes} [Fri Jun 26 05:52:07 2026] POST /v2.0/ports => generated 954 bytes in 480 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: 447/901] 199.204.45.78 () {34 vars in 985 bytes} [Fri Jun 26 05:52:08 2026] GET /v2.0/networks?id=75b1d989-8134-495d-8190-9c117ec6ceb5 => generated 779 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/902] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:52:08 2026] GET /v2.0/security-groups?id=eff207bd-68d5-4686-ac53-93eb472934cd&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/903] 199.204.45.78 () {34 vars in 1059 bytes} [Fri Jun 26 05:52:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=59fb9d2b-2a16-478c-b424-ae1ee56e164f => 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: 457/904] 199.204.45.78 () {34 vars in 1057 bytes} [Fri Jun 26 05:52:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=59fb9d2b-2a16-478c-b424-ae1ee56e164f => 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: 458/905] 199.204.45.78 () {34 vars in 983 bytes} [Fri Jun 26 05:52:08 2026] GET /v2.0/subnets?id=6a231330-7e04-4cb9-b933-fe2307df5d72 => generated 701 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/906] 199.204.45.78 () {34 vars in 1051 bytes} [Fri Jun 26 05:52:08 2026] GET /v2.0/ports?network_id=75b1d989-8134-495d-8190-9c117ec6ceb5&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/907] 199.204.45.78 () {38 vars in 1027 bytes} [Fri Jun 26 05:52:08 2026] PUT /v2.0/ports/2d9d5fc6-bae2-47fb-ac41-3e3d96bbfcaa => generated 1235 bytes in 524 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-06-26 05:52:08.803 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-eaa95d70-8eed-4856-b1ab-2f9c3cff9d65'] response: {'name': 'network-changed', 'server_uuid': 'fce66c45-c040-4397-a87c-4db55de31614', 'tag': '2d9d5fc6-bae2-47fb-ac41-3e3d96bbfcaa', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 449/908] 199.204.45.78 () {34 vars in 1011 bytes} [Fri Jun 26 05:52:08 2026] GET /v2.0/networks/75b1d989-8134-495d-8190-9c117ec6ceb5?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: 460/909] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:52:08 2026] GET /v2.0/security-groups?tenant_id=afc8ad7d3b1f44fe82d341a267121d4e&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: 450/910] 199.204.45.78 () {34 vars in 1111 bytes} [Fri Jun 26 05:52:08 2026] GET /v2.0/networks/75b1d989-8134-495d-8190-9c117ec6ceb5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/911] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:52:08 2026] DELETE /v2.0/security-groups/509d4a83-10bd-48d2-bff8-d62c544485f4 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/912] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:52:08 2026] GET /v2.0/ports?device_id=fce66c45-c040-4397-a87c-4db55de31614 => generated 969 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/913] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:52:09 2026] GET /v2.0/security-groups?id=5293254a-ba42-41f6-9878-8da7e9560f68&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/914] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:52:09 2026] GET /v2.0/ports?device_id=3298035f-7c11-4abc-8869-73d6b1c1a063 => generated 971 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/915] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:52:09 2026] GET /v2.0/security-groups?id=e594f796-919b-4648-9595-b8e65aec393b&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/916] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:52:09 2026] GET /v2.0/security-groups?tenant_id=24cf0f73ee884338be10ff29d5754a76&name=default => generated 2925 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/917] 199.204.45.78 () {34 vars in 1079 bytes} [Fri Jun 26 05:52:09 2026] GET /v2.0/ports?tenant_id=87a5a60e061c45b2adf4e62edeaedef8&device_id=fce66c45-c040-4397-a87c-4db55de31614 => generated 1238 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/918] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:52:09 2026] DELETE /v2.0/security-groups/18b63fba-e757-4522-b19d-f960cfb7d75d => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/919] 199.204.45.78 () {34 vars in 1017 bytes} [Fri Jun 26 05:52:09 2026] GET /v2.0/networks?tenant_id=87a5a60e061c45b2adf4e62edeaedef8&shared=False => generated 771 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/920] 199.204.45.78 () {34 vars in 929 bytes} [Fri Jun 26 05:52:09 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/921] 199.204.45.78 () {34 vars in 1117 bytes} [Fri Jun 26 05:52:09 2026] GET /v2.0/ports?device_id=2f61a596-c71c-4b38-871d-d9fb158d6bb5&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.4 => generated 1152 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/922] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:52:10 2026] GET /v2.0/ports?device_id=fce66c45-c040-4397-a87c-4db55de31614 => generated 969 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/923] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:52:10 2026] GET /v2.0/security-groups?id=5293254a-ba42-41f6-9878-8da7e9560f68&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/924] 199.204.45.78 () {38 vars in 1027 bytes} [Fri Jun 26 05:52:09 2026] PUT /v2.0/ports/59fb9d2b-2a16-478c-b424-ae1ee56e164f => generated 972 bytes in 687 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/925] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:52:10 2026] GET /v2.0/ports?device_id=3298035f-7c11-4abc-8869-73d6b1c1a063 => generated 971 bytes in 103 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: 457/926] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:52:10 2026] GET /v2.0/security-groups?id=e594f796-919b-4648-9595-b8e65aec393b&fields=id&fields=name => generated 88 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/927] 199.204.45.78 () {34 vars in 1079 bytes} [Fri Jun 26 05:52:10 2026] GET /v2.0/ports?tenant_id=87a5a60e061c45b2adf4e62edeaedef8&device_id=fce66c45-c040-4397-a87c-4db55de31614 => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/928] 199.204.45.78 () {34 vars in 1057 bytes} [Fri Jun 26 05:52:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=2d9d5fc6-bae2-47fb-ac41-3e3d96bbfcaa => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/929] 199.204.45.78 () {34 vars in 983 bytes} [Fri Jun 26 05:52:10 2026] GET /v2.0/subnets?id=8929bf36-df11-49c6-b2f7-e40dcbcf5e77 => generated 693 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/930] 199.204.45.78 () {34 vars in 1051 bytes} [Fri Jun 26 05:52:10 2026] GET /v2.0/ports?network_id=126fb646-ba77-4f8c-b1ac-61111f4b8bce&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/931] 199.204.45.78 () {34 vars in 1011 bytes} [Fri Jun 26 05:52:10 2026] GET /v2.0/networks/126fb646-ba77-4f8c-b1ac-61111f4b8bce?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: 460/932] 199.204.45.78 () {34 vars in 1111 bytes} [Fri Jun 26 05:52:10 2026] GET /v2.0/networks/126fb646-ba77-4f8c-b1ac-61111f4b8bce?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/933] 199.204.45.78 () {34 vars in 1079 bytes} [Fri Jun 26 05:52:10 2026] GET /v2.0/ports?tenant_id=2ef0989a585e408694846e7f43da3825&device_id=2f61a596-c71c-4b38-871d-d9fb158d6bb5 => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-26 05:52:10.854 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5fc44cc5-2e83-4cd9-95a8-06c6e0c8845f'] response: {'name': 'network-changed', 'server_uuid': '2f61a596-c71c-4b38-871d-d9fb158d6bb5', 'tag': '59fb9d2b-2a16-478c-b424-ae1ee56e164f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 461/934] 199.204.45.78 () {34 vars in 985 bytes} [Fri Jun 26 05:52:10 2026] GET /v2.0/networks?id=75b1d989-8134-495d-8190-9c117ec6ceb5 => generated 779 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/935] 199.204.45.78 () {34 vars in 1059 bytes} [Fri Jun 26 05:52:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=59fb9d2b-2a16-478c-b424-ae1ee56e164f => generated 861 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/936] 199.204.45.78 () {34 vars in 983 bytes} [Fri Jun 26 05:52:10 2026] GET /v2.0/subnets?id=6a231330-7e04-4cb9-b933-fe2307df5d72 => generated 701 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/937] 199.204.45.78 () {34 vars in 1051 bytes} [Fri Jun 26 05:52:11 2026] GET /v2.0/ports?network_id=75b1d989-8134-495d-8190-9c117ec6ceb5&device_owner=network%3Adhcp => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/938] 199.204.45.78 () {34 vars in 1011 bytes} [Fri Jun 26 05:52:11 2026] GET /v2.0/networks/75b1d989-8134-495d-8190-9c117ec6ceb5?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: 476/939] 199.204.45.78 () {34 vars in 1111 bytes} [Fri Jun 26 05:52:11 2026] GET /v2.0/networks/75b1d989-8134-495d-8190-9c117ec6ceb5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/940] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:52:11 2026] GET /v2.0/ports?device_id=fce66c45-c040-4397-a87c-4db55de31614 => generated 969 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/941] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:52:11 2026] GET /v2.0/security-groups?id=5293254a-ba42-41f6-9878-8da7e9560f68&fields=id&fields=name => generated 113 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/942] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:52:11 2026] GET /v2.0/ports?device_id=3298035f-7c11-4abc-8869-73d6b1c1a063 => generated 971 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/943] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:52:11 2026] GET /v2.0/security-groups?id=e594f796-919b-4648-9595-b8e65aec393b&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/944] 199.204.45.78 () {34 vars in 993 bytes} [Fri Jun 26 05:52:11 2026] GET /v2.0/ports?device_id=3298035f-7c11-4abc-8869-73d6b1c1a063 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/945] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:52:11 2026] GET /v2.0/ports?device_id=2f61a596-c71c-4b38-871d-d9fb158d6bb5 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/946] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:52:11 2026] GET /v2.0/security-groups?id=eff207bd-68d5-4686-ac53-93eb472934cd&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:52:11.760 8 INFO neutron_taas.services.taas.taas_plugin [req-a0a6b73c-9777-4828-b1ec-b5d373c4408e req-be74f1b0-f069-4b59-9adf-c3c414df06fd d3b5940215f446dfb45c7e54e2f04bce 8b6bd32863db422b889e24f2543beec2 - - default default] TaaS: Handle Delete Port: ee39444b-7d29-4ac2-b606-f18b805db8d0 2026-06-26 05:52:11.763 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a0a6b73c-9777-4828-b1ec-b5d373c4408e req-be74f1b0-f069-4b59-9adf-c3c414df06fd d3b5940215f446dfb45c7e54e2f04bce 8b6bd32863db422b889e24f2543beec2 - - default default] Tap Mirror: Handle Delete Port: ee39444b-7d29-4ac2-b606-f18b805db8d0 [pid: 8|app: 0|req: 479/947] 199.204.45.78 () {36 vars in 996 bytes} [Fri Jun 26 05:52:11 2026] DELETE /v2.0/ports/ee39444b-7d29-4ac2-b606-f18b805db8d0 => generated 0 bytes in 271 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:52:11.975 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-04975744-bf46-49c9-9607-127697706b11'] response: {'server_uuid': '3298035f-7c11-4abc-8869-73d6b1c1a063', 'name': 'network-vif-deleted', 'tag': 'ee39444b-7d29-4ac2-b606-f18b805db8d0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 469/948] 199.204.45.78 () {34 vars in 1079 bytes} [Fri Jun 26 05:52:12 2026] GET /v2.0/ports?tenant_id=2ef0989a585e408694846e7f43da3825&device_id=2f61a596-c71c-4b38-871d-d9fb158d6bb5 => 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: 480/949] 199.204.45.78 () {34 vars in 985 bytes} [Fri Jun 26 05:52:12 2026] GET /v2.0/networks?id=75b1d989-8134-495d-8190-9c117ec6ceb5 => generated 779 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/950] 199.204.45.78 () {34 vars in 1059 bytes} [Fri Jun 26 05:52:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=59fb9d2b-2a16-478c-b424-ae1ee56e164f => generated 861 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/951] 199.204.45.78 () {34 vars in 983 bytes} [Fri Jun 26 05:52:12 2026] GET /v2.0/subnets?id=6a231330-7e04-4cb9-b933-fe2307df5d72 => generated 701 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/952] 199.204.45.78 () {34 vars in 1051 bytes} [Fri Jun 26 05:52:12 2026] GET /v2.0/ports?network_id=75b1d989-8134-495d-8190-9c117ec6ceb5&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/953] 199.204.45.78 () {34 vars in 1011 bytes} [Fri Jun 26 05:52:12 2026] GET /v2.0/networks/75b1d989-8134-495d-8190-9c117ec6ceb5?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/954] 199.204.45.78 () {34 vars in 1111 bytes} [Fri Jun 26 05:52:12 2026] GET /v2.0/networks/75b1d989-8134-495d-8190-9c117ec6ceb5?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: 483/955] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:52:12 2026] GET /v2.0/ports?device_id=fce66c45-c040-4397-a87c-4db55de31614 => generated 969 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/956] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:52:12 2026] GET /v2.0/security-groups?id=5293254a-ba42-41f6-9878-8da7e9560f68&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: 484/957] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:52:12 2026] GET /v2.0/ports?device_id=3298035f-7c11-4abc-8869-73d6b1c1a063 => 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: 474/958] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:52:12 2026] GET /v2.0/ports?device_id=2f61a596-c71c-4b38-871d-d9fb158d6bb5 => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/959] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:52:12 2026] GET /v2.0/security-groups?id=eff207bd-68d5-4686-ac53-93eb472934cd&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: 475/960] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:52:13 2026] GET /v2.0/ports?device_id=fce66c45-c040-4397-a87c-4db55de31614 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/961] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:52:13 2026] GET /v2.0/security-groups?id=5293254a-ba42-41f6-9878-8da7e9560f68&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: 476/962] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:52:13 2026] GET /v2.0/ports?device_id=3298035f-7c11-4abc-8869-73d6b1c1a063 => 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: 487/963] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:52:13 2026] GET /v2.0/ports?device_id=2f61a596-c71c-4b38-871d-d9fb158d6bb5 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/964] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:52:13 2026] GET /v2.0/security-groups?id=eff207bd-68d5-4686-ac53-93eb472934cd&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: 488/965] 199.204.45.78 () {34 vars in 993 bytes} [Fri Jun 26 05:52:14 2026] GET /v2.0/ports?device_id=2f61a596-c71c-4b38-871d-d9fb158d6bb5 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:52:14.237 7 INFO neutron_taas.services.taas.taas_plugin [req-18a59e1a-bbe2-4561-9798-e76d78cbe951 req-0d837ef3-cede-41dd-b839-07a8ada87259 8acb1a07eafa4bdebf742c58db735ed0 2ef0989a585e408694846e7f43da3825 - - default default] TaaS: Handle Delete Port: 59fb9d2b-2a16-478c-b424-ae1ee56e164f 2026-06-26 05:52:14.240 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-18a59e1a-bbe2-4561-9798-e76d78cbe951 req-0d837ef3-cede-41dd-b839-07a8ada87259 8acb1a07eafa4bdebf742c58db735ed0 2ef0989a585e408694846e7f43da3825 - - default default] Tap Mirror: Handle Delete Port: 59fb9d2b-2a16-478c-b424-ae1ee56e164f 2026-06-26 05:52:14.401 7 INFO neutron.db.l3_db [req-18a59e1a-bbe2-4561-9798-e76d78cbe951 req-0d837ef3-cede-41dd-b839-07a8ada87259 8acb1a07eafa4bdebf742c58db735ed0 2ef0989a585e408694846e7f43da3825 - - default default] Floating IP 6d36dcad-6337-4e63-8409-d24586316daa disassociated. External IP: 10.96.250.218, port: 59fb9d2b-2a16-478c-b424-ae1ee56e164f. [pid: 8|app: 0|req: 489/966] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:52:14 2026] GET /v2.0/security-groups?tenant_id=a9d684310bc84d8fa83cfcd3a239e68a&name=default => generated 2925 bytes in 306 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/967] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:52:14 2026] DELETE /v2.0/security-groups/b811ef3c-25ca-4792-a1aa-c91e9c303075 => 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: 478/968] 199.204.45.78 () {36 vars in 996 bytes} [Fri Jun 26 05:52:14 2026] DELETE /v2.0/ports/59fb9d2b-2a16-478c-b424-ae1ee56e164f => generated 0 bytes in 669 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:52:14.839 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1609ac5a-ba20-4e21-95e6-fdf48b1d6b10'] response: {'server_uuid': '2f61a596-c71c-4b38-871d-d9fb158d6bb5', 'name': 'network-vif-deleted', 'tag': '59fb9d2b-2a16-478c-b424-ae1ee56e164f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 491/969] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:52:14 2026] GET /v2.0/ports?device_id=fce66c45-c040-4397-a87c-4db55de31614 => generated 971 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/970] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:52:14 2026] GET /v2.0/ports?device_id=3298035f-7c11-4abc-8869-73d6b1c1a063 => 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: 480/971] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:52:14 2026] GET /v2.0/security-groups?id=5293254a-ba42-41f6-9878-8da7e9560f68&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: 492/972] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:52:14 2026] GET /v2.0/security-groups?tenant_id=93921e57ce694a4493208327cba66ee2&name=default => generated 2925 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/973] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:52:15 2026] GET /v2.0/ports?device_id=2f61a596-c71c-4b38-871d-d9fb158d6bb5 => 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: 481/974] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:52:15 2026] DELETE /v2.0/security-groups/5ca4dd4c-15fd-4cc1-abb5-42480181b93c => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/975] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:52:16 2026] GET /v2.0/ports?device_id=fce66c45-c040-4397-a87c-4db55de31614 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/976] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:52:16 2026] GET /v2.0/security-groups?id=5293254a-ba42-41f6-9878-8da7e9560f68&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/977] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:52:16 2026] GET /v2.0/ports?device_id=2f61a596-c71c-4b38-871d-d9fb158d6bb5 => 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: 483/978] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:52:16 2026] GET /v2.0/ports?device_id=fce66c45-c040-4397-a87c-4db55de31614 => generated 971 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:52:16.784 8 INFO neutron.db.l3_db [None req-44b2fbc7-cd60-4966-b352-cc004a2cdb45 c18135196f354fbaa1cae04ba2fda17d 87a5a60e061c45b2adf4e62edeaedef8 - - default default] Floating IP eeec13f9-9570-4a7c-9398-1ebe14f2d8b5 associated. External IP: 10.96.250.208, port: 2d9d5fc6-bae2-47fb-ac41-3e3d96bbfcaa. [pid: 8|app: 0|req: 496/981] 10.0.0.147 () {34 vars in 749 bytes} [Fri Jun 26 05:52:16 2026] PUT /v2.0/floatingips/eeec13f9-9570-4a7c-9398-1ebe14f2d8b5 => generated 855 bytes in 768 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:52:17.176 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cd7efd61-7c26-4d52-bf8b-f11e6b5e1dca'] response: {'name': 'network-changed', 'server_uuid': 'fce66c45-c040-4397-a87c-4db55de31614', 'tag': '2d9d5fc6-bae2-47fb-ac41-3e3d96bbfcaa', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 486/982] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:52:17 2026] GET /v2.0/ports?device_id=fce66c45-c040-4397-a87c-4db55de31614 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/983] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:52:17 2026] GET /v2.0/security-groups?id=5293254a-ba42-41f6-9878-8da7e9560f68&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/984] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:52:17 2026] GET /v2.0/ports?device_id=2f61a596-c71c-4b38-871d-d9fb158d6bb5 => 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: 499/985] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:52:17 2026] GET /v2.0/ports?device_id=fce66c45-c040-4397-a87c-4db55de31614 => 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: 500/986] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:52:17 2026] GET /v2.0/security-groups?id=5293254a-ba42-41f6-9878-8da7e9560f68&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:52:17.649 7 INFO neutron_taas.services.taas.taas_plugin [None req-e0298e79-e605-4b88-8f81-948c6bcb74da 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] TaaS: Handle Delete Port: 1fc6114e-ee47-4939-9b76-30b1dff37e45 2026-06-26 05:52:17.652 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e0298e79-e605-4b88-8f81-948c6bcb74da 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Tap Mirror: Handle Delete Port: 1fc6114e-ee47-4939-9b76-30b1dff37e45 [pid: 8|app: 0|req: 501/987] 199.204.45.78 () {34 vars in 1079 bytes} [Fri Jun 26 05:52:17 2026] GET /v2.0/ports?tenant_id=87a5a60e061c45b2adf4e62edeaedef8&device_id=fce66c45-c040-4397-a87c-4db55de31614 => generated 1240 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/988] 199.204.45.78 () {34 vars in 985 bytes} [Fri Jun 26 05:52:17 2026] GET /v2.0/networks?id=126fb646-ba77-4f8c-b1ac-61111f4b8bce => generated 771 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/989] 199.204.45.78 () {34 vars in 1057 bytes} [Fri Jun 26 05:52:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=2d9d5fc6-bae2-47fb-ac41-3e3d96bbfcaa => generated 858 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/990] 199.204.45.78 () {34 vars in 983 bytes} [Fri Jun 26 05:52:17 2026] GET /v2.0/subnets?id=8929bf36-df11-49c6-b2f7-e40dcbcf5e77 => generated 693 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/991] 199.204.45.78 () {34 vars in 1051 bytes} [Fri Jun 26 05:52:17 2026] GET /v2.0/ports?network_id=126fb646-ba77-4f8c-b1ac-61111f4b8bce&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/992] 199.204.45.78 () {34 vars in 1011 bytes} [Fri Jun 26 05:52:17 2026] GET /v2.0/networks/126fb646-ba77-4f8c-b1ac-61111f4b8bce?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/993] 199.204.45.78 () {34 vars in 1111 bytes} [Fri Jun 26 05:52:17 2026] GET /v2.0/networks/126fb646-ba77-4f8c-b1ac-61111f4b8bce?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/994] 10.0.0.147 () {34 vars in 789 bytes} [Fri Jun 26 05:52:17 2026] PUT /v2.0/routers/dcac6f03-aea9-4d76-b42d-7fcf8598d02d/remove_router_interface => generated 309 bytes in 1011 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:52:18.544 8 INFO neutron_taas.services.taas.taas_plugin [None req-21cfe3d3-9b06-4175-b7c6-5323d19aa9da 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] TaaS: Handle Delete Port: 53007d2d-6c39-429a-a167-2388f6d3280f 2026-06-26 05:52:18.547 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-21cfe3d3-9b06-4175-b7c6-5323d19aa9da 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Tap Mirror: Handle Delete Port: 53007d2d-6c39-429a-a167-2388f6d3280f [pid: 7|app: 0|req: 488/995] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:52:18 2026] DELETE /v2.0/security-groups/eff207bd-68d5-4686-ac53-93eb472934cd => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 05:52:18.598 7 INFO neutron.api.v2.resource [None req-11c0b1a6-e124-4635-9beb-2a89d13a91da 8acb1a07eafa4bdebf742c58db735ed0 2ef0989a585e408694846e7f43da3825 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 489/996] 10.0.0.147 () {32 vars in 737 bytes} [Fri Jun 26 05:52:18 2026] GET /v2.0/security-groups/eff207bd-68d5-4686-ac53-93eb472934cd => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-26 05:52:18.733 7 INFO neutron_taas.services.taas.taas_plugin [None req-a9eaaaf8-20d8-448e-aa1c-899657e45130 8acb1a07eafa4bdebf742c58db735ed0 2ef0989a585e408694846e7f43da3825 - - default default] TaaS: Handle Delete Port: 61c0a407-b201-4a37-8fbf-b1c35bcd0de2 2026-06-26 05:52:18.747 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a9eaaaf8-20d8-448e-aa1c-899657e45130 8acb1a07eafa4bdebf742c58db735ed0 2ef0989a585e408694846e7f43da3825 - - default default] Tap Mirror: Handle Delete Port: 61c0a407-b201-4a37-8fbf-b1c35bcd0de2 2026-06-26 05:52:18.786 8 INFO neutron_taas.services.taas.taas_plugin [None req-21cfe3d3-9b06-4175-b7c6-5323d19aa9da 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] TaaS: Handle Delete Port: 269b152c-9c61-41b3-9553-c0f12fd4113d 2026-06-26 05:52:18.788 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-21cfe3d3-9b06-4175-b7c6-5323d19aa9da 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Tap Mirror: Handle Delete Port: 269b152c-9c61-41b3-9553-c0f12fd4113d [pid: 7|app: 0|req: 490/997] 10.0.0.147 () {32 vars in 732 bytes} [Fri Jun 26 05:52:18 2026] DELETE /v2.0/floatingips/6d36dcad-6337-4e63-8409-d24586316daa => generated 0 bytes in 296 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/998] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:52:18 2026] GET /v2.0/ports?device_id=fce66c45-c040-4397-a87c-4db55de31614 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/999] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:52:18 2026] GET /v2.0/security-groups?id=5293254a-ba42-41f6-9878-8da7e9560f68&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:52:19.169 8 INFO neutron.services.segments.plugin [-] Segment 02d1c9c7-8d54-4e51-a85d-6b9556f51d98 resource provider aggregate not found 2026-06-26 05:52:19.181 8 INFO neutron.services.segments.plugin [-] Segment 02d1c9c7-8d54-4e51-a85d-6b9556f51d98 resource provider aggregate not found 2026-06-26 05:52:19.198 8 INFO neutron.services.segments.plugin [-] Segment 02d1c9c7-8d54-4e51-a85d-6b9556f51d98 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02d1c9c7-8d54-4e51-a85d-6b9556f51d98 found for delete ", "request_id": "req-d0eb9d00-11f5-4fa9-bbca-177c6d5eb3b9"}]} 2026-06-26 05:52:19.199 8 INFO neutron.services.segments.plugin [-] Segment 02d1c9c7-8d54-4e51-a85d-6b9556f51d98 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02d1c9c7-8d54-4e51-a85d-6b9556f51d98 found for delete ", "request_id": "req-13ff1294-5401-40fd-872c-3e80ccac2cf9"}]} 2026-06-26 05:52:19.206 8 INFO neutron.db.l3_hamode_db [None req-21cfe3d3-9b06-4175-b7c6-5323d19aa9da 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] HA network 3f772932-aba0-4b50-b8c0-150b60b3fac1 was deleted as no HA routers are present in tenant 8b6bd32863db422b889e24f2543beec2. [pid: 8|app: 0|req: 508/1000] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:52:18 2026] DELETE /v2.0/routers/dcac6f03-aea9-4d76-b42d-7fcf8598d02d => generated 0 bytes in 948 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1001] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:52:19 2026] DELETE /v2.0/subnets/8f234ed5-7053-4d05-ba62-b48c8f1bc23a => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:52:19.423 7 INFO neutron_taas.services.taas.taas_plugin [None req-5cd7d0ce-9ec3-4198-85e7-66296fd8f1fd 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] TaaS: Handle Delete Port: 2bcd378d-2eb9-498e-a838-a859d89fda76 2026-06-26 05:52:19.425 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5cd7d0ce-9ec3-4198-85e7-66296fd8f1fd 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Tap Mirror: Handle Delete Port: 2bcd378d-2eb9-498e-a838-a859d89fda76 2026-06-26 05:52:19.545 8 INFO neutron_taas.services.taas.taas_plugin [None req-4c9db4e0-a47b-4557-85c4-fbfec9aeeb84 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] TaaS: Handle Delete Port: a03dc6d7-18b4-464d-8c54-4715530499c3 2026-06-26 05:52:19.548 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4c9db4e0-a47b-4557-85c4-fbfec9aeeb84 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Tap Mirror: Handle Delete Port: a03dc6d7-18b4-464d-8c54-4715530499c3 [pid: 8|app: 0|req: 510/1002] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 05:52:19 2026] DELETE /v2.0/networks/70531289-24c9-4dc5-88c7-0b5fa04121f9 => generated 0 bytes in 362 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1003] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:52:20 2026] GET /v2.0/security-groups?tenant_id=8b6bd32863db422b889e24f2543beec2&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/1004] 10.0.0.147 () {34 vars in 789 bytes} [Fri Jun 26 05:52:18 2026] PUT /v2.0/routers/ec920475-19a1-4704-8b58-886bd76737ce/remove_router_interface => generated 309 bytes in 1090 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/1005] 199.204.45.78 () {34 vars in 993 bytes} [Fri Jun 26 05:52:20 2026] GET /v2.0/ports?device_id=fce66c45-c040-4397-a87c-4db55de31614 => 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: 512/1006] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:52:20 2026] GET /v2.0/ports?device_id=fce66c45-c040-4397-a87c-4db55de31614 => generated 971 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/1007] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:52:20 2026] DELETE /v2.0/security-groups/e594f796-919b-4648-9595-b8e65aec393b => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 05:52:20.341 7 INFO neutron_taas.services.taas.taas_plugin [req-1402af08-8f27-4537-a880-ebb82ec53378 req-22ada9d1-93f9-45a4-9bb4-8e8c4e70fffc c18135196f354fbaa1cae04ba2fda17d 87a5a60e061c45b2adf4e62edeaedef8 - - default default] TaaS: Handle Delete Port: 2d9d5fc6-bae2-47fb-ac41-3e3d96bbfcaa 2026-06-26 05:52:20.344 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-1402af08-8f27-4537-a880-ebb82ec53378 req-22ada9d1-93f9-45a4-9bb4-8e8c4e70fffc c18135196f354fbaa1cae04ba2fda17d 87a5a60e061c45b2adf4e62edeaedef8 - - default default] Tap Mirror: Handle Delete Port: 2d9d5fc6-bae2-47fb-ac41-3e3d96bbfcaa 2026-06-26 05:52:20.430 8 INFO neutron_taas.services.taas.taas_plugin [None req-e89df2e4-4792-4f8e-b529-be75aa526277 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] TaaS: Handle Delete Port: 4b9cd322-ee9f-4ebc-9bf1-30cc3a8b6074 2026-06-26 05:52:20.433 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e89df2e4-4792-4f8e-b529-be75aa526277 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Tap Mirror: Handle Delete Port: 4b9cd322-ee9f-4ebc-9bf1-30cc3a8b6074 2026-06-26 05:52:20.476 7 INFO neutron.db.l3_db [req-1402af08-8f27-4537-a880-ebb82ec53378 req-22ada9d1-93f9-45a4-9bb4-8e8c4e70fffc c18135196f354fbaa1cae04ba2fda17d 87a5a60e061c45b2adf4e62edeaedef8 - - default default] Floating IP eeec13f9-9570-4a7c-9398-1ebe14f2d8b5 disassociated. External IP: 10.96.250.208, port: 2d9d5fc6-bae2-47fb-ac41-3e3d96bbfcaa. 2026-06-26 05:52:20.775 8 INFO neutron_taas.services.taas.taas_plugin [None req-e89df2e4-4792-4f8e-b529-be75aa526277 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] TaaS: Handle Delete Port: 42f2bba7-4adb-4dcb-a5a9-36ca60e50120 2026-06-26 05:52:20.778 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e89df2e4-4792-4f8e-b529-be75aa526277 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Tap Mirror: Handle Delete Port: 42f2bba7-4adb-4dcb-a5a9-36ca60e50120 [pid: 7|app: 0|req: 496/1008] 199.204.45.78 () {36 vars in 996 bytes} [Fri Jun 26 05:52:20 2026] DELETE /v2.0/ports/2d9d5fc6-bae2-47fb-ac41-3e3d96bbfcaa => generated 0 bytes in 706 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/1009] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:52:20 2026] GET /v2.0/security-groups?id=5293254a-ba42-41f6-9878-8da7e9560f68&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:52:20.990 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-34a9ff3b-836b-4fdd-b179-42225e9f8397'] response: {'server_uuid': 'fce66c45-c040-4397-a87c-4db55de31614', 'name': 'network-vif-deleted', 'tag': '2d9d5fc6-bae2-47fb-ac41-3e3d96bbfcaa', 'status': 'completed', 'code': 200} 2026-06-26 05:52:21.210 8 INFO neutron.db.l3_hamode_db [None req-e89df2e4-4792-4f8e-b529-be75aa526277 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] HA network fbc6e94e-5fde-4e83-954f-7f3eed622ac2 was deleted as no HA routers are present in tenant 2ef0989a585e408694846e7f43da3825. [pid: 8|app: 0|req: 513/1010] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:52:20 2026] DELETE /v2.0/routers/ec920475-19a1-4704-8b58-886bd76737ce => generated 0 bytes in 1082 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 05:52:21.225 8 INFO neutron.services.segments.plugin [-] Segment 05b165b3-8b32-4f16-8c21-88ad174d7e0f resource provider aggregate not found 2026-06-26 05:52:21.234 8 INFO neutron.services.segments.plugin [-] Segment 05b165b3-8b32-4f16-8c21-88ad174d7e0f resource provider aggregate not found 2026-06-26 05:52:21.259 8 INFO neutron.services.segments.plugin [-] Segment 05b165b3-8b32-4f16-8c21-88ad174d7e0f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05b165b3-8b32-4f16-8c21-88ad174d7e0f found for delete ", "request_id": "req-631f406b-88fb-40cc-b926-efdd9dbb4560"}]} 2026-06-26 05:52:21.265 8 INFO neutron.services.segments.plugin [-] Segment 05b165b3-8b32-4f16-8c21-88ad174d7e0f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05b165b3-8b32-4f16-8c21-88ad174d7e0f found for delete ", "request_id": "req-2c7024f0-f297-4de9-b7e0-18761cd622f1"}]} 2026-06-26 05:52:21.282 8 INFO neutron.services.segments.plugin [-] Segment 354d0808-c880-4f7a-af50-8d9d142ec98e resource provider aggregate not found 2026-06-26 05:52:21.291 8 INFO neutron.services.segments.plugin [-] Segment 354d0808-c880-4f7a-af50-8d9d142ec98e resource provider aggregate not found 2026-06-26 05:52:21.309 8 INFO neutron.services.segments.plugin [-] Segment 354d0808-c880-4f7a-af50-8d9d142ec98e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 354d0808-c880-4f7a-af50-8d9d142ec98e found for delete ", "request_id": "req-ec954b66-3291-4c0d-99e6-185fc69c3e92"}]} 2026-06-26 05:52:21.310 8 INFO neutron.services.segments.plugin [-] Segment 354d0808-c880-4f7a-af50-8d9d142ec98e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 354d0808-c880-4f7a-af50-8d9d142ec98e found for delete ", "request_id": "req-7a54ab7c-80e6-454f-93d8-238c8b689454"}]} [pid: 7|app: 0|req: 498/1011] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:52:21 2026] DELETE /v2.0/subnets/6a231330-7e04-4cb9-b933-fe2307df5d72 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:52:21.523 8 INFO neutron_taas.services.taas.taas_plugin [None req-fde71dab-8738-4d28-a23c-f4d633c84348 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] TaaS: Handle Delete Port: e6a0bae2-7b21-4d44-ba87-36042d6dd0e9 2026-06-26 05:52:21.526 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fde71dab-8738-4d28-a23c-f4d633c84348 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Tap Mirror: Handle Delete Port: e6a0bae2-7b21-4d44-ba87-36042d6dd0e9 [pid: 8|app: 0|req: 514/1012] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 05:52:21 2026] DELETE /v2.0/networks/75b1d989-8134-495d-8190-9c117ec6ceb5 => generated 0 bytes in 325 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/1013] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:52:21 2026] GET /v2.0/security-groups?tenant_id=2ef0989a585e408694846e7f43da3825&name=default => generated 2921 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/1014] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:52:22 2026] GET /v2.0/ports?device_id=fce66c45-c040-4397-a87c-4db55de31614 => 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: 515/1015] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:52:21 2026] DELETE /v2.0/security-groups/5ed12d73-ca44-46e5-9474-4027392b831c => 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: 501/1016] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:52:22 2026] GET /v2.0/security-groups?tenant_id=020fa22a74fe492fa81d3cb35c67ec1d&name=default => generated 2925 bytes in 299 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1017] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:52:22 2026] DELETE /v2.0/security-groups/e50544c3-2e42-4df9-be0c-18d169420979 => 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: 502/1018] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:52:23 2026] GET /v2.0/ports?device_id=fce66c45-c040-4397-a87c-4db55de31614 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:52:23.342 8 INFO neutron.services.segments.plugin [-] Segment 4179619d-8047-46ae-b4c1-b40caa1392c3 resource provider aggregate not found 2026-06-26 05:52:23.354 8 INFO neutron.services.segments.plugin [-] Segment 4179619d-8047-46ae-b4c1-b40caa1392c3 resource provider aggregate not found 2026-06-26 05:52:23.376 8 INFO neutron.services.segments.plugin [-] Segment 4179619d-8047-46ae-b4c1-b40caa1392c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4179619d-8047-46ae-b4c1-b40caa1392c3 found for delete ", "request_id": "req-36511539-dc22-484f-b5df-c6ef475d7cab"}]} 2026-06-26 05:52:23.381 8 INFO neutron.services.segments.plugin [-] Segment 4179619d-8047-46ae-b4c1-b40caa1392c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4179619d-8047-46ae-b4c1-b40caa1392c3 found for delete ", "request_id": "req-1515b2b7-4f28-4e53-94c6-2c5f544bb91e"}]} [pid: 8|app: 0|req: 517/1019] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:52:23 2026] GET /v2.0/security-groups?tenant_id=1523490f580a450d9db89a495fb9918a&name=default => generated 2925 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/1020] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:52:23 2026] DELETE /v2.0/security-groups/d6526b10-7ea7-4bba-bd71-5ee8714173f1 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1021] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:52:24 2026] DELETE /v2.0/security-groups/5293254a-ba42-41f6-9878-8da7e9560f68 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 05:52:24.402 7 INFO neutron.api.v2.resource [None req-7a581bea-2606-45e5-8c57-32b762d2921b c18135196f354fbaa1cae04ba2fda17d 87a5a60e061c45b2adf4e62edeaedef8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 504/1022] 10.0.0.147 () {32 vars in 737 bytes} [Fri Jun 26 05:52:24 2026] GET /v2.0/security-groups/5293254a-ba42-41f6-9878-8da7e9560f68 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-26 05:52:24.528 8 INFO neutron_taas.services.taas.taas_plugin [None req-63d74d56-5d21-47b5-9d3e-b1ab58eb5ce0 c18135196f354fbaa1cae04ba2fda17d 87a5a60e061c45b2adf4e62edeaedef8 - - default default] TaaS: Handle Delete Port: 9ceeebe6-f896-4acc-bcd2-e71632943673 2026-06-26 05:52:24.532 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-63d74d56-5d21-47b5-9d3e-b1ab58eb5ce0 c18135196f354fbaa1cae04ba2fda17d 87a5a60e061c45b2adf4e62edeaedef8 - - default default] Tap Mirror: Handle Delete Port: 9ceeebe6-f896-4acc-bcd2-e71632943673 [pid: 8|app: 0|req: 519/1023] 10.0.0.147 () {32 vars in 732 bytes} [Fri Jun 26 05:52:24 2026] DELETE /v2.0/floatingips/eeec13f9-9570-4a7c-9398-1ebe14f2d8b5 => generated 0 bytes in 285 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 05:52:25.108 7 INFO neutron_taas.services.taas.taas_plugin [None req-b93c898a-d138-45b2-ac93-e27151311552 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] TaaS: Handle Delete Port: f4d93c7a-82f6-41b4-bff9-f7a0e0361b84 2026-06-26 05:52:25.111 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b93c898a-d138-45b2-ac93-e27151311552 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Tap Mirror: Handle Delete Port: f4d93c7a-82f6-41b4-bff9-f7a0e0361b84 2026-06-26 05:52:25.536 8 INFO neutron.db.segments_db [None req-86cb28ab-4a03-4c43-be64-4763070604b8 9e84009617f54909bb5c402c60813408 1c622e86e4b54430a6e24dead5fe5c75 - - default default] Added segment a9226ab5-e4cd-4e1b-b3e2-b28eecc27ef2 of type vxlan for network 24549bf8-bb01-4f2e-ba8f-3e3983ba58de [pid: 8|app: 0|req: 520/1024] 10.0.0.147 () {34 vars in 670 bytes} [Fri Jun 26 05:52:25 2026] POST /v2.0/networks => generated 649 bytes in 389 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/1025] 10.0.0.147 () {34 vars in 789 bytes} [Fri Jun 26 05:52:24 2026] PUT /v2.0/routers/db4de18a-ee32-494a-8351-c45259785d81/remove_router_interface => generated 309 bytes in 986 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1026] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:52:25 2026] GET /v2.0/security-groups?tenant_id=a0ffa2e89acc432d8c17b0c8b5dbe18f&name=default => generated 2925 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/1027] 10.0.0.147 () {34 vars in 669 bytes} [Fri Jun 26 05:52:25 2026] POST /v2.0/subnets => generated 627 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-26 05:52:26.012 8 INFO neutron_taas.services.taas.taas_plugin [None req-c214c2d6-2a49-409c-a5b9-5f02fc16e49b 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] TaaS: Handle Delete Port: eab8b4e0-a84e-4603-8137-78fe5d34c512 2026-06-26 05:52:26.015 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c214c2d6-2a49-409c-a5b9-5f02fc16e49b 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Tap Mirror: Handle Delete Port: eab8b4e0-a84e-4603-8137-78fe5d34c512 [pid: 7|app: 0|req: 507/1028] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:52:25 2026] DELETE /v2.0/security-groups/0bf602da-a9a6-41c2-ac4a-db1c3ed0f948 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 05:52:26.101 7 INFO neutron.db.segments_db [None req-ddd02120-5165-4871-b109-e549a780cc87 9e84009617f54909bb5c402c60813408 1c622e86e4b54430a6e24dead5fe5c75 - - default default] Added segment 63af8f04-6027-4e5b-b633-280124f03d4d of type vxlan for network 796d42b5-3ac4-4d06-9dc0-58aa8a0124f8 2026-06-26 05:52:26.324 8 INFO neutron_taas.services.taas.taas_plugin [None req-c214c2d6-2a49-409c-a5b9-5f02fc16e49b 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] TaaS: Handle Delete Port: bdab8bf1-5329-4fd2-9a1f-260f0d216c0c 2026-06-26 05:52:26.328 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c214c2d6-2a49-409c-a5b9-5f02fc16e49b 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Tap Mirror: Handle Delete Port: bdab8bf1-5329-4fd2-9a1f-260f0d216c0c 2026-06-26 05:52:26.559 7 INFO neutron.db.l3_hamode_db [None req-ddd02120-5165-4871-b109-e549a780cc87 9e84009617f54909bb5c402c60813408 1c622e86e4b54430a6e24dead5fe5c75 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-26 05:52:26.705 8 INFO neutron.services.segments.plugin [-] Segment 92118306-d62b-4a31-b6de-d413ea59e2ae resource provider aggregate not found 2026-06-26 05:52:26.712 8 INFO neutron.services.segments.plugin [-] Segment 92118306-d62b-4a31-b6de-d413ea59e2ae resource provider aggregate not found 2026-06-26 05:52:26.731 8 INFO neutron.services.segments.plugin [-] Segment 92118306-d62b-4a31-b6de-d413ea59e2ae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 92118306-d62b-4a31-b6de-d413ea59e2ae found for delete ", "request_id": "req-b0d2dd08-030c-4e33-9f2e-27117f72276a"}]} 2026-06-26 05:52:26.731 8 INFO neutron.services.segments.plugin [-] Segment 92118306-d62b-4a31-b6de-d413ea59e2ae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 92118306-d62b-4a31-b6de-d413ea59e2ae found for delete ", "request_id": "req-5fb8c69e-0dad-425c-bafc-36bdbd7bd153"}]} 2026-06-26 05:52:26.746 8 INFO neutron.db.l3_hamode_db [None req-c214c2d6-2a49-409c-a5b9-5f02fc16e49b 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] HA network 3ab4678d-c425-412e-98d5-48a1f0b8b22a was deleted as no HA routers are present in tenant 87a5a60e061c45b2adf4e62edeaedef8. [pid: 8|app: 0|req: 522/1029] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:52:25 2026] DELETE /v2.0/routers/db4de18a-ee32-494a-8351-c45259785d81 => generated 0 bytes in 968 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1030] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:52:26 2026] DELETE /v2.0/subnets/8929bf36-df11-49c6-b2f7-e40dcbcf5e77 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:52:27.009 8 INFO neutron_taas.services.taas.taas_plugin [None req-ea9749c3-71b7-46c2-9168-4c3813a8d3f8 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] TaaS: Handle Delete Port: 8de36b67-deac-4e59-aa00-8a55a54e8806 2026-06-26 05:52:27.012 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea9749c3-71b7-46c2-9168-4c3813a8d3f8 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Tap Mirror: Handle Delete Port: 8de36b67-deac-4e59-aa00-8a55a54e8806 [pid: 8|app: 0|req: 524/1031] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 05:52:26 2026] DELETE /v2.0/networks/126fb646-ba77-4f8c-b1ac-61111f4b8bce => generated 0 bytes in 298 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1032] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:52:27 2026] GET /v2.0/security-groups?tenant_id=87a5a60e061c45b2adf4e62edeaedef8&name=default => generated 2925 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1033] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:52:27 2026] DELETE /v2.0/security-groups/8af97194-7197-43ed-8e56-48325ccc6231 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 05:52:28.149 7 INFO neutron.db.l3_hamode_db [None req-ddd02120-5165-4871-b109-e549a780cc87 9e84009617f54909bb5c402c60813408 1c622e86e4b54430a6e24dead5fe5c75 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-26 05:52:28.757 8 INFO neutron.services.segments.plugin [-] Segment 74a594d9-c98d-4ac4-8a27-2982c1c70f39 resource provider aggregate not found 2026-06-26 05:52:28.761 8 INFO neutron.services.segments.plugin [-] Segment 74a594d9-c98d-4ac4-8a27-2982c1c70f39 resource provider aggregate not found 2026-06-26 05:52:28.779 8 INFO neutron.services.segments.plugin [-] Segment 74a594d9-c98d-4ac4-8a27-2982c1c70f39 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 74a594d9-c98d-4ac4-8a27-2982c1c70f39 found for delete ", "request_id": "req-08073e4f-9264-4865-bce6-70867a7f29fb"}]} 2026-06-26 05:52:28.780 8 INFO neutron.services.segments.plugin [-] Segment 74a594d9-c98d-4ac4-8a27-2982c1c70f39 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 74a594d9-c98d-4ac4-8a27-2982c1c70f39 found for delete ", "request_id": "req-43c6d71a-476b-4371-971f-ac237266d5ff"}]} [pid: 7|app: 0|req: 508/1034] 10.0.0.147 () {34 vars in 669 bytes} [Fri Jun 26 05:52:26 2026] POST /v2.0/routers => generated 694 bytes in 3140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-26 05:52:29.813 7 INFO neutron.db.segments_db [None req-0942d575-c79b-4d75-a1e5-4948fdc567bd 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Added segment c356c8db-b304-41ab-b605-6c6caaa00abe of type vxlan for network 11b8df65-6f5a-4723-bb41-49e65be3d6f7 [pid: 7|app: 0|req: 509/1035] 10.0.0.147 () {34 vars in 671 bytes} [Fri Jun 26 05:52:29 2026] POST /v2.0/networks => generated 744 bytes in 443 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/1036] 10.0.0.147 () {34 vars in 669 bytes} [Fri Jun 26 05:52:29 2026] POST /v2.0/subnets => generated 691 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-26 05:52:30.173 7 INFO neutron.db.segments_db [None req-7ba2405a-1674-4621-8c03-3d7fdf215cf3 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Added segment 2adf375c-fc7e-4c53-a688-5a957a8dedcb of type vxlan for network f394e00b-e0fb-4232-af80-c74bd18213be 2026-06-26 05:52:30.457 7 INFO neutron.db.l3_hamode_db [None req-7ba2405a-1674-4621-8c03-3d7fdf215cf3 376eb91bb3db4cd281d1129467b2848b 6a97727c56574516be793d5082c8aa6b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 527/1037] 10.0.0.147 () {34 vars in 783 bytes} [Fri Jun 26 05:52:29 2026] PUT /v2.0/routers/287451af-54f6-482c-8af4-c83ab2c33000/add_router_interface => generated 309 bytes in 1613 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1038] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:52:30 2026] GET /v2.0/security-groups?tenant_id=f626802bfbaa4abba4d191bc9b21559c&name=default => generated 2925 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-26 05:52:31.229 7 INFO neutron.db.l3_hamode_db [None req-7ba2405a-1674-4621-8c03-3d7fdf215cf3 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 529/1039] 10.0.0.147 () {34 vars in 665 bytes} [Fri Jun 26 05:52:31 2026] POST /v2.0/ports => generated 954 bytes in 466 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: 530/1040] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:52:31 2026] DELETE /v2.0/security-groups/49afa8aa-5332-418d-b5de-468e8b768b27 => 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: 531/1041] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:52:31 2026] GET /v2.0/security-groups?tenant_id=2207e36b42ce4de6a330a0972410dd27&name=default => generated 2925 bytes in 207 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/1042] 10.0.0.147 () {34 vars in 669 bytes} [Fri Jun 26 05:52:30 2026] POST /v2.0/routers => generated 731 bytes in 2021 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1045] 10.0.0.147 () {34 vars in 665 bytes} [Fri Jun 26 05:52:31 2026] POST /v2.0/ports => generated 958 bytes in 378 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 514/1046] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:52:32 2026] GET /v2.0/security-groups?tenant_id=a550d99453da495d93e5556aa887728d&name=default => generated 2925 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1047] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:52:32 2026] DELETE /v2.0/security-groups/56da8003-6f46-4373-b195-85ebea3d420a => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 05:52:33.577 8 INFO neutron.db.l3_db [None req-92c82bfa-7d76-4418-9616-6440e3a86eca 9e84009617f54909bb5c402c60813408 1c622e86e4b54430a6e24dead5fe5c75 - - default default] Floating IP cd893d6c-80d0-4bac-b2d0-8a1e6e78a6a2 associated. External IP: 10.96.250.216, port: 4db29d31-6715-4db7-adad-d2e9d92b6a5a. [pid: 7|app: 0|req: 515/1048] 10.0.0.147 () {34 vars in 783 bytes} [Fri Jun 26 05:52:32 2026] PUT /v2.0/routers/04814c2c-2e9e-422d-87de-413ad5599dff/add_router_interface => generated 309 bytes in 1343 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1049] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:52:33 2026] DELETE /v2.0/security-groups/93de5622-ab1c-4224-8b48-2cf0652b5fea => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1050] 10.0.0.147 () {34 vars in 677 bytes} [Fri Jun 26 05:52:32 2026] POST /v2.0/floatingips => generated 842 bytes in 1721 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-26 05:52:34.173 7 INFO neutron.db.l3_db [None req-09b239d2-f00e-4be4-b15d-70ca5f823882 9e84009617f54909bb5c402c60813408 1c622e86e4b54430a6e24dead5fe5c75 - - default default] Floating IP cd893d6c-80d0-4bac-b2d0-8a1e6e78a6a2 disassociated. External IP: 10.96.250.216, port: 4db29d31-6715-4db7-adad-d2e9d92b6a5a. [pid: 8|app: 0|req: 535/1051] 10.0.0.147 () {34 vars in 685 bytes} [Fri Jun 26 05:52:34 2026] POST /v2.0/security-groups => generated 1660 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1052] 10.0.0.147 () {34 vars in 749 bytes} [Fri Jun 26 05:52:34 2026] PUT /v2.0/floatingips/cd893d6c-80d0-4bac-b2d0-8a1e6e78a6a2 => generated 552 bytes in 534 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1053] 10.0.0.147 () {34 vars in 695 bytes} [Fri Jun 26 05:52:34 2026] POST /v2.0/security-group-rules => generated 597 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-26 05:52:34.673 7 INFO neutron_taas.services.taas.taas_plugin [None req-b748f534-cf38-41f9-b306-dbb54b16fcaa 9e84009617f54909bb5c402c60813408 1c622e86e4b54430a6e24dead5fe5c75 - - default default] TaaS: Handle Delete Port: a6fd6ec9-615f-4b59-ad63-51dd74641240 2026-06-26 05:52:34.676 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b748f534-cf38-41f9-b306-dbb54b16fcaa 9e84009617f54909bb5c402c60813408 1c622e86e4b54430a6e24dead5fe5c75 - - default default] Tap Mirror: Handle Delete Port: a6fd6ec9-615f-4b59-ad63-51dd74641240 [pid: 8|app: 0|req: 537/1054] 10.0.0.147 () {34 vars in 695 bytes} [Fri Jun 26 05:52:34 2026] POST /v2.0/security-group-rules => generated 602 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/1055] 10.0.0.147 () {32 vars in 732 bytes} [Fri Jun 26 05:52:34 2026] DELETE /v2.0/floatingips/cd893d6c-80d0-4bac-b2d0-8a1e6e78a6a2 => generated 0 bytes in 264 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1056] 10.0.0.147 () {34 vars in 676 bytes} [Fri Jun 26 05:52:34 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) 2026-06-26 05:52:35.743 7 INFO neutron.db.l3_db [None req-51870497-7926-41f5-8fb3-c253065b6823 9e84009617f54909bb5c402c60813408 1c622e86e4b54430a6e24dead5fe5c75 - - default default] Floating IP 0edda686-3d0f-46bb-ae47-fa1dd48da5fa associated. External IP: 10.96.250.219, port: 9f5b88fd-9b0a-402a-ae48-7d0e3dbccb3b. 2026-06-26 05:52:35.837 8 INFO neutron.db.segments_db [None req-f6dd44e5-0c3d-4215-a4cc-399b9c9f512f fd4c9d252b984bfcb0ff6a0f1e1ec3e7 48b9dfa68243414e9a70515f769d1f5e - - default default] Added segment 2eed13a7-75bf-4f55-a09f-aa8942da68a5 of type vxlan for network b635f96d-f299-46dd-991d-e33e52a2223a [pid: 8|app: 0|req: 539/1057] 10.0.0.147 () {34 vars in 671 bytes} [Fri Jun 26 05:52:35 2026] POST /v2.0/networks => generated 633 bytes in 422 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1058] 10.0.0.206 () {34 vars in 1098 bytes} [Fri Jun 26 05:52:35 2026] GET /v2.0/security-groups?name=tempest-securitygroup--640120253&fields=id&tenant_id=6a97727c56574516be793d5082c8aa6b => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:52:36.026 8 INFO neutron.db.segments_db [None req-94011dd1-2820-4139-83ea-38ced896b0da fd4c9d252b984bfcb0ff6a0f1e1ec3e7 48b9dfa68243414e9a70515f769d1f5e - - default default] Added segment f67a055f-cf70-4113-b612-317bc0f1d826 of type vxlan for network 9a39b881-816d-4d0e-954e-37aabc09f9d9 [pid: 7|app: 0|req: 519/1059] 10.0.0.147 () {34 vars in 677 bytes} [Fri Jun 26 05:52:34 2026] POST /v2.0/floatingips => generated 841 bytes in 1334 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1060] 10.0.0.206 () {34 vars in 982 bytes} [Fri Jun 26 05:52:36 2026] GET /v2.0/networks?id=11b8df65-6f5a-4723-bb41-49e65be3d6f7 => generated 676 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1061] 10.0.0.147 () {32 vars in 729 bytes} [Fri Jun 26 05:52:36 2026] GET /v2.0/floatingips/0edda686-3d0f-46bb-ae47-fa1dd48da5fa => generated 841 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1062] 10.0.0.206 () {34 vars in 965 bytes} [Fri Jun 26 05:52:36 2026] GET /v2.0/quotas/6a97727c56574516be793d5082c8aa6b => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:52:36.369 8 INFO neutron.db.l3_hamode_db [None req-94011dd1-2820-4139-83ea-38ced896b0da fd4c9d252b984bfcb0ff6a0f1e1ec3e7 48b9dfa68243414e9a70515f769d1f5e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 523/1063] 10.0.0.147 () {32 vars in 655 bytes} [Fri Jun 26 05:52:36 2026] GET /v2.0/floatingips => generated 844 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1064] 10.0.0.206 () {34 vars in 1002 bytes} [Fri Jun 26 05:52:36 2026] GET /v2.0/ports?tenant_id=6a97727c56574516be793d5082c8aa6b&fields=id => generated 103 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:52:36.900 7 INFO neutron.db.l3_db [None req-4c646698-918f-49f5-8e8d-2a7bb5c29ba2 9e84009617f54909bb5c402c60813408 1c622e86e4b54430a6e24dead5fe5c75 - - default default] Floating IP 0edda686-3d0f-46bb-ae47-fa1dd48da5fa associated. External IP: 10.96.250.219, port: 9f5b88fd-9b0a-402a-ae48-7d0e3dbccb3b. 2026-06-26 05:52:37.361 8 INFO neutron.db.l3_hamode_db [None req-94011dd1-2820-4139-83ea-38ced896b0da fd4c9d252b984bfcb0ff6a0f1e1ec3e7 48b9dfa68243414e9a70515f769d1f5e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 525/1065] 10.0.0.147 () {34 vars in 749 bytes} [Fri Jun 26 05:52:36 2026] PUT /v2.0/floatingips/0edda686-3d0f-46bb-ae47-fa1dd48da5fa => generated 842 bytes in 1200 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1066] 10.0.0.206 () {34 vars in 1008 bytes} [Fri Jun 26 05:52:37 2026] GET /v2.0/networks/11b8df65-6f5a-4723-bb41-49e65be3d6f7?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:52:37.864 7 INFO neutron.db.l3_db [None req-25b69847-8baf-4466-a3c9-6153b05c8227 9e84009617f54909bb5c402c60813408 1c622e86e4b54430a6e24dead5fe5c75 - - default default] Floating IP 0edda686-3d0f-46bb-ae47-fa1dd48da5fa disassociated. External IP: 10.96.250.219, port: 4db29d31-6715-4db7-adad-d2e9d92b6a5a. [pid: 7|app: 0|req: 527/1067] 10.0.0.147 () {34 vars in 749 bytes} [Fri Jun 26 05:52:37 2026] PUT /v2.0/floatingips/0edda686-3d0f-46bb-ae47-fa1dd48da5fa => generated 552 bytes in 458 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1068] 10.0.0.206 () {34 vars in 1108 bytes} [Fri Jun 26 05:52:38 2026] GET /v2.0/networks/11b8df65-6f5a-4723-bb41-49e65be3d6f7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:52:38.344 7 INFO neutron_taas.services.taas.taas_plugin [None req-78fae183-e8b6-4d09-8a23-fa2cda289046 9e84009617f54909bb5c402c60813408 1c622e86e4b54430a6e24dead5fe5c75 - - default default] TaaS: Handle Delete Port: 78609a10-f5cc-404f-b179-2296849b282c 2026-06-26 05:52:38.347 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-78fae183-e8b6-4d09-8a23-fa2cda289046 9e84009617f54909bb5c402c60813408 1c622e86e4b54430a6e24dead5fe5c75 - - default default] Tap Mirror: Handle Delete Port: 78609a10-f5cc-404f-b179-2296849b282c [pid: 8|app: 0|req: 541/1069] 10.0.0.147 () {34 vars in 669 bytes} [Fri Jun 26 05:52:35 2026] POST /v2.0/routers => generated 695 bytes in 2438 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1070] 10.0.0.147 () {32 vars in 776 bytes} [Fri Jun 26 05:52:38 2026] GET /v2.0/subnets?project_id=48b9dfa68243414e9a70515f769d1f5e&cidr=10.100.0.0%2F28 => generated 14 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1071] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:52:38 2026] GET /v2.0/ports?device_id=f2af1899-d4f5-46c2-879c-d81107127a26 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1072] 10.0.0.147 () {32 vars in 732 bytes} [Fri Jun 26 05:52:38 2026] DELETE /v2.0/floatingips/0edda686-3d0f-46bb-ae47-fa1dd48da5fa => generated 0 bytes in 311 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1073] 10.0.0.147 () {32 vars in 694 bytes} [Fri Jun 26 05:52:38 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:52:38.570 7 INFO neutron.api.v2.resource [None req-ec5f44c5-5601-4b6d-86ad-fa554d66c422 9e84009617f54909bb5c402c60813408 1c622e86e4b54430a6e24dead5fe5c75 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 530/1074] 10.0.0.147 () {32 vars in 732 bytes} [Fri Jun 26 05:52:38 2026] DELETE /v2.0/floatingips/0edda686-3d0f-46bb-ae47-fa1dd48da5fa => generated 144 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1075] 10.0.0.147 () {32 vars in 784 bytes} [Fri Jun 26 05:52:38 2026] GET /v2.0/subnets?network_id=290ceaf9-db2b-4dc7-83e6-a43f536c21c0&cidr=10.100.0.0%2F28 => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:52:38.749 7 INFO neutron_taas.services.taas.taas_plugin [None req-2ef70acb-cda9-4833-9422-5beecc326937 9e84009617f54909bb5c402c60813408 1c622e86e4b54430a6e24dead5fe5c75 - - default default] TaaS: Handle Delete Port: 4db29d31-6715-4db7-adad-d2e9d92b6a5a 2026-06-26 05:52:38.752 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2ef70acb-cda9-4833-9422-5beecc326937 9e84009617f54909bb5c402c60813408 1c622e86e4b54430a6e24dead5fe5c75 - - default default] Tap Mirror: Handle Delete Port: 4db29d31-6715-4db7-adad-d2e9d92b6a5a [pid: 8|app: 0|req: 546/1076] 10.0.0.147 () {34 vars in 669 bytes} [Fri Jun 26 05:52:38 2026] POST /v2.0/subnets => generated 655 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1077] 10.0.0.147 () {32 vars in 720 bytes} [Fri Jun 26 05:52:38 2026] DELETE /v2.0/ports/4db29d31-6715-4db7-adad-d2e9d92b6a5a => generated 0 bytes in 374 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:52:39.094 7 INFO neutron_taas.services.taas.taas_plugin [None req-3d3630a8-3b3c-472a-aaab-04187645cd67 9e84009617f54909bb5c402c60813408 1c622e86e4b54430a6e24dead5fe5c75 - - default default] TaaS: Handle Delete Port: 9f5b88fd-9b0a-402a-ae48-7d0e3dbccb3b 2026-06-26 05:52:39.098 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3d3630a8-3b3c-472a-aaab-04187645cd67 9e84009617f54909bb5c402c60813408 1c622e86e4b54430a6e24dead5fe5c75 - - default default] Tap Mirror: Handle Delete Port: 9f5b88fd-9b0a-402a-ae48-7d0e3dbccb3b [pid: 7|app: 0|req: 532/1078] 10.0.0.147 () {32 vars in 720 bytes} [Fri Jun 26 05:52:38 2026] DELETE /v2.0/ports/9f5b88fd-9b0a-402a-ae48-7d0e3dbccb3b => generated 0 bytes in 279 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1079] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:52:39 2026] GET /v2.0/security-groups?tenant_id=c56d9f95ae6943f59e744a2f00e881ba&name=default => generated 2925 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1080] 10.0.0.147 () {32 vars in 736 bytes} [Fri Jun 26 05:52:39 2026] GET /v2.0/ports?device_id=287451af-54f6-482c-8af4-c83ab2c33000 => generated 958 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1081] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:52:39 2026] DELETE /v2.0/security-groups/a0b55d90-f10f-4c28-88af-a34f4e422ed4 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 05:52:40.130 7 INFO neutron_taas.services.taas.taas_plugin [None req-93c392b2-c86c-4e52-8e94-a95f8c7a1875 9e84009617f54909bb5c402c60813408 1c622e86e4b54430a6e24dead5fe5c75 - - default default] TaaS: Handle Delete Port: df2c1b60-1f6a-4448-ba99-026605294ced 2026-06-26 05:52:40.133 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-93c392b2-c86c-4e52-8e94-a95f8c7a1875 9e84009617f54909bb5c402c60813408 1c622e86e4b54430a6e24dead5fe5c75 - - default default] Tap Mirror: Handle Delete Port: df2c1b60-1f6a-4448-ba99-026605294ced [pid: 8|app: 0|req: 547/1082] 10.0.0.147 () {34 vars in 783 bytes} [Fri Jun 26 05:52:38 2026] PUT /v2.0/routers/10d702b6-6eda-4aed-bec7-6191aa839fc7/add_router_interface => generated 309 bytes in 1464 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1083] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:52:40 2026] GET /v2.0/ports?device_id=f2af1899-d4f5-46c2-879c-d81107127a26 => 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: 549/1084] 10.0.0.147 () {32 vars in 649 bytes} [Fri Jun 26 05:52:40 2026] GET /v2.0/networks => generated 6515 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1085] 10.0.0.147 () {32 vars in 647 bytes} [Fri Jun 26 05:52:40 2026] GET /v2.0/subnets => generated 5153 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1086] 10.0.0.147 () {32 vars in 647 bytes} [Fri Jun 26 05:52:40 2026] GET /v2.0/routers => generated 2189 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1087] 10.0.0.147 () {34 vars in 789 bytes} [Fri Jun 26 05:52:39 2026] PUT /v2.0/routers/287451af-54f6-482c-8af4-c83ab2c33000/remove_router_interface => generated 309 bytes in 1014 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1088] 10.0.0.147 () {34 vars in 685 bytes} [Fri Jun 26 05:52:40 2026] POST /v2.0/security-groups => generated 1673 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-26 05:52:40.911 8 INFO neutron_taas.services.taas.taas_plugin [None req-4b989857-9fb2-4a8f-8eeb-419c5fbf6edf 9e84009617f54909bb5c402c60813408 1c622e86e4b54430a6e24dead5fe5c75 - - default default] TaaS: Handle Delete Port: 57d8e0eb-503e-4d08-9f2a-2e427e8e1dc8 2026-06-26 05:52:40.914 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4b989857-9fb2-4a8f-8eeb-419c5fbf6edf 9e84009617f54909bb5c402c60813408 1c622e86e4b54430a6e24dead5fe5c75 - - default default] Tap Mirror: Handle Delete Port: 57d8e0eb-503e-4d08-9f2a-2e427e8e1dc8 [pid: 7|app: 0|req: 538/1089] 10.0.0.147 () {34 vars in 695 bytes} [Fri Jun 26 05:52:40 2026] POST /v2.0/security-group-rules => generated 597 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1090] 10.0.0.147 () {34 vars in 695 bytes} [Fri Jun 26 05:52:41 2026] POST /v2.0/security-group-rules => generated 596 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-26 05:52:41.173 8 INFO neutron_taas.services.taas.taas_plugin [None req-4b989857-9fb2-4a8f-8eeb-419c5fbf6edf 9e84009617f54909bb5c402c60813408 1c622e86e4b54430a6e24dead5fe5c75 - - default default] TaaS: Handle Delete Port: b092f503-8859-4d2a-bb10-1a012cafcf75 2026-06-26 05:52:41.176 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4b989857-9fb2-4a8f-8eeb-419c5fbf6edf 9e84009617f54909bb5c402c60813408 1c622e86e4b54430a6e24dead5fe5c75 - - default default] Tap Mirror: Handle Delete Port: b092f503-8859-4d2a-bb10-1a012cafcf75 [pid: 7|app: 0|req: 540/1091] 10.0.0.147 () {34 vars in 695 bytes} [Fri Jun 26 05:52:41 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: 541/1092] 10.0.0.147 () {34 vars in 695 bytes} [Fri Jun 26 05:52:41 2026] POST /v2.0/security-group-rules => generated 601 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-26 05:52:41.500 7 INFO neutron.db.securitygroups_db [None req-99016f95-1a30-48da-ba5c-6461f90a917b fd4c9d252b984bfcb0ff6a0f1e1ec3e7 48b9dfa68243414e9a70515f769d1f5e - - default default] Project 48b9dfa68243414e9a70515f769d1f5e added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-06-26 05:52:41.564 8 INFO neutron.services.segments.plugin [-] Segment 63af8f04-6027-4e5b-b633-280124f03d4d resource provider aggregate not found 2026-06-26 05:52:41.569 8 INFO neutron.services.segments.plugin [-] Segment 63af8f04-6027-4e5b-b633-280124f03d4d resource provider aggregate not found 2026-06-26 05:52:41.592 8 INFO neutron.services.segments.plugin [-] Segment 63af8f04-6027-4e5b-b633-280124f03d4d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 63af8f04-6027-4e5b-b633-280124f03d4d found for delete ", "request_id": "req-d0bf74d9-b225-4b03-bbdf-cf73cf05101d"}]} 2026-06-26 05:52:41.596 8 INFO neutron.services.segments.plugin [-] Segment 63af8f04-6027-4e5b-b633-280124f03d4d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 63af8f04-6027-4e5b-b633-280124f03d4d found for delete ", "request_id": "req-e47d25e3-819e-4f33-876a-c68c9d80cd1e"}]} [pid: 7|app: 0|req: 542/1093] 10.0.0.147 () {34 vars in 695 bytes} [Fri Jun 26 05:52:41 2026] POST /v2.0/security-group-rules => generated 607 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-26 05:52:41.615 8 INFO neutron.db.l3_hamode_db [None req-4b989857-9fb2-4a8f-8eeb-419c5fbf6edf 9e84009617f54909bb5c402c60813408 1c622e86e4b54430a6e24dead5fe5c75 - - default default] HA network 796d42b5-3ac4-4d06-9dc0-58aa8a0124f8 was deleted as no HA routers are present in tenant 1c622e86e4b54430a6e24dead5fe5c75. [pid: 7|app: 0|req: 543/1094] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:52:41 2026] GET /v2.0/ports?device_id=f2af1899-d4f5-46c2-879c-d81107127a26 => 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: 552/1095] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:52:40 2026] DELETE /v2.0/routers/287451af-54f6-482c-8af4-c83ab2c33000 => generated 0 bytes in 949 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 05:52:41.681 8 INFO neutron.db.securitygroups_db [None req-832265ea-c4cd-4d6a-9a23-f18a3dae5b29 fd4c9d252b984bfcb0ff6a0f1e1ec3e7 48b9dfa68243414e9a70515f769d1f5e - - default default] Project 48b9dfa68243414e9a70515f769d1f5e 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: 553/1096] 10.0.0.147 () {34 vars in 695 bytes} [Fri Jun 26 05:52:41 2026] POST /v2.0/security-group-rules => generated 606 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-26 05:52:41.885 7 INFO neutron.db.segments_db [None req-b077d9db-e6c8-4a28-948c-de1bb485e750 3cebaad143a94f648f47a9116ed51371 f159abe4190040bbb276b9aff240a5f3 - - default default] Added segment ccc5b792-df0f-4c22-bbce-42fe596ce175 of type vxlan for network fa9b8f15-480d-4604-8bd1-2fef3d266917 [pid: 8|app: 0|req: 554/1097] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:52:41 2026] DELETE /v2.0/subnets/b375c026-3810-4604-802e-5f3fd5b70ae3 => 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: 544/1098] 10.0.0.147 () {34 vars in 670 bytes} [Fri Jun 26 05:52:41 2026] POST /v2.0/networks => generated 648 bytes in 343 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1099] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 05:52:41 2026] DELETE /v2.0/networks/24549bf8-bb01-4f2e-ba8f-3e3983ba58de => generated 0 bytes in 105 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1100] 10.0.0.147 () {32 vars in 649 bytes} [Fri Jun 26 05:52:42 2026] GET /v2.0/networks => generated 1298 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1101] 10.0.0.206 () {34 vars in 1098 bytes} [Fri Jun 26 05:52:42 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-636368717&fields=id&tenant_id=48b9dfa68243414e9a70515f769d1f5e => 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: 547/1102] 10.0.0.206 () {34 vars in 982 bytes} [Fri Jun 26 05:52:42 2026] GET /v2.0/networks?id=b635f96d-f299-46dd-991d-e33e52a2223a => generated 661 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1103] 10.0.0.206 () {34 vars in 965 bytes} [Fri Jun 26 05:52:42 2026] GET /v2.0/quotas/48b9dfa68243414e9a70515f769d1f5e => 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: 549/1104] 10.0.0.206 () {34 vars in 1002 bytes} [Fri Jun 26 05:52:42 2026] GET /v2.0/ports?tenant_id=48b9dfa68243414e9a70515f769d1f5e&fields=id => generated 103 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1105] 10.0.0.147 () {34 vars in 669 bytes} [Fri Jun 26 05:52:42 2026] POST /v2.0/subnets => generated 673 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1106] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:52:42 2026] GET /v2.0/ports?device_id=f2af1899-d4f5-46c2-879c-d81107127a26 => 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: 558/1107] 10.0.0.206 () {34 vars in 1008 bytes} [Fri Jun 26 05:52:42 2026] GET /v2.0/networks/b635f96d-f299-46dd-991d-e33e52a2223a?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1108] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:52:42 2026] GET /v2.0/security-groups?tenant_id=1c622e86e4b54430a6e24dead5fe5c75&name=default => generated 2925 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1109] 199.204.45.78 () {34 vars in 985 bytes} [Fri Jun 26 05:52:42 2026] GET /v2.0/networks?id=11b8df65-6f5a-4723-bb41-49e65be3d6f7 => generated 676 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1110] 10.0.0.206 () {34 vars in 1108 bytes} [Fri Jun 26 05:52:42 2026] GET /v2.0/networks/b635f96d-f299-46dd-991d-e33e52a2223a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:52:42.942 7 INFO neutron.db.segments_db [None req-e903f230-6ef2-4934-aec1-314114e7299f 3cebaad143a94f648f47a9116ed51371 f159abe4190040bbb276b9aff240a5f3 - - default default] Added segment fc1af5be-b142-44c3-a9d1-ebb75369c79a of type vxlan for network 97bf2d1c-3ff1-49c5-86c4-4418d725ca73 [pid: 8|app: 0|req: 561/1111] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:52:42 2026] DELETE /v2.0/security-groups/f5ec9b30-3079-4060-b398-0971529061ab => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1112] 10.0.0.147 () {34 vars in 670 bytes} [Fri Jun 26 05:52:42 2026] POST /v2.0/networks => generated 648 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1113] 199.204.45.78 () {34 vars in 1049 bytes} [Fri Jun 26 05:52:43 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=6a97727c56574516be793d5082c8aa6b => generated 180 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1114] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:52:43 2026] GET /v2.0/ports?device_id=669a3571-4802-4217-961d-03ab721842a6 => 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: 552/1115] 10.0.0.147 () {34 vars in 743 bytes} [Fri Jun 26 05:52:43 2026] PUT /v2.0/networks/97bf2d1c-3ff1-49c5-86c4-4418d725ca73 => generated 592 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1116] 10.0.0.147 () {34 vars in 669 bytes} [Fri Jun 26 05:52:43 2026] POST /v2.0/subnets => generated 646 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-26 05:52:43.633 8 INFO neutron.services.segments.plugin [-] Segment a9226ab5-e4cd-4e1b-b3e2-b28eecc27ef2 resource provider aggregate not found 2026-06-26 05:52:43.634 8 INFO neutron.services.segments.plugin [-] Segment a9226ab5-e4cd-4e1b-b3e2-b28eecc27ef2 resource provider aggregate not found 2026-06-26 05:52:43.661 8 INFO neutron.services.segments.plugin [-] Segment a9226ab5-e4cd-4e1b-b3e2-b28eecc27ef2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a9226ab5-e4cd-4e1b-b3e2-b28eecc27ef2 found for delete ", "request_id": "req-d4d4e4bb-deb3-4f55-a1eb-29af14ee6e18"}]} [pid: 7|app: 0|req: 554/1117] 10.0.0.147 () {34 vars in 741 bytes} [Fri Jun 26 05:52:43 2026] PUT /v2.0/subnets/01145cbd-f111-4d28-8125-b8c791674864 => generated 656 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:52:43.669 8 INFO neutron.services.segments.plugin [-] Segment a9226ab5-e4cd-4e1b-b3e2-b28eecc27ef2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a9226ab5-e4cd-4e1b-b3e2-b28eecc27ef2 found for delete ", "request_id": "req-5c506a37-123f-4ded-9d22-72ed2772157d"}]} [pid: 8|app: 0|req: 564/1118] 199.204.45.78 () {38 vars in 954 bytes} [Fri Jun 26 05:52:43 2026] POST /v2.0/ports => generated 954 bytes in 566 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-06-26 05:52:43.871 7 INFO neutron.services.segments.plugin [-] Segment fc1af5be-b142-44c3-a9d1-ebb75369c79a resource provider aggregate not found 2026-06-26 05:52:43.874 7 INFO neutron.services.segments.plugin [-] Segment fc1af5be-b142-44c3-a9d1-ebb75369c79a resource provider aggregate not found 2026-06-26 05:52:43.901 7 INFO neutron.services.segments.plugin [-] Segment fc1af5be-b142-44c3-a9d1-ebb75369c79a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc1af5be-b142-44c3-a9d1-ebb75369c79a found for delete ", "request_id": "req-69226ce9-ae48-4619-b126-a03425b22fdc"}]} 2026-06-26 05:52:43.905 7 INFO neutron.services.segments.plugin [-] Segment fc1af5be-b142-44c3-a9d1-ebb75369c79a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc1af5be-b142-44c3-a9d1-ebb75369c79a found for delete ", "request_id": "req-330a6db2-5a40-4779-8f51-e6072babcab9"}]} [pid: 7|app: 0|req: 555/1119] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 05:52:43 2026] DELETE /v2.0/networks/97bf2d1c-3ff1-49c5-86c4-4418d725ca73 => generated 0 bytes in 244 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1120] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:52:43 2026] GET /v2.0/ports?device_id=f2af1899-d4f5-46c2-879c-d81107127a26 => generated 957 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:52:44.021 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f083ceab-a737-4857-910a-1d09cce22c8a 3cebaad143a94f648f47a9116ed51371 f159abe4190040bbb276b9aff240a5f3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 557/1121] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 05:52:44 2026] DELETE /v2.0/networks/97bf2d1c-3ff1-49c5-86c4-4418d725ca73 => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1122] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:52:44 2026] GET /v2.0/security-groups?id=ad80d9f0-49ed-4446-8698-ddd7ea688ded&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: 559/1123] 10.0.0.147 () {32 vars in 694 bytes} [Fri Jun 26 05:52:44 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1124] 10.0.0.147 () {32 vars in 742 bytes} [Fri Jun 26 05:52:44 2026] GET /v2.0/subnets?network_id=290ceaf9-db2b-4dc7-83e6-a43f536c21c0 => generated 649 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1125] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:52:44 2026] GET /v2.0/ports?device_id=669a3571-4802-4217-961d-03ab721842a6 => 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: 562/1126] 10.0.0.147 () {32 vars in 653 bytes} [Fri Jun 26 05:52:44 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: 8|app: 0|req: 565/1127] 199.204.45.78 () {38 vars in 1027 bytes} [Fri Jun 26 05:52:43 2026] PUT /v2.0/ports/8ac5486c-0f7c-447e-8f45-5117c556413b => generated 1235 bytes in 630 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1128] 10.0.0.147 () {32 vars in 649 bytes} [Fri Jun 26 05:52:44 2026] GET /v2.0/networks => generated 1313 bytes in 103 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-06-26 05:52:44.352 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c9e71a88-54d2-4154-9760-36a314996f2f'] response: {'name': 'network-changed', 'server_uuid': 'f2af1899-d4f5-46c2-879c-d81107127a26', 'tag': '8ac5486c-0f7c-447e-8f45-5117c556413b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 566/1129] 10.0.0.147 () {32 vars in 647 bytes} [Fri Jun 26 05:52:44 2026] GET /v2.0/subnets => generated 1312 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1130] 10.0.0.147 () {32 vars in 723 bytes} [Fri Jun 26 05:52:44 2026] GET /v2.0/networks/fa9b8f15-480d-4604-8bd1-2fef3d266917 => generated 673 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1131] 10.0.0.147 () {32 vars in 721 bytes} [Fri Jun 26 05:52:44 2026] GET /v2.0/subnets/6d59bdb0-766f-4629-80f6-1966fc8b6e9b => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:52:44.502 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2f1234c2-70f5-43b0-8e0f-7d177ab926e1 3cebaad143a94f648f47a9116ed51371 f159abe4190040bbb276b9aff240a5f3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 565/1132] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:52:44 2026] DELETE /v2.0/subnets/01145cbd-f111-4d28-8125-b8c791674864 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-26 05:52:44.533 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a51068b5-ee5b-418b-bc7b-6650a9c4c6ea 3cebaad143a94f648f47a9116ed51371 f159abe4190040bbb276b9aff240a5f3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 568/1133] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 05:52:44 2026] DELETE /v2.0/networks/97bf2d1c-3ff1-49c5-86c4-4418d725ca73 => generated 138 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1134] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:52:44 2026] DELETE /v2.0/subnets/6d59bdb0-766f-4629-80f6-1966fc8b6e9b => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1135] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 05:52:44 2026] DELETE /v2.0/networks/fa9b8f15-480d-4604-8bd1-2fef3d266917 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1136] 199.204.45.78 () {34 vars in 1079 bytes} [Fri Jun 26 05:52:44 2026] GET /v2.0/ports?tenant_id=6a97727c56574516be793d5082c8aa6b&device_id=f2af1899-d4f5-46c2-879c-d81107127a26 => 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: 570/1137] 199.204.45.78 () {34 vars in 1017 bytes} [Fri Jun 26 05:52:44 2026] GET /v2.0/networks?tenant_id=6a97727c56574516be793d5082c8aa6b&shared=False => generated 772 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1138] 199.204.45.78 () {34 vars in 929 bytes} [Fri Jun 26 05:52:44 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1139] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:52:45 2026] GET /v2.0/ports?device_id=f2af1899-d4f5-46c2-879c-d81107127a26 => generated 969 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1140] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:52:45 2026] GET /v2.0/security-groups?id=ad80d9f0-49ed-4446-8698-ddd7ea688ded&fields=id&fields=name => generated 113 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1141] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:52:45 2026] GET /v2.0/ports?device_id=669a3571-4802-4217-961d-03ab721842a6 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:52:45.377 8 INFO neutron.db.segments_db [None req-9350f1cb-0d2d-4fce-8568-5df81bb3741d 12810cf673434c0c8ee88cb656e5fd96 762f7d7eb6a14306988cb4a5b245e93f - - default default] Added segment ccb7619d-7e6a-47ce-a4e5-e3e0d295cad1 of type vxlan for network cf5f96c6-6cb9-412c-896b-76d6deaaefaf 2026-06-26 05:52:45.459 8 INFO neutron.db.segments_db [None req-9350f1cb-0d2d-4fce-8568-5df81bb3741d 12810cf673434c0c8ee88cb656e5fd96 762f7d7eb6a14306988cb4a5b245e93f - - default default] Added segment e922bd37-fbb7-4675-96cb-e96d408c6da5 of type vxlan for network 196f2b37-c74e-4c91-9e6b-4982ddde5ac8 [pid: 7|app: 0|req: 572/1142] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:52:45 2026] GET /v2.0/security-groups?tenant_id=f159abe4190040bbb276b9aff240a5f3&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1143] 10.0.0.147 () {34 vars in 670 bytes} [Fri Jun 26 05:52:45 2026] POST /v2.0/networks => generated 1245 bytes in 545 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1144] 10.0.0.147 () {32 vars in 649 bytes} [Fri Jun 26 05:52:45 2026] GET /v2.0/networks => generated 1844 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1145] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:52:45 2026] DELETE /v2.0/security-groups/43e78ded-a810-4815-a8aa-b9663c1e5906 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 05:52:45.682 8 INFO neutron.services.segments.plugin [-] Segment ccc5b792-df0f-4c22-bbce-42fe596ce175 resource provider aggregate not found 2026-06-26 05:52:45.695 8 INFO neutron.services.segments.plugin [-] Segment ccc5b792-df0f-4c22-bbce-42fe596ce175 resource provider aggregate not found 2026-06-26 05:52:45.707 8 INFO neutron.services.segments.plugin [-] Segment ccc5b792-df0f-4c22-bbce-42fe596ce175 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ccc5b792-df0f-4c22-bbce-42fe596ce175 found for delete ", "request_id": "req-168bfe3b-03d2-4c29-bb84-650bbe8bcb4c"}]} 2026-06-26 05:52:45.716 8 INFO neutron.services.segments.plugin [-] Segment ccc5b792-df0f-4c22-bbce-42fe596ce175 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ccc5b792-df0f-4c22-bbce-42fe596ce175 found for delete ", "request_id": "req-32ed5eea-ca31-497b-a896-27569583b5c2"}]} [pid: 8|app: 0|req: 573/1146] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 05:52:45 2026] DELETE /v2.0/networks/cf5f96c6-6cb9-412c-896b-76d6deaaefaf => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:52:45.963 7 INFO neutron.services.segments.plugin [-] Segment e922bd37-fbb7-4675-96cb-e96d408c6da5 resource provider aggregate not found 2026-06-26 05:52:45.968 7 INFO neutron.services.segments.plugin [-] Segment e922bd37-fbb7-4675-96cb-e96d408c6da5 resource provider aggregate not found 2026-06-26 05:52:45.988 7 INFO neutron.services.segments.plugin [-] Segment e922bd37-fbb7-4675-96cb-e96d408c6da5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e922bd37-fbb7-4675-96cb-e96d408c6da5 found for delete ", "request_id": "req-f5b292a0-2ca1-4416-8438-5c7c4a891d21"}]} 2026-06-26 05:52:45.989 7 INFO neutron.services.segments.plugin [-] Segment e922bd37-fbb7-4675-96cb-e96d408c6da5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e922bd37-fbb7-4675-96cb-e96d408c6da5 found for delete ", "request_id": "req-47318ee8-983e-4c45-8eab-eb085825c8c7"}]} [pid: 7|app: 0|req: 574/1147] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 05:52:45 2026] DELETE /v2.0/networks/196f2b37-c74e-4c91-9e6b-4982ddde5ac8 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1148] 10.0.0.147 () {32 vars in 649 bytes} [Fri Jun 26 05:52:46 2026] GET /v2.0/networks => generated 651 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1149] 199.204.45.78 () {34 vars in 1079 bytes} [Fri Jun 26 05:52:46 2026] GET /v2.0/ports?tenant_id=6a97727c56574516be793d5082c8aa6b&device_id=f2af1899-d4f5-46c2-879c-d81107127a26 => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1150] 199.204.45.78 () {34 vars in 1057 bytes} [Fri Jun 26 05:52:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=8ac5486c-0f7c-447e-8f45-5117c556413b => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:52:46.124 8 INFO neutron.db.segments_db [None req-33fa8229-c32d-472f-a390-ee0a020d9a5c 12810cf673434c0c8ee88cb656e5fd96 762f7d7eb6a14306988cb4a5b245e93f - - default default] Added segment 24da4691-d8bd-4830-a954-f981855c94a3 of type vxlan for network 6013a182-1ec7-4e39-95d3-e00d3b2f1c53 [pid: 7|app: 0|req: 577/1151] 199.204.45.78 () {34 vars in 983 bytes} [Fri Jun 26 05:52:46 2026] GET /v2.0/subnets?id=4b831cdd-8c0c-4833-a2f5-28a64f321597 => generated 694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1152] 199.204.45.78 () {34 vars in 1051 bytes} [Fri Jun 26 05:52:46 2026] GET /v2.0/ports?network_id=11b8df65-6f5a-4723-bb41-49e65be3d6f7&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1153] 10.0.0.147 () {34 vars in 670 bytes} [Fri Jun 26 05:52:46 2026] POST /v2.0/networks => generated 649 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1154] 199.204.45.78 () {34 vars in 1011 bytes} [Fri Jun 26 05:52:46 2026] GET /v2.0/networks/11b8df65-6f5a-4723-bb41-49e65be3d6f7?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:52:46.282 8 INFO neutron.db.segments_db [None req-2fe3731b-c5d3-48f4-82e2-f78af30c5d4c 12810cf673434c0c8ee88cb656e5fd96 762f7d7eb6a14306988cb4a5b245e93f - - default default] Added segment 2c0e63c0-2928-4ceb-bd0a-2a35b91c0528 of type vxlan for network 28f0dc56-b222-4d03-8722-9b9567d562f1 [pid: 7|app: 0|req: 580/1155] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:52:46 2026] GET /v2.0/ports?device_id=f2af1899-d4f5-46c2-879c-d81107127a26 => generated 969 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1156] 199.204.45.78 () {34 vars in 1111 bytes} [Fri Jun 26 05:52:46 2026] GET /v2.0/networks/11b8df65-6f5a-4723-bb41-49e65be3d6f7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1157] 10.0.0.147 () {34 vars in 670 bytes} [Fri Jun 26 05:52:46 2026] POST /v2.0/networks => generated 650 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1158] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:52:46 2026] GET /v2.0/ports?device_id=669a3571-4802-4217-961d-03ab721842a6 => 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: 582/1159] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:52:46 2026] GET /v2.0/security-groups?id=ad80d9f0-49ed-4446-8698-ddd7ea688ded&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: 578/1162] 10.0.0.147 () {34 vars in 665 bytes} [Fri Jun 26 05:52:46 2026] POST /v2.0/ports => generated 1505 bytes in 618 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1163] 10.0.0.147 () {32 vars in 643 bytes} [Fri Jun 26 05:52:47 2026] GET /v2.0/ports => generated 1505 bytes in 115 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-06-26 05:52:47.287 8 INFO neutron_taas.services.taas.taas_plugin [None req-10a6f613-51bd-4100-91f5-a42b9d3d53d3 12810cf673434c0c8ee88cb656e5fd96 762f7d7eb6a14306988cb4a5b245e93f - - default default] TaaS: Handle Delete Port: e66c5674-c8d9-442a-bacd-5d596856d1c6 2026-06-26 05:52:47.291 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-10a6f613-51bd-4100-91f5-a42b9d3d53d3 12810cf673434c0c8ee88cb656e5fd96 762f7d7eb6a14306988cb4a5b245e93f - - default default] Tap Mirror: Handle Delete Port: e66c5674-c8d9-442a-bacd-5d596856d1c6 [pid: 8|app: 0|req: 579/1164] 10.0.0.147 () {32 vars in 720 bytes} [Fri Jun 26 05:52:47 2026] DELETE /v2.0/ports/e66c5674-c8d9-442a-bacd-5d596856d1c6 => generated 0 bytes in 273 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:52:47.543 7 INFO neutron_taas.services.taas.taas_plugin [None req-5e3de170-19dc-4b9f-bb95-2a35a98a0bb4 12810cf673434c0c8ee88cb656e5fd96 762f7d7eb6a14306988cb4a5b245e93f - - default default] TaaS: Handle Delete Port: 75a6993d-291d-4d5b-92c9-389525f167b1 2026-06-26 05:52:47.546 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5e3de170-19dc-4b9f-bb95-2a35a98a0bb4 12810cf673434c0c8ee88cb656e5fd96 762f7d7eb6a14306988cb4a5b245e93f - - default default] Tap Mirror: Handle Delete Port: 75a6993d-291d-4d5b-92c9-389525f167b1 [pid: 7|app: 0|req: 586/1165] 10.0.0.147 () {32 vars in 720 bytes} [Fri Jun 26 05:52:47 2026] DELETE /v2.0/ports/75a6993d-291d-4d5b-92c9-389525f167b1 => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1166] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:52:47 2026] GET /v2.0/ports?device_id=f2af1899-d4f5-46c2-879c-d81107127a26 => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1167] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:52:47 2026] GET /v2.0/ports?device_id=669a3571-4802-4217-961d-03ab721842a6 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1168] 10.0.0.147 () {32 vars in 643 bytes} [Fri Jun 26 05:52:47 2026] GET /v2.0/ports => 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: 590/1169] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:52:47 2026] GET /v2.0/security-groups?id=ad80d9f0-49ed-4446-8698-ddd7ea688ded&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:52:47.727 8 INFO neutron.services.segments.plugin [-] Segment ccb7619d-7e6a-47ce-a4e5-e3e0d295cad1 resource provider aggregate not found 2026-06-26 05:52:47.734 8 INFO neutron.services.segments.plugin [-] Segment ccb7619d-7e6a-47ce-a4e5-e3e0d295cad1 resource provider aggregate not found 2026-06-26 05:52:47.751 8 INFO neutron.services.segments.plugin [-] Segment ccb7619d-7e6a-47ce-a4e5-e3e0d295cad1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ccb7619d-7e6a-47ce-a4e5-e3e0d295cad1 found for delete ", "request_id": "req-6c44b4f3-2311-4aa2-bb22-fc6b42684adb"}]} 2026-06-26 05:52:47.752 8 INFO neutron.services.segments.plugin [-] Segment ccb7619d-7e6a-47ce-a4e5-e3e0d295cad1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ccb7619d-7e6a-47ce-a4e5-e3e0d295cad1 found for delete ", "request_id": "req-08d1192a-673e-408f-9df8-8201bf20ef32"}]} 2026-06-26 05:52:47.771 7 INFO neutron.db.segments_db [None req-980629df-52d7-43c4-b827-658c56458acf 12810cf673434c0c8ee88cb656e5fd96 762f7d7eb6a14306988cb4a5b245e93f - - default default] Added segment fa045bf1-ff9e-4b2e-94c1-2adc95135133 of type vxlan for network 25d93ee3-0d9b-4a48-967a-e1101bfb61fd 2026-06-26 05:52:47.806 8 INFO neutron.db.segments_db [None req-1f646295-6ae7-42a8-ac37-d062b38d6c37 27f959b9905240fcb45c42949f4a9cbf 5ec4d064b15c46bbad641e181a4c6b0e - - default default] Added segment 3c3ad7f0-70b2-4c8c-ba38-a7ff34b8fbb2 of type vxlan for network ca3b70fe-016e-495b-be09-434aff648ba3 [pid: 7|app: 0|req: 591/1170] 10.0.0.147 () {34 vars in 670 bytes} [Fri Jun 26 05:52:47 2026] POST /v2.0/networks => generated 649 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1171] 10.0.0.147 () {34 vars in 670 bytes} [Fri Jun 26 05:52:47 2026] POST /v2.0/networks => generated 648 bytes in 452 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-26 05:52:47.895 7 INFO neutron.db.segments_db [None req-4630c510-4dd8-476d-87c8-6aa7b50eeabb 12810cf673434c0c8ee88cb656e5fd96 762f7d7eb6a14306988cb4a5b245e93f - - default default] Added segment a7e29ab3-29ad-4969-941e-4ea9957ca5f5 of type vxlan for network 65900e3f-b109-4b0c-afcd-035126ce4842 [pid: 7|app: 0|req: 592/1172] 10.0.0.147 () {34 vars in 670 bytes} [Fri Jun 26 05:52:47 2026] POST /v2.0/networks => generated 650 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1173] 10.0.0.147 () {34 vars in 665 bytes} [Fri Jun 26 05:52:47 2026] POST /v2.0/ports => generated 779 bytes in 254 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-06-26 05:52:48.206 8 INFO neutron.db.segments_db [None req-044f08a4-f366-45d6-9b33-4c1b28e81bf4 27f959b9905240fcb45c42949f4a9cbf 5ec4d064b15c46bbad641e181a4c6b0e - - default default] Added segment 8c963d35-7e68-4cb6-b306-5c8265e9a06c of type vxlan for network aec8d972-982c-43b1-b46a-89e2efe5172d [pid: 8|app: 0|req: 582/1174] 10.0.0.147 () {34 vars in 670 bytes} [Fri Jun 26 05:52:48 2026] POST /v2.0/networks => generated 635 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1175] 10.0.0.147 () {34 vars in 669 bytes} [Fri Jun 26 05:52:48 2026] POST /v2.0/subnets => generated 1273 bytes in 477 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1176] 10.0.0.147 () {32 vars in 647 bytes} [Fri Jun 26 05:52:48 2026] GET /v2.0/subnets => generated 1909 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1177] 10.0.0.147 () {34 vars in 669 bytes} [Fri Jun 26 05:52:48 2026] POST /v2.0/subnets => generated 646 bytes in 288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1178] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:52:48 2026] DELETE /v2.0/subnets/da892a27-82e1-4e3b-b87c-0a46cf3b185c => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1179] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:52:48 2026] DELETE /v2.0/subnets/241ddf18-46fd-48dc-8120-1a322b9a82be => generated 0 bytes in 110 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1180] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:52:48 2026] GET /v2.0/ports?device_id=669a3571-4802-4217-961d-03ab721842a6 => 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: 598/1181] 10.0.0.147 () {32 vars in 647 bytes} [Fri Jun 26 05:52:48 2026] GET /v2.0/subnets => generated 649 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1182] 10.0.0.147 () {34 vars in 665 bytes} [Fri Jun 26 05:52:48 2026] POST /v2.0/ports => generated 965 bytes in 296 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-06-26 05:52:48.914 7 INFO neutron.services.segments.plugin [-] Segment a7e29ab3-29ad-4969-941e-4ea9957ca5f5 resource provider aggregate not found 2026-06-26 05:52:48.923 7 INFO neutron.services.segments.plugin [-] Segment a7e29ab3-29ad-4969-941e-4ea9957ca5f5 resource provider aggregate not found 2026-06-26 05:52:48.942 7 INFO neutron.services.segments.plugin [-] Segment a7e29ab3-29ad-4969-941e-4ea9957ca5f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a7e29ab3-29ad-4969-941e-4ea9957ca5f5 found for delete ", "request_id": "req-a984e534-c3e3-464d-a447-c19fe8f5925c"}]} 2026-06-26 05:52:48.943 7 INFO neutron.services.segments.plugin [-] Segment a7e29ab3-29ad-4969-941e-4ea9957ca5f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a7e29ab3-29ad-4969-941e-4ea9957ca5f5 found for delete ", "request_id": "req-18611cb8-2177-44a8-a6f1-f49185f98944"}]} [pid: 7|app: 0|req: 599/1183] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 05:52:48 2026] DELETE /v2.0/networks/65900e3f-b109-4b0c-afcd-035126ce4842 => 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: 585/1184] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:52:48 2026] GET /v2.0/ports?device_id=f2af1899-d4f5-46c2-879c-d81107127a26 => generated 971 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1185] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 05:52:48 2026] DELETE /v2.0/networks/25d93ee3-0d9b-4a48-967a-e1101bfb61fd => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:52:49.127 7 INFO neutron_taas.services.taas.taas_plugin [None req-fc6f769f-8c7f-4904-b750-e95ea781039f 27f959b9905240fcb45c42949f4a9cbf 5ec4d064b15c46bbad641e181a4c6b0e - - default default] TaaS: Handle Delete Port: a3a63c6a-7742-4cf0-8114-ea50ef697d66 2026-06-26 05:52:49.131 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fc6f769f-8c7f-4904-b750-e95ea781039f 27f959b9905240fcb45c42949f4a9cbf 5ec4d064b15c46bbad641e181a4c6b0e - - default default] Tap Mirror: Handle Delete Port: a3a63c6a-7742-4cf0-8114-ea50ef697d66 [pid: 8|app: 0|req: 587/1186] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:52:49 2026] GET /v2.0/security-groups?id=ad80d9f0-49ed-4446-8698-ddd7ea688ded&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: 600/1187] 10.0.0.147 () {32 vars in 720 bytes} [Fri Jun 26 05:52:48 2026] DELETE /v2.0/ports/a3a63c6a-7742-4cf0-8114-ea50ef697d66 => generated 0 bytes in 304 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:52:49.292 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cb2fdc80-e01b-40f4-af4f-14625e101646 27f959b9905240fcb45c42949f4a9cbf 5ec4d064b15c46bbad641e181a4c6b0e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 601/1188] 10.0.0.147 () {32 vars in 720 bytes} [Fri Jun 26 05:52:49 2026] DELETE /v2.0/ports/a3a63c6a-7742-4cf0-8114-ea50ef697d66 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1189] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 05:52:49 2026] DELETE /v2.0/networks/28f0dc56-b222-4d03-8722-9b9567d562f1 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:52:49.330 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b421cf0c-76dd-4c71-bbc5-7cd5ac9e83a8 27f959b9905240fcb45c42949f4a9cbf 5ec4d064b15c46bbad641e181a4c6b0e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 602/1190] 10.0.0.147 () {32 vars in 717 bytes} [Fri Jun 26 05:52:49 2026] GET /v2.0/ports/a3a63c6a-7742-4cf0-8114-ea50ef697d66 => generated 132 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1191] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:52:49 2026] DELETE /v2.0/subnets/fb7121f3-6572-40f5-ba27-0af04a3b7a43 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1192] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 05:52:49 2026] DELETE /v2.0/networks/6013a182-1ec7-4e39-95d3-e00d3b2f1c53 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1193] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 05:52:49 2026] DELETE /v2.0/networks/aec8d972-982c-43b1-b46a-89e2efe5172d => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:52:49.711 8 INFO neutron.db.segments_db [None req-1ea546af-d275-452f-b684-b412f8daf57b 27f959b9905240fcb45c42949f4a9cbf 5ec4d064b15c46bbad641e181a4c6b0e - - default default] Added segment c7351a71-af92-4a22-91fe-a0e2bd0d85a3 of type vxlan for network 0e338513-de75-4d4b-9be1-447e49a78142 2026-06-26 05:52:49.776 8 INFO neutron.services.segments.plugin [-] Segment fa045bf1-ff9e-4b2e-94c1-2adc95135133 resource provider aggregate not found 2026-06-26 05:52:49.782 8 INFO neutron.services.segments.plugin [-] Segment fa045bf1-ff9e-4b2e-94c1-2adc95135133 resource provider aggregate not found 2026-06-26 05:52:49.798 8 INFO neutron.services.segments.plugin [-] Segment fa045bf1-ff9e-4b2e-94c1-2adc95135133 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa045bf1-ff9e-4b2e-94c1-2adc95135133 found for delete ", "request_id": "req-961701ae-c299-4c25-87e0-84289e54488e"}]} 2026-06-26 05:52:49.806 8 INFO neutron.services.segments.plugin [-] Segment fa045bf1-ff9e-4b2e-94c1-2adc95135133 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa045bf1-ff9e-4b2e-94c1-2adc95135133 found for delete ", "request_id": "req-1d4aeeb9-bd27-4c83-860d-52d4b5507ba4"}]} 2026-06-26 05:52:49.821 8 INFO neutron.services.segments.plugin [-] Segment 2c0e63c0-2928-4ceb-bd0a-2a35b91c0528 resource provider aggregate not found 2026-06-26 05:52:49.827 8 INFO neutron.services.segments.plugin [-] Segment 2c0e63c0-2928-4ceb-bd0a-2a35b91c0528 resource provider aggregate not found [pid: 7|app: 0|req: 605/1194] 199.204.45.78 () {34 vars in 985 bytes} [Fri Jun 26 05:52:49 2026] GET /v2.0/networks?id=b635f96d-f299-46dd-991d-e33e52a2223a => generated 661 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:52:49.843 8 INFO neutron.services.segments.plugin [-] Segment 2c0e63c0-2928-4ceb-bd0a-2a35b91c0528 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c0e63c0-2928-4ceb-bd0a-2a35b91c0528 found for delete ", "request_id": "req-f499ce88-6eec-4293-a5f7-7734cc85c7d9"}]} 2026-06-26 05:52:49.851 8 INFO neutron.services.segments.plugin [-] Segment 2c0e63c0-2928-4ceb-bd0a-2a35b91c0528 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c0e63c0-2928-4ceb-bd0a-2a35b91c0528 found for delete ", "request_id": "req-846d7d6d-a0c2-4124-ba82-4dd9a81838b4"}]} [pid: 7|app: 0|req: 606/1195] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:52:49 2026] GET /v2.0/ports?device_id=669a3571-4802-4217-961d-03ab721842a6 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1196] 10.0.0.147 () {34 vars in 670 bytes} [Fri Jun 26 05:52:49 2026] POST /v2.0/networks => generated 635 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-26 05:52:49.875 8 INFO neutron.services.segments.plugin [-] Segment 24da4691-d8bd-4830-a954-f981855c94a3 resource provider aggregate not found 2026-06-26 05:52:49.883 8 INFO neutron.services.segments.plugin [-] Segment 24da4691-d8bd-4830-a954-f981855c94a3 resource provider aggregate not found [pid: 7|app: 0|req: 607/1197] 199.204.45.78 () {34 vars in 1049 bytes} [Fri Jun 26 05:52:49 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=48b9dfa68243414e9a70515f769d1f5e => generated 180 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:52:49.894 8 INFO neutron.services.segments.plugin [-] Segment 24da4691-d8bd-4830-a954-f981855c94a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24da4691-d8bd-4830-a954-f981855c94a3 found for delete ", "request_id": "req-76d45a3d-b484-4c6f-884d-b00db02ac9cf"}]} 2026-06-26 05:52:49.909 8 INFO neutron.services.segments.plugin [-] Segment 24da4691-d8bd-4830-a954-f981855c94a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24da4691-d8bd-4830-a954-f981855c94a3 found for delete ", "request_id": "req-68063f2c-c464-4c2d-a142-b606898efd1a"}]} [pid: 8|app: 0|req: 591/1198] 10.0.0.147 () {34 vars in 669 bytes} [Fri Jun 26 05:52:49 2026] POST /v2.0/subnets => generated 646 bytes in 310 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1199] 199.204.45.78 () {38 vars in 954 bytes} [Fri Jun 26 05:52:49 2026] POST /v2.0/ports => generated 958 bytes in 401 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1200] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:52:50 2026] GET /v2.0/security-groups?tenant_id=762f7d7eb6a14306988cb4a5b245e93f&name=default => generated 2925 bytes in 112 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: 593/1201] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:52:50 2026] GET /v2.0/ports?device_id=f2af1899-d4f5-46c2-879c-d81107127a26 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1202] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:52:50 2026] DELETE /v2.0/security-groups/ab23731c-6628-40b6-9b63-78defdd0f968 => 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: 609/1203] 10.0.0.147 () {34 vars in 665 bytes} [Fri Jun 26 05:52:50 2026] POST /v2.0/ports => generated 923 bytes in 363 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1204] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:52:50 2026] GET /v2.0/security-groups?id=ad80d9f0-49ed-4446-8698-ddd7ea688ded&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:52:50.836 7 INFO neutron_taas.services.taas.taas_plugin [None req-7ec8e66d-0d05-4d57-94a8-56b85b6f39f5 27f959b9905240fcb45c42949f4a9cbf 5ec4d064b15c46bbad641e181a4c6b0e - - default default] TaaS: Handle Delete Port: ef1eaecc-ef75-4888-a9af-c2a940b6f036 2026-06-26 05:52:50.843 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7ec8e66d-0d05-4d57-94a8-56b85b6f39f5 27f959b9905240fcb45c42949f4a9cbf 5ec4d064b15c46bbad641e181a4c6b0e - - default default] Tap Mirror: Handle Delete Port: ef1eaecc-ef75-4888-a9af-c2a940b6f036 [pid: 8|app: 0|req: 595/1205] 199.204.45.78 () {38 vars in 1027 bytes} [Fri Jun 26 05:52:50 2026] PUT /v2.0/ports/93b4d246-c613-4110-9ce7-d911a62209c0 => generated 1239 bytes in 485 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-06-26 05:52:50.965 7 INFO neutron.services.segments.plugin [-] Segment 8c963d35-7e68-4cb6-b306-5c8265e9a06c resource provider aggregate not found 2026-06-26 05:52:50.987 7 INFO neutron.services.segments.plugin [-] Segment 8c963d35-7e68-4cb6-b306-5c8265e9a06c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c963d35-7e68-4cb6-b306-5c8265e9a06c found for delete ", "request_id": "req-6f29863d-c0d4-45a4-88ea-b2a1d645ed41"}]} 2026-06-26 05:52:50.988 7 INFO neutron.services.segments.plugin [-] Segment 8c963d35-7e68-4cb6-b306-5c8265e9a06c resource provider aggregate not found 2026-06-26 05:52:50.993 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c8787b1d-93fe-40c3-b027-8442ad0f999f'] response: {'name': 'network-changed', 'server_uuid': '669a3571-4802-4217-961d-03ab721842a6', 'tag': '93b4d246-c613-4110-9ce7-d911a62209c0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 611/1206] 10.0.0.147 () {32 vars in 720 bytes} [Fri Jun 26 05:52:50 2026] DELETE /v2.0/ports/ef1eaecc-ef75-4888-a9af-c2a940b6f036 => generated 0 bytes in 300 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:52:51.010 7 INFO neutron.services.segments.plugin [-] Segment 8c963d35-7e68-4cb6-b306-5c8265e9a06c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c963d35-7e68-4cb6-b306-5c8265e9a06c found for delete ", "request_id": "req-8833e221-a871-41fd-b4bf-3b92355e2268"}]} 2026-06-26 05:52:51.030 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bda42403-cd2f-470d-9f32-2d5a20a8e42d 27f959b9905240fcb45c42949f4a9cbf 5ec4d064b15c46bbad641e181a4c6b0e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 612/1207] 10.0.0.147 () {32 vars in 717 bytes} [Fri Jun 26 05:52:51 2026] GET /v2.0/ports/ef1eaecc-ef75-4888-a9af-c2a940b6f036 => 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: 596/1208] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:52:50 2026] GET /v2.0/ports?device_id=669a3571-4802-4217-961d-03ab721842a6 => generated 973 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1209] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:52:51 2026] GET /v2.0/security-groups?id=f5981f98-6181-4c56-b7bd-363971bb1ff2&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1210] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:52:51 2026] DELETE /v2.0/subnets/6103c147-7028-4f71-8be9-37cda4e66f9e => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1211] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 05:52:51 2026] DELETE /v2.0/networks/0e338513-de75-4d4b-9be1-447e49a78142 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1212] 199.204.45.78 () {34 vars in 1079 bytes} [Fri Jun 26 05:52:51 2026] GET /v2.0/ports?tenant_id=48b9dfa68243414e9a70515f769d1f5e&device_id=669a3571-4802-4217-961d-03ab721842a6 => 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: 600/1213] 199.204.45.78 () {34 vars in 1017 bytes} [Fri Jun 26 05:52:51 2026] GET /v2.0/networks?tenant_id=48b9dfa68243414e9a70515f769d1f5e&shared=False => generated 756 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1214] 10.0.0.147 () {34 vars in 665 bytes} [Fri Jun 26 05:52:51 2026] POST /v2.0/ports => generated 779 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, ' [pid: 8|app: 0|req: 601/1215] 199.204.45.78 () {34 vars in 929 bytes} [Fri Jun 26 05:52:51 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1216] 10.0.0.147 () {34 vars in 737 bytes} [Fri Jun 26 05:52:51 2026] PUT /v2.0/ports/13c86ae9-646a-42c6-8823-f449c327d073 => generated 752 bytes in 171 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: 602/1217] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:52:51 2026] GET /v2.0/ports?device_id=f2af1899-d4f5-46c2-879c-d81107127a26 => generated 971 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1218] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:52:51 2026] GET /v2.0/security-groups?id=ad80d9f0-49ed-4446-8698-ddd7ea688ded&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-06-26 05:52:51.871 7 INFO neutron_taas.services.taas.taas_plugin [None req-773a07d2-7758-4875-804e-c9a44685f561 27f959b9905240fcb45c42949f4a9cbf 5ec4d064b15c46bbad641e181a4c6b0e - - default default] TaaS: Handle Delete Port: 13c86ae9-646a-42c6-8823-f449c327d073 2026-06-26 05:52:51.874 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-773a07d2-7758-4875-804e-c9a44685f561 27f959b9905240fcb45c42949f4a9cbf 5ec4d064b15c46bbad641e181a4c6b0e - - default default] Tap Mirror: Handle Delete Port: 13c86ae9-646a-42c6-8823-f449c327d073 2026-06-26 05:52:51.915 8 INFO neutron.services.segments.plugin [-] Segment c7351a71-af92-4a22-91fe-a0e2bd0d85a3 resource provider aggregate not found 2026-06-26 05:52:51.934 8 INFO neutron.services.segments.plugin [-] Segment c7351a71-af92-4a22-91fe-a0e2bd0d85a3 resource provider aggregate not found 2026-06-26 05:52:51.936 8 INFO neutron.services.segments.plugin [-] Segment c7351a71-af92-4a22-91fe-a0e2bd0d85a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7351a71-af92-4a22-91fe-a0e2bd0d85a3 found for delete ", "request_id": "req-d28326eb-b375-4e2d-b432-e784fdcc6de7"}]} 2026-06-26 05:52:51.955 8 INFO neutron.services.segments.plugin [-] Segment c7351a71-af92-4a22-91fe-a0e2bd0d85a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7351a71-af92-4a22-91fe-a0e2bd0d85a3 found for delete ", "request_id": "req-f7ba2ef6-78ea-4ee0-bad2-536669bc9b88"}]} [pid: 7|app: 0|req: 616/1219] 10.0.0.147 () {32 vars in 720 bytes} [Fri Jun 26 05:52:51 2026] DELETE /v2.0/ports/13c86ae9-646a-42c6-8823-f449c327d073 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1220] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:52:51 2026] GET /v2.0/ports?device_id=f2af1899-d4f5-46c2-879c-d81107127a26 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1221] 10.0.0.147 () {32 vars in 643 bytes} [Fri Jun 26 05:52:51 2026] GET /v2.0/ports => generated 782 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:52:52.053 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3f999790-a325-464e-9f08-614ec38a4b74 27f959b9905240fcb45c42949f4a9cbf 5ec4d064b15c46bbad641e181a4c6b0e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 618/1222] 10.0.0.147 () {32 vars in 717 bytes} [Fri Jun 26 05:52:52 2026] GET /v2.0/ports/13c86ae9-646a-42c6-8823-f449c327d073 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1223] 10.0.0.147 () {32 vars in 643 bytes} [Fri Jun 26 05:52:52 2026] GET /v2.0/ports => generated 782 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1224] 10.0.0.147 () {32 vars in 717 bytes} [Fri Jun 26 05:52:52 2026] GET /v2.0/ports/13554b1e-9b0a-41a4-991c-414dba47ff45 => generated 779 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1225] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:52:52 2026] GET /v2.0/ports?device_id=669a3571-4802-4217-961d-03ab721842a6 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:52:52.204 7 INFO neutron.pecan_wsgi.hooks.translation [None req-769b9107-31c5-44f5-8814-2e0a92b8a925 27f959b9905240fcb45c42949f4a9cbf 5ec4d064b15c46bbad641e181a4c6b0e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 622/1226] 10.0.0.147 () {32 vars in 720 bytes} [Fri Jun 26 05:52:52 2026] DELETE /v2.0/ports/ef1eaecc-ef75-4888-a9af-c2a940b6f036 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1227] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:52:52 2026] GET /v2.0/security-groups?id=f5981f98-6181-4c56-b7bd-363971bb1ff2&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:52:52.363 8 INFO neutron.db.l3_db [None req-d9477795-3d9a-4771-93cf-56b692696234 83d7a64cc20a41b7837f22b140470b8a 6a97727c56574516be793d5082c8aa6b - - default default] Floating IP cc4a145d-e4ab-4840-9234-d75445784955 associated. External IP: 10.96.250.213, port: 8ac5486c-0f7c-447e-8f45-5117c556413b. 2026-06-26 05:52:52.598 7 INFO neutron.db.segments_db [None req-139b77a7-58bf-4342-bb01-6592f1c8fa40 f2e5bd8da6e54b028f8cf7e634477216 3d28b4b29b4a4a50b0ca82081b9ea613 - - default default] Added segment 4798dbff-5743-44d4-99e4-599c9836fb39 of type vxlan for network b40d4e17-da0f-4dba-b9d2-4b59d2e4d49b [pid: 7|app: 0|req: 624/1228] 10.0.0.147 () {34 vars in 670 bytes} [Fri Jun 26 05:52:52 2026] POST /v2.0/networks => generated 630 bytes in 457 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1229] 10.0.0.147 () {34 vars in 749 bytes} [Fri Jun 26 05:52:51 2026] PUT /v2.0/floatingips/cc4a145d-e4ab-4840-9234-d75445784955 => generated 855 bytes in 721 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:52:52.713 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b8918222-4000-49a8-9a03-2aa4e16c6721 27f959b9905240fcb45c42949f4a9cbf 5ec4d064b15c46bbad641e181a4c6b0e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 625/1230] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:52:52 2026] DELETE /v2.0/subnets/6103c147-7028-4f71-8be9-37cda4e66f9e => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1231] 199.204.45.78 () {34 vars in 1079 bytes} [Fri Jun 26 05:52:52 2026] GET /v2.0/ports?tenant_id=48b9dfa68243414e9a70515f769d1f5e&device_id=669a3571-4802-4217-961d-03ab721842a6 => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-26 05:52:52.759 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ac9c5488-2513-4a84-ad62-403e8baf0581 27f959b9905240fcb45c42949f4a9cbf 5ec4d064b15c46bbad641e181a4c6b0e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 607/1232] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:52:52 2026] DELETE /v2.0/subnets/fb7121f3-6572-40f5-ba27-0af04a3b7a43 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1233] 199.204.45.78 () {34 vars in 1059 bytes} [Fri Jun 26 05:52:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=93b4d246-c613-4110-9ce7-d911a62209c0 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:52:52.794 7 INFO neutron.db.segments_db [None req-f82bcd2c-46d8-4b0e-a26e-c8c2fac771ff f2e5bd8da6e54b028f8cf7e634477216 3d28b4b29b4a4a50b0ca82081b9ea613 - - default default] Added segment fab24272-0799-469f-8c40-19033e72efd6 of type vxlan for network 85e25eb8-1d31-447a-b5c9-580e08107e94 2026-06-26 05:52:52.880 8 INFO neutron_taas.services.taas.taas_plugin [None req-f6542cd4-3d97-4b73-9492-11b6047a035d 27f959b9905240fcb45c42949f4a9cbf 5ec4d064b15c46bbad641e181a4c6b0e - - default default] TaaS: Handle Delete Port: 13554b1e-9b0a-41a4-991c-414dba47ff45 [pid: 7|app: 0|req: 626/1234] 10.0.0.147 () {34 vars in 670 bytes} [Fri Jun 26 05:52:52 2026] POST /v2.0/networks => generated 629 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-26 05:52:52.889 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f6542cd4-3d97-4b73-9492-11b6047a035d 27f959b9905240fcb45c42949f4a9cbf 5ec4d064b15c46bbad641e181a4c6b0e - - default default] Tap Mirror: Handle Delete Port: 13554b1e-9b0a-41a4-991c-414dba47ff45 [pid: 7|app: 0|req: 627/1235] 199.204.45.78 () {34 vars in 983 bytes} [Fri Jun 26 05:52:52 2026] GET /v2.0/subnets?id=6df1d720-329e-44b1-b77f-3eb9d718b5e7 => 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: 609/1236] 10.0.0.147 () {32 vars in 720 bytes} [Fri Jun 26 05:52:52 2026] DELETE /v2.0/ports/13554b1e-9b0a-41a4-991c-414dba47ff45 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1237] 199.204.45.78 () {34 vars in 1051 bytes} [Fri Jun 26 05:52:52 2026] GET /v2.0/ports?network_id=b635f96d-f299-46dd-991d-e33e52a2223a&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-26 05:52:53.041 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a218b477-94ed-4e00-a786-0084eef9574f'] response: {'name': 'network-changed', 'server_uuid': 'f2af1899-d4f5-46c2-879c-d81107127a26', 'tag': '8ac5486c-0f7c-447e-8f45-5117c556413b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 611/1238] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 05:52:53 2026] DELETE /v2.0/networks/ca3b70fe-016e-495b-be09-434aff648ba3 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1239] 10.0.0.147 () {34 vars in 669 bytes} [Fri Jun 26 05:52:52 2026] POST /v2.0/subnets => generated 626 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1240] 199.204.45.78 () {34 vars in 1011 bytes} [Fri Jun 26 05:52:53 2026] GET /v2.0/networks/b635f96d-f299-46dd-991d-e33e52a2223a?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: 613/1241] 199.204.45.78 () {34 vars in 1111 bytes} [Fri Jun 26 05:52:53 2026] GET /v2.0/networks/b635f96d-f299-46dd-991d-e33e52a2223a?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: 614/1242] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:52:53 2026] GET /v2.0/ports?device_id=669a3571-4802-4217-961d-03ab721842a6 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1243] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:52:53 2026] GET /v2.0/security-groups?id=f5981f98-6181-4c56-b7bd-363971bb1ff2&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1244] 10.0.0.147 () {34 vars in 669 bytes} [Fri Jun 26 05:52:53 2026] POST /v2.0/subnets => generated 626 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-26 05:52:53.539 8 INFO neutron.db.segments_db [None req-62150b21-e2ee-48dc-b5d6-051659ef673c f2e5bd8da6e54b028f8cf7e634477216 3d28b4b29b4a4a50b0ca82081b9ea613 - - default default] Added segment a44e0107-4353-4f4b-888c-099e2cdb6fa0 of type vxlan for network 24dc1f37-3822-4aa2-b16f-a5484a91e565 [pid: 7|app: 0|req: 630/1245] 199.204.45.78 () {34 vars in 1079 bytes} [Fri Jun 26 05:52:53 2026] GET /v2.0/ports?tenant_id=6a97727c56574516be793d5082c8aa6b&device_id=f2af1899-d4f5-46c2-879c-d81107127a26 => generated 1240 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1246] 199.204.45.78 () {34 vars in 985 bytes} [Fri Jun 26 05:52:53 2026] GET /v2.0/networks?id=11b8df65-6f5a-4723-bb41-49e65be3d6f7 => generated 772 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1247] 199.204.45.78 () {34 vars in 1057 bytes} [Fri Jun 26 05:52:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=8ac5486c-0f7c-447e-8f45-5117c556413b => generated 858 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:52:53.764 8 INFO neutron.db.l3_hamode_db [None req-62150b21-e2ee-48dc-b5d6-051659ef673c f2e5bd8da6e54b028f8cf7e634477216 3d28b4b29b4a4a50b0ca82081b9ea613 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-26 05:52:53.877 8 INFO neutron.db.l3_hamode_db [None req-62150b21-e2ee-48dc-b5d6-051659ef673c f2e5bd8da6e54b028f8cf7e634477216 3d28b4b29b4a4a50b0ca82081b9ea613 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 633/1248] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:52:53 2026] GET /v2.0/security-groups?tenant_id=5ec4d064b15c46bbad641e181a4c6b0e&name=default => generated 2925 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1249] 199.204.45.78 () {34 vars in 983 bytes} [Fri Jun 26 05:52:53 2026] GET /v2.0/subnets?id=4b831cdd-8c0c-4833-a2f5-28a64f321597 => generated 694 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:52:53.971 8 INFO neutron.services.segments.plugin [-] Segment 3c3ad7f0-70b2-4c8c-ba38-a7ff34b8fbb2 resource provider aggregate not found 2026-06-26 05:52:53.978 8 INFO neutron.services.segments.plugin [-] Segment 3c3ad7f0-70b2-4c8c-ba38-a7ff34b8fbb2 resource provider aggregate not found 2026-06-26 05:52:54.000 8 INFO neutron.services.segments.plugin [-] Segment 3c3ad7f0-70b2-4c8c-ba38-a7ff34b8fbb2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c3ad7f0-70b2-4c8c-ba38-a7ff34b8fbb2 found for delete ", "request_id": "req-a5e6ce56-8f7f-4c99-9840-4f12db2cacdd"}]} 2026-06-26 05:52:54.001 8 INFO neutron.services.segments.plugin [-] Segment 3c3ad7f0-70b2-4c8c-ba38-a7ff34b8fbb2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c3ad7f0-70b2-4c8c-ba38-a7ff34b8fbb2 found for delete ", "request_id": "req-6cfee0ac-9890-44a8-b195-fd403264d2b1"}]} [pid: 7|app: 0|req: 635/1250] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:52:53 2026] DELETE /v2.0/security-groups/14bf1a66-0fab-4352-ad6a-e228878e5d39 => 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: 636/1251] 199.204.45.78 () {34 vars in 1051 bytes} [Fri Jun 26 05:52:54 2026] GET /v2.0/ports?network_id=11b8df65-6f5a-4723-bb41-49e65be3d6f7&device_owner=network%3Adhcp => generated 1244 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1252] 199.204.45.78 () {34 vars in 1011 bytes} [Fri Jun 26 05:52:54 2026] GET /v2.0/networks/11b8df65-6f5a-4723-bb41-49e65be3d6f7?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: 638/1253] 199.204.45.78 () {34 vars in 1111 bytes} [Fri Jun 26 05:52:54 2026] GET /v2.0/networks/11b8df65-6f5a-4723-bb41-49e65be3d6f7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1254] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:52:54 2026] GET /v2.0/ports?device_id=669a3571-4802-4217-961d-03ab721842a6 => 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: 616/1255] 10.0.0.147 () {34 vars in 669 bytes} [Fri Jun 26 05:52:53 2026] POST /v2.0/routers => generated 507 bytes in 1052 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1256] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:52:54 2026] GET /v2.0/security-groups?id=f5981f98-6181-4c56-b7bd-363971bb1ff2&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: 617/1257] 10.0.0.147 () {34 vars in 783 bytes} [Fri Jun 26 05:52:54 2026] PUT /v2.0/routers/b7a82644-c29b-4a6d-b365-10f155af908b/add_router_interface => generated 309 bytes in 1021 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1258] 10.0.0.147 () {32 vars in 717 bytes} [Fri Jun 26 05:52:55 2026] GET /v2.0/ports/33e6ab16-a452-4196-90d0-8972f1d9ec40 => generated 955 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1259] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:52:55 2026] GET /v2.0/ports?device_id=669a3571-4802-4217-961d-03ab721842a6 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1260] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:52:55 2026] GET /v2.0/security-groups?id=f5981f98-6181-4c56-b7bd-363971bb1ff2&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1261] 10.0.0.147 () {34 vars in 684 bytes} [Fri Jun 26 05:52:55 2026] POST /v2.0/security-groups => generated 1625 bytes in 361 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1262] 10.0.0.147 () {32 vars in 663 bytes} [Fri Jun 26 05:52:56 2026] GET /v2.0/security-groups => generated 4530 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1263] 10.0.0.147 () {34 vars in 758 bytes} [Fri Jun 26 05:52:56 2026] PUT /v2.0/security-groups/e34d3dd0-7ae7-430a-a2f3-039cf4153746 => generated 1664 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1264] 10.0.0.147 () {32 vars in 737 bytes} [Fri Jun 26 05:52:56 2026] GET /v2.0/security-groups/e34d3dd0-7ae7-430a-a2f3-039cf4153746 => 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: 624/1265] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:52:56 2026] DELETE /v2.0/security-groups/e34d3dd0-7ae7-430a-a2f3-039cf4153746 => 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: 625/1266] 10.0.0.147 () {32 vars in 663 bytes} [Fri Jun 26 05:52:56 2026] GET /v2.0/security-groups => generated 2925 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-26 05:52:56.371 8 INFO neutron.api.v2.resource [None req-ea0537d4-9836-4ab7-92a8-06d8fb549ddd 83a022da37a14cf5857dc76fa2402873 8a462af677b143a1af8b28319b2c7a22 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 626/1267] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:52:56 2026] DELETE /v2.0/security-groups/e34d3dd0-7ae7-430a-a2f3-039cf4153746 => generated 146 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1268] 10.0.0.147 () {34 vars in 684 bytes} [Fri Jun 26 05:52:56 2026] POST /v2.0/security-groups => generated 1624 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1269] 10.0.0.147 () {34 vars in 695 bytes} [Fri Jun 26 05:52:56 2026] POST /v2.0/security-group-rules => generated 601 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1270] 10.0.0.147 () {32 vars in 747 bytes} [Fri Jun 26 05:52:56 2026] GET /v2.0/security-group-rules/2f7093ca-dfad-4fba-bd21-35eade93c3c2 => generated 601 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1271] 10.0.0.147 () {32 vars in 673 bytes} [Fri Jun 26 05:52:56 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1272] 10.0.0.147 () {32 vars in 750 bytes} [Fri Jun 26 05:52:56 2026] DELETE /v2.0/security-group-rules/2f7093ca-dfad-4fba-bd21-35eade93c3c2 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1273] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:52:56 2026] GET /v2.0/ports?device_id=669a3571-4802-4217-961d-03ab721842a6 => generated 973 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1274] 10.0.0.147 () {32 vars in 673 bytes} [Fri Jun 26 05:52:56 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1275] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:52:56 2026] GET /v2.0/security-groups?id=f5981f98-6181-4c56-b7bd-363971bb1ff2&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: 635/1276] 10.0.0.147 () {34 vars in 695 bytes} [Fri Jun 26 05:52:57 2026] POST /v2.0/security-group-rules => generated 601 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1277] 10.0.0.147 () {32 vars in 747 bytes} [Fri Jun 26 05:52:57 2026] GET /v2.0/security-group-rules/866d0016-3832-428e-b16a-632524c757a5 => 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: 637/1278] 10.0.0.147 () {32 vars in 673 bytes} [Fri Jun 26 05:52:57 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1279] 10.0.0.147 () {32 vars in 750 bytes} [Fri Jun 26 05:52:57 2026] DELETE /v2.0/security-group-rules/866d0016-3832-428e-b16a-632524c757a5 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1280] 10.0.0.147 () {34 vars in 783 bytes} [Fri Jun 26 05:52:55 2026] PUT /v2.0/routers/b7a82644-c29b-4a6d-b365-10f155af908b/add_router_interface => generated 309 bytes in 1684 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1281] 10.0.0.147 () {32 vars in 717 bytes} [Fri Jun 26 05:52:57 2026] GET /v2.0/ports/ccfd67fb-fbf6-4ebd-8d2b-0066e34d3cdc => generated 955 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1282] 10.0.0.147 () {32 vars in 673 bytes} [Fri Jun 26 05:52:57 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) 2026-06-26 05:52:57.429 8 INFO neutron.db.securitygroups_db [None req-df35240b-91cf-4ae7-952d-0e05fcc09a62 83a022da37a14cf5857dc76fa2402873 8a462af677b143a1af8b28319b2c7a22 - - default default] Project 8a462af677b143a1af8b28319b2c7a22 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: 640/1283] 10.0.0.147 () {34 vars in 695 bytes} [Fri Jun 26 05:52:57 2026] POST /v2.0/security-group-rules => generated 607 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1284] 10.0.0.147 () {32 vars in 747 bytes} [Fri Jun 26 05:52:57 2026] GET /v2.0/security-group-rules/b0dd6015-388b-4fc4-8076-afeb40ebe544 => generated 607 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1285] 10.0.0.147 () {32 vars in 673 bytes} [Fri Jun 26 05:52:57 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1286] 10.0.0.147 () {32 vars in 750 bytes} [Fri Jun 26 05:52:57 2026] DELETE /v2.0/security-group-rules/b0dd6015-388b-4fc4-8076-afeb40ebe544 => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1287] 10.0.0.147 () {32 vars in 673 bytes} [Fri Jun 26 05:52:57 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-26 05:52:57.680 7 INFO neutron_taas.services.taas.taas_plugin [None req-149b2f53-69b2-470f-a0f7-d5e06a129850 f2e5bd8da6e54b028f8cf7e634477216 3d28b4b29b4a4a50b0ca82081b9ea613 - - default default] TaaS: Handle Delete Port: ccfd67fb-fbf6-4ebd-8d2b-0066e34d3cdc 2026-06-26 05:52:57.682 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-149b2f53-69b2-470f-a0f7-d5e06a129850 f2e5bd8da6e54b028f8cf7e634477216 3d28b4b29b4a4a50b0ca82081b9ea613 - - default default] Tap Mirror: Handle Delete Port: ccfd67fb-fbf6-4ebd-8d2b-0066e34d3cdc [pid: 8|app: 0|req: 645/1288] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:52:57 2026] DELETE /v2.0/security-groups/fd5bffe5-f2ff-4057-8210-24f227ab3b94 => 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: 646/1289] 10.0.0.147 () {32 vars in 663 bytes} [Fri Jun 26 05:52:57 2026] GET /v2.0/security-groups => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1290] 10.0.0.147 () {32 vars in 663 bytes} [Fri Jun 26 05:52:57 2026] GET /v2.0/security-groups => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1291] 10.0.0.147 () {34 vars in 789 bytes} [Fri Jun 26 05:52:57 2026] PUT /v2.0/routers/b7a82644-c29b-4a6d-b365-10f155af908b/remove_router_interface => generated 309 bytes in 778 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1292] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:52:58 2026] GET /v2.0/ports?device_id=669a3571-4802-4217-961d-03ab721842a6 => generated 975 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1293] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:52:58 2026] GET /v2.0/security-groups?id=f5981f98-6181-4c56-b7bd-363971bb1ff2&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: 646/1294] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:52:58 2026] GET /v2.0/security-groups?tenant_id=8a462af677b143a1af8b28319b2c7a22&name=default => generated 2925 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-26 05:52:58.684 8 INFO neutron_taas.services.taas.taas_plugin [None req-aaac2309-9539-454e-b198-21502cd68efa f2e5bd8da6e54b028f8cf7e634477216 3d28b4b29b4a4a50b0ca82081b9ea613 - - default default] TaaS: Handle Delete Port: 33e6ab16-a452-4196-90d0-8972f1d9ec40 2026-06-26 05:52:58.688 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aaac2309-9539-454e-b198-21502cd68efa f2e5bd8da6e54b028f8cf7e634477216 3d28b4b29b4a4a50b0ca82081b9ea613 - - default default] Tap Mirror: Handle Delete Port: 33e6ab16-a452-4196-90d0-8972f1d9ec40 [pid: 7|app: 0|req: 647/1295] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:52:58 2026] DELETE /v2.0/security-groups/d86f955c-1268-4844-a50c-d057e919a49d => 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: 649/1296] 10.0.0.147 () {34 vars in 789 bytes} [Fri Jun 26 05:52:58 2026] PUT /v2.0/routers/b7a82644-c29b-4a6d-b365-10f155af908b/remove_router_interface => generated 309 bytes in 1064 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1297] 10.0.0.147 () {32 vars in 736 bytes} [Fri Jun 26 05:52:59 2026] GET /v2.0/ports?device_id=b7a82644-c29b-4a6d-b365-10f155af908b => 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: 649/1298] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:52:59 2026] GET /v2.0/ports?device_id=669a3571-4802-4217-961d-03ab721842a6 => generated 975 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1299] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:52:59 2026] GET /v2.0/security-groups?id=f5981f98-6181-4c56-b7bd-363971bb1ff2&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:52:59.510 8 INFO neutron_taas.services.taas.taas_plugin [None req-4626cb1a-91cc-40c3-b901-05bf76bcf55d f2e5bd8da6e54b028f8cf7e634477216 3d28b4b29b4a4a50b0ca82081b9ea613 - - default default] TaaS: Handle Delete Port: 7e94cd20-26d8-4ba0-aa08-d3dc7f6a3921 2026-06-26 05:52:59.514 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4626cb1a-91cc-40c3-b901-05bf76bcf55d f2e5bd8da6e54b028f8cf7e634477216 3d28b4b29b4a4a50b0ca82081b9ea613 - - default default] Tap Mirror: Handle Delete Port: 7e94cd20-26d8-4ba0-aa08-d3dc7f6a3921 [pid: 7|app: 0|req: 651/1300] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:52:59 2026] GET /v2.0/ports?device_id=669a3571-4802-4217-961d-03ab721842a6 => generated 975 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1301] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:52:59 2026] GET /v2.0/security-groups?id=f5981f98-6181-4c56-b7bd-363971bb1ff2&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: 653/1302] 10.0.0.147 () {32 vars in 736 bytes} [Fri Jun 26 05:52:59 2026] GET /v2.0/ports?device_id=669a3571-4802-4217-961d-03ab721842a6 => generated 1244 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-26 05:52:59.910 8 INFO neutron.services.segments.plugin [-] Segment a44e0107-4353-4f4b-888c-099e2cdb6fa0 resource provider aggregate not found 2026-06-26 05:52:59.920 8 INFO neutron.services.segments.plugin [-] Segment a44e0107-4353-4f4b-888c-099e2cdb6fa0 resource provider aggregate not found 2026-06-26 05:52:59.938 8 INFO neutron.services.segments.plugin [-] Segment a44e0107-4353-4f4b-888c-099e2cdb6fa0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a44e0107-4353-4f4b-888c-099e2cdb6fa0 found for delete ", "request_id": "req-a4f08f68-374e-4eb7-a234-912ecfd23012"}]} 2026-06-26 05:52:59.940 8 INFO neutron.services.segments.plugin [-] Segment a44e0107-4353-4f4b-888c-099e2cdb6fa0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a44e0107-4353-4f4b-888c-099e2cdb6fa0 found for delete ", "request_id": "req-b40b6669-94a2-46f7-bca3-3feaecbd9c48"}]} 2026-06-26 05:52:59.947 8 INFO neutron.db.l3_hamode_db [None req-4626cb1a-91cc-40c3-b901-05bf76bcf55d f2e5bd8da6e54b028f8cf7e634477216 3d28b4b29b4a4a50b0ca82081b9ea613 - - default default] HA network 24dc1f37-3822-4aa2-b16f-a5484a91e565 was deleted as no HA routers are present in tenant 3d28b4b29b4a4a50b0ca82081b9ea613. [pid: 8|app: 0|req: 650/1303] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:52:59 2026] DELETE /v2.0/routers/b7a82644-c29b-4a6d-b365-10f155af908b => generated 0 bytes in 693 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1304] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:52:59 2026] DELETE /v2.0/subnets/51f3beee-d82d-45cf-950e-358a06b31eab => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1305] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:53:00 2026] DELETE /v2.0/subnets/d1195910-3177-49b9-9b16-56666ae20479 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:53:00.404 7 INFO neutron.db.l3_db [None req-d489b082-3504-45e6-b650-acb0fb806cad fd4c9d252b984bfcb0ff6a0f1e1ec3e7 48b9dfa68243414e9a70515f769d1f5e - - default default] Floating IP 8ec70287-5611-41b1-ae4f-f3eafb0d406b associated. External IP: 10.96.250.216, port: 93b4d246-c613-4110-9ce7-d911a62209c0. 2026-06-26 05:53:00.419 8 INFO neutron_taas.services.taas.taas_plugin [None req-cd5cdc9e-502e-4fa4-ac39-44f3111520de f2e5bd8da6e54b028f8cf7e634477216 3d28b4b29b4a4a50b0ca82081b9ea613 - - default default] TaaS: Handle Delete Port: 8485becb-bb7f-4132-9f40-198ee6c015ec 2026-06-26 05:53:00.422 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cd5cdc9e-502e-4fa4-ac39-44f3111520de f2e5bd8da6e54b028f8cf7e634477216 3d28b4b29b4a4a50b0ca82081b9ea613 - - default default] Tap Mirror: Handle Delete Port: 8485becb-bb7f-4132-9f40-198ee6c015ec [pid: 8|app: 0|req: 653/1306] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 05:53:00 2026] DELETE /v2.0/networks/85e25eb8-1d31-447a-b5c9-580e08107e94 => generated 0 bytes in 333 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1307] 10.0.0.147 () {34 vars in 677 bytes} [Fri Jun 26 05:52:59 2026] POST /v2.0/floatingips => generated 856 bytes in 984 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-26 05:53:00.734 8 INFO neutron_taas.services.taas.taas_plugin [None req-8ca0ca2f-6eae-471a-9196-3b4d2e2769cd f2e5bd8da6e54b028f8cf7e634477216 3d28b4b29b4a4a50b0ca82081b9ea613 - - default default] TaaS: Handle Delete Port: 1d77116b-0877-4e30-8229-7e6d9ef660e2 2026-06-26 05:53:00.737 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8ca0ca2f-6eae-471a-9196-3b4d2e2769cd f2e5bd8da6e54b028f8cf7e634477216 3d28b4b29b4a4a50b0ca82081b9ea613 - - default default] Tap Mirror: Handle Delete Port: 1d77116b-0877-4e30-8229-7e6d9ef660e2 2026-06-26 05:53:00.753 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6e7c0901-d05c-492c-9243-778301604cdd'] response: {'name': 'network-changed', 'server_uuid': '669a3571-4802-4217-961d-03ab721842a6', 'tag': '93b4d246-c613-4110-9ce7-d911a62209c0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 654/1308] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 05:53:00 2026] DELETE /v2.0/networks/b40d4e17-da0f-4dba-b9d2-4b59d2e4d49b => generated 0 bytes in 309 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1309] 10.0.0.147 () {32 vars in 729 bytes} [Fri Jun 26 05:53:00 2026] GET /v2.0/floatingips/8ec70287-5611-41b1-ae4f-f3eafb0d406b => generated 856 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:53:01.048 8 INFO neutron.db.segments_db [None req-75e3f48a-5841-4401-9ffd-d73865d8e02a f2e5bd8da6e54b028f8cf7e634477216 3d28b4b29b4a4a50b0ca82081b9ea613 - - default default] Added segment c831a604-5b5f-44dc-ada0-302e6f2ecf88 of type vxlan for network d9b02860-5996-485f-a7f1-7718aef05a59 [pid: 8|app: 0|req: 656/1310] 10.0.0.147 () {34 vars in 670 bytes} [Fri Jun 26 05:53:00 2026] POST /v2.0/networks => generated 630 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1311] 10.0.0.147 () {34 vars in 684 bytes} [Fri Jun 26 05:53:00 2026] POST /v2.0/security-groups => generated 1625 bytes in 464 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1312] 10.0.0.147 () {32 vars in 663 bytes} [Fri Jun 26 05:53:01 2026] GET /v2.0/security-groups => generated 4530 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1313] 10.0.0.147 () {34 vars in 758 bytes} [Fri Jun 26 05:53:01 2026] PUT /v2.0/security-groups/9d679103-b3ab-45b6-ac0e-c88111863590 => generated 1664 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1314] 199.204.45.78 () {34 vars in 1079 bytes} [Fri Jun 26 05:53:01 2026] GET /v2.0/ports?tenant_id=48b9dfa68243414e9a70515f769d1f5e&device_id=669a3571-4802-4217-961d-03ab721842a6 => 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: 659/1315] 10.0.0.147 () {32 vars in 737 bytes} [Fri Jun 26 05:53:01 2026] GET /v2.0/security-groups/9d679103-b3ab-45b6-ac0e-c88111863590 => generated 1664 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1316] 199.204.45.78 () {34 vars in 985 bytes} [Fri Jun 26 05:53:01 2026] GET /v2.0/networks?id=b635f96d-f299-46dd-991d-e33e52a2223a => generated 756 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1317] 10.0.0.147 () {34 vars in 669 bytes} [Fri Jun 26 05:53:01 2026] POST /v2.0/subnets => generated 626 bytes in 317 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1318] 199.204.45.78 () {34 vars in 1059 bytes} [Fri Jun 26 05:53:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=93b4d246-c613-4110-9ce7-d911a62209c0 => 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: 661/1319] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:53:01 2026] DELETE /v2.0/security-groups/9d679103-b3ab-45b6-ac0e-c88111863590 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 05:53:01.562 8 INFO neutron.db.segments_db [None req-e1604799-a76c-41eb-b932-30b0bf5bbe62 f2e5bd8da6e54b028f8cf7e634477216 3d28b4b29b4a4a50b0ca82081b9ea613 - - default default] Added segment 9443d800-45d0-4f44-9c1a-f37d5b380621 of type vxlan for network 131e91e8-bbb9-4410-aaca-89baddebdc8c [pid: 7|app: 0|req: 662/1320] 199.204.45.78 () {34 vars in 983 bytes} [Fri Jun 26 05:53:01 2026] GET /v2.0/subnets?id=6df1d720-329e-44b1-b77f-3eb9d718b5e7 => generated 676 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1321] 10.0.0.147 () {32 vars in 663 bytes} [Fri Jun 26 05:53:01 2026] GET /v2.0/security-groups => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1322] 199.204.45.78 () {34 vars in 1051 bytes} [Fri Jun 26 05:53:01 2026] GET /v2.0/ports?network_id=b635f96d-f299-46dd-991d-e33e52a2223a&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-26 05:53:01.660 7 INFO neutron.api.v2.resource [None req-774dba5a-112a-4f74-ace0-557bafc33d15 5424f1685f0540b593194aa970fc34de ba7b99073524429eaa7915bed297b165 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 665/1323] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:53:01 2026] DELETE /v2.0/security-groups/9d679103-b3ab-45b6-ac0e-c88111863590 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1326] 199.204.45.78 () {34 vars in 1011 bytes} [Fri Jun 26 05:53:01 2026] GET /v2.0/networks/b635f96d-f299-46dd-991d-e33e52a2223a?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1327] 10.0.0.147 () {34 vars in 684 bytes} [Fri Jun 26 05:53:01 2026] POST /v2.0/security-groups => generated 1625 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-26 05:53:01.863 8 INFO neutron.db.l3_hamode_db [None req-e1604799-a76c-41eb-b932-30b0bf5bbe62 f2e5bd8da6e54b028f8cf7e634477216 3d28b4b29b4a4a50b0ca82081b9ea613 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 670/1328] 199.204.45.78 () {34 vars in 1111 bytes} [Fri Jun 26 05:53:01 2026] GET /v2.0/networks/b635f96d-f299-46dd-991d-e33e52a2223a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:53:01.964 8 INFO neutron.services.segments.plugin [-] Segment fab24272-0799-469f-8c40-19033e72efd6 resource provider aggregate not found 2026-06-26 05:53:01.966 8 INFO neutron.services.segments.plugin [-] Segment fab24272-0799-469f-8c40-19033e72efd6 resource provider aggregate not found 2026-06-26 05:53:01.987 8 INFO neutron.services.segments.plugin [-] Segment fab24272-0799-469f-8c40-19033e72efd6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fab24272-0799-469f-8c40-19033e72efd6 found for delete ", "request_id": "req-a5126299-6173-48d9-abc1-64a72b3b60f4"}]} 2026-06-26 05:53:01.990 8 INFO neutron.services.segments.plugin [-] Segment fab24272-0799-469f-8c40-19033e72efd6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fab24272-0799-469f-8c40-19033e72efd6 found for delete ", "request_id": "req-0a261fde-4406-4e20-bf25-6137664da5ff"}]} 2026-06-26 05:53:02.006 8 INFO neutron.services.segments.plugin [-] Segment 4798dbff-5743-44d4-99e4-599c9836fb39 resource provider aggregate not found [pid: 7|app: 0|req: 671/1329] 10.0.0.147 () {34 vars in 695 bytes} [Fri Jun 26 05:53:01 2026] POST /v2.0/security-group-rules => generated 601 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-26 05:53:02.013 8 INFO neutron.services.segments.plugin [-] Segment 4798dbff-5743-44d4-99e4-599c9836fb39 resource provider aggregate not found 2026-06-26 05:53:02.026 8 INFO neutron.db.l3_hamode_db [None req-e1604799-a76c-41eb-b932-30b0bf5bbe62 f2e5bd8da6e54b028f8cf7e634477216 3d28b4b29b4a4a50b0ca82081b9ea613 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-26 05:53:02.029 8 INFO neutron.services.segments.plugin [-] Segment 4798dbff-5743-44d4-99e4-599c9836fb39 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4798dbff-5743-44d4-99e4-599c9836fb39 found for delete ", "request_id": "req-3d052607-c0b8-48f2-b539-8de86b9fa325"}]} 2026-06-26 05:53:02.034 8 INFO neutron.services.segments.plugin [-] Segment 4798dbff-5743-44d4-99e4-599c9836fb39 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4798dbff-5743-44d4-99e4-599c9836fb39 found for delete ", "request_id": "req-283c851d-8173-49bd-be1d-3d603391b6b0"}]} [pid: 7|app: 0|req: 672/1330] 10.0.0.147 () {32 vars in 729 bytes} [Fri Jun 26 05:53:02 2026] GET /v2.0/floatingips/8ec70287-5611-41b1-ae4f-f3eafb0d406b => generated 858 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1331] 10.0.0.147 () {32 vars in 747 bytes} [Fri Jun 26 05:53:02 2026] GET /v2.0/security-group-rules/b1227821-7c5d-46d7-81ad-dddd0f176e73 => 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: 674/1332] 10.0.0.147 () {32 vars in 673 bytes} [Fri Jun 26 05:53:02 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1333] 10.0.0.147 () {32 vars in 750 bytes} [Fri Jun 26 05:53:02 2026] DELETE /v2.0/security-group-rules/b1227821-7c5d-46d7-81ad-dddd0f176e73 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1334] 10.0.0.147 () {32 vars in 673 bytes} [Fri Jun 26 05:53:02 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1335] 10.0.0.147 () {34 vars in 695 bytes} [Fri Jun 26 05:53:02 2026] POST /v2.0/security-group-rules => generated 601 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1336] 10.0.0.147 () {32 vars in 747 bytes} [Fri Jun 26 05:53:02 2026] GET /v2.0/security-group-rules/22e3eb1a-bddc-421e-a5a5-bf07ca952caf => generated 601 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1337] 10.0.0.147 () {32 vars in 673 bytes} [Fri Jun 26 05:53:02 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1338] 10.0.0.147 () {32 vars in 750 bytes} [Fri Jun 26 05:53:02 2026] DELETE /v2.0/security-group-rules/22e3eb1a-bddc-421e-a5a5-bf07ca952caf => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1339] 10.0.0.147 () {32 vars in 673 bytes} [Fri Jun 26 05:53:02 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1340] 10.0.0.147 () {34 vars in 695 bytes} [Fri Jun 26 05:53:02 2026] POST /v2.0/security-group-rules => generated 602 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1341] 10.0.0.147 () {32 vars in 747 bytes} [Fri Jun 26 05:53:02 2026] GET /v2.0/security-group-rules/870eec82-5a70-48b0-a73f-7e24e3028293 => generated 602 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1342] 10.0.0.147 () {32 vars in 673 bytes} [Fri Jun 26 05:53:02 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1343] 10.0.0.147 () {32 vars in 750 bytes} [Fri Jun 26 05:53:02 2026] DELETE /v2.0/security-group-rules/870eec82-5a70-48b0-a73f-7e24e3028293 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1344] 10.0.0.147 () {34 vars in 669 bytes} [Fri Jun 26 05:53:01 2026] POST /v2.0/routers => generated 507 bytes in 1432 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1345] 10.0.0.147 () {32 vars in 673 bytes} [Fri Jun 26 05:53:02 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1346] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:53:02 2026] DELETE /v2.0/security-groups/6235d4f7-5334-453a-b0f8-86e94bc6d419 => 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: 688/1347] 10.0.0.147 () {32 vars in 663 bytes} [Fri Jun 26 05:53:03 2026] GET /v2.0/security-groups => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1348] 10.0.0.147 () {32 vars in 663 bytes} [Fri Jun 26 05:53:03 2026] GET /v2.0/security-groups => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1349] 10.0.0.147 () {34 vars in 665 bytes} [Fri Jun 26 05:53:02 2026] POST /v2.0/ports => generated 947 bytes in 380 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: 661/1350] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:53:03 2026] GET /v2.0/security-groups?tenant_id=ba7b99073524429eaa7915bed297b165&name=default => generated 2925 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1351] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:53:03 2026] DELETE /v2.0/security-groups/36028d22-8795-4f68-b4e3-de24bf6bb06c => 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: 690/1352] 10.0.0.147 () {34 vars in 783 bytes} [Fri Jun 26 05:53:03 2026] PUT /v2.0/routers/2a841429-f25d-4729-acb7-2f7fc77847ec/add_router_interface => generated 309 bytes in 1261 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1353] 10.0.0.147 () {32 vars in 717 bytes} [Fri Jun 26 05:53:04 2026] GET /v2.0/ports/dd566f06-d3d8-4358-bef3-c4df56f62112 => generated 1021 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-26 05:53:04.957 7 INFO neutron_taas.services.taas.taas_plugin [None req-efec5fe3-4ec0-4e7d-989b-7c956095e16b f2e5bd8da6e54b028f8cf7e634477216 3d28b4b29b4a4a50b0ca82081b9ea613 - - default default] TaaS: Handle Delete Port: dd566f06-d3d8-4358-bef3-c4df56f62112 2026-06-26 05:53:04.960 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-efec5fe3-4ec0-4e7d-989b-7c956095e16b f2e5bd8da6e54b028f8cf7e634477216 3d28b4b29b4a4a50b0ca82081b9ea613 - - default default] Tap Mirror: Handle Delete Port: dd566f06-d3d8-4358-bef3-c4df56f62112 [pid: 7|app: 0|req: 691/1354] 10.0.0.147 () {34 vars in 789 bytes} [Fri Jun 26 05:53:04 2026] PUT /v2.0/routers/2a841429-f25d-4729-acb7-2f7fc77847ec/remove_router_interface => generated 309 bytes in 699 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:53:05.517 8 INFO neutron.api.v2.resource [None req-eb6b1593-d3dd-4d79-946f-1df1c73025ca f2e5bd8da6e54b028f8cf7e634477216 3d28b4b29b4a4a50b0ca82081b9ea613 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 664/1355] 10.0.0.147 () {34 vars in 789 bytes} [Fri Jun 26 05:53:05 2026] PUT /v2.0/routers/2a841429-f25d-4729-acb7-2f7fc77847ec/remove_router_interface => generated 197 bytes in 169 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: 7|app: 0|req: 692/1356] 10.0.0.147 () {32 vars in 736 bytes} [Fri Jun 26 05:53:05 2026] GET /v2.0/ports?device_id=2a841429-f25d-4729-acb7-2f7fc77847ec => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:53:05.743 8 INFO neutron_taas.services.taas.taas_plugin [None req-e06b542c-4a82-49a6-995b-327e0dd6c142 f2e5bd8da6e54b028f8cf7e634477216 3d28b4b29b4a4a50b0ca82081b9ea613 - - default default] TaaS: Handle Delete Port: 40b06605-5543-47fa-a265-35ee4b8ea026 2026-06-26 05:53:05.745 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e06b542c-4a82-49a6-995b-327e0dd6c142 f2e5bd8da6e54b028f8cf7e634477216 3d28b4b29b4a4a50b0ca82081b9ea613 - - default default] Tap Mirror: Handle Delete Port: 40b06605-5543-47fa-a265-35ee4b8ea026 [pid: 7|app: 0|req: 693/1357] 10.0.0.147 () {34 vars in 677 bytes} [Fri Jun 26 05:53:05 2026] POST /v2.0/subnetpools => generated 549 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1358] 10.0.0.147 () {32 vars in 729 bytes} [Fri Jun 26 05:53:06 2026] GET /v2.0/subnetpools/9ab079e1-9b98-46bf-8df7-79dfba2b3b42 => generated 549 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:53:06.090 8 INFO neutron.services.segments.plugin [-] Segment 9443d800-45d0-4f44-9c1a-f37d5b380621 resource provider aggregate not found 2026-06-26 05:53:06.099 8 INFO neutron.services.segments.plugin [-] Segment 9443d800-45d0-4f44-9c1a-f37d5b380621 resource provider aggregate not found 2026-06-26 05:53:06.113 8 INFO neutron.services.segments.plugin [-] Segment 9443d800-45d0-4f44-9c1a-f37d5b380621 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9443d800-45d0-4f44-9c1a-f37d5b380621 found for delete ", "request_id": "req-ca4a1d89-2104-4e1c-b49e-b8049cc7e779"}]} 2026-06-26 05:53:06.117 8 INFO neutron.services.segments.plugin [-] Segment 9443d800-45d0-4f44-9c1a-f37d5b380621 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9443d800-45d0-4f44-9c1a-f37d5b380621 found for delete ", "request_id": "req-b81986af-5292-4bb9-9f56-75959eadd0cd"}]} 2026-06-26 05:53:06.144 8 INFO neutron.db.l3_hamode_db [None req-e06b542c-4a82-49a6-995b-327e0dd6c142 f2e5bd8da6e54b028f8cf7e634477216 3d28b4b29b4a4a50b0ca82081b9ea613 - - default default] HA network 131e91e8-bbb9-4410-aaca-89baddebdc8c was deleted as no HA routers are present in tenant 3d28b4b29b4a4a50b0ca82081b9ea613. [pid: 8|app: 0|req: 665/1359] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:53:05 2026] DELETE /v2.0/routers/2a841429-f25d-4729-acb7-2f7fc77847ec => generated 0 bytes in 599 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1360] 10.0.0.147 () {34 vars in 749 bytes} [Fri Jun 26 05:53:06 2026] PUT /v2.0/subnetpools/9ab079e1-9b98-46bf-8df7-79dfba2b3b42 => generated 501 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1361] 10.0.0.147 () {32 vars in 732 bytes} [Fri Jun 26 05:53:06 2026] DELETE /v2.0/subnetpools/9ab079e1-9b98-46bf-8df7-79dfba2b3b42 => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 05:53:06.251 7 INFO neutron.api.v2.resource [None req-0b74d36d-4f07-4c74-9943-583e647c2676 4ee2f0394a3e4ef48d7d88925dcf0afd 33c9b41563e84ff98e2a29e35469f6e2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 697/1362] 10.0.0.147 () {32 vars in 729 bytes} [Fri Jun 26 05:53:06 2026] GET /v2.0/subnetpools/9ab079e1-9b98-46bf-8df7-79dfba2b3b42 => generated 145 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-26 05:53:06.273 7 INFO neutron.api.v2.resource [None req-1cc1a135-299f-4a12-b931-c4a2b0737d4a 4ee2f0394a3e4ef48d7d88925dcf0afd 33c9b41563e84ff98e2a29e35469f6e2 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 698/1363] 10.0.0.147 () {32 vars in 732 bytes} [Fri Jun 26 05:53:06 2026] DELETE /v2.0/subnetpools/9ab079e1-9b98-46bf-8df7-79dfba2b3b42 => generated 145 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1364] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:53:06 2026] DELETE /v2.0/subnets/b768df63-e91e-4e06-94b9-771ca785bf9e => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:53:06.447 7 INFO neutron.services.segments.plugin [-] Segment c831a604-5b5f-44dc-ada0-302e6f2ecf88 resource provider aggregate not found 2026-06-26 05:53:06.448 7 INFO neutron.services.segments.plugin [-] Segment c831a604-5b5f-44dc-ada0-302e6f2ecf88 resource provider aggregate not found 2026-06-26 05:53:06.476 7 INFO neutron.services.segments.plugin [-] Segment c831a604-5b5f-44dc-ada0-302e6f2ecf88 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c831a604-5b5f-44dc-ada0-302e6f2ecf88 found for delete ", "request_id": "req-9e3ffc14-63cc-4c4b-a14a-9f43ed14f218"}]} 2026-06-26 05:53:06.477 7 INFO neutron.services.segments.plugin [-] Segment c831a604-5b5f-44dc-ada0-302e6f2ecf88 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c831a604-5b5f-44dc-ada0-302e6f2ecf88 found for delete ", "request_id": "req-ff91190d-46a7-4e70-952c-b4f772b99711"}]} [pid: 7|app: 0|req: 699/1365] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 05:53:06 2026] DELETE /v2.0/networks/d9b02860-5996-485f-a7f1-7718aef05a59 => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:53:06.547 8 INFO neutron.db.segments_db [None req-94f33dbb-d7ea-4098-bb06-baa9cb2e2c3e f2e5bd8da6e54b028f8cf7e634477216 3d28b4b29b4a4a50b0ca82081b9ea613 - - default default] Added segment 389eb6b3-d63c-404b-85d7-911dbabd54bf of type vxlan for network 0021aaa6-167b-4fa2-bb9a-f585068a5668 [pid: 8|app: 0|req: 667/1366] 10.0.0.147 () {34 vars in 670 bytes} [Fri Jun 26 05:53:06 2026] POST /v2.0/networks => generated 629 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1367] 10.0.0.147 () {34 vars in 669 bytes} [Fri Jun 26 05:53:06 2026] POST /v2.0/subnets => generated 626 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-26 05:53:07.010 7 INFO neutron.db.segments_db [None req-9be24383-3f4b-483c-85a8-fbee509a9fcf f2e5bd8da6e54b028f8cf7e634477216 3d28b4b29b4a4a50b0ca82081b9ea613 - - default default] Added segment dbb9c707-2eaa-4f37-b033-b8e1505827b8 of type vxlan for network 7e37f1d4-398b-46d3-b133-f9827a13babe [pid: 8|app: 0|req: 668/1368] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:53:06 2026] GET /v2.0/security-groups?tenant_id=33c9b41563e84ff98e2a29e35469f6e2&name=default => generated 2925 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1369] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:53:07 2026] DELETE /v2.0/security-groups/257e97d0-8706-4bfa-a6dd-f71821c5c613 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 05:53:07.268 7 INFO neutron.db.l3_hamode_db [None req-9be24383-3f4b-483c-85a8-fbee509a9fcf f2e5bd8da6e54b028f8cf7e634477216 3d28b4b29b4a4a50b0ca82081b9ea613 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-26 05:53:07.415 7 INFO neutron.db.l3_hamode_db [None req-9be24383-3f4b-483c-85a8-fbee509a9fcf f2e5bd8da6e54b028f8cf7e634477216 3d28b4b29b4a4a50b0ca82081b9ea613 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 701/1370] 10.0.0.147 () {34 vars in 669 bytes} [Fri Jun 26 05:53:06 2026] POST /v2.0/routers => generated 507 bytes in 1062 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1371] 10.0.0.147 () {34 vars in 783 bytes} [Fri Jun 26 05:53:08 2026] PUT /v2.0/routers/c01fa0b8-93fd-4c9c-b0bb-82c50c269b17/add_router_interface => generated 309 bytes in 1128 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1372] 10.0.0.147 () {32 vars in 717 bytes} [Fri Jun 26 05:53:09 2026] GET /v2.0/ports/75cb1d3f-842d-4e6b-920b-85296676c4c3 => generated 955 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:53:09.545 8 INFO neutron_taas.services.taas.taas_plugin [None req-2f31702e-30ff-4b58-81f5-32a306a03a3e f2e5bd8da6e54b028f8cf7e634477216 3d28b4b29b4a4a50b0ca82081b9ea613 - - default default] TaaS: Handle Delete Port: 75cb1d3f-842d-4e6b-920b-85296676c4c3 2026-06-26 05:53:09.555 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2f31702e-30ff-4b58-81f5-32a306a03a3e f2e5bd8da6e54b028f8cf7e634477216 3d28b4b29b4a4a50b0ca82081b9ea613 - - default default] Tap Mirror: Handle Delete Port: 75cb1d3f-842d-4e6b-920b-85296676c4c3 [pid: 8|app: 0|req: 671/1373] 10.0.0.147 () {34 vars in 789 bytes} [Fri Jun 26 05:53:09 2026] PUT /v2.0/routers/c01fa0b8-93fd-4c9c-b0bb-82c50c269b17/remove_router_interface => generated 309 bytes in 932 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1374] 10.0.0.147 () {32 vars in 736 bytes} [Fri Jun 26 05:53:10 2026] GET /v2.0/ports?device_id=c01fa0b8-93fd-4c9c-b0bb-82c50c269b17 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:53:10.360 8 INFO neutron_taas.services.taas.taas_plugin [None req-3db90ed1-ab9d-413d-8504-28d0262978ed f2e5bd8da6e54b028f8cf7e634477216 3d28b4b29b4a4a50b0ca82081b9ea613 - - default default] TaaS: Handle Delete Port: cec5048c-7768-47c7-8be4-c8acace2fc9b 2026-06-26 05:53:10.364 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3db90ed1-ab9d-413d-8504-28d0262978ed f2e5bd8da6e54b028f8cf7e634477216 3d28b4b29b4a4a50b0ca82081b9ea613 - - default default] Tap Mirror: Handle Delete Port: cec5048c-7768-47c7-8be4-c8acace2fc9b 2026-06-26 05:53:10.747 8 INFO neutron.services.segments.plugin [-] Segment dbb9c707-2eaa-4f37-b033-b8e1505827b8 resource provider aggregate not found 2026-06-26 05:53:10.759 8 INFO neutron.services.segments.plugin [-] Segment dbb9c707-2eaa-4f37-b033-b8e1505827b8 resource provider aggregate not found 2026-06-26 05:53:10.769 8 INFO neutron.db.l3_hamode_db [None req-3db90ed1-ab9d-413d-8504-28d0262978ed f2e5bd8da6e54b028f8cf7e634477216 3d28b4b29b4a4a50b0ca82081b9ea613 - - default default] HA network 7e37f1d4-398b-46d3-b133-f9827a13babe was deleted as no HA routers are present in tenant 3d28b4b29b4a4a50b0ca82081b9ea613. [pid: 8|app: 0|req: 672/1375] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:53:10 2026] DELETE /v2.0/routers/c01fa0b8-93fd-4c9c-b0bb-82c50c269b17 => generated 0 bytes in 626 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 05:53:10.779 8 INFO neutron.services.segments.plugin [-] Segment dbb9c707-2eaa-4f37-b033-b8e1505827b8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dbb9c707-2eaa-4f37-b033-b8e1505827b8 found for delete ", "request_id": "req-cb553692-89d5-4a0e-bf6a-b075dec363e6"}]} 2026-06-26 05:53:10.787 8 INFO neutron.services.segments.plugin [-] Segment dbb9c707-2eaa-4f37-b033-b8e1505827b8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dbb9c707-2eaa-4f37-b033-b8e1505827b8 found for delete ", "request_id": "req-ba1792e9-427d-46d2-932c-ee06ead8c66f"}]} [pid: 7|app: 0|req: 704/1376] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:53:10 2026] DELETE /v2.0/subnets/246eef92-ea96-4d09-b5e8-e08106379dab => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:53:11.077 8 INFO neutron_taas.services.taas.taas_plugin [None req-96efc20a-4e12-420e-98a4-8e4d092152e5 f2e5bd8da6e54b028f8cf7e634477216 3d28b4b29b4a4a50b0ca82081b9ea613 - - default default] TaaS: Handle Delete Port: f4765255-a714-48fa-9143-58c9477cc966 2026-06-26 05:53:11.081 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-96efc20a-4e12-420e-98a4-8e4d092152e5 f2e5bd8da6e54b028f8cf7e634477216 3d28b4b29b4a4a50b0ca82081b9ea613 - - default default] Tap Mirror: Handle Delete Port: f4765255-a714-48fa-9143-58c9477cc966 [pid: 8|app: 0|req: 673/1377] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 05:53:10 2026] DELETE /v2.0/networks/0021aaa6-167b-4fa2-bb9a-f585068a5668 => generated 0 bytes in 366 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:53:11.418 7 INFO neutron.db.segments_db [None req-a254ed1e-7b35-44ad-8bbe-e5ce5d10931a f2e5bd8da6e54b028f8cf7e634477216 3d28b4b29b4a4a50b0ca82081b9ea613 - - default default] Added segment 83b0405e-1d3f-4b06-abb8-25b5b1760535 of type vxlan for network edb5ddc4-ce34-473e-a804-0afabd627f07 [pid: 8|app: 0|req: 674/1378] 10.0.0.92 () {34 vars in 989 bytes} [Fri Jun 26 05:53:11 2026] GET /v2.0/ports?device_id=669a3571-4802-4217-961d-03ab721842a6 => generated 1244 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1379] 10.0.0.92 () {34 vars in 1039 bytes} [Fri Jun 26 05:53:11 2026] GET /v2.0/security-groups?id=f5981f98-6181-4c56-b7bd-363971bb1ff2&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:53:11.680 7 INFO neutron.db.l3_hamode_db [None req-a254ed1e-7b35-44ad-8bbe-e5ce5d10931a f2e5bd8da6e54b028f8cf7e634477216 3d28b4b29b4a4a50b0ca82081b9ea613 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-26 05:53:12.476 7 INFO neutron.db.l3_hamode_db [None req-a254ed1e-7b35-44ad-8bbe-e5ce5d10931a f2e5bd8da6e54b028f8cf7e634477216 3d28b4b29b4a4a50b0ca82081b9ea613 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 676/1380] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:53:12 2026] GET /v2.0/security-groups?tenant_id=0e86df55ecda449b99969a0573f7d999&name=default => generated 2925 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1381] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:53:12 2026] DELETE /v2.0/security-groups/fa92eca8-244c-4974-a81d-355d5545ed4a => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 05:53:12.800 8 INFO neutron.services.segments.plugin [-] Segment 389eb6b3-d63c-404b-85d7-911dbabd54bf resource provider aggregate not found 2026-06-26 05:53:12.809 8 INFO neutron.services.segments.plugin [-] Segment 389eb6b3-d63c-404b-85d7-911dbabd54bf resource provider aggregate not found 2026-06-26 05:53:12.825 8 INFO neutron.services.segments.plugin [-] Segment 389eb6b3-d63c-404b-85d7-911dbabd54bf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 389eb6b3-d63c-404b-85d7-911dbabd54bf found for delete ", "request_id": "req-557bf724-eb35-45c9-81a6-d545811791a4"}]} 2026-06-26 05:53:12.831 8 INFO neutron.services.segments.plugin [-] Segment 389eb6b3-d63c-404b-85d7-911dbabd54bf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 389eb6b3-d63c-404b-85d7-911dbabd54bf found for delete ", "request_id": "req-cc9bf69f-86d0-46c5-a948-fd7a7c93b124"}]} [pid: 8|app: 0|req: 678/1382] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:53:12 2026] GET /v2.0/security-groups?tenant_id=cd0b99b434c6403c86bc96e1c3717fca&name=default => generated 2925 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1383] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:53:12 2026] DELETE /v2.0/security-groups/e0a68aa8-b84a-4a3c-b736-0aeddec8fd68 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1384] 10.0.0.147 () {34 vars in 669 bytes} [Fri Jun 26 05:53:11 2026] POST /v2.0/routers => generated 688 bytes in 2070 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1385] 10.0.0.147 () {32 vars in 721 bytes} [Fri Jun 26 05:53:13 2026] GET /v2.0/routers/2c312f98-4790-4bd7-8316-5798bcad1735 => generated 694 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1386] 10.0.0.147 () {32 vars in 647 bytes} [Fri Jun 26 05:53:13 2026] GET /v2.0/routers => generated 697 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1387] 10.0.0.147 () {34 vars in 741 bytes} [Fri Jun 26 05:53:13 2026] PUT /v2.0/routers/2c312f98-4790-4bd7-8316-5798bcad1735 => generated 701 bytes in 373 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1388] 10.0.0.147 () {32 vars in 721 bytes} [Fri Jun 26 05:53:13 2026] GET /v2.0/routers/2c312f98-4790-4bd7-8316-5798bcad1735 => generated 701 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1389] 10.0.0.147 () {32 vars in 736 bytes} [Fri Jun 26 05:53:14 2026] GET /v2.0/ports?device_id=2c312f98-4790-4bd7-8316-5798bcad1735 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:53:14.309 7 INFO neutron_taas.services.taas.taas_plugin [None req-73fa9214-495e-4b0a-8012-157ae5545463 f2e5bd8da6e54b028f8cf7e634477216 3d28b4b29b4a4a50b0ca82081b9ea613 - - default default] TaaS: Handle Delete Port: 3854b3b7-47ce-4b59-b77a-146599fd1503 2026-06-26 05:53:14.313 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-73fa9214-495e-4b0a-8012-157ae5545463 f2e5bd8da6e54b028f8cf7e634477216 3d28b4b29b4a4a50b0ca82081b9ea613 - - default default] Tap Mirror: Handle Delete Port: 3854b3b7-47ce-4b59-b77a-146599fd1503 2026-06-26 05:53:14.631 7 INFO neutron_taas.services.taas.taas_plugin [None req-73fa9214-495e-4b0a-8012-157ae5545463 f2e5bd8da6e54b028f8cf7e634477216 3d28b4b29b4a4a50b0ca82081b9ea613 - - default default] TaaS: Handle Delete Port: 000c5b93-f4be-4d79-8c76-dad13cc229d1 2026-06-26 05:53:14.635 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-73fa9214-495e-4b0a-8012-157ae5545463 f2e5bd8da6e54b028f8cf7e634477216 3d28b4b29b4a4a50b0ca82081b9ea613 - - default default] Tap Mirror: Handle Delete Port: 000c5b93-f4be-4d79-8c76-dad13cc229d1 [pid: 8|app: 0|req: 683/1390] 10.0.0.92 () {34 vars in 989 bytes} [Fri Jun 26 05:53:14 2026] GET /v2.0/ports?device_id=f2af1899-d4f5-46c2-879c-d81107127a26 => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1391] 10.0.0.92 () {34 vars in 1039 bytes} [Fri Jun 26 05:53:14 2026] GET /v2.0/security-groups?id=ad80d9f0-49ed-4446-8698-ddd7ea688ded&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:53:14.996 7 INFO neutron.services.segments.plugin [-] Segment 83b0405e-1d3f-4b06-abb8-25b5b1760535 resource provider aggregate not found 2026-06-26 05:53:15.002 7 INFO neutron.services.segments.plugin [-] Segment 83b0405e-1d3f-4b06-abb8-25b5b1760535 resource provider aggregate not found 2026-06-26 05:53:15.021 7 INFO neutron.services.segments.plugin [-] Segment 83b0405e-1d3f-4b06-abb8-25b5b1760535 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83b0405e-1d3f-4b06-abb8-25b5b1760535 found for delete ", "request_id": "req-1c076885-8568-4276-9fc6-2ed392e7f990"}]} 2026-06-26 05:53:15.024 7 INFO neutron.services.segments.plugin [-] Segment 83b0405e-1d3f-4b06-abb8-25b5b1760535 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83b0405e-1d3f-4b06-abb8-25b5b1760535 found for delete ", "request_id": "req-465574dc-2a75-4da3-b316-e34be0e5d8e2"}]} 2026-06-26 05:53:15.032 7 INFO neutron.db.l3_hamode_db [None req-73fa9214-495e-4b0a-8012-157ae5545463 f2e5bd8da6e54b028f8cf7e634477216 3d28b4b29b4a4a50b0ca82081b9ea613 - - default default] HA network edb5ddc4-ce34-473e-a804-0afabd627f07 was deleted as no HA routers are present in tenant 3d28b4b29b4a4a50b0ca82081b9ea613. [pid: 7|app: 0|req: 708/1392] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:53:14 2026] DELETE /v2.0/routers/2c312f98-4790-4bd7-8316-5798bcad1735 => 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: 685/1393] 10.0.0.147 () {32 vars in 736 bytes} [Fri Jun 26 05:53:15 2026] GET /v2.0/ports?device_id=2c312f98-4790-4bd7-8316-5798bcad1735 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:53:15.090 7 INFO neutron.api.v2.resource [None req-a8188233-1bc4-4e83-a8a4-7014855b8479 f2e5bd8da6e54b028f8cf7e634477216 3d28b4b29b4a4a50b0ca82081b9ea613 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 709/1394] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:53:15 2026] DELETE /v2.0/routers/2c312f98-4790-4bd7-8316-5798bcad1735 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1395] 10.0.0.147 () {32 vars in 736 bytes} [Fri Jun 26 05:53:15 2026] GET /v2.0/ports?device_id=c01fa0b8-93fd-4c9c-b0bb-82c50c269b17 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:53:15.143 7 INFO neutron.api.v2.resource [None req-b35707dd-8699-4ae2-8a06-bf31e997d248 f2e5bd8da6e54b028f8cf7e634477216 3d28b4b29b4a4a50b0ca82081b9ea613 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 710/1396] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:53:15 2026] DELETE /v2.0/routers/c01fa0b8-93fd-4c9c-b0bb-82c50c269b17 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-26 05:53:15.168 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c8e51b4a-f359-43ec-9e1b-45973ef35f14 f2e5bd8da6e54b028f8cf7e634477216 3d28b4b29b4a4a50b0ca82081b9ea613 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 687/1397] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:53:15 2026] DELETE /v2.0/subnets/246eef92-ea96-4d09-b5e8-e08106379dab => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1398] 10.0.0.147 () {32 vars in 736 bytes} [Fri Jun 26 05:53:15 2026] GET /v2.0/ports?device_id=2a841429-f25d-4729-acb7-2f7fc77847ec => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:53:15.218 8 INFO neutron.api.v2.resource [None req-24e0cd92-3e54-4bba-9dc4-38ec2ae50b18 f2e5bd8da6e54b028f8cf7e634477216 3d28b4b29b4a4a50b0ca82081b9ea613 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 688/1399] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:53:15 2026] DELETE /v2.0/routers/2a841429-f25d-4729-acb7-2f7fc77847ec => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-26 05:53:15.237 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ec0c698d-7f00-4c4f-adfe-f47909c6e6e6 f2e5bd8da6e54b028f8cf7e634477216 3d28b4b29b4a4a50b0ca82081b9ea613 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 712/1400] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:53:15 2026] DELETE /v2.0/subnets/b768df63-e91e-4e06-94b9-771ca785bf9e => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1401] 10.0.0.147 () {32 vars in 736 bytes} [Fri Jun 26 05:53:15 2026] GET /v2.0/ports?device_id=b7a82644-c29b-4a6d-b365-10f155af908b => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:53:15.295 7 INFO neutron.api.v2.resource [None req-3eea1fc0-44ee-4679-a2a8-15ac83a1c8a9 f2e5bd8da6e54b028f8cf7e634477216 3d28b4b29b4a4a50b0ca82081b9ea613 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 713/1402] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:53:15 2026] DELETE /v2.0/routers/b7a82644-c29b-4a6d-b365-10f155af908b => generated 135 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-26 05:53:15.320 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9b668bb7-3935-4e06-aa4f-607aaa733b1a f2e5bd8da6e54b028f8cf7e634477216 3d28b4b29b4a4a50b0ca82081b9ea613 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 690/1403] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:53:15 2026] DELETE /v2.0/subnets/51f3beee-d82d-45cf-950e-358a06b31eab => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-26 05:53:15.344 7 INFO neutron.pecan_wsgi.hooks.translation [None req-34ce73c0-bcf1-4bb2-a8a0-c151a279a115 f2e5bd8da6e54b028f8cf7e634477216 3d28b4b29b4a4a50b0ca82081b9ea613 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 714/1404] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:53:15 2026] DELETE /v2.0/subnets/d1195910-3177-49b9-9b16-56666ae20479 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1405] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:53:15 2026] GET /v2.0/security-groups?tenant_id=3d28b4b29b4a4a50b0ca82081b9ea613&name=default => generated 2925 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1406] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:53:16 2026] DELETE /v2.0/security-groups/f4808be5-2736-4df0-bd0b-406e35eaa1ae => 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: 693/1409] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:53:18 2026] GET /v2.0/security-groups?tenant_id=3d766a1238144e58a601e29e0e744313&name=default => generated 2925 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1410] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:53:18 2026] DELETE /v2.0/security-groups/0b73a106-5e84-4d28-a6fe-b48365a2ac11 => 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: 694/1411] 10.0.0.147 () {32 vars in 826 bytes} [Fri Jun 26 05:53:20 2026] GET /v2.0/ports?project_id=48b9dfa68243414e9a70515f769d1f5e&network_id=b635f96d-f299-46dd-991d-e33e52a2223a => generated 3695 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1412] 10.0.0.147 () {32 vars in 742 bytes} [Fri Jun 26 05:53:20 2026] GET /v2.0/subnets?network_id=290ceaf9-db2b-4dc7-83e6-a43f536c21c0 => generated 667 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:53:20.735 8 INFO neutron.db.l3_db [None req-db3fcdba-1901-42da-b5af-cd9d54c73575 fd4c9d252b984bfcb0ff6a0f1e1ec3e7 48b9dfa68243414e9a70515f769d1f5e - - default default] Floating IP 8ec70287-5611-41b1-ae4f-f3eafb0d406b disassociated. External IP: 10.96.250.216, port: 93b4d246-c613-4110-9ce7-d911a62209c0. [pid: 8|app: 0|req: 695/1413] 10.0.0.147 () {34 vars in 749 bytes} [Fri Jun 26 05:53:20 2026] PUT /v2.0/floatingips/8ec70287-5611-41b1-ae4f-f3eafb0d406b => generated 554 bytes in 454 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1414] 10.0.0.147 () {32 vars in 729 bytes} [Fri Jun 26 05:53:21 2026] GET /v2.0/floatingips/8ec70287-5611-41b1-ae4f-f3eafb0d406b => generated 554 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:53:21.107 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5555192a-235b-40a1-bf56-a495844ddcf8'] response: {'name': 'network-changed', 'server_uuid': '669a3571-4802-4217-961d-03ab721842a6', 'tag': '93b4d246-c613-4110-9ce7-d911a62209c0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 696/1415] 199.204.45.78 () {34 vars in 1079 bytes} [Fri Jun 26 05:53:21 2026] GET /v2.0/ports?tenant_id=48b9dfa68243414e9a70515f769d1f5e&device_id=669a3571-4802-4217-961d-03ab721842a6 => 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: 720/1416] 199.204.45.78 () {34 vars in 985 bytes} [Fri Jun 26 05:53:21 2026] GET /v2.0/networks?id=b635f96d-f299-46dd-991d-e33e52a2223a => generated 756 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1417] 199.204.45.78 () {34 vars in 1059 bytes} [Fri Jun 26 05:53:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=93b4d246-c613-4110-9ce7-d911a62209c0 => 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: 721/1418] 199.204.45.78 () {34 vars in 983 bytes} [Fri Jun 26 05:53:21 2026] GET /v2.0/subnets?id=6df1d720-329e-44b1-b77f-3eb9d718b5e7 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1419] 199.204.45.78 () {34 vars in 1051 bytes} [Fri Jun 26 05:53:21 2026] GET /v2.0/ports?network_id=b635f96d-f299-46dd-991d-e33e52a2223a&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1420] 199.204.45.78 () {34 vars in 1011 bytes} [Fri Jun 26 05:53:21 2026] GET /v2.0/networks/b635f96d-f299-46dd-991d-e33e52a2223a?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1421] 199.204.45.78 () {34 vars in 1111 bytes} [Fri Jun 26 05:53:21 2026] GET /v2.0/networks/b635f96d-f299-46dd-991d-e33e52a2223a?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: 723/1422] 10.0.0.147 () {32 vars in 729 bytes} [Fri Jun 26 05:53:22 2026] GET /v2.0/floatingips/8ec70287-5611-41b1-ae4f-f3eafb0d406b => generated 554 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1423] 10.0.0.147 () {32 vars in 729 bytes} [Fri Jun 26 05:53:23 2026] GET /v2.0/floatingips/8ec70287-5611-41b1-ae4f-f3eafb0d406b => generated 552 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1424] 10.0.0.147 () {34 vars in 685 bytes} [Fri Jun 26 05:53:24 2026] POST /v2.0/security-groups => generated 1673 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1425] 10.0.0.147 () {34 vars in 695 bytes} [Fri Jun 26 05:53:24 2026] POST /v2.0/security-group-rules => generated 597 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1426] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:53:24 2026] GET /v2.0/ports?device_id=f2af1899-d4f5-46c2-879c-d81107127a26 => generated 971 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1427] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:53:24 2026] GET /v2.0/security-groups?id=ad80d9f0-49ed-4446-8698-ddd7ea688ded&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1428] 10.0.0.147 () {34 vars in 695 bytes} [Fri Jun 26 05:53:24 2026] POST /v2.0/security-group-rules => generated 596 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1429] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:53:24 2026] GET /v2.0/ports?device_id=f2af1899-d4f5-46c2-879c-d81107127a26 => generated 971 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1430] 10.0.0.147 () {34 vars in 695 bytes} [Fri Jun 26 05:53:24 2026] POST /v2.0/security-group-rules => generated 602 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1431] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:53:24 2026] GET /v2.0/security-groups?id=ad80d9f0-49ed-4446-8698-ddd7ea688ded&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1432] 10.0.0.147 () {34 vars in 695 bytes} [Fri Jun 26 05:53:24 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) 2026-06-26 05:53:25.016 8 INFO neutron.db.securitygroups_db [None req-b882f7c4-1381-4f21-a053-ac5eab2a2262 fd4c9d252b984bfcb0ff6a0f1e1ec3e7 48b9dfa68243414e9a70515f769d1f5e - - default default] Project 48b9dfa68243414e9a70515f769d1f5e 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: 705/1433] 10.0.0.147 () {34 vars in 695 bytes} [Fri Jun 26 05:53:24 2026] POST /v2.0/security-group-rules => generated 607 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-26 05:53:25.165 7 INFO neutron.db.securitygroups_db [None req-c65f8e28-aef6-467a-bc84-247ae867cb42 fd4c9d252b984bfcb0ff6a0f1e1ec3e7 48b9dfa68243414e9a70515f769d1f5e - - default default] Project 48b9dfa68243414e9a70515f769d1f5e 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: 706/1434] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:53:25 2026] GET /v2.0/ports?device_id=f2af1899-d4f5-46c2-879c-d81107127a26 => 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: 729/1435] 10.0.0.147 () {34 vars in 695 bytes} [Fri Jun 26 05:53:25 2026] POST /v2.0/security-group-rules => generated 606 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1436] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:53:25 2026] GET /v2.0/security-groups?id=ad80d9f0-49ed-4446-8698-ddd7ea688ded&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1437] 10.0.0.147 () {32 vars in 649 bytes} [Fri Jun 26 05:53:25 2026] GET /v2.0/networks => generated 1298 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1438] 10.0.0.206 () {34 vars in 1098 bytes} [Fri Jun 26 05:53:25 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-499980360&fields=id&tenant_id=48b9dfa68243414e9a70515f769d1f5e => generated 69 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1439] 10.0.0.206 () {34 vars in 982 bytes} [Fri Jun 26 05:53:26 2026] GET /v2.0/networks?id=b635f96d-f299-46dd-991d-e33e52a2223a => generated 661 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1440] 10.0.0.206 () {34 vars in 965 bytes} [Fri Jun 26 05:53:26 2026] GET /v2.0/quotas/48b9dfa68243414e9a70515f769d1f5e => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1441] 10.0.0.206 () {34 vars in 1002 bytes} [Fri Jun 26 05:53:26 2026] GET /v2.0/ports?tenant_id=48b9dfa68243414e9a70515f769d1f5e&fields=id => generated 149 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1442] 10.0.0.206 () {34 vars in 1008 bytes} [Fri Jun 26 05:53:26 2026] GET /v2.0/networks/b635f96d-f299-46dd-991d-e33e52a2223a?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1443] 10.0.0.206 () {34 vars in 1108 bytes} [Fri Jun 26 05:53:26 2026] GET /v2.0/networks/b635f96d-f299-46dd-991d-e33e52a2223a?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: 711/1444] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:53:26 2026] GET /v2.0/ports?device_id=f2af1899-d4f5-46c2-879c-d81107127a26 => generated 971 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1445] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:53:26 2026] GET /v2.0/ports?device_id=4ecfdf21-7c5a-40e4-8689-e92a11892b56 => 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: 712/1446] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:53:26 2026] GET /v2.0/security-groups?id=ad80d9f0-49ed-4446-8698-ddd7ea688ded&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: 713/1447] 199.204.45.78 () {34 vars in 1079 bytes} [Fri Jun 26 05:53:26 2026] GET /v2.0/ports?tenant_id=6a97727c56574516be793d5082c8aa6b&device_id=f2af1899-d4f5-46c2-879c-d81107127a26 => 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: 714/1448] 199.204.45.78 () {34 vars in 985 bytes} [Fri Jun 26 05:53:26 2026] GET /v2.0/networks?id=11b8df65-6f5a-4723-bb41-49e65be3d6f7 => generated 772 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1449] 199.204.45.78 () {34 vars in 1057 bytes} [Fri Jun 26 05:53:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=8ac5486c-0f7c-447e-8f45-5117c556413b => generated 860 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1450] 199.204.45.78 () {34 vars in 983 bytes} [Fri Jun 26 05:53:26 2026] GET /v2.0/subnets?id=4b831cdd-8c0c-4833-a2f5-28a64f321597 => generated 694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1451] 199.204.45.78 () {34 vars in 1051 bytes} [Fri Jun 26 05:53:26 2026] GET /v2.0/ports?network_id=11b8df65-6f5a-4723-bb41-49e65be3d6f7&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1452] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:53:26 2026] GET /v2.0/security-groups?tenant_id=8b1281f77d1c40edb30b38b24887246b&name=default => generated 2925 bytes in 306 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1453] 199.204.45.78 () {34 vars in 1011 bytes} [Fri Jun 26 05:53:26 2026] GET /v2.0/networks/11b8df65-6f5a-4723-bb41-49e65be3d6f7?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1454] 199.204.45.78 () {34 vars in 1111 bytes} [Fri Jun 26 05:53:27 2026] GET /v2.0/networks/11b8df65-6f5a-4723-bb41-49e65be3d6f7?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: 736/1455] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:53:26 2026] DELETE /v2.0/security-groups/1ea19129-e59a-4673-a374-41c22c96c13e => 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: 720/1456] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:53:27 2026] GET /v2.0/ports?device_id=4ecfdf21-7c5a-40e4-8689-e92a11892b56 => 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: 737/1457] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:53:27 2026] GET /v2.0/ports?device_id=f2af1899-d4f5-46c2-879c-d81107127a26 => 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: 721/1458] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:53:27 2026] GET /v2.0/security-groups?id=ad80d9f0-49ed-4446-8698-ddd7ea688ded&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:53:28.022 7 INFO neutron.db.segments_db [None req-5cd8b26a-89fe-4959-b31c-895fe8181a3c 98973432cf254c68896719a38e220d2d 247d6756de3945449b19da637b44e462 - - default default] Added segment 048488dd-2a57-4071-b528-f727d497f7db of type vxlan for network 37e38853-2a4d-42d5-9259-969e3587423f [pid: 7|app: 0|req: 738/1459] 10.0.0.147 () {34 vars in 670 bytes} [Fri Jun 26 05:53:27 2026] POST /v2.0/networks => generated 639 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1460] 10.0.0.147 () {34 vars in 669 bytes} [Fri Jun 26 05:53:28 2026] POST /v2.0/subnets => generated 658 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1461] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:53:28 2026] GET /v2.0/ports?device_id=4ecfdf21-7c5a-40e4-8689-e92a11892b56 => 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: 739/1462] 10.0.0.147 () {32 vars in 722 bytes} [Fri Jun 26 05:53:28 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1463] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:53:28 2026] GET /v2.0/ports?device_id=f2af1899-d4f5-46c2-879c-d81107127a26 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1464] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:53:28 2026] GET /v2.0/security-groups?id=ad80d9f0-49ed-4446-8698-ddd7ea688ded&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1465] 10.0.0.147 () {34 vars in 669 bytes} [Fri Jun 26 05:53:28 2026] POST /v2.0/subnets => generated 731 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-26 05:53:28.970 7 INFO neutron.db.segments_db [None req-fa1a4a37-c7fa-44e9-831f-f5b62184f51d 98973432cf254c68896719a38e220d2d 247d6756de3945449b19da637b44e462 - - default default] Added segment d2aaadb1-7dfa-4c63-aa28-48ce1d1e185d of type vxlan for network ee092661-42f2-4d82-8bc9-7971f1a64cf5 [pid: 7|app: 0|req: 742/1466] 10.0.0.147 () {34 vars in 670 bytes} [Fri Jun 26 05:53:28 2026] POST /v2.0/networks => generated 638 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1467] 10.0.0.147 () {34 vars in 669 bytes} [Fri Jun 26 05:53:29 2026] POST /v2.0/subnets => generated 656 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1468] 10.0.0.147 () {34 vars in 669 bytes} [Fri Jun 26 05:53:29 2026] POST /v2.0/subnets => generated 726 bytes in 323 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1469] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:53:29 2026] GET /v2.0/ports?device_id=4ecfdf21-7c5a-40e4-8689-e92a11892b56 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:53:29.742 7 INFO neutron.db.segments_db [None req-8f70fa29-bd14-492e-a30e-eeab603d3d72 98973432cf254c68896719a38e220d2d 247d6756de3945449b19da637b44e462 - - default default] Added segment 092ff371-0315-4a88-bcda-36cc82be732e of type vxlan for network 29cd6cef-9a1b-469e-b1a8-cf247268d94f [pid: 7|app: 0|req: 744/1470] 10.0.0.147 () {34 vars in 670 bytes} [Fri Jun 26 05:53:29 2026] POST /v2.0/networks => generated 638 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1471] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:53:29 2026] GET /v2.0/ports?device_id=f2af1899-d4f5-46c2-879c-d81107127a26 => generated 971 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1472] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:53:29 2026] GET /v2.0/security-groups?id=ad80d9f0-49ed-4446-8698-ddd7ea688ded&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1473] 10.0.0.147 () {34 vars in 669 bytes} [Fri Jun 26 05:53:29 2026] POST /v2.0/subnets => generated 656 bytes in 298 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1474] 10.0.0.224 () {32 vars in 802 bytes} [Fri Jun 26 05:53:30 2026] GET /v2.0/extensions => generated 21537 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1475] 10.0.0.147 () {34 vars in 669 bytes} [Fri Jun 26 05:53:30 2026] POST /v2.0/subnets => generated 729 bytes in 344 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-26 05:53:30.566 7 INFO neutron.db.segments_db [None req-11369e0d-bd0b-465e-bdad-7e5b8399c874 98973432cf254c68896719a38e220d2d 247d6756de3945449b19da637b44e462 - - default default] Added segment 0aae2a98-9f90-4cf5-af10-0c6a70414b26 of type vxlan for network 55318c3e-271e-49a3-b7db-4146ff3cb1b3 [pid: 8|app: 0|req: 730/1476] 10.0.0.224 () {30 vars in 724 bytes} [Fri Jun 26 05:53:30 2026] GET /v2.0/quotas/36c8102dc3c64b0cbbe35abca7c15f08/details => generated 847 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1477] 199.204.45.78 () {34 vars in 985 bytes} [Fri Jun 26 05:53:30 2026] GET /v2.0/networks?id=b635f96d-f299-46dd-991d-e33e52a2223a => generated 661 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1478] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:53:30 2026] GET /v2.0/ports?device_id=4ecfdf21-7c5a-40e4-8689-e92a11892b56 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:53:30.842 7 INFO neutron.db.l3_hamode_db [None req-11369e0d-bd0b-465e-bdad-7e5b8399c874 98973432cf254c68896719a38e220d2d 247d6756de3945449b19da637b44e462 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 733/1479] 199.204.45.78 () {34 vars in 1049 bytes} [Fri Jun 26 05:53:30 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=48b9dfa68243414e9a70515f769d1f5e => generated 272 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1480] 199.204.45.78 () {38 vars in 954 bytes} [Fri Jun 26 05:53:30 2026] POST /v2.0/ports => generated 958 bytes in 375 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: 735/1481] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:53:31 2026] GET /v2.0/ports?device_id=f2af1899-d4f5-46c2-879c-d81107127a26 => generated 969 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:53:31.709 7 INFO neutron.db.l3_hamode_db [None req-11369e0d-bd0b-465e-bdad-7e5b8399c874 98973432cf254c68896719a38e220d2d 247d6756de3945449b19da637b44e462 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 736/1482] 199.204.45.78 () {38 vars in 1027 bytes} [Fri Jun 26 05:53:31 2026] PUT /v2.0/ports/7f926870-e6a3-484b-a09b-a209f815c471 => generated 1239 bytes in 465 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: 737/1483] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:53:31 2026] GET /v2.0/security-groups?id=ad80d9f0-49ed-4446-8698-ddd7ea688ded&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:53:31.789 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4e84e666-71b7-4c3c-be42-38ac52b0c94d'] response: {'name': 'network-changed', 'server_uuid': '4ecfdf21-7c5a-40e4-8689-e92a11892b56', 'tag': '7f926870-e6a3-484b-a09b-a209f815c471', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 740/1486] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:53:31 2026] GET /v2.0/ports?device_id=4ecfdf21-7c5a-40e4-8689-e92a11892b56 => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1487] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:53:31 2026] GET /v2.0/security-groups?id=9ae00228-bcbb-45bc-a086-7e35adb2b7ff&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: 742/1488] 199.204.45.78 () {34 vars in 1079 bytes} [Fri Jun 26 05:53:32 2026] GET /v2.0/ports?tenant_id=48b9dfa68243414e9a70515f769d1f5e&device_id=4ecfdf21-7c5a-40e4-8689-e92a11892b56 => generated 1242 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1489] 199.204.45.78 () {34 vars in 1017 bytes} [Fri Jun 26 05:53:32 2026] GET /v2.0/networks?tenant_id=48b9dfa68243414e9a70515f769d1f5e&shared=False => generated 756 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1490] 199.204.45.78 () {34 vars in 929 bytes} [Fri Jun 26 05:53:32 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1491] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:53:32 2026] GET /v2.0/ports?device_id=f2af1899-d4f5-46c2-879c-d81107127a26 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1492] 10.0.0.147 () {34 vars in 669 bytes} [Fri Jun 26 05:53:30 2026] POST /v2.0/routers => generated 685 bytes in 2407 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1493] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:53:32 2026] GET /v2.0/security-groups?id=ad80d9f0-49ed-4446-8698-ddd7ea688ded&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1494] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:53:33 2026] GET /v2.0/ports?device_id=4ecfdf21-7c5a-40e4-8689-e92a11892b56 => generated 973 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1495] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:53:33 2026] GET /v2.0/security-groups?id=9ae00228-bcbb-45bc-a086-7e35adb2b7ff&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1496] 199.204.45.78 () {34 vars in 1079 bytes} [Fri Jun 26 05:53:33 2026] GET /v2.0/ports?tenant_id=48b9dfa68243414e9a70515f769d1f5e&device_id=4ecfdf21-7c5a-40e4-8689-e92a11892b56 => generated 1242 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1497] 199.204.45.78 () {34 vars in 1059 bytes} [Fri Jun 26 05:53:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=7f926870-e6a3-484b-a09b-a209f815c471 => 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: 751/1498] 199.204.45.78 () {34 vars in 983 bytes} [Fri Jun 26 05:53:33 2026] GET /v2.0/subnets?id=6df1d720-329e-44b1-b77f-3eb9d718b5e7 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1499] 199.204.45.78 () {34 vars in 1051 bytes} [Fri Jun 26 05:53:33 2026] GET /v2.0/ports?network_id=b635f96d-f299-46dd-991d-e33e52a2223a&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: 753/1500] 199.204.45.78 () {34 vars in 1011 bytes} [Fri Jun 26 05:53:33 2026] GET /v2.0/networks/b635f96d-f299-46dd-991d-e33e52a2223a?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1501] 199.204.45.78 () {34 vars in 1111 bytes} [Fri Jun 26 05:53:33 2026] GET /v2.0/networks/b635f96d-f299-46dd-991d-e33e52a2223a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1502] 10.0.0.224 () {32 vars in 802 bytes} [Fri Jun 26 05:53:33 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1503] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:53:33 2026] GET /v2.0/ports?device_id=f2af1899-d4f5-46c2-879c-d81107127a26 => generated 969 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1504] 10.0.0.224 () {30 vars in 724 bytes} [Fri Jun 26 05:53:34 2026] GET /v2.0/quotas/36c8102dc3c64b0cbbe35abca7c15f08/details => generated 847 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1505] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:53:34 2026] GET /v2.0/security-groups?id=ad80d9f0-49ed-4446-8698-ddd7ea688ded&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: 759/1506] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:53:34 2026] GET /v2.0/ports?device_id=4ecfdf21-7c5a-40e4-8689-e92a11892b56 => generated 973 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1507] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:53:34 2026] GET /v2.0/security-groups?id=9ae00228-bcbb-45bc-a086-7e35adb2b7ff&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1508] 10.0.0.147 () {34 vars in 783 bytes} [Fri Jun 26 05:53:32 2026] PUT /v2.0/routers/cf5b8ea2-72d8-4b74-8ec5-dc5ea0ceb5c1/add_router_interface => generated 309 bytes in 1574 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1509] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:53:35 2026] GET /v2.0/ports?device_id=f2af1899-d4f5-46c2-879c-d81107127a26 => generated 971 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1510] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:53:35 2026] GET /v2.0/security-groups?id=ad80d9f0-49ed-4446-8698-ddd7ea688ded&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1511] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:53:35 2026] GET /v2.0/ports?device_id=4ecfdf21-7c5a-40e4-8689-e92a11892b56 => generated 973 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1512] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:53:35 2026] GET /v2.0/security-groups?id=9ae00228-bcbb-45bc-a086-7e35adb2b7ff&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: 761/1513] 10.0.0.147 () {34 vars in 783 bytes} [Fri Jun 26 05:53:34 2026] PUT /v2.0/routers/cf5b8ea2-72d8-4b74-8ec5-dc5ea0ceb5c1/add_router_interface => generated 309 bytes in 1409 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1514] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:53:36 2026] GET /v2.0/ports?device_id=4ecfdf21-7c5a-40e4-8689-e92a11892b56 => generated 973 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1515] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:53:36 2026] GET /v2.0/security-groups?id=9ae00228-bcbb-45bc-a086-7e35adb2b7ff&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: 764/1516] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:53:37 2026] GET /v2.0/security-groups?tenant_id=36c8102dc3c64b0cbbe35abca7c15f08&name=default => generated 2925 bytes in 341 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1517] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:53:37 2026] DELETE /v2.0/security-groups/0032b75b-0edd-48b5-bba2-130a1b8425ce => 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: 766/1518] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:53:37 2026] GET /v2.0/ports?device_id=4ecfdf21-7c5a-40e4-8689-e92a11892b56 => 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: 767/1519] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:53:37 2026] GET /v2.0/security-groups?id=9ae00228-bcbb-45bc-a086-7e35adb2b7ff&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: 753/1520] 10.0.0.147 () {34 vars in 783 bytes} [Fri Jun 26 05:53:35 2026] PUT /v2.0/routers/cf5b8ea2-72d8-4b74-8ec5-dc5ea0ceb5c1/add_router_interface => generated 309 bytes in 2111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1521] 10.0.0.147 () {34 vars in 684 bytes} [Fri Jun 26 05:53:38 2026] POST /v2.0/security-groups => generated 1627 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1522] 10.0.0.147 () {34 vars in 695 bytes} [Fri Jun 26 05:53:38 2026] POST /v2.0/security-group-rules => generated 597 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1523] 10.0.0.147 () {34 vars in 695 bytes} [Fri Jun 26 05:53:38 2026] POST /v2.0/security-group-rules => generated 597 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1524] 10.0.0.147 () {34 vars in 695 bytes} [Fri Jun 26 05:53:38 2026] POST /v2.0/security-group-rules => generated 599 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1525] 10.0.0.147 () {34 vars in 695 bytes} [Fri Jun 26 05:53:38 2026] POST /v2.0/security-group-rules => generated 601 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1526] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:53:39 2026] GET /v2.0/ports?device_id=4ecfdf21-7c5a-40e4-8689-e92a11892b56 => 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: 772/1527] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:53:39 2026] GET /v2.0/security-groups?id=9ae00228-bcbb-45bc-a086-7e35adb2b7ff&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: 756/1528] 10.0.0.147 () {34 vars in 695 bytes} [Fri Jun 26 05:53:38 2026] POST /v2.0/security-group-rules => generated 601 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1529] 10.0.0.147 () {34 vars in 695 bytes} [Fri Jun 26 05:53:39 2026] POST /v2.0/security-group-rules => generated 597 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1530] 10.0.0.147 () {34 vars in 695 bytes} [Fri Jun 26 05:53:39 2026] POST /v2.0/security-group-rules => generated 597 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1531] 10.0.0.147 () {34 vars in 695 bytes} [Fri Jun 26 05:53:39 2026] POST /v2.0/security-group-rules => generated 597 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1532] 10.0.0.147 () {34 vars in 695 bytes} [Fri Jun 26 05:53:39 2026] POST /v2.0/security-group-rules => generated 599 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1533] 10.0.0.147 () {34 vars in 695 bytes} [Fri Jun 26 05:53:39 2026] POST /v2.0/security-group-rules => generated 601 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-26 05:53:40.175 7 INFO neutron.db.segments_db [None req-02853eb5-156a-41c3-86d7-71b0fa0a5950 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Added segment 506db60e-b307-4c1b-81b5-ebf7bc4128f6 of type vxlan for network 77e1ab34-8f96-4fcd-ada3-05ec368d24e4 [pid: 7|app: 0|req: 759/1534] 10.0.0.147 () {34 vars in 671 bytes} [Fri Jun 26 05:53:39 2026] POST /v2.0/networks => generated 741 bytes in 409 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1535] 10.0.0.147 () {34 vars in 695 bytes} [Fri Jun 26 05:53:40 2026] POST /v2.0/security-group-rules => generated 597 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1536] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:53:40 2026] GET /v2.0/ports?device_id=4ecfdf21-7c5a-40e4-8689-e92a11892b56 => 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: 761/1537] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:53:40 2026] GET /v2.0/security-groups?id=9ae00228-bcbb-45bc-a086-7e35adb2b7ff&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1538] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:53:40 2026] GET /v2.0/ports?device_id=4ecfdf21-7c5a-40e4-8689-e92a11892b56 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1539] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:53:40 2026] GET /v2.0/security-groups?id=9ae00228-bcbb-45bc-a086-7e35adb2b7ff&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: 777/1540] 10.0.0.147 () {34 vars in 669 bytes} [Fri Jun 26 05:53:40 2026] POST /v2.0/subnets => generated 688 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1541] 10.0.0.147 () {32 vars in 736 bytes} [Fri Jun 26 05:53:40 2026] GET /v2.0/ports?device_id=4ecfdf21-7c5a-40e4-8689-e92a11892b56 => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-26 05:53:40.625 8 INFO neutron.db.segments_db [None req-82c2d628-b2bf-4709-bb36-02b6da26d0cf 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Added segment b1c16d48-ed44-4ce0-9d08-b8564ebfd189 of type vxlan for network 3ba2a258-83ee-437c-acdd-ece621099656 2026-06-26 05:53:40.940 8 INFO neutron.db.l3_hamode_db [None req-82c2d628-b2bf-4709-bb36-02b6da26d0cf 376eb91bb3db4cd281d1129467b2848b cdafb3a8e8454ee7888d4e6a8c4f5fbf - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-26 05:53:40.999 7 INFO neutron.db.l3_db [None req-0c1afca8-71af-4d2c-8139-8a6bc5754d04 fd4c9d252b984bfcb0ff6a0f1e1ec3e7 48b9dfa68243414e9a70515f769d1f5e - - default default] Floating IP 8ec70287-5611-41b1-ae4f-f3eafb0d406b associated. External IP: 10.96.250.216, port: 7f926870-e6a3-484b-a09b-a209f815c471. [pid: 7|app: 0|req: 765/1542] 10.0.0.147 () {34 vars in 749 bytes} [Fri Jun 26 05:53:40 2026] PUT /v2.0/floatingips/8ec70287-5611-41b1-ae4f-f3eafb0d406b => generated 856 bytes in 805 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1543] 10.0.0.206 () {34 vars in 1094 bytes} [Fri Jun 26 05:53:41 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-670229798&fields=id&tenant_id=247d6756de3945449b19da637b44e462 => generated 69 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:53:41.468 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-32d41f4c-23b8-4460-bc77-edade8570bec'] response: {'name': 'network-changed', 'server_uuid': '4ecfdf21-7c5a-40e4-8689-e92a11892b56', 'tag': '7f926870-e6a3-484b-a09b-a209f815c471', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 767/1544] 10.0.0.147 () {32 vars in 729 bytes} [Fri Jun 26 05:53:41 2026] GET /v2.0/floatingips/8ec70287-5611-41b1-ae4f-f3eafb0d406b => generated 856 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1545] 10.0.0.206 () {34 vars in 982 bytes} [Fri Jun 26 05:53:41 2026] GET /v2.0/networks?id=ee092661-42f2-4d82-8bc9-7971f1a64cf5 => generated 705 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1546] 10.0.0.206 () {34 vars in 965 bytes} [Fri Jun 26 05:53:41 2026] GET /v2.0/quotas/247d6756de3945449b19da637b44e462 => 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: 770/1547] 10.0.0.206 () {34 vars in 1002 bytes} [Fri Jun 26 05:53:41 2026] GET /v2.0/ports?tenant_id=247d6756de3945449b19da637b44e462&fields=id => generated 241 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1548] 10.0.0.206 () {34 vars in 1008 bytes} [Fri Jun 26 05:53:41 2026] GET /v2.0/networks/ee092661-42f2-4d82-8bc9-7971f1a64cf5?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:53:41.859 8 INFO neutron.db.l3_hamode_db [None req-82c2d628-b2bf-4709-bb36-02b6da26d0cf 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 772/1549] 10.0.0.206 () {34 vars in 1108 bytes} [Fri Jun 26 05:53:41 2026] GET /v2.0/networks/ee092661-42f2-4d82-8bc9-7971f1a64cf5?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: 773/1550] 199.204.45.78 () {34 vars in 1079 bytes} [Fri Jun 26 05:53:41 2026] GET /v2.0/ports?tenant_id=48b9dfa68243414e9a70515f769d1f5e&device_id=4ecfdf21-7c5a-40e4-8689-e92a11892b56 => 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: 774/1551] 199.204.45.78 () {34 vars in 985 bytes} [Fri Jun 26 05:53:42 2026] GET /v2.0/networks?id=b635f96d-f299-46dd-991d-e33e52a2223a => generated 756 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1552] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:53:42 2026] GET /v2.0/ports?device_id=b8c1e14f-91a6-4f38-94a0-fd0530c499dd => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1553] 199.204.45.78 () {34 vars in 1059 bytes} [Fri Jun 26 05:53:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=7f926870-e6a3-484b-a09b-a209f815c471 => generated 859 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1554] 199.204.45.78 () {34 vars in 983 bytes} [Fri Jun 26 05:53:42 2026] GET /v2.0/subnets?id=6df1d720-329e-44b1-b77f-3eb9d718b5e7 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1555] 199.204.45.78 () {34 vars in 1051 bytes} [Fri Jun 26 05:53:42 2026] GET /v2.0/ports?network_id=b635f96d-f299-46dd-991d-e33e52a2223a&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: 779/1556] 199.204.45.78 () {34 vars in 1011 bytes} [Fri Jun 26 05:53:42 2026] GET /v2.0/networks/b635f96d-f299-46dd-991d-e33e52a2223a?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: 780/1557] 199.204.45.78 () {34 vars in 1111 bytes} [Fri Jun 26 05:53:42 2026] GET /v2.0/networks/b635f96d-f299-46dd-991d-e33e52a2223a?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: 781/1558] 10.0.0.147 () {32 vars in 729 bytes} [Fri Jun 26 05:53:42 2026] GET /v2.0/floatingips/8ec70287-5611-41b1-ae4f-f3eafb0d406b => generated 856 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1559] 10.0.0.147 () {34 vars in 669 bytes} [Fri Jun 26 05:53:40 2026] POST /v2.0/routers => generated 728 bytes in 2250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1560] 10.0.0.147 () {32 vars in 729 bytes} [Fri Jun 26 05:53:43 2026] GET /v2.0/floatingips/8ec70287-5611-41b1-ae4f-f3eafb0d406b => generated 858 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1561] 10.0.0.147 () {34 vars in 783 bytes} [Fri Jun 26 05:53:42 2026] PUT /v2.0/routers/67dbe3c2-0cd8-4cb8-bf4a-c1dd02bf8540/add_router_interface => generated 309 bytes in 1283 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1562] 10.0.0.92 () {34 vars in 989 bytes} [Fri Jun 26 05:53:44 2026] GET /v2.0/ports?device_id=f2af1899-d4f5-46c2-879c-d81107127a26 => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1563] 10.0.0.92 () {34 vars in 1039 bytes} [Fri Jun 26 05:53:44 2026] GET /v2.0/security-groups?id=ad80d9f0-49ed-4446-8698-ddd7ea688ded&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:53:45.320 8 INFO neutron.db.segments_db [None req-d21d028f-68a6-4284-91d2-4610c4aef764 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Added segment 51b3532f-c2d4-43ba-9e02-6538c17d41a1 of type vxlan for network f86f393d-1920-41a8-89f2-156a2db5113d [pid: 8|app: 0|req: 781/1564] 10.0.0.147 () {34 vars in 671 bytes} [Fri Jun 26 05:53:45 2026] POST /v2.0/networks => generated 739 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1565] 10.0.0.147 () {34 vars in 669 bytes} [Fri Jun 26 05:53:45 2026] POST /v2.0/subnets => generated 686 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-26 05:53:45.727 8 INFO neutron.db.segments_db [None req-45c310ea-b295-4e9d-9a49-6fda56defd39 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Added segment 40f08c71-d76d-4fc0-8b73-7f6d4bd4feed of type vxlan for network aa5a4e27-a881-45be-a8c1-a93bf6c55f0f 2026-06-26 05:53:45.970 8 INFO neutron.db.l3_hamode_db [None req-45c310ea-b295-4e9d-9a49-6fda56defd39 376eb91bb3db4cd281d1129467b2848b 785244acbc0f41cb94ebee41dde4a5bc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 785/1566] 199.204.45.78 () {34 vars in 985 bytes} [Fri Jun 26 05:53:46 2026] GET /v2.0/networks?id=ee092661-42f2-4d82-8bc9-7971f1a64cf5 => generated 705 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1567] 199.204.45.78 () {34 vars in 1049 bytes} [Fri Jun 26 05:53:46 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=247d6756de3945449b19da637b44e462 => generated 178 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:53:46.826 8 INFO neutron.db.l3_hamode_db [None req-45c310ea-b295-4e9d-9a49-6fda56defd39 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 787/1568] 199.204.45.78 () {38 vars in 954 bytes} [Fri Jun 26 05:53:46 2026] POST /v2.0/ports => generated 1179 bytes in 400 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: 790/1571] 199.204.45.78 () {38 vars in 1027 bytes} [Fri Jun 26 05:53:46 2026] PUT /v2.0/ports/ef1e2a3d-a6b5-4d15-b964-ae3b29ea16ba => generated 1460 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: 7|app: 0|req: 791/1572] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:53:47 2026] GET /v2.0/ports?device_id=b8c1e14f-91a6-4f38-94a0-fd0530c499dd => generated 1194 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-26 05:53:47.520 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2aefb2e9-d7d2-46ab-b27f-7a0ce9619edb'] response: {'name': 'network-changed', 'server_uuid': 'b8c1e14f-91a6-4f38-94a0-fd0530c499dd', 'tag': 'ef1e2a3d-a6b5-4d15-b964-ae3b29ea16ba', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 792/1573] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:53:47 2026] GET /v2.0/security-groups?id=961456a5-b8f5-4a79-8dab-fba4e0a2c9c1&fields=id&fields=name => generated 111 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1574] 10.0.0.147 () {34 vars in 669 bytes} [Fri Jun 26 05:53:45 2026] POST /v2.0/routers => generated 726 bytes in 2198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1575] 199.204.45.78 () {34 vars in 1079 bytes} [Fri Jun 26 05:53:48 2026] GET /v2.0/ports?tenant_id=247d6756de3945449b19da637b44e462&device_id=b8c1e14f-91a6-4f38-94a0-fd0530c499dd => generated 1463 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1576] 199.204.45.78 () {34 vars in 1017 bytes} [Fri Jun 26 05:53:48 2026] GET /v2.0/networks?tenant_id=247d6756de3945449b19da637b44e462&shared=False => generated 2375 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1577] 199.204.45.78 () {34 vars in 929 bytes} [Fri Jun 26 05:53:48 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1578] 10.0.0.147 () {34 vars in 783 bytes} [Fri Jun 26 05:53:47 2026] PUT /v2.0/routers/90d22197-11cd-4d0f-88b7-0c8aed2d06c9/add_router_interface => generated 309 bytes in 1250 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1579] 199.204.45.78 () {34 vars in 1079 bytes} [Fri Jun 26 05:53:49 2026] GET /v2.0/ports?tenant_id=247d6756de3945449b19da637b44e462&device_id=b8c1e14f-91a6-4f38-94a0-fd0530c499dd => generated 1463 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1580] 199.204.45.78 () {34 vars in 1055 bytes} [Fri Jun 26 05:53:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.40&port_id=ef1e2a3d-a6b5-4d15-b964-ae3b29ea16ba => 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: 787/1581] 199.204.45.78 () {34 vars in 1103 bytes} [Fri Jun 26 05:53:49 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A120&port_id=ef1e2a3d-a6b5-4d15-b964-ae3b29ea16ba => 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: 795/1582] 199.204.45.78 () {34 vars in 1063 bytes} [Fri Jun 26 05:53:49 2026] GET /v2.0/subnets?id=dcd34e4a-c7ba-4679-b5df-7aab33672caf&id=79739b4f-63fb-4f1b-a837-a3c92f831f50 => generated 1411 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1583] 199.204.45.78 () {34 vars in 1051 bytes} [Fri Jun 26 05:53:49 2026] GET /v2.0/ports?network_id=ee092661-42f2-4d82-8bc9-7971f1a64cf5&device_owner=network%3Adhcp => generated 1457 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1584] 199.204.45.78 () {34 vars in 1051 bytes} [Fri Jun 26 05:53:49 2026] GET /v2.0/ports?network_id=ee092661-42f2-4d82-8bc9-7971f1a64cf5&device_owner=network%3Adhcp => generated 1457 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1585] 199.204.45.78 () {34 vars in 1011 bytes} [Fri Jun 26 05:53:49 2026] GET /v2.0/networks/ee092661-42f2-4d82-8bc9-7971f1a64cf5?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1586] 199.204.45.78 () {34 vars in 1111 bytes} [Fri Jun 26 05:53:49 2026] GET /v2.0/networks/ee092661-42f2-4d82-8bc9-7971f1a64cf5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1587] 10.0.0.147 () {34 vars in 685 bytes} [Fri Jun 26 05:53:49 2026] POST /v2.0/security-groups => generated 1671 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1588] 10.0.0.147 () {34 vars in 695 bytes} [Fri Jun 26 05:53:50 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: 791/1589] 10.0.0.147 () {34 vars in 695 bytes} [Fri Jun 26 05:53:50 2026] POST /v2.0/security-group-rules => generated 596 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1590] 10.0.0.147 () {34 vars in 695 bytes} [Fri Jun 26 05:53:50 2026] POST /v2.0/security-group-rules => generated 602 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1591] 10.0.0.147 () {34 vars in 695 bytes} [Fri Jun 26 05:53:50 2026] POST /v2.0/security-group-rules => generated 601 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-26 05:53:50.622 7 INFO neutron.db.securitygroups_db [None req-6707987c-4a38-495d-84aa-747c05c55c10 0ef4d71eca5e4b429ae921f1dea8d193 cdafb3a8e8454ee7888d4e6a8c4f5fbf - - default default] Project cdafb3a8e8454ee7888d4e6a8c4f5fbf 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: 800/1592] 10.0.0.147 () {34 vars in 695 bytes} [Fri Jun 26 05:53:50 2026] POST /v2.0/security-group-rules => generated 607 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-26 05:53:50.823 8 INFO neutron.db.securitygroups_db [None req-326622a6-21bd-4dd0-919a-67742605d523 0ef4d71eca5e4b429ae921f1dea8d193 cdafb3a8e8454ee7888d4e6a8c4f5fbf - - default default] Project cdafb3a8e8454ee7888d4e6a8c4f5fbf 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: 793/1593] 10.0.0.147 () {34 vars in 695 bytes} [Fri Jun 26 05:53:50 2026] POST /v2.0/security-group-rules => generated 606 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1594] 10.0.0.92 () {34 vars in 989 bytes} [Fri Jun 26 05:53:51 2026] GET /v2.0/ports?device_id=4ecfdf21-7c5a-40e4-8689-e92a11892b56 => 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: 794/1595] 10.0.0.92 () {34 vars in 1039 bytes} [Fri Jun 26 05:53:51 2026] GET /v2.0/security-groups?id=9ae00228-bcbb-45bc-a086-7e35adb2b7ff&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: 802/1596] 10.0.0.147 () {34 vars in 685 bytes} [Fri Jun 26 05:53:51 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: 8|app: 0|req: 795/1597] 10.0.0.147 () {34 vars in 695 bytes} [Fri Jun 26 05:53:51 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: 803/1598] 10.0.0.147 () {34 vars in 695 bytes} [Fri Jun 26 05:53:51 2026] POST /v2.0/security-group-rules => generated 602 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1599] 10.0.0.147 () {34 vars in 676 bytes} [Fri Jun 26 05:53:51 2026] POST /v2.0/floatingips => generated 552 bytes in 678 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1600] 10.0.0.206 () {34 vars in 1096 bytes} [Fri Jun 26 05:53:52 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-39082201&fields=id&tenant_id=cdafb3a8e8454ee7888d4e6a8c4f5fbf => generated 69 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1601] 10.0.0.206 () {34 vars in 1096 bytes} [Fri Jun 26 05:53:52 2026] GET /v2.0/security-groups?name=tempest-securitygroup--44441040&fields=id&tenant_id=cdafb3a8e8454ee7888d4e6a8c4f5fbf => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1602] 10.0.0.206 () {34 vars in 982 bytes} [Fri Jun 26 05:53:52 2026] GET /v2.0/networks?id=77e1ab34-8f96-4fcd-ada3-05ec368d24e4 => generated 673 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1603] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:53:52 2026] GET /v2.0/ports?device_id=b8c1e14f-91a6-4f38-94a0-fd0530c499dd => generated 1196 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1604] 10.0.0.206 () {34 vars in 965 bytes} [Fri Jun 26 05:53:52 2026] GET /v2.0/quotas/cdafb3a8e8454ee7888d4e6a8c4f5fbf => 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: 799/1605] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:53:52 2026] GET /v2.0/security-groups?id=961456a5-b8f5-4a79-8dab-fba4e0a2c9c1&fields=id&fields=name => generated 111 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1606] 10.0.0.206 () {34 vars in 1002 bytes} [Fri Jun 26 05:53:52 2026] GET /v2.0/ports?tenant_id=cdafb3a8e8454ee7888d4e6a8c4f5fbf&fields=id => generated 103 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1607] 10.0.0.206 () {34 vars in 1008 bytes} [Fri Jun 26 05:53:52 2026] GET /v2.0/networks/77e1ab34-8f96-4fcd-ada3-05ec368d24e4?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: 808/1608] 10.0.0.206 () {34 vars in 1108 bytes} [Fri Jun 26 05:53:52 2026] GET /v2.0/networks/77e1ab34-8f96-4fcd-ada3-05ec368d24e4?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: 801/1609] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:53:53 2026] GET /v2.0/ports?device_id=e5b8af0a-4af2-48f2-810b-787cbca456cc => 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: 809/1610] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:53:53 2026] GET /v2.0/ports?device_id=f2af1899-d4f5-46c2-879c-d81107127a26 => generated 971 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1611] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:53:53 2026] GET /v2.0/security-groups?id=ad80d9f0-49ed-4446-8698-ddd7ea688ded&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1612] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:53:53 2026] GET /v2.0/ports?device_id=f2af1899-d4f5-46c2-879c-d81107127a26 => generated 971 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1613] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:53:53 2026] GET /v2.0/security-groups?id=ad80d9f0-49ed-4446-8698-ddd7ea688ded&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: 811/1614] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:53:54 2026] GET /v2.0/ports?device_id=e5b8af0a-4af2-48f2-810b-787cbca456cc => 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: 804/1615] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:53:54 2026] GET /v2.0/ports?device_id=f2af1899-d4f5-46c2-879c-d81107127a26 => generated 971 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1616] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:53:55 2026] GET /v2.0/security-groups?id=ad80d9f0-49ed-4446-8698-ddd7ea688ded&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: 805/1617] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:53:55 2026] GET /v2.0/ports?device_id=e5b8af0a-4af2-48f2-810b-787cbca456cc => 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: 813/1618] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:53:56 2026] GET /v2.0/ports?device_id=f2af1899-d4f5-46c2-879c-d81107127a26 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1619] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:53:56 2026] GET /v2.0/security-groups?id=ad80d9f0-49ed-4446-8698-ddd7ea688ded&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: 814/1620] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:53:56 2026] GET /v2.0/ports?device_id=e5b8af0a-4af2-48f2-810b-787cbca456cc => 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: 807/1621] 199.204.45.78 () {34 vars in 993 bytes} [Fri Jun 26 05:53:56 2026] GET /v2.0/ports?device_id=f2af1899-d4f5-46c2-879c-d81107127a26 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:53:56.581 7 INFO neutron_taas.services.taas.taas_plugin [req-839a3df4-d9fc-4aca-8b37-c1491a8e4ae6 req-a73f803f-a02c-47d7-9945-ddf24692978a 83d7a64cc20a41b7837f22b140470b8a 6a97727c56574516be793d5082c8aa6b - - default default] TaaS: Handle Delete Port: 8ac5486c-0f7c-447e-8f45-5117c556413b 2026-06-26 05:53:56.584 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-839a3df4-d9fc-4aca-8b37-c1491a8e4ae6 req-a73f803f-a02c-47d7-9945-ddf24692978a 83d7a64cc20a41b7837f22b140470b8a 6a97727c56574516be793d5082c8aa6b - - default default] Tap Mirror: Handle Delete Port: 8ac5486c-0f7c-447e-8f45-5117c556413b 2026-06-26 05:53:56.717 7 INFO neutron.db.l3_db [req-839a3df4-d9fc-4aca-8b37-c1491a8e4ae6 req-a73f803f-a02c-47d7-9945-ddf24692978a 83d7a64cc20a41b7837f22b140470b8a 6a97727c56574516be793d5082c8aa6b - - default default] Floating IP cc4a145d-e4ab-4840-9234-d75445784955 disassociated. External IP: 10.96.250.213, port: 8ac5486c-0f7c-447e-8f45-5117c556413b. [pid: 7|app: 0|req: 815/1622] 199.204.45.78 () {36 vars in 996 bytes} [Fri Jun 26 05:53:56 2026] DELETE /v2.0/ports/8ac5486c-0f7c-447e-8f45-5117c556413b => generated 0 bytes in 662 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:53:57.168 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-84275d72-765f-436f-8e9f-2826f0dfcd74'] response: {'server_uuid': 'f2af1899-d4f5-46c2-879c-d81107127a26', 'name': 'network-vif-deleted', 'tag': '8ac5486c-0f7c-447e-8f45-5117c556413b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 808/1623] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:53:57 2026] GET /v2.0/ports?device_id=f2af1899-d4f5-46c2-879c-d81107127a26 => 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: 816/1624] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:53:57 2026] GET /v2.0/ports?device_id=e5b8af0a-4af2-48f2-810b-787cbca456cc => 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: 809/1625] 199.204.45.78 () {34 vars in 985 bytes} [Fri Jun 26 05:53:57 2026] GET /v2.0/networks?id=77e1ab34-8f96-4fcd-ada3-05ec368d24e4 => generated 673 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1626] 199.204.45.78 () {34 vars in 1049 bytes} [Fri Jun 26 05:53:57 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=cdafb3a8e8454ee7888d4e6a8c4f5fbf => generated 270 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1627] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:53:57 2026] GET /v2.0/ports?device_id=b8c1e14f-91a6-4f38-94a0-fd0530c499dd => generated 1196 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1628] 199.204.45.78 () {38 vars in 954 bytes} [Fri Jun 26 05:53:57 2026] POST /v2.0/ports => generated 993 bytes in 341 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: 819/1629] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:53:57 2026] GET /v2.0/security-groups?id=961456a5-b8f5-4a79-8dab-fba4e0a2c9c1&fields=id&fields=name => generated 111 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1630] 10.0.0.147 () {32 vars in 818 bytes} [Fri Jun 26 05:53:57 2026] GET /v2.0/ports?network_id=ee092661-42f2-4d82-8bc9-7971f1a64cf5&mac_address=fa%3A16%3A3e%3Af7%3Aa1%3Ab2 => generated 1196 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1631] 199.204.45.78 () {38 vars in 1027 bytes} [Fri Jun 26 05:53:57 2026] PUT /v2.0/ports/c4a97ab9-eb93-47d6-9b42-222eb0d7373f => generated 1274 bytes in 441 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-26 05:53:58.424 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-89df070f-d37d-46ff-8a47-faa4a16134c4'] response: {'name': 'network-changed', 'server_uuid': 'e5b8af0a-4af2-48f2-810b-787cbca456cc', 'tag': 'c4a97ab9-eb93-47d6-9b42-222eb0d7373f', '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: 812/1632] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:53:58 2026] GET /v2.0/ports?device_id=f2af1899-d4f5-46c2-879c-d81107127a26 => 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: 813/1633] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:53:58 2026] GET /v2.0/ports?device_id=e5b8af0a-4af2-48f2-810b-787cbca456cc => generated 1008 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1634] 10.0.0.206 () {34 vars in 1120 bytes} [Fri Jun 26 05:53:58 2026] GET /v2.0/security-groups?id=0ccb8074-6b8d-49b4-8e10-71328fc5030c&id=4a592463-9662-4562-abf4-35d4d5ee726f&fields=id&fields=name => generated 203 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:53:58.853 7 INFO neutron.db.l3_db [None req-77e6d6ab-98a5-47d5-859c-27c071bf9f8d 98973432cf254c68896719a38e220d2d 247d6756de3945449b19da637b44e462 - - default default] Floating IP 00779379-0492-4750-b0e2-e4eba129796a associated. External IP: 10.96.250.202, port: ef1e2a3d-a6b5-4d15-b964-ae3b29ea16ba. [pid: 8|app: 0|req: 815/1635] 199.204.45.78 () {34 vars in 1079 bytes} [Fri Jun 26 05:53:58 2026] GET /v2.0/ports?tenant_id=cdafb3a8e8454ee7888d4e6a8c4f5fbf&device_id=e5b8af0a-4af2-48f2-810b-787cbca456cc => generated 1277 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1636] 199.204.45.78 () {34 vars in 1017 bytes} [Fri Jun 26 05:53:58 2026] GET /v2.0/networks?tenant_id=cdafb3a8e8454ee7888d4e6a8c4f5fbf&shared=False => generated 769 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1637] 199.204.45.78 () {34 vars in 929 bytes} [Fri Jun 26 05:53:59 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1638] 10.0.0.147 () {34 vars in 677 bytes} [Fri Jun 26 05:53:58 2026] POST /v2.0/floatingips => generated 854 bytes in 1147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-26 05:53:59.245 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9851f7db-da41-4765-adcf-b5a27b04b1a3'] response: {'name': 'network-changed', 'server_uuid': 'b8c1e14f-91a6-4f38-94a0-fd0530c499dd', 'tag': 'ef1e2a3d-a6b5-4d15-b964-ae3b29ea16ba', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 818/1639] 10.0.0.206 () {34 vars in 1094 bytes} [Fri Jun 26 05:53:59 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-670229798&fields=id&tenant_id=247d6756de3945449b19da637b44e462 => generated 69 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1640] 10.0.0.206 () {34 vars in 982 bytes} [Fri Jun 26 05:53:59 2026] GET /v2.0/networks?id=29cd6cef-9a1b-469e-b1a8-cf247268d94f => generated 705 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1641] 10.0.0.206 () {34 vars in 965 bytes} [Fri Jun 26 05:53:59 2026] GET /v2.0/quotas/247d6756de3945449b19da637b44e462 => 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: 820/1642] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:53:59 2026] GET /v2.0/ports?device_id=f2af1899-d4f5-46c2-879c-d81107127a26 => 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: 823/1643] 10.0.0.206 () {34 vars in 1002 bytes} [Fri Jun 26 05:53:59 2026] GET /v2.0/ports?tenant_id=247d6756de3945449b19da637b44e462&fields=id => generated 333 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1644] 10.0.0.206 () {34 vars in 1008 bytes} [Fri Jun 26 05:53:59 2026] GET /v2.0/networks/29cd6cef-9a1b-469e-b1a8-cf247268d94f?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1645] 10.0.0.206 () {34 vars in 1108 bytes} [Fri Jun 26 05:53:59 2026] GET /v2.0/networks/29cd6cef-9a1b-469e-b1a8-cf247268d94f?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: 823/1646] 199.204.45.78 () {34 vars in 1079 bytes} [Fri Jun 26 05:53:59 2026] GET /v2.0/ports?tenant_id=247d6756de3945449b19da637b44e462&device_id=b8c1e14f-91a6-4f38-94a0-fd0530c499dd => generated 1465 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1647] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:53:59 2026] GET /v2.0/ports?device_id=e5b8af0a-4af2-48f2-810b-787cbca456cc => generated 1008 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1648] 10.0.0.206 () {34 vars in 1120 bytes} [Fri Jun 26 05:53:59 2026] GET /v2.0/security-groups?id=0ccb8074-6b8d-49b4-8e10-71328fc5030c&id=4a592463-9662-4562-abf4-35d4d5ee726f&fields=id&fields=name => generated 203 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1649] 199.204.45.78 () {34 vars in 985 bytes} [Fri Jun 26 05:53:59 2026] GET /v2.0/networks?id=ee092661-42f2-4d82-8bc9-7971f1a64cf5 => generated 800 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1650] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:53:59 2026] GET /v2.0/ports?device_id=d1cee128-1016-484a-b81f-132a99bf6fa0 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1651] 199.204.45.78 () {34 vars in 1055 bytes} [Fri Jun 26 05:53:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.40&port_id=ef1e2a3d-a6b5-4d15-b964-ae3b29ea16ba => generated 857 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1652] 199.204.45.78 () {34 vars in 1103 bytes} [Fri Jun 26 05:53:59 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A120&port_id=ef1e2a3d-a6b5-4d15-b964-ae3b29ea16ba => 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: 827/1653] 199.204.45.78 () {34 vars in 1063 bytes} [Fri Jun 26 05:53:59 2026] GET /v2.0/subnets?id=dcd34e4a-c7ba-4679-b5df-7aab33672caf&id=79739b4f-63fb-4f1b-a837-a3c92f831f50 => generated 1411 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1654] 199.204.45.78 () {34 vars in 1051 bytes} [Fri Jun 26 05:54:00 2026] GET /v2.0/ports?network_id=ee092661-42f2-4d82-8bc9-7971f1a64cf5&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: 828/1655] 199.204.45.78 () {34 vars in 1051 bytes} [Fri Jun 26 05:54:00 2026] GET /v2.0/ports?network_id=ee092661-42f2-4d82-8bc9-7971f1a64cf5&device_owner=network%3Adhcp => generated 1457 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1656] 199.204.45.78 () {34 vars in 1079 bytes} [Fri Jun 26 05:54:00 2026] GET /v2.0/ports?tenant_id=cdafb3a8e8454ee7888d4e6a8c4f5fbf&device_id=e5b8af0a-4af2-48f2-810b-787cbca456cc => generated 1277 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1657] 199.204.45.78 () {34 vars in 1057 bytes} [Fri Jun 26 05:54:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=c4a97ab9-eb93-47d6-9b42-222eb0d7373f => 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: 829/1658] 199.204.45.78 () {34 vars in 1011 bytes} [Fri Jun 26 05:54:00 2026] GET /v2.0/networks/ee092661-42f2-4d82-8bc9-7971f1a64cf5?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: 830/1659] 199.204.45.78 () {34 vars in 983 bytes} [Fri Jun 26 05:54:00 2026] GET /v2.0/subnets?id=89de2e18-6c10-4f8e-bfc5-47a6be7c6aaa => generated 691 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1660] 199.204.45.78 () {34 vars in 1111 bytes} [Fri Jun 26 05:54:00 2026] GET /v2.0/networks/ee092661-42f2-4d82-8bc9-7971f1a64cf5?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: 831/1661] 199.204.45.78 () {34 vars in 1051 bytes} [Fri Jun 26 05:54:00 2026] GET /v2.0/ports?network_id=77e1ab34-8f96-4fcd-ada3-05ec368d24e4&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1662] 199.204.45.78 () {34 vars in 1011 bytes} [Fri Jun 26 05:54:00 2026] GET /v2.0/networks/77e1ab34-8f96-4fcd-ada3-05ec368d24e4?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1663] 199.204.45.78 () {34 vars in 1111 bytes} [Fri Jun 26 05:54:00 2026] GET /v2.0/networks/77e1ab34-8f96-4fcd-ada3-05ec368d24e4?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: 832/1664] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:54:00 2026] DELETE /v2.0/security-groups/ad80d9f0-49ed-4446-8698-ddd7ea688ded => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 05:54:00.800 8 INFO neutron.api.v2.resource [None req-9b2db7e6-8837-46ef-a9a1-ea41b2a01b12 83d7a64cc20a41b7837f22b140470b8a 6a97727c56574516be793d5082c8aa6b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 833/1665] 10.0.0.147 () {32 vars in 737 bytes} [Fri Jun 26 05:54:00 2026] GET /v2.0/security-groups/ad80d9f0-49ed-4446-8698-ddd7ea688ded => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1666] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:54:00 2026] GET /v2.0/ports?device_id=e5b8af0a-4af2-48f2-810b-787cbca456cc => generated 1008 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-26 05:54:00.977 7 INFO neutron_taas.services.taas.taas_plugin [None req-968b6e92-6149-4bd6-b377-dfdb6c105fe4 83d7a64cc20a41b7837f22b140470b8a 6a97727c56574516be793d5082c8aa6b - - default default] TaaS: Handle Delete Port: 22d59835-2124-4379-971f-5ac76d560d0b 2026-06-26 05:54:00.982 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-968b6e92-6149-4bd6-b377-dfdb6c105fe4 83d7a64cc20a41b7837f22b140470b8a 6a97727c56574516be793d5082c8aa6b - - default default] Tap Mirror: Handle Delete Port: 22d59835-2124-4379-971f-5ac76d560d0b [pid: 8|app: 0|req: 835/1667] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:54:00 2026] GET /v2.0/ports?device_id=4ecfdf21-7c5a-40e4-8689-e92a11892b56 => 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: 836/1668] 10.0.0.206 () {34 vars in 1120 bytes} [Fri Jun 26 05:54:01 2026] GET /v2.0/security-groups?id=0ccb8074-6b8d-49b4-8e10-71328fc5030c&id=4a592463-9662-4562-abf4-35d4d5ee726f&fields=id&fields=name => generated 203 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1669] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:54:01 2026] GET /v2.0/security-groups?id=9ae00228-bcbb-45bc-a086-7e35adb2b7ff&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: 833/1670] 10.0.0.147 () {32 vars in 732 bytes} [Fri Jun 26 05:54:00 2026] DELETE /v2.0/floatingips/cc4a145d-e4ab-4840-9234-d75445784955 => generated 0 bytes in 423 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 05:54:01.685 8 INFO neutron_taas.services.taas.taas_plugin [None req-c67f99c8-f53e-4557-bbdc-22482a5129e0 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] TaaS: Handle Delete Port: 116e35fd-050b-44a7-8e17-eadcaef1bcc4 2026-06-26 05:54:01.688 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c67f99c8-f53e-4557-bbdc-22482a5129e0 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Tap Mirror: Handle Delete Port: 116e35fd-050b-44a7-8e17-eadcaef1bcc4 [pid: 7|app: 0|req: 836/1673] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:54:02 2026] GET /v2.0/ports?device_id=e5b8af0a-4af2-48f2-810b-787cbca456cc => 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: 837/1674] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:54:02 2026] GET /v2.0/ports?device_id=4ecfdf21-7c5a-40e4-8689-e92a11892b56 => 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: 838/1675] 10.0.0.206 () {34 vars in 1120 bytes} [Fri Jun 26 05:54:02 2026] GET /v2.0/security-groups?id=0ccb8074-6b8d-49b4-8e10-71328fc5030c&id=4a592463-9662-4562-abf4-35d4d5ee726f&fields=id&fields=name => generated 203 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1676] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:54:02 2026] GET /v2.0/security-groups?id=9ae00228-bcbb-45bc-a086-7e35adb2b7ff&fields=id&fields=name => generated 113 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1677] 10.0.0.147 () {34 vars in 789 bytes} [Fri Jun 26 05:54:01 2026] PUT /v2.0/routers/04814c2c-2e9e-422d-87de-413ad5599dff/remove_router_interface => generated 309 bytes in 1483 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:54:02.920 7 INFO neutron_taas.services.taas.taas_plugin [None req-6c3fda47-d35b-41d4-8df0-7bf35ee9b7c4 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] TaaS: Handle Delete Port: 0374cd9e-0a75-43c0-9ed9-04a38fb91c9b 2026-06-26 05:54:02.923 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c3fda47-d35b-41d4-8df0-7bf35ee9b7c4 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Tap Mirror: Handle Delete Port: 0374cd9e-0a75-43c0-9ed9-04a38fb91c9b 2026-06-26 05:54:03.169 7 INFO neutron_taas.services.taas.taas_plugin [None req-6c3fda47-d35b-41d4-8df0-7bf35ee9b7c4 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] TaaS: Handle Delete Port: a0302ce3-e510-4722-a868-d4444a602d5d 2026-06-26 05:54:03.172 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c3fda47-d35b-41d4-8df0-7bf35ee9b7c4 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Tap Mirror: Handle Delete Port: a0302ce3-e510-4722-a868-d4444a602d5d [pid: 8|app: 0|req: 839/1678] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:54:03 2026] GET /v2.0/ports?device_id=e5b8af0a-4af2-48f2-810b-787cbca456cc => generated 1008 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1679] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:54:03 2026] GET /v2.0/ports?device_id=4ecfdf21-7c5a-40e4-8689-e92a11892b56 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:54:03.599 7 INFO neutron.services.segments.plugin [-] Segment 2adf375c-fc7e-4c53-a688-5a957a8dedcb resource provider aggregate not found 2026-06-26 05:54:03.600 7 INFO neutron.services.segments.plugin [-] Segment 2adf375c-fc7e-4c53-a688-5a957a8dedcb resource provider aggregate not found [pid: 8|app: 0|req: 841/1680] 199.204.45.78 () {34 vars in 993 bytes} [Fri Jun 26 05:54:03 2026] GET /v2.0/ports?device_id=e5b8af0a-4af2-48f2-810b-787cbca456cc => generated 1277 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-26 05:54:03.616 7 INFO neutron.db.l3_hamode_db [None req-6c3fda47-d35b-41d4-8df0-7bf35ee9b7c4 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] HA network f394e00b-e0fb-4232-af80-c74bd18213be was deleted as no HA routers are present in tenant 6a97727c56574516be793d5082c8aa6b. 2026-06-26 05:54:03.621 7 INFO neutron.services.segments.plugin [-] Segment 2adf375c-fc7e-4c53-a688-5a957a8dedcb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2adf375c-fc7e-4c53-a688-5a957a8dedcb found for delete ", "request_id": "req-556c57c6-29a7-4d34-963d-bd980c5a6ad7"}]} [pid: 7|app: 0|req: 840/1681] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:54:02 2026] DELETE /v2.0/routers/04814c2c-2e9e-422d-87de-413ad5599dff => generated 0 bytes in 902 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 05:54:03.629 7 INFO neutron.services.segments.plugin [-] Segment 2adf375c-fc7e-4c53-a688-5a957a8dedcb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2adf375c-fc7e-4c53-a688-5a957a8dedcb found for delete ", "request_id": "req-5816dc63-8ad7-40a9-baa5-5851beebc284"}]} [pid: 8|app: 0|req: 842/1682] 10.0.0.206 () {34 vars in 1120 bytes} [Fri Jun 26 05:54:03 2026] GET /v2.0/security-groups?id=0ccb8074-6b8d-49b4-8e10-71328fc5030c&id=4a592463-9662-4562-abf4-35d4d5ee726f&fields=id&fields=name => generated 203 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1683] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:54:03 2026] GET /v2.0/security-groups?id=9ae00228-bcbb-45bc-a086-7e35adb2b7ff&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: 843/1684] 199.204.45.78 () {34 vars in 993 bytes} [Fri Jun 26 05:54:03 2026] GET /v2.0/ports?device_id=4ecfdf21-7c5a-40e4-8689-e92a11892b56 => 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: 842/1685] 199.204.45.78 () {34 vars in 1123 bytes} [Fri Jun 26 05:54:03 2026] GET /v2.0/security-groups?id=4a592463-9662-4562-abf4-35d4d5ee726f&id=0ccb8074-6b8d-49b4-8e10-71328fc5030c&fields=id&fields=name => generated 203 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1686] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:54:03 2026] DELETE /v2.0/subnets/4b831cdd-8c0c-4833-a2f5-28a64f321597 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:54:03.823 7 INFO neutron_taas.services.taas.taas_plugin [req-8f8bef95-7f57-4261-9f78-569d747f740d req-d3634047-1cbb-48b0-9dbb-d79ef477db4a fd4c9d252b984bfcb0ff6a0f1e1ec3e7 48b9dfa68243414e9a70515f769d1f5e - - default default] TaaS: Handle Delete Port: 7f926870-e6a3-484b-a09b-a209f815c471 2026-06-26 05:54:03.826 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-8f8bef95-7f57-4261-9f78-569d747f740d req-d3634047-1cbb-48b0-9dbb-d79ef477db4a fd4c9d252b984bfcb0ff6a0f1e1ec3e7 48b9dfa68243414e9a70515f769d1f5e - - default default] Tap Mirror: Handle Delete Port: 7f926870-e6a3-484b-a09b-a209f815c471 2026-06-26 05:54:03.913 8 INFO neutron_taas.services.taas.taas_plugin [None req-cf2b2624-e148-4a5b-a46c-0462a1bf6819 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] TaaS: Handle Delete Port: 8a40628b-7401-4b5d-8694-5069fb316cb8 2026-06-26 05:54:03.916 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf2b2624-e148-4a5b-a46c-0462a1bf6819 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Tap Mirror: Handle Delete Port: 8a40628b-7401-4b5d-8694-5069fb316cb8 2026-06-26 05:54:03.957 7 INFO neutron.db.l3_db [req-8f8bef95-7f57-4261-9f78-569d747f740d req-d3634047-1cbb-48b0-9dbb-d79ef477db4a fd4c9d252b984bfcb0ff6a0f1e1ec3e7 48b9dfa68243414e9a70515f769d1f5e - - default default] Floating IP 8ec70287-5611-41b1-ae4f-f3eafb0d406b disassociated. External IP: 10.96.250.216, port: 7f926870-e6a3-484b-a09b-a209f815c471. 2026-06-26 05:54:04.089 8 INFO neutron.services.segments.plugin [-] Segment c356c8db-b304-41ab-b605-6c6caaa00abe resource provider aggregate not found 2026-06-26 05:54:04.097 8 INFO neutron.services.segments.plugin [-] Segment c356c8db-b304-41ab-b605-6c6caaa00abe resource provider aggregate not found 2026-06-26 05:54:04.113 8 INFO neutron.services.segments.plugin [-] Segment c356c8db-b304-41ab-b605-6c6caaa00abe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c356c8db-b304-41ab-b605-6c6caaa00abe found for delete ", "request_id": "req-80259d31-bdd9-4d1e-9f10-c03865349ccf"}]} 2026-06-26 05:54:04.119 8 INFO neutron.services.segments.plugin [-] Segment c356c8db-b304-41ab-b605-6c6caaa00abe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c356c8db-b304-41ab-b605-6c6caaa00abe found for delete ", "request_id": "req-bf02c75c-bd0d-4f20-b86d-9c7aea3cd695"}]} [pid: 8|app: 0|req: 845/1687] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 05:54:03 2026] DELETE /v2.0/networks/11b8df65-6f5a-4723-bb41-49e65be3d6f7 => generated 0 bytes in 311 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1688] 199.204.45.78 () {34 vars in 985 bytes} [Fri Jun 26 05:54:04 2026] GET /v2.0/networks?id=29cd6cef-9a1b-469e-b1a8-cf247268d94f => generated 705 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1689] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:54:04 2026] GET /v2.0/security-groups?tenant_id=6a97727c56574516be793d5082c8aa6b&name=default => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1690] 199.204.45.78 () {34 vars in 1049 bytes} [Fri Jun 26 05:54:04 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=247d6756de3945449b19da637b44e462 => generated 178 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1691] 199.204.45.78 () {36 vars in 996 bytes} [Fri Jun 26 05:54:03 2026] DELETE /v2.0/ports/7f926870-e6a3-484b-a09b-a209f815c471 => generated 0 bytes in 705 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:54:04.470 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3cd50920-8166-464c-9c33-d8d971bf1c0a'] response: {'server_uuid': '4ecfdf21-7c5a-40e4-8689-e92a11892b56', 'name': 'network-vif-deleted', 'tag': '7f926870-e6a3-484b-a09b-a209f815c471', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 849/1692] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:54:04 2026] DELETE /v2.0/security-groups/187b056a-dfd2-4d50-b025-f5caf71d994c => 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: 850/1693] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:54:04 2026] GET /v2.0/ports?device_id=e5b8af0a-4af2-48f2-810b-787cbca456cc => generated 1008 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1694] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:54:04 2026] GET /v2.0/ports?device_id=4ecfdf21-7c5a-40e4-8689-e92a11892b56 => 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: 852/1695] 10.0.0.206 () {34 vars in 1120 bytes} [Fri Jun 26 05:54:04 2026] GET /v2.0/security-groups?id=0ccb8074-6b8d-49b4-8e10-71328fc5030c&id=4a592463-9662-4562-abf4-35d4d5ee726f&fields=id&fields=name => generated 203 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1696] 199.204.45.78 () {38 vars in 954 bytes} [Fri Jun 26 05:54:04 2026] POST /v2.0/ports => generated 1183 bytes in 501 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 845/1697] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:54:04 2026] GET /v2.0/ports?device_id=d1cee128-1016-484a-b81f-132a99bf6fa0 => generated 1186 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1698] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:54:05 2026] GET /v2.0/security-groups?id=961456a5-b8f5-4a79-8dab-fba4e0a2c9c1&fields=id&fields=name => generated 111 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1699] 199.204.45.78 () {38 vars in 1027 bytes} [Fri Jun 26 05:54:04 2026] PUT /v2.0/ports/17c53503-c0c7-45ce-8f76-f9b42ac4cb0a => generated 1464 bytes in 518 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-26 05:54:05.491 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c1bc2307-35c7-49d1-888a-189b6ea91076'] response: {'name': 'network-changed', 'server_uuid': 'd1cee128-1016-484a-b81f-132a99bf6fa0', 'tag': '17c53503-c0c7-45ce-8f76-f9b42ac4cb0a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 847/1700] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:54:05 2026] GET /v2.0/ports?device_id=4ecfdf21-7c5a-40e4-8689-e92a11892b56 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 854/1701] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:54:05 2026] GET /v2.0/ports?device_id=e5b8af0a-4af2-48f2-810b-787cbca456cc => generated 1010 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1702] 10.0.0.206 () {34 vars in 1120 bytes} [Fri Jun 26 05:54:05 2026] GET /v2.0/security-groups?id=0ccb8074-6b8d-49b4-8e10-71328fc5030c&id=4a592463-9662-4562-abf4-35d4d5ee726f&fields=id&fields=name => generated 203 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1703] 199.204.45.78 () {34 vars in 1079 bytes} [Fri Jun 26 05:54:06 2026] GET /v2.0/ports?tenant_id=247d6756de3945449b19da637b44e462&device_id=d1cee128-1016-484a-b81f-132a99bf6fa0 => generated 1467 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1704] 199.204.45.78 () {34 vars in 1017 bytes} [Fri Jun 26 05:54:06 2026] GET /v2.0/networks?tenant_id=247d6756de3945449b19da637b44e462&shared=False => generated 2375 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1705] 199.204.45.78 () {34 vars in 929 bytes} [Fri Jun 26 05:54:06 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:54:06.713 7 INFO neutron.db.segments_db [None req-f4ff075c-5c21-4337-a19d-68a62125cf83 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Added segment c1cbf8a6-1dde-4a66-8129-e45d6fc7570e of type vxlan for network d7caf928-a651-4642-9b37-8d1ce046f350 [pid: 7|app: 0|req: 850/1706] 10.0.0.147 () {34 vars in 671 bytes} [Fri Jun 26 05:54:06 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: 7|app: 0|req: 851/1707] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:54:06 2026] GET /v2.0/ports?device_id=4ecfdf21-7c5a-40e4-8689-e92a11892b56 => 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: 857/1708] 10.0.0.147 () {34 vars in 669 bytes} [Fri Jun 26 05:54:06 2026] POST /v2.0/subnets => generated 692 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-26 05:54:07.117 7 INFO neutron.db.segments_db [None req-792691bf-7480-454a-ab2c-80e0c70fa5c0 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Added segment d0ee8071-23ca-40ca-b1e0-bc5233c66f3a of type vxlan for network 7408b676-c963-4a6d-a4bc-a86049feedd3 [pid: 8|app: 0|req: 858/1709] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:54:07 2026] GET /v2.0/ports?device_id=e5b8af0a-4af2-48f2-810b-787cbca456cc => generated 1010 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1710] 10.0.0.206 () {34 vars in 1120 bytes} [Fri Jun 26 05:54:07 2026] GET /v2.0/security-groups?id=0ccb8074-6b8d-49b4-8e10-71328fc5030c&id=4a592463-9662-4562-abf4-35d4d5ee726f&fields=id&fields=name => generated 203 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1711] 199.204.45.78 () {34 vars in 1079 bytes} [Fri Jun 26 05:54:07 2026] GET /v2.0/ports?tenant_id=247d6756de3945449b19da637b44e462&device_id=d1cee128-1016-484a-b81f-132a99bf6fa0 => generated 1467 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1712] 199.204.45.78 () {34 vars in 1055 bytes} [Fri Jun 26 05:54:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.91&port_id=17c53503-c0c7-45ce-8f76-f9b42ac4cb0a => 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: 862/1713] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:54:07 2026] GET /v2.0/ports?device_id=e5b8af0a-4af2-48f2-810b-787cbca456cc => generated 1010 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1714] 199.204.45.78 () {34 vars in 1105 bytes} [Fri Jun 26 05:54:07 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3c9&port_id=17c53503-c0c7-45ce-8f76-f9b42ac4cb0a => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:54:07.425 7 INFO neutron.db.l3_hamode_db [None req-792691bf-7480-454a-ab2c-80e0c70fa5c0 376eb91bb3db4cd281d1129467b2848b f23d04ab91cb459080bca68c6d6a5a6c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-26 05:54:07.754 8 INFO neutron.db.l3_db [None req-e66ed5b4-aff8-4872-90a6-321da0da9eff 0ef4d71eca5e4b429ae921f1dea8d193 cdafb3a8e8454ee7888d4e6a8c4f5fbf - - default default] Floating IP f5932ae9-1149-412a-9562-d7df548692d8 associated. External IP: 10.96.250.208, port: c4a97ab9-eb93-47d6-9b42-222eb0d7373f. [pid: 8|app: 0|req: 864/1715] 10.0.0.147 () {34 vars in 749 bytes} [Fri Jun 26 05:54:07 2026] PUT /v2.0/floatingips/f5932ae9-1149-412a-9562-d7df548692d8 => generated 855 bytes in 754 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:54:08.150 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6facf111-ab6f-40c3-8f3f-3ac9f634565b'] response: {'name': 'network-changed', 'server_uuid': 'e5b8af0a-4af2-48f2-810b-787cbca456cc', 'tag': 'c4a97ab9-eb93-47d6-9b42-222eb0d7373f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 865/1716] 199.204.45.78 () {34 vars in 1063 bytes} [Fri Jun 26 05:54:08 2026] GET /v2.0/subnets?id=d4edc4c5-049a-40c3-95c1-a8df16f56f98&id=75a222ca-372f-4999-aa1f-c789ee914374 => generated 1414 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1717] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:54:08 2026] DELETE /v2.0/security-groups/9ae00228-bcbb-45bc-a086-7e35adb2b7ff => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 05:54:08.304 7 INFO neutron.db.l3_hamode_db [None req-792691bf-7480-454a-ab2c-80e0c70fa5c0 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 867/1718] 199.204.45.78 () {34 vars in 1051 bytes} [Fri Jun 26 05:54:08 2026] GET /v2.0/ports?network_id=29cd6cef-9a1b-469e-b1a8-cf247268d94f&device_owner=network%3Adhcp => generated 1461 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-26 05:54:08.489 8 INFO neutron_taas.services.taas.taas_plugin [None req-d8f4a32a-02e2-4c19-94e3-ed121da93d37 fd4c9d252b984bfcb0ff6a0f1e1ec3e7 48b9dfa68243414e9a70515f769d1f5e - - default default] TaaS: Handle Delete Port: c8f22abc-ac1f-4219-82ba-5c5768eb1bf4 2026-06-26 05:54:08.492 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d8f4a32a-02e2-4c19-94e3-ed121da93d37 fd4c9d252b984bfcb0ff6a0f1e1ec3e7 48b9dfa68243414e9a70515f769d1f5e - - default default] Tap Mirror: Handle Delete Port: c8f22abc-ac1f-4219-82ba-5c5768eb1bf4 [pid: 8|app: 0|req: 868/1719] 10.0.0.147 () {32 vars in 732 bytes} [Fri Jun 26 05:54:08 2026] DELETE /v2.0/floatingips/8ec70287-5611-41b1-ae4f-f3eafb0d406b => generated 0 bytes in 341 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1720] 199.204.45.78 () {34 vars in 1051 bytes} [Fri Jun 26 05:54:08 2026] GET /v2.0/ports?network_id=29cd6cef-9a1b-469e-b1a8-cf247268d94f&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: 8|app: 0|req: 870/1721] 199.204.45.78 () {34 vars in 1079 bytes} [Fri Jun 26 05:54:08 2026] GET /v2.0/ports?tenant_id=cdafb3a8e8454ee7888d4e6a8c4f5fbf&device_id=e5b8af0a-4af2-48f2-810b-787cbca456cc => generated 1279 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1722] 199.204.45.78 () {34 vars in 1011 bytes} [Fri Jun 26 05:54:08 2026] GET /v2.0/networks/29cd6cef-9a1b-469e-b1a8-cf247268d94f?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: 872/1723] 199.204.45.78 () {34 vars in 985 bytes} [Fri Jun 26 05:54:08 2026] GET /v2.0/networks?id=77e1ab34-8f96-4fcd-ada3-05ec368d24e4 => generated 769 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1724] 199.204.45.78 () {34 vars in 1111 bytes} [Fri Jun 26 05:54:08 2026] GET /v2.0/networks/29cd6cef-9a1b-469e-b1a8-cf247268d94f?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: 874/1725] 199.204.45.78 () {34 vars in 1057 bytes} [Fri Jun 26 05:54:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=c4a97ab9-eb93-47d6-9b42-222eb0d7373f => generated 858 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1726] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:54:08 2026] GET /v2.0/ports?device_id=669a3571-4802-4217-961d-03ab721842a6 => generated 975 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1727] 199.204.45.78 () {34 vars in 983 bytes} [Fri Jun 26 05:54:08 2026] GET /v2.0/subnets?id=89de2e18-6c10-4f8e-bfc5-47a6be7c6aaa => generated 691 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1728] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:54:09 2026] GET /v2.0/security-groups?id=f5981f98-6181-4c56-b7bd-363971bb1ff2&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1729] 199.204.45.78 () {34 vars in 1051 bytes} [Fri Jun 26 05:54:09 2026] GET /v2.0/ports?network_id=77e1ab34-8f96-4fcd-ada3-05ec368d24e4&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: 879/1730] 199.204.45.78 () {34 vars in 1011 bytes} [Fri Jun 26 05:54:09 2026] GET /v2.0/networks/77e1ab34-8f96-4fcd-ada3-05ec368d24e4?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: 880/1731] 199.204.45.78 () {34 vars in 1111 bytes} [Fri Jun 26 05:54:09 2026] GET /v2.0/networks/77e1ab34-8f96-4fcd-ada3-05ec368d24e4?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: 852/1732] 10.0.0.147 () {34 vars in 669 bytes} [Fri Jun 26 05:54:07 2026] POST /v2.0/routers => generated 732 bytes in 2334 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1733] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:54:10 2026] GET /v2.0/ports?device_id=669a3571-4802-4217-961d-03ab721842a6 => generated 975 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1734] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:54:10 2026] GET /v2.0/ports?device_id=d1cee128-1016-484a-b81f-132a99bf6fa0 => generated 1198 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1735] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:54:10 2026] GET /v2.0/security-groups?id=f5981f98-6181-4c56-b7bd-363971bb1ff2&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: 856/1736] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:54:10 2026] GET /v2.0/security-groups?id=961456a5-b8f5-4a79-8dab-fba4e0a2c9c1&fields=id&fields=name => generated 111 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1737] 10.0.0.147 () {34 vars in 783 bytes} [Fri Jun 26 05:54:09 2026] PUT /v2.0/routers/339c677e-c4ed-4892-b827-dcfc130b76c3/add_router_interface => generated 309 bytes in 1393 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1738] 199.204.45.78 () {34 vars in 993 bytes} [Fri Jun 26 05:54:11 2026] GET /v2.0/ports?device_id=669a3571-4802-4217-961d-03ab721842a6 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:54:11.531 8 INFO neutron_taas.services.taas.taas_plugin [req-37123acd-9748-49be-aec4-a6a5a3176abd req-2c6263ce-d511-44d7-a86c-232d5c287e46 fd4c9d252b984bfcb0ff6a0f1e1ec3e7 48b9dfa68243414e9a70515f769d1f5e - - default default] TaaS: Handle Delete Port: 93b4d246-c613-4110-9ce7-d911a62209c0 [pid: 7|app: 0|req: 858/1739] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:54:11 2026] GET /v2.0/ports?device_id=669a3571-4802-4217-961d-03ab721842a6 => generated 975 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:54:11.535 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-37123acd-9748-49be-aec4-a6a5a3176abd req-2c6263ce-d511-44d7-a86c-232d5c287e46 fd4c9d252b984bfcb0ff6a0f1e1ec3e7 48b9dfa68243414e9a70515f769d1f5e - - default default] Tap Mirror: Handle Delete Port: 93b4d246-c613-4110-9ce7-d911a62209c0 [pid: 7|app: 0|req: 859/1740] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:54:11 2026] GET /v2.0/security-groups?id=f5981f98-6181-4c56-b7bd-363971bb1ff2&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: 882/1741] 199.204.45.78 () {36 vars in 996 bytes} [Fri Jun 26 05:54:11 2026] DELETE /v2.0/ports/93b4d246-c613-4110-9ce7-d911a62209c0 => generated 0 bytes in 302 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:54:11.756 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9dd42904-d514-4c57-ab88-70866e10a215'] response: {'server_uuid': '669a3571-4802-4217-961d-03ab721842a6', 'name': 'network-vif-deleted', 'tag': '93b4d246-c613-4110-9ce7-d911a62209c0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 860/1742] 10.0.0.206 () {34 vars in 982 bytes} [Fri Jun 26 05:54:11 2026] GET /v2.0/networks?id=d7caf928-a651-4642-9b37-8d1ce046f350 => generated 677 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1743] 10.0.0.206 () {34 vars in 965 bytes} [Fri Jun 26 05:54:11 2026] GET /v2.0/quotas/f23d04ab91cb459080bca68c6d6a5a6c => 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: 861/1744] 10.0.0.206 () {34 vars in 1002 bytes} [Fri Jun 26 05:54:11 2026] GET /v2.0/ports?tenant_id=f23d04ab91cb459080bca68c6d6a5a6c&fields=id => generated 57 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1745] 10.0.0.206 () {34 vars in 1008 bytes} [Fri Jun 26 05:54:11 2026] GET /v2.0/networks/d7caf928-a651-4642-9b37-8d1ce046f350?fields=segments => generated 14 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1746] 10.0.0.206 () {34 vars in 1108 bytes} [Fri Jun 26 05:54:12 2026] GET /v2.0/networks/d7caf928-a651-4642-9b37-8d1ce046f350?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: 885/1747] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:54:12 2026] GET /v2.0/ports?device_id=71ea436c-8290-4a00-8bea-704d902e39d3 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1748] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:54:12 2026] GET /v2.0/ports?device_id=669a3571-4802-4217-961d-03ab721842a6 => 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: 886/1749] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:54:13 2026] GET /v2.0/ports?device_id=71ea436c-8290-4a00-8bea-704d902e39d3 => 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: 864/1750] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:54:13 2026] GET /v2.0/ports?device_id=669a3571-4802-4217-961d-03ab721842a6 => 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: 887/1751] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:54:14 2026] GET /v2.0/ports?device_id=71ea436c-8290-4a00-8bea-704d902e39d3 => 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: 865/1752] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:54:14 2026] GET /v2.0/ports?device_id=669a3571-4802-4217-961d-03ab721842a6 => 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: 866/1753] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:54:15 2026] GET /v2.0/ports?device_id=71ea436c-8290-4a00-8bea-704d902e39d3 => 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: 888/1754] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:54:15 2026] GET /v2.0/ports?device_id=d1cee128-1016-484a-b81f-132a99bf6fa0 => generated 1200 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1755] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:54:15 2026] GET /v2.0/security-groups?id=961456a5-b8f5-4a79-8dab-fba4e0a2c9c1&fields=id&fields=name => generated 111 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1756] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:54:15 2026] GET /v2.0/ports?device_id=e5b8af0a-4af2-48f2-810b-787cbca456cc => generated 1010 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1757] 10.0.0.147 () {32 vars in 818 bytes} [Fri Jun 26 05:54:15 2026] GET /v2.0/ports?network_id=29cd6cef-9a1b-469e-b1a8-cf247268d94f&mac_address=fa%3A16%3A3e%3A3e%3Abd%3Af2 => generated 1200 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1758] 10.0.0.206 () {34 vars in 1120 bytes} [Fri Jun 26 05:54:15 2026] GET /v2.0/security-groups?id=0ccb8074-6b8d-49b4-8e10-71328fc5030c&id=4a592463-9662-4562-abf4-35d4d5ee726f&fields=id&fields=name => generated 203 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1759] 10.0.0.147 () {32 vars in 736 bytes} [Fri Jun 26 05:54:15 2026] GET /v2.0/ports?device_id=e5b8af0a-4af2-48f2-810b-787cbca456cc => generated 1279 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1760] 10.0.0.147 () {32 vars in 858 bytes} [Fri Jun 26 05:54:15 2026] GET /v2.0/floatingips?floating_network_id=290ceaf9-db2b-4dc7-83e6-a43f536c21c0&port_id=c4a97ab9-eb93-47d6-9b42-222eb0d7373f => generated 860 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1761] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:54:15 2026] DELETE /v2.0/security-groups/f5981f98-6181-4c56-b7bd-363971bb1ff2 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 05:54:16.512 7 INFO neutron.db.l3_db [None req-6ccd64e7-41a1-4916-b196-e12e34927118 98973432cf254c68896719a38e220d2d 247d6756de3945449b19da637b44e462 - - default default] Floating IP 9df90e31-ffdd-4321-a497-1b0c4c5fc562 associated. External IP: 10.96.250.204, port: 17c53503-c0c7-45ce-8f76-f9b42ac4cb0a. 2026-06-26 05:54:16.658 8 INFO neutron_taas.services.taas.taas_plugin [None req-30c3b79e-617b-4b4c-a3fe-e0d25f9ce954 fd4c9d252b984bfcb0ff6a0f1e1ec3e7 48b9dfa68243414e9a70515f769d1f5e - - default default] TaaS: Handle Delete Port: f7869edc-c8f2-4e06-9f8f-28a211079648 2026-06-26 05:54:16.664 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-30c3b79e-617b-4b4c-a3fe-e0d25f9ce954 fd4c9d252b984bfcb0ff6a0f1e1ec3e7 48b9dfa68243414e9a70515f769d1f5e - - default default] Tap Mirror: Handle Delete Port: f7869edc-c8f2-4e06-9f8f-28a211079648 [pid: 7|app: 0|req: 869/1762] 10.0.0.147 () {34 vars in 677 bytes} [Fri Jun 26 05:54:15 2026] POST /v2.0/floatingips => generated 854 bytes in 1108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1763] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:54:16 2026] GET /v2.0/ports?device_id=71ea436c-8290-4a00-8bea-704d902e39d3 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:54:16.885 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-46a4a9c4-d13a-4345-adc9-b7a50359cbe9'] response: {'name': 'network-changed', 'server_uuid': 'd1cee128-1016-484a-b81f-132a99bf6fa0', 'tag': '17c53503-c0c7-45ce-8f76-f9b42ac4cb0a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 873/1766] 10.0.0.92 () {34 vars in 989 bytes} [Fri Jun 26 05:54:16 2026] GET /v2.0/ports?device_id=e5b8af0a-4af2-48f2-810b-787cbca456cc => generated 1279 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1767] 10.0.0.92 () {34 vars in 1119 bytes} [Fri Jun 26 05:54:16 2026] GET /v2.0/security-groups?id=4a592463-9662-4562-abf4-35d4d5ee726f&id=0ccb8074-6b8d-49b4-8e10-71328fc5030c&fields=id&fields=name => generated 203 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1768] 199.204.45.78 () {34 vars in 985 bytes} [Fri Jun 26 05:54:17 2026] GET /v2.0/networks?id=d7caf928-a651-4642-9b37-8d1ce046f350 => generated 677 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1769] 10.0.0.147 () {34 vars in 789 bytes} [Fri Jun 26 05:54:16 2026] PUT /v2.0/routers/10d702b6-6eda-4aed-bec7-6191aa839fc7/remove_router_interface => generated 309 bytes in 1153 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1770] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:54:17 2026] DELETE /v2.0/subnets/6df1d720-329e-44b1-b77f-3eb9d718b5e7 => 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: 876/1771] 199.204.45.78 () {38 vars in 954 bytes} [Fri Jun 26 05:54:17 2026] POST /v2.0/ports => generated 954 bytes in 413 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: 896/1772] 199.204.45.78 () {34 vars in 1079 bytes} [Fri Jun 26 05:54:17 2026] GET /v2.0/ports?tenant_id=247d6756de3945449b19da637b44e462&device_id=d1cee128-1016-484a-b81f-132a99bf6fa0 => generated 1469 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-26 05:54:17.795 7 INFO neutron_taas.services.taas.taas_plugin [None req-d5710c1c-d358-4b14-a220-42257149c1ba fd4c9d252b984bfcb0ff6a0f1e1ec3e7 48b9dfa68243414e9a70515f769d1f5e - - default default] TaaS: Handle Delete Port: f630cf16-099c-461b-a0de-d6371ad5767c 2026-06-26 05:54:17.798 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d5710c1c-d358-4b14-a220-42257149c1ba fd4c9d252b984bfcb0ff6a0f1e1ec3e7 48b9dfa68243414e9a70515f769d1f5e - - default default] Tap Mirror: Handle Delete Port: f630cf16-099c-461b-a0de-d6371ad5767c 2026-06-26 05:54:18.068 7 INFO neutron_taas.services.taas.taas_plugin [None req-d5710c1c-d358-4b14-a220-42257149c1ba fd4c9d252b984bfcb0ff6a0f1e1ec3e7 48b9dfa68243414e9a70515f769d1f5e - - default default] TaaS: Handle Delete Port: 585fe5c8-ebbe-4d0f-8247-b1970bb37bf9 2026-06-26 05:54:18.070 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d5710c1c-d358-4b14-a220-42257149c1ba fd4c9d252b984bfcb0ff6a0f1e1ec3e7 48b9dfa68243414e9a70515f769d1f5e - - default default] Tap Mirror: Handle Delete Port: 585fe5c8-ebbe-4d0f-8247-b1970bb37bf9 [pid: 8|app: 0|req: 897/1773] 199.204.45.78 () {38 vars in 1027 bytes} [Fri Jun 26 05:54:17 2026] PUT /v2.0/ports/4613946d-5b5a-4e1e-9fa3-f12da7b780e1 => generated 1235 bytes in 500 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-06-26 05:54:18.176 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-203ef2f2-38d6-4339-bf9a-ec852fa660dc'] response: {'name': 'network-changed', 'server_uuid': '71ea436c-8290-4a00-8bea-704d902e39d3', 'tag': '4613946d-5b5a-4e1e-9fa3-f12da7b780e1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 898/1774] 199.204.45.78 () {34 vars in 985 bytes} [Fri Jun 26 05:54:18 2026] GET /v2.0/networks?id=29cd6cef-9a1b-469e-b1a8-cf247268d94f => generated 801 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1775] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:54:18 2026] GET /v2.0/ports?device_id=71ea436c-8290-4a00-8bea-704d902e39d3 => generated 969 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1776] 199.204.45.78 () {34 vars in 1055 bytes} [Fri Jun 26 05:54:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.91&port_id=17c53503-c0c7-45ce-8f76-f9b42ac4cb0a => generated 857 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1777] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:54:18 2026] GET /v2.0/security-groups?id=1d4fdef3-3ad4-4568-9b28-5bc79044b57d&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1778] 199.204.45.78 () {34 vars in 1105 bytes} [Fri Jun 26 05:54:18 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3c9&port_id=17c53503-c0c7-45ce-8f76-f9b42ac4cb0a => 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: 903/1779] 199.204.45.78 () {34 vars in 1063 bytes} [Fri Jun 26 05:54:18 2026] GET /v2.0/subnets?id=d4edc4c5-049a-40c3-95c1-a8df16f56f98&id=75a222ca-372f-4999-aa1f-c789ee914374 => generated 1414 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1780] 199.204.45.78 () {34 vars in 1051 bytes} [Fri Jun 26 05:54:18 2026] GET /v2.0/ports?network_id=29cd6cef-9a1b-469e-b1a8-cf247268d94f&device_owner=network%3Adhcp => generated 1461 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-26 05:54:18.487 7 INFO neutron.services.segments.plugin [-] Segment f67a055f-cf70-4113-b612-317bc0f1d826 resource provider aggregate not found 2026-06-26 05:54:18.494 7 INFO neutron.services.segments.plugin [-] Segment f67a055f-cf70-4113-b612-317bc0f1d826 resource provider aggregate not found 2026-06-26 05:54:18.510 7 INFO neutron.services.segments.plugin [-] Segment f67a055f-cf70-4113-b612-317bc0f1d826 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f67a055f-cf70-4113-b612-317bc0f1d826 found for delete ", "request_id": "req-99760b77-4c86-49d4-94af-5e4ab94e5f54"}]} 2026-06-26 05:54:18.513 7 INFO neutron.db.l3_hamode_db [None req-d5710c1c-d358-4b14-a220-42257149c1ba fd4c9d252b984bfcb0ff6a0f1e1ec3e7 48b9dfa68243414e9a70515f769d1f5e - - default default] HA network 9a39b881-816d-4d0e-954e-37aabc09f9d9 was deleted as no HA routers are present in tenant 48b9dfa68243414e9a70515f769d1f5e. 2026-06-26 05:54:18.522 7 INFO neutron.services.segments.plugin [-] Segment f67a055f-cf70-4113-b612-317bc0f1d826 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f67a055f-cf70-4113-b612-317bc0f1d826 found for delete ", "request_id": "req-401ac824-2985-4f6b-b86d-7f3c72e17827"}]} [pid: 8|app: 0|req: 905/1781] 199.204.45.78 () {34 vars in 1051 bytes} [Fri Jun 26 05:54:18 2026] GET /v2.0/ports?network_id=29cd6cef-9a1b-469e-b1a8-cf247268d94f&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1782] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:54:17 2026] DELETE /v2.0/routers/10d702b6-6eda-4aed-bec7-6191aa839fc7 => generated 0 bytes in 927 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1783] 199.204.45.78 () {34 vars in 1011 bytes} [Fri Jun 26 05:54:18 2026] GET /v2.0/networks/29cd6cef-9a1b-469e-b1a8-cf247268d94f?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: 879/1784] 199.204.45.78 () {34 vars in 1111 bytes} [Fri Jun 26 05:54:18 2026] GET /v2.0/networks/29cd6cef-9a1b-469e-b1a8-cf247268d94f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:54:18.642 8 INFO neutron_taas.services.taas.taas_plugin [None req-1e40ef36-edf8-4dc0-b44c-b73b25de2006 fd4c9d252b984bfcb0ff6a0f1e1ec3e7 48b9dfa68243414e9a70515f769d1f5e - - default default] TaaS: Handle Delete Port: a2b7034f-1669-45b1-a7a0-08db17da99fd 2026-06-26 05:54:18.645 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1e40ef36-edf8-4dc0-b44c-b73b25de2006 fd4c9d252b984bfcb0ff6a0f1e1ec3e7 48b9dfa68243414e9a70515f769d1f5e - - default default] Tap Mirror: Handle Delete Port: a2b7034f-1669-45b1-a7a0-08db17da99fd [pid: 7|app: 0|req: 880/1785] 199.204.45.78 () {34 vars in 1079 bytes} [Fri Jun 26 05:54:18 2026] GET /v2.0/ports?tenant_id=f23d04ab91cb459080bca68c6d6a5a6c&device_id=71ea436c-8290-4a00-8bea-704d902e39d3 => generated 1238 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1786] 199.204.45.78 () {34 vars in 1017 bytes} [Fri Jun 26 05:54:18 2026] GET /v2.0/networks?tenant_id=f23d04ab91cb459080bca68c6d6a5a6c&shared=False => generated 773 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1787] 199.204.45.78 () {34 vars in 929 bytes} [Fri Jun 26 05:54:18 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:54:18.903 8 INFO neutron.services.segments.plugin [-] Segment 2eed13a7-75bf-4f55-a09f-aa8942da68a5 resource provider aggregate not found 2026-06-26 05:54:18.918 8 INFO neutron.services.segments.plugin [-] Segment 2eed13a7-75bf-4f55-a09f-aa8942da68a5 resource provider aggregate not found 2026-06-26 05:54:18.939 8 INFO neutron.services.segments.plugin [-] Segment 2eed13a7-75bf-4f55-a09f-aa8942da68a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2eed13a7-75bf-4f55-a09f-aa8942da68a5 found for delete ", "request_id": "req-3aba3a77-30aa-4f6e-8fe0-c8f480d3d3f5"}]} 2026-06-26 05:54:18.948 8 INFO neutron.services.segments.plugin [-] Segment 2eed13a7-75bf-4f55-a09f-aa8942da68a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2eed13a7-75bf-4f55-a09f-aa8942da68a5 found for delete ", "request_id": "req-2500eabc-72d8-475b-a4a5-4fc67a26471d"}]} [pid: 8|app: 0|req: 906/1788] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 05:54:18 2026] DELETE /v2.0/networks/b635f96d-f299-46dd-991d-e33e52a2223a => generated 0 bytes in 439 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1789] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:54:19 2026] GET /v2.0/ports?device_id=71ea436c-8290-4a00-8bea-704d902e39d3 => generated 969 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1790] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:54:19 2026] GET /v2.0/security-groups?id=1d4fdef3-3ad4-4568-9b28-5bc79044b57d&fields=id&fields=name => generated 88 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1791] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:54:19 2026] GET /v2.0/ports?device_id=e5b8af0a-4af2-48f2-810b-787cbca456cc => generated 1010 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1792] 10.0.0.206 () {34 vars in 1120 bytes} [Fri Jun 26 05:54:19 2026] GET /v2.0/security-groups?id=0ccb8074-6b8d-49b4-8e10-71328fc5030c&id=4a592463-9662-4562-abf4-35d4d5ee726f&fields=id&fields=name => generated 203 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1793] 199.204.45.78 () {34 vars in 1079 bytes} [Fri Jun 26 05:54:19 2026] GET /v2.0/ports?tenant_id=f23d04ab91cb459080bca68c6d6a5a6c&device_id=71ea436c-8290-4a00-8bea-704d902e39d3 => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1794] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:54:19 2026] GET /v2.0/security-groups?tenant_id=55aaad8f358742828e9cf3a756c2243e&name=default => generated 2925 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1795] 199.204.45.78 () {34 vars in 1057 bytes} [Fri Jun 26 05:54:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=4613946d-5b5a-4e1e-9fa3-f12da7b780e1 => 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: 912/1796] 199.204.45.78 () {34 vars in 983 bytes} [Fri Jun 26 05:54:19 2026] GET /v2.0/subnets?id=7e993047-5e14-4b2e-afc5-e580944a95a8 => generated 695 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1797] 199.204.45.78 () {34 vars in 1051 bytes} [Fri Jun 26 05:54:20 2026] GET /v2.0/ports?network_id=d7caf928-a651-4642-9b37-8d1ce046f350&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: 885/1798] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:54:19 2026] DELETE /v2.0/security-groups/aa7f22bf-4c5b-42e0-9049-ec173c5325c9 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1799] 199.204.45.78 () {34 vars in 1011 bytes} [Fri Jun 26 05:54:20 2026] GET /v2.0/networks/d7caf928-a651-4642-9b37-8d1ce046f350?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: 886/1800] 199.204.45.78 () {34 vars in 1111 bytes} [Fri Jun 26 05:54:20 2026] GET /v2.0/networks/d7caf928-a651-4642-9b37-8d1ce046f350?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: 915/1801] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:54:20 2026] GET /v2.0/security-groups?tenant_id=48b9dfa68243414e9a70515f769d1f5e&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1802] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:54:20 2026] DELETE /v2.0/security-groups/ecb80753-aed0-4568-8834-ff8d331d7a8f => 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: 916/1803] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:54:20 2026] GET /v2.0/ports?device_id=71ea436c-8290-4a00-8bea-704d902e39d3 => 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: 888/1804] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:54:20 2026] GET /v2.0/security-groups?id=1d4fdef3-3ad4-4568-9b28-5bc79044b57d&fields=id&fields=name => generated 88 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1805] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:54:20 2026] GET /v2.0/ports?device_id=e5b8af0a-4af2-48f2-810b-787cbca456cc => generated 1010 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1806] 10.0.0.206 () {34 vars in 1120 bytes} [Fri Jun 26 05:54:20 2026] GET /v2.0/security-groups?id=0ccb8074-6b8d-49b4-8e10-71328fc5030c&id=4a592463-9662-4562-abf4-35d4d5ee726f&fields=id&fields=name => generated 203 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1807] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:54:21 2026] GET /v2.0/ports?device_id=71ea436c-8290-4a00-8bea-704d902e39d3 => 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: 890/1808] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:54:21 2026] GET /v2.0/security-groups?id=1d4fdef3-3ad4-4568-9b28-5bc79044b57d&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: 919/1809] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:54:22 2026] GET /v2.0/ports?device_id=e5b8af0a-4af2-48f2-810b-787cbca456cc => generated 1010 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1810] 10.0.0.206 () {34 vars in 1120 bytes} [Fri Jun 26 05:54:22 2026] GET /v2.0/security-groups?id=0ccb8074-6b8d-49b4-8e10-71328fc5030c&id=4a592463-9662-4562-abf4-35d4d5ee726f&fields=id&fields=name => generated 203 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1811] 199.204.45.78 () {34 vars in 993 bytes} [Fri Jun 26 05:54:22 2026] GET /v2.0/ports?device_id=e5b8af0a-4af2-48f2-810b-787cbca456cc => generated 1010 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-26 05:54:22.452 7 INFO neutron_taas.services.taas.taas_plugin [req-f978dd24-67cd-45e9-8fbe-9af8b2ece2cc req-318ae29b-ce30-4cbd-bf32-62ed5969d255 0ef4d71eca5e4b429ae921f1dea8d193 cdafb3a8e8454ee7888d4e6a8c4f5fbf - - default default] TaaS: Handle Delete Port: c4a97ab9-eb93-47d6-9b42-222eb0d7373f 2026-06-26 05:54:22.456 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f978dd24-67cd-45e9-8fbe-9af8b2ece2cc req-318ae29b-ce30-4cbd-bf32-62ed5969d255 0ef4d71eca5e4b429ae921f1dea8d193 cdafb3a8e8454ee7888d4e6a8c4f5fbf - - default default] Tap Mirror: Handle Delete Port: c4a97ab9-eb93-47d6-9b42-222eb0d7373f 2026-06-26 05:54:22.591 7 INFO neutron.db.l3_db [req-f978dd24-67cd-45e9-8fbe-9af8b2ece2cc req-318ae29b-ce30-4cbd-bf32-62ed5969d255 0ef4d71eca5e4b429ae921f1dea8d193 cdafb3a8e8454ee7888d4e6a8c4f5fbf - - default default] Floating IP f5932ae9-1149-412a-9562-d7df548692d8 disassociated. External IP: 10.96.250.208, port: c4a97ab9-eb93-47d6-9b42-222eb0d7373f. [pid: 7|app: 0|req: 892/1812] 199.204.45.78 () {36 vars in 996 bytes} [Fri Jun 26 05:54:22 2026] DELETE /v2.0/ports/c4a97ab9-eb93-47d6-9b42-222eb0d7373f => generated 0 bytes in 749 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:54:23.057 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-845d5466-2167-4ad6-ba4f-a46a6b24b55a'] response: {'server_uuid': 'e5b8af0a-4af2-48f2-810b-787cbca456cc', 'name': 'network-vif-deleted', 'tag': 'c4a97ab9-eb93-47d6-9b42-222eb0d7373f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 921/1813] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:54:23 2026] GET /v2.0/ports?device_id=71ea436c-8290-4a00-8bea-704d902e39d3 => 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: 893/1814] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:54:23 2026] GET /v2.0/security-groups?id=1d4fdef3-3ad4-4568-9b28-5bc79044b57d&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1815] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:54:23 2026] GET /v2.0/ports?device_id=e5b8af0a-4af2-48f2-810b-787cbca456cc => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1816] 10.0.0.92 () {34 vars in 989 bytes} [Fri Jun 26 05:54:23 2026] GET /v2.0/ports?device_id=d1cee128-1016-484a-b81f-132a99bf6fa0 => generated 1469 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1817] 10.0.0.92 () {34 vars in 1039 bytes} [Fri Jun 26 05:54:23 2026] GET /v2.0/security-groups?id=961456a5-b8f5-4a79-8dab-fba4e0a2c9c1&fields=id&fields=name => generated 111 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1818] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:54:24 2026] GET /v2.0/ports?device_id=71ea436c-8290-4a00-8bea-704d902e39d3 => generated 971 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1819] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:54:24 2026] GET /v2.0/security-groups?id=1d4fdef3-3ad4-4568-9b28-5bc79044b57d&fields=id&fields=name => generated 88 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1820] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:54:24 2026] GET /v2.0/ports?device_id=e5b8af0a-4af2-48f2-810b-787cbca456cc => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:54:25.113 8 INFO neutron.db.segments_db [None req-fde1e538-ac74-4c1f-810d-8df3b1f9bada 03365ab5216d40e6b431a5f191533f19 f0d5e2024e7a48ccbea89732aed1a105 - - default default] Added segment 03a95603-438c-40b4-9959-f51fa268a532 of type vxlan for network be42a510-f038-42dc-84df-674efb50e0b2 [pid: 8|app: 0|req: 925/1821] 10.0.0.147 () {34 vars in 670 bytes} [Fri Jun 26 05:54:24 2026] POST /v2.0/networks => generated 727 bytes in 469 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1822] 10.0.0.147 () {34 vars in 669 bytes} [Fri Jun 26 05:54:25 2026] POST /v2.0/subnets => generated 644 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-26 05:54:25.446 8 WARNING neutron.api.v2.base [None req-79f6011a-862d-4932-a8e7-552687805eb5 03365ab5216d40e6b431a5f191533f19 f0d5e2024e7a48ccbea89732aed1a105 - - 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-06-26 05:54:25.447 8 INFO neutron.api.v2.resource [None req-79f6011a-862d-4932-a8e7-552687805eb5 03365ab5216d40e6b431a5f191533f19 f0d5e2024e7a48ccbea89732aed1a105 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 926/1823] 10.0.0.147 () {34 vars in 681 bytes} [Fri Jun 26 05:54:25 2026] POST /v2.0/rbac-policies => generated 143 bytes in 10 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1824] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:54:25 2026] GET /v2.0/ports?device_id=71ea436c-8290-4a00-8bea-704d902e39d3 => generated 971 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1825] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:54:25 2026] GET /v2.0/ports?device_id=e5b8af0a-4af2-48f2-810b-787cbca456cc => 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: 929/1826] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:54:25 2026] GET /v2.0/security-groups?id=1d4fdef3-3ad4-4568-9b28-5bc79044b57d&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:54:25.664 7 INFO neutron.services.segments.plugin [-] Segment 03a95603-438c-40b4-9959-f51fa268a532 resource provider aggregate not found 2026-06-26 05:54:25.673 7 INFO neutron.services.segments.plugin [-] Segment 03a95603-438c-40b4-9959-f51fa268a532 resource provider aggregate not found 2026-06-26 05:54:25.681 7 INFO neutron.services.segments.plugin [-] Segment 03a95603-438c-40b4-9959-f51fa268a532 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03a95603-438c-40b4-9959-f51fa268a532 found for delete ", "request_id": "req-14c42c9c-eeea-4219-9743-f1548d19ef71"}]} 2026-06-26 05:54:25.694 7 INFO neutron.services.segments.plugin [-] Segment 03a95603-438c-40b4-9959-f51fa268a532 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03a95603-438c-40b4-9959-f51fa268a532 found for delete ", "request_id": "req-783b67ae-96d9-45d0-9f09-0bd03fbdb554"}]} [pid: 7|app: 0|req: 898/1827] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 05:54:25 2026] DELETE /v2.0/networks/be42a510-f038-42dc-84df-674efb50e0b2 => generated 0 bytes in 246 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:54:25.789 8 INFO neutron.db.segments_db [None req-df989cd6-a9f4-4505-9a77-d2576edf7b44 03365ab5216d40e6b431a5f191533f19 f0d5e2024e7a48ccbea89732aed1a105 - - default default] Added segment e0186cd9-f4af-4230-bbab-ccdcd9e8a16b of type vxlan for network 1e783aec-e8a7-4ab7-8367-c32030c6518f [pid: 8|app: 0|req: 930/1828] 10.0.0.147 () {34 vars in 670 bytes} [Fri Jun 26 05:54:25 2026] POST /v2.0/networks => generated 727 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1829] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:54:25 2026] GET /v2.0/ports?device_id=71ea436c-8290-4a00-8bea-704d902e39d3 => 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: 932/1830] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:54:25 2026] GET /v2.0/security-groups?id=1d4fdef3-3ad4-4568-9b28-5bc79044b57d&fields=id&fields=name => generated 88 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1831] 10.0.0.147 () {34 vars in 669 bytes} [Fri Jun 26 05:54:25 2026] POST /v2.0/subnets => generated 647 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-26 05:54:26.190 8 WARNING neutron.api.v2.base [None req-1feb0699-d4d7-4f9a-adfa-8ddc147eb0bc 03365ab5216d40e6b431a5f191533f19 f0d5e2024e7a48ccbea89732aed1a105 - - 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-06-26 05:54:26.190 8 INFO neutron.api.v2.resource [None req-1feb0699-d4d7-4f9a-adfa-8ddc147eb0bc 03365ab5216d40e6b431a5f191533f19 f0d5e2024e7a48ccbea89732aed1a105 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 933/1832] 10.0.0.147 () {34 vars in 681 bytes} [Fri Jun 26 05:54:26 2026] POST /v2.0/rbac-policies => generated 547 bytes in 6 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1833] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 05:54:26 2026] DELETE /v2.0/networks/1e783aec-e8a7-4ab7-8367-c32030c6518f => generated 0 bytes in 271 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:54:26.538 8 INFO neutron.db.segments_db [None req-deab5afe-a9fd-4ebb-8535-b77f5a22d6ba 03365ab5216d40e6b431a5f191533f19 f0d5e2024e7a48ccbea89732aed1a105 - - default default] Added segment ec6f5661-e1cb-45e3-b1b9-6f8b37609bf9 of type vxlan for network 12d0d05b-eea5-4e38-9025-81600612d255 [pid: 8|app: 0|req: 934/1834] 10.0.0.147 () {34 vars in 670 bytes} [Fri Jun 26 05:54:26 2026] POST /v2.0/networks => generated 727 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1835] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:54:26 2026] DELETE /v2.0/security-groups/0ccb8074-6b8d-49b4-8e10-71328fc5030c => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 05:54:26.891 8 INFO neutron.api.v2.resource [None req-ea534f89-04ea-45b0-98bf-a30d3edb3248 0ef4d71eca5e4b429ae921f1dea8d193 cdafb3a8e8454ee7888d4e6a8c4f5fbf - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 936/1836] 10.0.0.147 () {32 vars in 737 bytes} [Fri Jun 26 05:54:26 2026] GET /v2.0/security-groups/0ccb8074-6b8d-49b4-8e10-71328fc5030c => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1837] 10.0.0.147 () {34 vars in 669 bytes} [Fri Jun 26 05:54:26 2026] POST /v2.0/subnets => generated 647 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-26 05:54:26.998 8 INFO neutron_taas.services.taas.taas_plugin [None req-2f96fb78-03d7-49aa-9e83-dd755965a3fe 0ef4d71eca5e4b429ae921f1dea8d193 cdafb3a8e8454ee7888d4e6a8c4f5fbf - - default default] TaaS: Handle Delete Port: b6982081-4ae7-414f-af7e-4ac860b02ec3 2026-06-26 05:54:27.001 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2f96fb78-03d7-49aa-9e83-dd755965a3fe 0ef4d71eca5e4b429ae921f1dea8d193 cdafb3a8e8454ee7888d4e6a8c4f5fbf - - default default] Tap Mirror: Handle Delete Port: b6982081-4ae7-414f-af7e-4ac860b02ec3 [pid: 7|app: 0|req: 902/1838] 10.0.0.147 () {34 vars in 681 bytes} [Fri Jun 26 05:54:26 2026] POST /v2.0/rbac-policies => generated 324 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1839] 10.0.0.147 () {32 vars in 732 bytes} [Fri Jun 26 05:54:26 2026] DELETE /v2.0/floatingips/f5932ae9-1149-412a-9562-d7df548692d8 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1840] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:54:27 2026] GET /v2.0/ports?device_id=71ea436c-8290-4a00-8bea-704d902e39d3 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1841] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:54:27 2026] GET /v2.0/security-groups?id=1d4fdef3-3ad4-4568-9b28-5bc79044b57d&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1842] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:54:27 2026] DELETE /v2.0/security-groups/4a592463-9662-4562-abf4-35d4d5ee726f => generated 0 bytes in 155 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1843] 10.0.0.147 () {32 vars in 723 bytes} [Fri Jun 26 05:54:27 2026] GET /v2.0/networks/12d0d05b-eea5-4e38-9025-81600612d255 => generated 655 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:54:27.699 7 INFO neutron.services.segments.plugin [-] Segment e0186cd9-f4af-4230-bbab-ccdcd9e8a16b resource provider aggregate not found 2026-06-26 05:54:27.721 7 INFO neutron.services.segments.plugin [-] Segment e0186cd9-f4af-4230-bbab-ccdcd9e8a16b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0186cd9-f4af-4230-bbab-ccdcd9e8a16b found for delete ", "request_id": "req-a5e82357-0be6-49e7-bba9-236310ae8534"}]} 2026-06-26 05:54:27.721 7 INFO neutron.services.segments.plugin [-] Segment e0186cd9-f4af-4230-bbab-ccdcd9e8a16b resource provider aggregate not found 2026-06-26 05:54:27.746 7 INFO neutron.services.segments.plugin [-] Segment e0186cd9-f4af-4230-bbab-ccdcd9e8a16b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0186cd9-f4af-4230-bbab-ccdcd9e8a16b found for delete ", "request_id": "req-c3907de1-e301-4eda-9ee5-68043955c46d"}]} 2026-06-26 05:54:27.808 7 INFO neutron_taas.services.taas.taas_plugin [None req-1bedb351-ed2b-46b1-8735-7ce8abc0c912 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] TaaS: Handle Delete Port: 90fa519d-5fe7-4985-83d5-cd760ed4a5d9 2026-06-26 05:54:27.817 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1bedb351-ed2b-46b1-8735-7ce8abc0c912 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Tap Mirror: Handle Delete Port: 90fa519d-5fe7-4985-83d5-cd760ed4a5d9 2026-06-26 05:54:28.012 8 INFO neutron.pecan_wsgi.hooks.translation [None req-421607af-92b8-4fc0-b848-aa2edff1e0a0 a61fbd10c6f34cba8a3f7c7cd1820e60 1d8e03ec3d6941da9042ec1cd34da0f7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 940/1844] 10.0.0.147 () {32 vars in 723 bytes} [Fri Jun 26 05:54:27 2026] GET /v2.0/networks/12d0d05b-eea5-4e38-9025-81600612d255 => generated 138 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-26 05:54:28.211 8 INFO neutron.services.segments.plugin [-] Segment ec6f5661-e1cb-45e3-b1b9-6f8b37609bf9 resource provider aggregate not found 2026-06-26 05:54:28.219 8 INFO neutron.services.segments.plugin [-] Segment ec6f5661-e1cb-45e3-b1b9-6f8b37609bf9 resource provider aggregate not found 2026-06-26 05:54:28.237 8 INFO neutron.services.segments.plugin [-] Segment ec6f5661-e1cb-45e3-b1b9-6f8b37609bf9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec6f5661-e1cb-45e3-b1b9-6f8b37609bf9 found for delete ", "request_id": "req-16e6db9f-9b3d-42d5-8e39-e788773355d6"}]} 2026-06-26 05:54:28.242 8 INFO neutron.services.segments.plugin [-] Segment ec6f5661-e1cb-45e3-b1b9-6f8b37609bf9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec6f5661-e1cb-45e3-b1b9-6f8b37609bf9 found for delete ", "request_id": "req-27859199-f340-4427-8128-750dbffae171"}]} [pid: 8|app: 0|req: 941/1845] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 05:54:28 2026] DELETE /v2.0/networks/12d0d05b-eea5-4e38-9025-81600612d255 => generated 0 bytes in 238 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:54:28.282 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ed27952d-6755-480b-ba09-2d4fdbcdf3c2 03365ab5216d40e6b431a5f191533f19 f0d5e2024e7a48ccbea89732aed1a105 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 942/1846] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:54:28 2026] DELETE /v2.0/subnets/155dc8eb-281e-48b9-b59b-b81a420ca0ff => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-26 05:54:28.311 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e079ea50-6026-4e37-bd40-6e14046289e4 03365ab5216d40e6b431a5f191533f19 f0d5e2024e7a48ccbea89732aed1a105 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 943/1847] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:54:28 2026] DELETE /v2.0/subnets/770a1eee-8d57-4349-9636-16c6b54fc459 => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1848] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:54:28 2026] GET /v2.0/ports?device_id=71ea436c-8290-4a00-8bea-704d902e39d3 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:54:28.375 8 INFO neutron.pecan_wsgi.hooks.translation [None req-86dc6469-c66d-4f43-9e17-04c51ec431c3 03365ab5216d40e6b431a5f191533f19 f0d5e2024e7a48ccbea89732aed1a105 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 945/1849] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:54:28 2026] DELETE /v2.0/subnets/69a43283-71f9-4d59-b18e-021189968775 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1850] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:54:28 2026] GET /v2.0/security-groups?id=1d4fdef3-3ad4-4568-9b28-5bc79044b57d&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1851] 199.204.45.78 () {34 vars in 993 bytes} [Fri Jun 26 05:54:28 2026] GET /v2.0/ports?device_id=71ea436c-8290-4a00-8bea-704d902e39d3 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:54:28.595 8 INFO neutron_taas.services.taas.taas_plugin [req-65b8562c-7f3f-4ca5-a030-5ba05b18f136 req-2b7c320e-5a2f-4a22-a2e0-99c24ce0df23 9298aa8ea1a94750940779f1440b94be f23d04ab91cb459080bca68c6d6a5a6c - - default default] TaaS: Handle Delete Port: 4613946d-5b5a-4e1e-9fa3-f12da7b780e1 2026-06-26 05:54:28.598 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-65b8562c-7f3f-4ca5-a030-5ba05b18f136 req-2b7c320e-5a2f-4a22-a2e0-99c24ce0df23 9298aa8ea1a94750940779f1440b94be f23d04ab91cb459080bca68c6d6a5a6c - - default default] Tap Mirror: Handle Delete Port: 4613946d-5b5a-4e1e-9fa3-f12da7b780e1 [pid: 8|app: 0|req: 948/1852] 199.204.45.78 () {36 vars in 996 bytes} [Fri Jun 26 05:54:28 2026] DELETE /v2.0/ports/4613946d-5b5a-4e1e-9fa3-f12da7b780e1 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:54:28.785 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bae797a3-5602-4166-8acf-9dd111a1923e'] response: {'server_uuid': '71ea436c-8290-4a00-8bea-704d902e39d3', 'name': 'network-vif-deleted', 'tag': '4613946d-5b5a-4e1e-9fa3-f12da7b780e1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 905/1853] 10.0.0.147 () {34 vars in 789 bytes} [Fri Jun 26 05:54:27 2026] PUT /v2.0/routers/67dbe3c2-0cd8-4cb8-bf4a-c1dd02bf8540/remove_router_interface => generated 309 bytes in 1443 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:54:29.037 8 INFO neutron_taas.services.taas.taas_plugin [None req-c438969a-f195-4a5c-ba34-471bfb59f7b6 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] TaaS: Handle Delete Port: bd2e67cf-fd52-4b72-a7fe-68e7bb97d7cb 2026-06-26 05:54:29.039 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c438969a-f195-4a5c-ba34-471bfb59f7b6 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Tap Mirror: Handle Delete Port: bd2e67cf-fd52-4b72-a7fe-68e7bb97d7cb 2026-06-26 05:54:29.319 8 INFO neutron_taas.services.taas.taas_plugin [None req-c438969a-f195-4a5c-ba34-471bfb59f7b6 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] TaaS: Handle Delete Port: 77b59240-2161-4f55-9dab-c1d535487da1 2026-06-26 05:54:29.322 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c438969a-f195-4a5c-ba34-471bfb59f7b6 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Tap Mirror: Handle Delete Port: 77b59240-2161-4f55-9dab-c1d535487da1 [pid: 7|app: 0|req: 906/1854] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:54:29 2026] GET /v2.0/security-groups?tenant_id=f0d5e2024e7a48ccbea89732aed1a105&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: 907/1855] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:54:29 2026] DELETE /v2.0/security-groups/af861c70-c8ee-4839-bdc2-223b1b6616fc => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1856] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:54:29 2026] GET /v2.0/ports?device_id=71ea436c-8290-4a00-8bea-704d902e39d3 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:54:29.889 8 INFO neutron.db.l3_hamode_db [None req-c438969a-f195-4a5c-ba34-471bfb59f7b6 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] HA network 3ba2a258-83ee-437c-acdd-ece621099656 was deleted as no HA routers are present in tenant cdafb3a8e8454ee7888d4e6a8c4f5fbf. [pid: 8|app: 0|req: 949/1857] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:54:28 2026] DELETE /v2.0/routers/67dbe3c2-0cd8-4cb8-bf4a-c1dd02bf8540 => generated 0 bytes in 1061 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1858] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:54:29 2026] GET /v2.0/security-groups?tenant_id=1d8e03ec3d6941da9042ec1cd34da0f7&name=default => generated 2925 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1859] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:54:29 2026] DELETE /v2.0/subnets/89de2e18-6c10-4f8e-bfc5-47a6be7c6aaa => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1860] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:54:30 2026] DELETE /v2.0/security-groups/083101a9-e0ff-4693-b6d8-3e20e7d1cc03 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 05:54:30.185 8 INFO neutron_taas.services.taas.taas_plugin [None req-8bff0846-b43e-4b61-9af8-ec16faf87d1f 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] TaaS: Handle Delete Port: 4d4bbead-b420-4801-9e92-18b915f98ce2 2026-06-26 05:54:30.189 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8bff0846-b43e-4b61-9af8-ec16faf87d1f 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Tap Mirror: Handle Delete Port: 4d4bbead-b420-4801-9e92-18b915f98ce2 2026-06-26 05:54:30.259 8 INFO neutron.services.segments.plugin [-] Segment b1c16d48-ed44-4ce0-9d08-b8564ebfd189 resource provider aggregate not found 2026-06-26 05:54:30.268 8 INFO neutron.services.segments.plugin [-] Segment b1c16d48-ed44-4ce0-9d08-b8564ebfd189 resource provider aggregate not found 2026-06-26 05:54:30.281 8 INFO neutron.services.segments.plugin [-] Segment b1c16d48-ed44-4ce0-9d08-b8564ebfd189 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1c16d48-ed44-4ce0-9d08-b8564ebfd189 found for delete ", "request_id": "req-54c34f18-d2d5-42f4-b521-ef4aed51cb95"}]} 2026-06-26 05:54:30.302 8 INFO neutron.services.segments.plugin [-] Segment b1c16d48-ed44-4ce0-9d08-b8564ebfd189 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1c16d48-ed44-4ce0-9d08-b8564ebfd189 found for delete ", "request_id": "req-81d074a8-9ddb-46c5-b6ac-751a4ea14eb6"}]} [pid: 8|app: 0|req: 951/1861] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 05:54:30 2026] DELETE /v2.0/networks/77e1ab34-8f96-4fcd-ada3-05ec368d24e4 => generated 0 bytes in 416 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1862] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:54:30 2026] GET /v2.0/security-groups?tenant_id=e4d133d0b2694e289fac98b5e64565bc&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: 912/1863] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:54:30 2026] DELETE /v2.0/security-groups/1290d151-65a5-4786-8b46-31a91c5ffd66 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1864] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:54:30 2026] GET /v2.0/ports?device_id=71ea436c-8290-4a00-8bea-704d902e39d3 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:54:31.001 8 INFO neutron_taas.services.taas.taas_plugin [None req-e06ba129-87c8-462f-acca-73b4cc667feb 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] TaaS: Handle Delete Port: 319041fc-d152-4dd5-9754-2263d753b4d9 2026-06-26 05:54:31.004 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e06ba129-87c8-462f-acca-73b4cc667feb 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Tap Mirror: Handle Delete Port: 319041fc-d152-4dd5-9754-2263d753b4d9 [pid: 8|app: 0|req: 952/1867] 10.0.0.147 () {34 vars in 789 bytes} [Fri Jun 26 05:54:30 2026] PUT /v2.0/routers/90d22197-11cd-4d0f-88b7-0c8aed2d06c9/remove_router_interface => generated 309 bytes in 1225 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1868] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:54:31 2026] GET /v2.0/ports?device_id=71ea436c-8290-4a00-8bea-704d902e39d3 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:54:32.035 7 INFO neutron_taas.services.taas.taas_plugin [None req-f935cf74-8a86-4ab1-ab0e-f1a1e9e65e81 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] TaaS: Handle Delete Port: c691dc0c-9082-4a9c-b175-e53956f285a2 2026-06-26 05:54:32.054 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f935cf74-8a86-4ab1-ab0e-f1a1e9e65e81 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Tap Mirror: Handle Delete Port: c691dc0c-9082-4a9c-b175-e53956f285a2 2026-06-26 05:54:32.312 8 INFO neutron.services.segments.plugin [-] Segment 506db60e-b307-4c1b-81b5-ebf7bc4128f6 resource provider aggregate not found 2026-06-26 05:54:32.327 8 INFO neutron.services.segments.plugin [-] Segment 506db60e-b307-4c1b-81b5-ebf7bc4128f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 506db60e-b307-4c1b-81b5-ebf7bc4128f6 found for delete ", "request_id": "req-20355c09-8ec3-479b-a38e-e54ddeaeee54"}]} 2026-06-26 05:54:32.333 8 INFO neutron.services.segments.plugin [-] Segment 506db60e-b307-4c1b-81b5-ebf7bc4128f6 resource provider aggregate not found 2026-06-26 05:54:32.355 8 INFO neutron.services.segments.plugin [-] Segment 506db60e-b307-4c1b-81b5-ebf7bc4128f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 506db60e-b307-4c1b-81b5-ebf7bc4128f6 found for delete ", "request_id": "req-add19720-6499-4b9a-993a-b44d292e20c2"}]} 2026-06-26 05:54:32.382 7 INFO neutron_taas.services.taas.taas_plugin [None req-f935cf74-8a86-4ab1-ab0e-f1a1e9e65e81 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] TaaS: Handle Delete Port: 6886d512-4d3a-4393-a22e-0b5d1572097e 2026-06-26 05:54:32.385 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f935cf74-8a86-4ab1-ab0e-f1a1e9e65e81 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Tap Mirror: Handle Delete Port: 6886d512-4d3a-4393-a22e-0b5d1572097e 2026-06-26 05:54:32.776 7 INFO neutron.services.segments.plugin [-] Segment 40f08c71-d76d-4fc0-8b73-7f6d4bd4feed resource provider aggregate not found 2026-06-26 05:54:32.784 7 INFO neutron.services.segments.plugin [-] Segment 40f08c71-d76d-4fc0-8b73-7f6d4bd4feed resource provider aggregate not found 2026-06-26 05:54:32.799 7 INFO neutron.services.segments.plugin [-] Segment 40f08c71-d76d-4fc0-8b73-7f6d4bd4feed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40f08c71-d76d-4fc0-8b73-7f6d4bd4feed found for delete ", "request_id": "req-b5828dc2-69f1-4d9c-9d72-b485ab89c2ca"}]} 2026-06-26 05:54:32.805 7 INFO neutron.services.segments.plugin [-] Segment 40f08c71-d76d-4fc0-8b73-7f6d4bd4feed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40f08c71-d76d-4fc0-8b73-7f6d4bd4feed found for delete ", "request_id": "req-ca68b55d-4993-4be7-9158-06adebcc97db"}]} 2026-06-26 05:54:32.808 7 INFO neutron.db.l3_hamode_db [None req-f935cf74-8a86-4ab1-ab0e-f1a1e9e65e81 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] HA network aa5a4e27-a881-45be-a8c1-a93bf6c55f0f was deleted as no HA routers are present in tenant 785244acbc0f41cb94ebee41dde4a5bc. [pid: 7|app: 0|req: 916/1869] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:54:31 2026] DELETE /v2.0/routers/90d22197-11cd-4d0f-88b7-0c8aed2d06c9 => generated 0 bytes in 1092 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1870] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:54:32 2026] DELETE /v2.0/subnets/3273137a-bacb-439e-9b72-2f72945789db => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:54:33.082 8 INFO neutron_taas.services.taas.taas_plugin [None req-2bd1c873-b8a8-451e-bc7f-5afa17d50fcd 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] TaaS: Handle Delete Port: 7e8eeb4b-0450-469f-98f7-3a5b6eb226d2 2026-06-26 05:54:33.085 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2bd1c873-b8a8-451e-bc7f-5afa17d50fcd 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Tap Mirror: Handle Delete Port: 7e8eeb4b-0450-469f-98f7-3a5b6eb226d2 [pid: 8|app: 0|req: 955/1871] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 05:54:32 2026] DELETE /v2.0/networks/f86f393d-1920-41a8-89f2-156a2db5113d => generated 0 bytes in 336 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:54:33.382 7 INFO neutron_taas.services.taas.taas_plugin [None req-79b654fe-a6f2-4c76-9eb0-8490e25b5e8f 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] TaaS: Handle Delete Port: f8990c83-18a2-4784-a973-638def77bc8b 2026-06-26 05:54:33.385 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-79b654fe-a6f2-4c76-9eb0-8490e25b5e8f 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Tap Mirror: Handle Delete Port: f8990c83-18a2-4784-a973-638def77bc8b [pid: 8|app: 0|req: 956/1872] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:54:33 2026] GET /v2.0/security-groups?tenant_id=785244acbc0f41cb94ebee41dde4a5bc&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1873] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:54:33 2026] DELETE /v2.0/security-groups/42cb0f3a-ee87-4a0c-b8f8-e5ea99d38a82 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1874] 10.0.0.147 () {34 vars in 789 bytes} [Fri Jun 26 05:54:32 2026] PUT /v2.0/routers/339c677e-c4ed-4892-b827-dcfc130b76c3/remove_router_interface => generated 309 bytes in 1108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1875] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:54:34 2026] GET /v2.0/security-groups?tenant_id=cdafb3a8e8454ee7888d4e6a8c4f5fbf&name=default => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1876] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:54:34 2026] DELETE /v2.0/security-groups/8b323060-06e7-47d6-82b9-543ba6503314 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 05:54:34.285 8 INFO neutron_taas.services.taas.taas_plugin [None req-5f59dd03-39ab-4b16-8caf-3b6445c9e06d 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] TaaS: Handle Delete Port: bd75eaa0-36fe-4e84-a53f-cbb0b7d87e46 2026-06-26 05:54:34.288 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5f59dd03-39ab-4b16-8caf-3b6445c9e06d 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Tap Mirror: Handle Delete Port: bd75eaa0-36fe-4e84-a53f-cbb0b7d87e46 2026-06-26 05:54:34.356 8 INFO neutron.services.segments.plugin [-] Segment 51b3532f-c2d4-43ba-9e02-6538c17d41a1 resource provider aggregate not found 2026-06-26 05:54:34.387 8 INFO neutron.services.segments.plugin [-] Segment 51b3532f-c2d4-43ba-9e02-6538c17d41a1 resource provider aggregate not found 2026-06-26 05:54:34.397 8 INFO neutron.services.segments.plugin [-] Segment 51b3532f-c2d4-43ba-9e02-6538c17d41a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 51b3532f-c2d4-43ba-9e02-6538c17d41a1 found for delete ", "request_id": "req-e18b7605-daa2-48d7-9305-d6df0404192f"}]} 2026-06-26 05:54:34.411 8 INFO neutron.services.segments.plugin [-] Segment 51b3532f-c2d4-43ba-9e02-6538c17d41a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 51b3532f-c2d4-43ba-9e02-6538c17d41a1 found for delete ", "request_id": "req-720826dd-b16c-422f-b6f2-3af9aa05ff18"}]} 2026-06-26 05:54:34.591 8 INFO neutron_taas.services.taas.taas_plugin [None req-5f59dd03-39ab-4b16-8caf-3b6445c9e06d 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] TaaS: Handle Delete Port: e410911c-0a97-471c-a277-780220550ed1 2026-06-26 05:54:34.595 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5f59dd03-39ab-4b16-8caf-3b6445c9e06d 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Tap Mirror: Handle Delete Port: e410911c-0a97-471c-a277-780220550ed1 2026-06-26 05:54:34.974 8 INFO neutron.db.l3_hamode_db [None req-5f59dd03-39ab-4b16-8caf-3b6445c9e06d 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] HA network 7408b676-c963-4a6d-a4bc-a86049feedd3 was deleted as no HA routers are present in tenant f23d04ab91cb459080bca68c6d6a5a6c. [pid: 8|app: 0|req: 958/1877] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:54:34 2026] DELETE /v2.0/routers/339c677e-c4ed-4892-b827-dcfc130b76c3 => generated 0 bytes in 905 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1878] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:54:34 2026] DELETE /v2.0/subnets/7e993047-5e14-4b2e-afc5-e580944a95a8 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:54:35.252 7 INFO neutron_taas.services.taas.taas_plugin [None req-142e4b21-7f13-4ea5-98e9-419f1132f0f9 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] TaaS: Handle Delete Port: 53ffc96f-f2e0-4ef3-86fe-5e4ce8cfdce6 2026-06-26 05:54:35.255 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-142e4b21-7f13-4ea5-98e9-419f1132f0f9 376eb91bb3db4cd281d1129467b2848b c7a1b3694cfe4ad599636f7e7dfca06c - - default default] Tap Mirror: Handle Delete Port: 53ffc96f-f2e0-4ef3-86fe-5e4ce8cfdce6 2026-06-26 05:54:35.455 7 INFO neutron.services.segments.plugin [-] Segment c1cbf8a6-1dde-4a66-8129-e45d6fc7570e resource provider aggregate not found 2026-06-26 05:54:35.461 7 INFO neutron.services.segments.plugin [-] Segment c1cbf8a6-1dde-4a66-8129-e45d6fc7570e resource provider aggregate not found 2026-06-26 05:54:35.481 7 INFO neutron.services.segments.plugin [-] Segment c1cbf8a6-1dde-4a66-8129-e45d6fc7570e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c1cbf8a6-1dde-4a66-8129-e45d6fc7570e found for delete ", "request_id": "req-e763f65d-5ab6-4b46-9d19-cea2d6d0aa69"}]} 2026-06-26 05:54:35.484 7 INFO neutron.services.segments.plugin [-] Segment c1cbf8a6-1dde-4a66-8129-e45d6fc7570e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c1cbf8a6-1dde-4a66-8129-e45d6fc7570e found for delete ", "request_id": "req-ccb1c237-6292-4fca-a2c8-cd98e6c64399"}]} 2026-06-26 05:54:35.488 8 INFO neutron.db.segments_db [None req-84757546-6c4b-4650-b06a-9f9b7a55a745 9bc2e1305aa548519d9f19272653767b 9ea3919b176646e6b184e18ced9a88ed - - default default] Added segment 1409cfca-0862-4bf1-971c-d455e540eda6 of type vxlan for network ec70f5d0-1d94-4388-8e52-c7a1db98ba98 [pid: 7|app: 0|req: 921/1879] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 05:54:35 2026] DELETE /v2.0/networks/d7caf928-a651-4642-9b37-8d1ce046f350 => generated 0 bytes in 341 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1880] 10.0.0.147 () {34 vars in 670 bytes} [Fri Jun 26 05:54:35 2026] POST /v2.0/networks => generated 632 bytes in 499 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1881] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:54:35 2026] GET /v2.0/security-groups?tenant_id=f23d04ab91cb459080bca68c6d6a5a6c&name=default => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-26 05:54:35.644 7 INFO neutron.db.segments_db [None req-7cc74652-3df9-43f6-bd62-b0d351accdb2 9bc2e1305aa548519d9f19272653767b 9ea3919b176646e6b184e18ced9a88ed - - default default] Added segment cc9f1b7e-8d8a-4a3d-a97d-34328a5ce327 of type vxlan for network 36437d19-7b92-4845-a28d-ceabe6682bfb [pid: 7|app: 0|req: 922/1882] 10.0.0.147 () {34 vars in 670 bytes} [Fri Jun 26 05:54:35 2026] POST /v2.0/networks => generated 632 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1883] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:54:35 2026] DELETE /v2.0/security-groups/1d4fdef3-3ad4-4568-9b28-5bc79044b57d => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 05:54:35.857 7 INFO neutron.db.segments_db [None req-0ec5c442-9749-4c40-abb3-146d4e06eed5 9bc2e1305aa548519d9f19272653767b 9ea3919b176646e6b184e18ced9a88ed - - default default] Added segment b2bcaa05-1047-4a27-825e-39abe3e4acc7 of type vxlan for network e40bd454-b8f0-439b-8535-10fc6499bce7 [pid: 7|app: 0|req: 923/1884] 10.0.0.147 () {34 vars in 670 bytes} [Fri Jun 26 05:54:35 2026] POST /v2.0/networks => generated 632 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-26 05:54:36.010 8 INFO neutron.db.segments_db [None req-4cdf165c-2b74-47c5-8fc1-8e7d195b6ddb 9bc2e1305aa548519d9f19272653767b 9ea3919b176646e6b184e18ced9a88ed - - default default] Added segment 26fecc51-484e-4180-ab77-518d1f1a3358 of type vxlan for network dede8c1b-a015-47ca-be78-0595f911bc5b [pid: 8|app: 0|req: 962/1885] 10.0.0.147 () {34 vars in 670 bytes} [Fri Jun 26 05:54:35 2026] POST /v2.0/networks => generated 632 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-26 05:54:36.156 7 INFO neutron.db.segments_db [None req-8c290586-2ec0-45a6-a8af-5851818f090c 9bc2e1305aa548519d9f19272653767b 9ea3919b176646e6b184e18ced9a88ed - - default default] Added segment 69c708b3-f22d-455b-b78e-fcc677bf7e69 of type vxlan for network 1a6fcc4c-6210-4165-9b6a-49a06e8f356c [pid: 7|app: 0|req: 924/1886] 10.0.0.147 () {34 vars in 670 bytes} [Fri Jun 26 05:54:36 2026] POST /v2.0/networks => generated 631 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1887] 10.0.0.147 () {34 vars in 753 bytes} [Fri Jun 26 05:54:36 2026] PUT /v2.0/networks/ec70f5d0-1d94-4388-8e52-c7a1db98ba98/tags => generated 17 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:54:36.418 8 INFO neutron.services.segments.plugin [-] Segment d0ee8071-23ca-40ca-b1e0-bc5233c66f3a resource provider aggregate not found 2026-06-26 05:54:36.432 8 INFO neutron.services.segments.plugin [-] Segment d0ee8071-23ca-40ca-b1e0-bc5233c66f3a resource provider aggregate not found [pid: 7|app: 0|req: 925/1888] 10.0.0.147 () {34 vars in 753 bytes} [Fri Jun 26 05:54:36 2026] PUT /v2.0/networks/36437d19-7b92-4845-a28d-ceabe6682bfb/tags => generated 25 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:54:36.444 8 INFO neutron.services.segments.plugin [-] Segment d0ee8071-23ca-40ca-b1e0-bc5233c66f3a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d0ee8071-23ca-40ca-b1e0-bc5233c66f3a found for delete ", "request_id": "req-c74a9db3-7f2b-4b2a-8ec0-dae88a00c5b5"}]} 2026-06-26 05:54:36.458 8 INFO neutron.services.segments.plugin [-] Segment d0ee8071-23ca-40ca-b1e0-bc5233c66f3a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d0ee8071-23ca-40ca-b1e0-bc5233c66f3a found for delete ", "request_id": "req-b9dab48c-e416-46ed-a3a2-bb9e2c794283"}]} [pid: 8|app: 0|req: 964/1889] 10.0.0.147 () {34 vars in 753 bytes} [Fri Jun 26 05:54:36 2026] PUT /v2.0/networks/e40bd454-b8f0-439b-8535-10fc6499bce7/tags => generated 34 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1890] 10.0.0.147 () {34 vars in 753 bytes} [Fri Jun 26 05:54:36 2026] PUT /v2.0/networks/dede8c1b-a015-47ca-be78-0595f911bc5b/tags => generated 19 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1891] 10.0.0.147 () {32 vars in 666 bytes} [Fri Jun 26 05:54:36 2026] GET /v2.0/networks?tags=red => generated 1857 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1892] 10.0.0.147 () {32 vars in 680 bytes} [Fri Jun 26 05:54:36 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1250 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1893] 10.0.0.147 () {32 vars in 676 bytes} [Fri Jun 26 05:54: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: 928/1894] 10.0.0.147 () {32 vars in 688 bytes} [Fri Jun 26 05:54:36 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1857 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1895] 10.0.0.147 () {32 vars in 674 bytes} [Fri Jun 26 05:54:36 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1896] 10.0.0.147 () {32 vars in 688 bytes} [Fri Jun 26 05:54:36 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2468 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1897] 10.0.0.147 () {32 vars in 684 bytes} [Fri Jun 26 05:54:36 2026] GET /v2.0/networks?not-tags-any=blue => generated 2468 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1898] 10.0.0.147 () {32 vars in 696 bytes} [Fri Jun 26 05:54:37 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1899] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 05:54:37 2026] DELETE /v2.0/networks/ec70f5d0-1d94-4388-8e52-c7a1db98ba98 => 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: 931/1900] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 05:54:37 2026] DELETE /v2.0/networks/36437d19-7b92-4845-a28d-ceabe6682bfb => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:54:37.505 7 INFO neutron.services.segments.plugin [-] Segment cc9f1b7e-8d8a-4a3d-a97d-34328a5ce327 resource provider aggregate not found 2026-06-26 05:54:37.512 7 INFO neutron.services.segments.plugin [-] Segment cc9f1b7e-8d8a-4a3d-a97d-34328a5ce327 resource provider aggregate not found 2026-06-26 05:54:37.533 7 INFO neutron.services.segments.plugin [-] Segment cc9f1b7e-8d8a-4a3d-a97d-34328a5ce327 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc9f1b7e-8d8a-4a3d-a97d-34328a5ce327 found for delete ", "request_id": "req-97df9d41-31d1-4e89-8416-710bd6e5336f"}]} 2026-06-26 05:54:37.541 7 INFO neutron.services.segments.plugin [-] Segment cc9f1b7e-8d8a-4a3d-a97d-34328a5ce327 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc9f1b7e-8d8a-4a3d-a97d-34328a5ce327 found for delete ", "request_id": "req-336f42dd-306a-444c-94fd-0e6c559e66ab"}]} [pid: 8|app: 0|req: 970/1901] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 05:54:37 2026] DELETE /v2.0/networks/e40bd454-b8f0-439b-8535-10fc6499bce7 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1902] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 05:54:37 2026] DELETE /v2.0/networks/dede8c1b-a015-47ca-be78-0595f911bc5b => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1903] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 05:54:37 2026] DELETE /v2.0/networks/1a6fcc4c-6210-4165-9b6a-49a06e8f356c => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:54:38.464 8 INFO neutron.services.segments.plugin [-] Segment 1409cfca-0862-4bf1-971c-d455e540eda6 resource provider aggregate not found 2026-06-26 05:54:38.480 8 INFO neutron.services.segments.plugin [-] Segment 1409cfca-0862-4bf1-971c-d455e540eda6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1409cfca-0862-4bf1-971c-d455e540eda6 found for delete ", "request_id": "req-bb4870bc-8e76-4480-99dd-8443c09c66f7"}]} 2026-06-26 05:54:38.486 8 INFO neutron.services.segments.plugin [-] Segment 1409cfca-0862-4bf1-971c-d455e540eda6 resource provider aggregate not found 2026-06-26 05:54:38.503 8 INFO neutron.services.segments.plugin [-] Segment b2bcaa05-1047-4a27-825e-39abe3e4acc7 resource provider aggregate not found 2026-06-26 05:54:38.508 8 INFO neutron.services.segments.plugin [-] Segment 1409cfca-0862-4bf1-971c-d455e540eda6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1409cfca-0862-4bf1-971c-d455e540eda6 found for delete ", "request_id": "req-3d31f766-b3bb-4ce0-bbee-c450b58cf079"}]} 2026-06-26 05:54:38.530 8 INFO neutron.services.segments.plugin [-] Segment b2bcaa05-1047-4a27-825e-39abe3e4acc7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2bcaa05-1047-4a27-825e-39abe3e4acc7 found for delete ", "request_id": "req-af1471d1-3bbf-4077-904d-64c8c33a31a1"}]} 2026-06-26 05:54:38.535 8 INFO neutron.services.segments.plugin [-] Segment b2bcaa05-1047-4a27-825e-39abe3e4acc7 resource provider aggregate not found 2026-06-26 05:54:38.557 8 INFO neutron.services.segments.plugin [-] Segment 69c708b3-f22d-455b-b78e-fcc677bf7e69 resource provider aggregate not found 2026-06-26 05:54:38.562 8 INFO neutron.services.segments.plugin [-] Segment b2bcaa05-1047-4a27-825e-39abe3e4acc7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2bcaa05-1047-4a27-825e-39abe3e4acc7 found for delete ", "request_id": "req-50040a66-d899-4cbe-9ad4-bd6b76664fbb"}]} 2026-06-26 05:54:38.584 8 INFO neutron.services.segments.plugin [-] Segment 69c708b3-f22d-455b-b78e-fcc677bf7e69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 69c708b3-f22d-455b-b78e-fcc677bf7e69 found for delete ", "request_id": "req-47834379-30be-425e-9750-2cc7dbc2d574"}]} 2026-06-26 05:54:38.585 8 INFO neutron.services.segments.plugin [-] Segment 69c708b3-f22d-455b-b78e-fcc677bf7e69 resource provider aggregate not found 2026-06-26 05:54:38.610 8 INFO neutron.services.segments.plugin [-] Segment 69c708b3-f22d-455b-b78e-fcc677bf7e69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 69c708b3-f22d-455b-b78e-fcc677bf7e69 found for delete ", "request_id": "req-04514628-db4c-4ac2-8a8c-4cec04da363e"}]} 2026-06-26 05:54:38.726 7 INFO neutron.db.segments_db [None req-fdaaaea6-43f1-4ad7-9c1b-45d39c2f2096 a6d2819267e74c86a042c3da8ccc6eca b710530f37e645e7ae42dd3c62386de9 - - default default] Added segment 7e2c8c70-fc9c-4cae-b217-799fbbeaa874 of type vxlan for network 0164d2b1-45bc-4646-9159-be1582b84635 [pid: 8|app: 0|req: 972/1904] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:54:38 2026] GET /v2.0/security-groups?tenant_id=9ea3919b176646e6b184e18ced9a88ed&name=default => generated 2925 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1905] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:54:38 2026] DELETE /v2.0/security-groups/cff04ae9-6447-45a7-bb3b-77b2c056de9d => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 05:54:39.003 7 INFO neutron.db.l3_hamode_db [None req-fdaaaea6-43f1-4ad7-9c1b-45d39c2f2096 a6d2819267e74c86a042c3da8ccc6eca b710530f37e645e7ae42dd3c62386de9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-26 05:54:39.117 7 INFO neutron.db.l3_hamode_db [None req-fdaaaea6-43f1-4ad7-9c1b-45d39c2f2096 a6d2819267e74c86a042c3da8ccc6eca b710530f37e645e7ae42dd3c62386de9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 974/1906] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:54:39 2026] GET /v2.0/security-groups?tenant_id=b860c4d3f5604fb5810e46f9403ae83e&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/1907] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:54:39 2026] DELETE /v2.0/security-groups/47d8ce58-675d-418b-b56a-b73fd38e9d11 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 05:54:39.555 7 INFO neutron.services.segments.plugin [-] Segment 26fecc51-484e-4180-ab77-518d1f1a3358 resource provider aggregate not found 2026-06-26 05:54:39.571 7 INFO neutron.services.segments.plugin [-] Segment 26fecc51-484e-4180-ab77-518d1f1a3358 resource provider aggregate not found 2026-06-26 05:54:39.578 7 INFO neutron.services.segments.plugin [-] Segment 26fecc51-484e-4180-ab77-518d1f1a3358 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26fecc51-484e-4180-ab77-518d1f1a3358 found for delete ", "request_id": "req-4efe502f-2081-42ed-bca3-3bfdae5122c7"}]} 2026-06-26 05:54:39.590 7 INFO neutron.services.segments.plugin [-] Segment 26fecc51-484e-4180-ab77-518d1f1a3358 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26fecc51-484e-4180-ab77-518d1f1a3358 found for delete ", "request_id": "req-54c4d9e4-0430-47a0-9529-9472f30cec0e"}]} [pid: 8|app: 0|req: 976/1908] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:54:39 2026] GET /v2.0/security-groups?tenant_id=a63ef712aba84d69b9007233f5d0d1d2&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: 977/1909] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:54:39 2026] DELETE /v2.0/security-groups/7a565d51-8ece-4515-a237-3b9cb200bb0a => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1910] 10.0.0.147 () {34 vars in 668 bytes} [Fri Jun 26 05:54:38 2026] POST /v2.0/routers => generated 474 bytes in 1376 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-26 05:54:39.839 8 INFO neutron.db.l3_hamode_db [None req-ef34fc67-dea1-405f-b506-bfd8035ac842 a6d2819267e74c86a042c3da8ccc6eca b710530f37e645e7ae42dd3c62386de9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-26 05:54:39.973 8 INFO neutron.db.l3_hamode_db [None req-ef34fc67-dea1-405f-b506-bfd8035ac842 a6d2819267e74c86a042c3da8ccc6eca b710530f37e645e7ae42dd3c62386de9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 978/1911] 10.0.0.147 () {34 vars in 668 bytes} [Fri Jun 26 05:54:39 2026] POST /v2.0/routers => generated 474 bytes in 942 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-26 05:54:40.758 7 INFO neutron.db.l3_hamode_db [None req-bbcead8c-d99a-40c9-a8b1-2a7d14fa77da a6d2819267e74c86a042c3da8ccc6eca b710530f37e645e7ae42dd3c62386de9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-26 05:54:40.874 7 INFO neutron.db.l3_hamode_db [None req-bbcead8c-d99a-40c9-a8b1-2a7d14fa77da a6d2819267e74c86a042c3da8ccc6eca b710530f37e645e7ae42dd3c62386de9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 934/1912] 10.0.0.147 () {34 vars in 668 bytes} [Fri Jun 26 05:54:40 2026] POST /v2.0/routers => generated 474 bytes in 853 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-26 05:54:41.642 7 INFO neutron.db.l3_hamode_db [None req-b54444df-d8c6-4710-99cd-ef436f724019 a6d2819267e74c86a042c3da8ccc6eca b710530f37e645e7ae42dd3c62386de9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 979/1913] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:54:41 2026] GET /v2.0/security-groups?tenant_id=c6f307aa7b4240559a6f0604d7c64f70&name=default => generated 2925 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-26 05:54:41.821 7 INFO neutron.db.l3_hamode_db [None req-b54444df-d8c6-4710-99cd-ef436f724019 a6d2819267e74c86a042c3da8ccc6eca b710530f37e645e7ae42dd3c62386de9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 980/1914] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:54:41 2026] DELETE /v2.0/security-groups/3edda173-0908-4b5e-a2e5-1f8d84bd6376 => 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: 981/1915] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:54:42 2026] GET /v2.0/security-groups?tenant_id=58c2c8c7fa0341c2a06c5693373b106a&name=default => generated 2925 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/1916] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:54:42 2026] DELETE /v2.0/security-groups/52f71fd4-0d48-407c-b6d1-f1cb911f574c => 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: 935/1917] 10.0.0.147 () {34 vars in 668 bytes} [Fri Jun 26 05:54:41 2026] POST /v2.0/routers => generated 474 bytes in 950 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-26 05:54:42.600 8 INFO neutron.db.l3_hamode_db [None req-55a8839e-e57b-4750-808f-0124c6e0eb0f a6d2819267e74c86a042c3da8ccc6eca b710530f37e645e7ae42dd3c62386de9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-26 05:54:42.719 8 INFO neutron.db.l3_hamode_db [None req-55a8839e-e57b-4750-808f-0124c6e0eb0f a6d2819267e74c86a042c3da8ccc6eca b710530f37e645e7ae42dd3c62386de9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 983/1918] 10.0.0.147 () {34 vars in 668 bytes} [Fri Jun 26 05:54:42 2026] POST /v2.0/routers => generated 474 bytes in 885 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1919] 10.0.0.147 () {34 vars in 751 bytes} [Fri Jun 26 05:54:43 2026] PUT /v2.0/routers/5221ec54-0530-492b-b3da-2e3b3c018c8d/tags => generated 17 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/1920] 10.0.0.147 () {34 vars in 751 bytes} [Fri Jun 26 05:54:43 2026] PUT /v2.0/routers/bfa023d7-f5df-4e05-8372-a1a53d02766c/tags => generated 25 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1921] 10.0.0.147 () {34 vars in 751 bytes} [Fri Jun 26 05:54:43 2026] PUT /v2.0/routers/c549ec21-254e-4fe1-9aba-2f41dfa4e8a2/tags => generated 34 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/1922] 10.0.0.147 () {34 vars in 751 bytes} [Fri Jun 26 05:54:43 2026] PUT /v2.0/routers/edc174f3-a99c-4dfb-985f-09713f8334a1/tags => generated 19 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1923] 10.0.0.147 () {32 vars in 664 bytes} [Fri Jun 26 05:54:43 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/1924] 10.0.0.147 () {32 vars in 678 bytes} [Fri Jun 26 05:54:44 2026] GET /v2.0/routers?tags=red%2Cblue => 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: 939/1925] 10.0.0.147 () {32 vars in 674 bytes} [Fri Jun 26 05:54:44 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/1926] 10.0.0.147 () {32 vars in 686 bytes} [Fri Jun 26 05:54:44 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1927] 10.0.0.147 () {32 vars in 672 bytes} [Fri Jun 26 05:54:44 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1928] 10.0.0.147 () {32 vars in 686 bytes} [Fri Jun 26 05:54:44 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1929] 10.0.0.147 () {32 vars in 682 bytes} [Fri Jun 26 05:54:44 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-26 05:54:44.707 8 INFO neutron.db.segments_db [None req-9751f849-95d4-49d5-9dac-4d917f56a0c3 bba9e416dc724ce6ac9781d8eb2069b3 6c3961acae8a42958f2a3cb39cd31c65 - - default default] Added segment ef808668-79c2-46e1-babe-d66a911bb7c4 of type vxlan for network 70c0d8b4-f76f-4c57-a5fd-5e0a12de1225 [pid: 7|app: 0|req: 943/1930] 10.0.0.147 () {32 vars in 694 bytes} [Fri Jun 26 05:54:44 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1931] 10.0.0.147 () {32 vars in 721 bytes} [Fri Jun 26 05:54:44 2026] GET /v2.0/routers/5221ec54-0530-492b-b3da-2e3b3c018c8d => generated 485 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/1932] 10.0.0.147 () {34 vars in 670 bytes} [Fri Jun 26 05:54:44 2026] POST /v2.0/networks => generated 632 bytes in 409 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/1933] 10.0.0.147 () {34 vars in 669 bytes} [Fri Jun 26 05:54:44 2026] POST /v2.0/subnets => generated 626 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-26 05:54:45.154 8 INFO neutron.db.segments_db [None req-1e0249a2-3f29-49e7-8767-fc953fc8326c bba9e416dc724ce6ac9781d8eb2069b3 6c3961acae8a42958f2a3cb39cd31c65 - - default default] Added segment 32a2d9c9-d423-4e8a-9555-5a9ffe2736f9 of type vxlan for network 98de694a-65de-4ae5-ab05-9fd7ec942db9 [pid: 8|app: 0|req: 990/1934] 10.0.0.147 () {34 vars in 670 bytes} [Fri Jun 26 05:54:45 2026] POST /v2.0/networks => generated 631 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1935] 10.0.0.147 () {34 vars in 742 bytes} [Fri Jun 26 05:54:44 2026] PUT /v2.0/routers/5221ec54-0530-492b-b3da-2e3b3c018c8d => generated 485 bytes in 605 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1936] 10.0.0.147 () {32 vars in 736 bytes} [Fri Jun 26 05:54:45 2026] GET /v2.0/ports?device_id=5221ec54-0530-492b-b3da-2e3b3c018c8d => 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: 991/1937] 10.0.0.147 () {34 vars in 669 bytes} [Fri Jun 26 05:54:45 2026] POST /v2.0/subnets => generated 629 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-26 05:54:45.586 7 INFO neutron_taas.services.taas.taas_plugin [None req-4f48a9f8-e5fd-41e9-891c-99b549765639 a6d2819267e74c86a042c3da8ccc6eca b710530f37e645e7ae42dd3c62386de9 - - default default] TaaS: Handle Delete Port: 6562d347-2b73-4164-b9d8-2318c6998584 2026-06-26 05:54:45.589 8 INFO neutron.db.segments_db [None req-00c3ee30-ba1d-4627-aa47-c01c05c110fc bba9e416dc724ce6ac9781d8eb2069b3 6c3961acae8a42958f2a3cb39cd31c65 - - default default] Added segment f73fecc7-81ce-4c31-a1a4-a1f3238478ab of type vxlan for network 6222825b-6b81-4b86-b9b8-4e164195cf4f 2026-06-26 05:54:45.589 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4f48a9f8-e5fd-41e9-891c-99b549765639 a6d2819267e74c86a042c3da8ccc6eca b710530f37e645e7ae42dd3c62386de9 - - default default] Tap Mirror: Handle Delete Port: 6562d347-2b73-4164-b9d8-2318c6998584 [pid: 8|app: 0|req: 992/1938] 10.0.0.147 () {34 vars in 670 bytes} [Fri Jun 26 05:54:45 2026] POST /v2.0/networks => generated 631 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1939] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:54:45 2026] DELETE /v2.0/routers/5221ec54-0530-492b-b3da-2e3b3c018c8d => generated 0 bytes in 321 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1940] 10.0.0.147 () {32 vars in 721 bytes} [Fri Jun 26 05:54:45 2026] GET /v2.0/routers/bfa023d7-f5df-4e05-8372-a1a53d02766c => generated 493 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/1941] 10.0.0.147 () {34 vars in 669 bytes} [Fri Jun 26 05:54:45 2026] POST /v2.0/subnets => generated 629 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-26 05:54:45.978 8 INFO neutron.db.segments_db [None req-116b19aa-44f6-46ab-bcc6-364d06d1a61f bba9e416dc724ce6ac9781d8eb2069b3 6c3961acae8a42958f2a3cb39cd31c65 - - default default] Added segment 513c2f4f-e9ef-488a-a7ff-268b98e29d4c of type vxlan for network 6e85c3d3-ef87-4ab0-be9c-a9db7cf5bb83 [pid: 8|app: 0|req: 994/1942] 10.0.0.147 () {34 vars in 670 bytes} [Fri Jun 26 05:54:45 2026] POST /v2.0/networks => generated 631 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1943] 10.0.0.147 () {34 vars in 742 bytes} [Fri Jun 26 05:54:45 2026] PUT /v2.0/routers/bfa023d7-f5df-4e05-8372-a1a53d02766c => generated 493 bytes in 547 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/1944] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:54:46 2026] GET /v2.0/security-groups?tenant_id=e325d98c0e4b421381fc86185565207d&name=default => generated 2925 bytes in 347 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/1945] 10.0.0.147 () {32 vars in 736 bytes} [Fri Jun 26 05:54:46 2026] GET /v2.0/ports?device_id=bfa023d7-f5df-4e05-8372-a1a53d02766c => 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: 997/1946] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:54:46 2026] DELETE /v2.0/security-groups/bc9e19af-95e0-4758-9eb4-978f784f524b => 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: 950/1947] 10.0.0.147 () {34 vars in 669 bytes} [Fri Jun 26 05:54:46 2026] POST /v2.0/subnets => generated 629 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-26 05:54:46.676 7 INFO neutron.db.segments_db [None req-4361621e-e007-46e9-bf9d-64dd85892c0d bba9e416dc724ce6ac9781d8eb2069b3 6c3961acae8a42958f2a3cb39cd31c65 - - default default] Added segment 940b4d6f-b3f3-47d9-ab26-a000d0fe0e28 of type vxlan for network 8c9aa046-0412-485b-a991-e2ee2f4b143e 2026-06-26 05:54:46.789 8 INFO neutron_taas.services.taas.taas_plugin [None req-27e0ccd2-2554-4240-8d2c-91aa995d85ef a6d2819267e74c86a042c3da8ccc6eca b710530f37e645e7ae42dd3c62386de9 - - default default] TaaS: Handle Delete Port: b33afb73-e0ee-490d-93aa-d2e14cc34e59 2026-06-26 05:54:46.809 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-27e0ccd2-2554-4240-8d2c-91aa995d85ef a6d2819267e74c86a042c3da8ccc6eca b710530f37e645e7ae42dd3c62386de9 - - default default] Tap Mirror: Handle Delete Port: b33afb73-e0ee-490d-93aa-d2e14cc34e59 [pid: 7|app: 0|req: 951/1948] 10.0.0.147 () {34 vars in 670 bytes} [Fri Jun 26 05:54:46 2026] POST /v2.0/networks => generated 631 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1951] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:54:46 2026] GET /v2.0/security-groups?tenant_id=c3c0bb6bfed94ac6b45eb9e451250952&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: 998/1952] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:54:46 2026] DELETE /v2.0/routers/bfa023d7-f5df-4e05-8372-a1a53d02766c => generated 0 bytes in 437 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/1953] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:54:47 2026] DELETE /v2.0/security-groups/04be2296-f85b-4583-a7da-830e93dd08b7 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1954] 10.0.0.147 () {34 vars in 669 bytes} [Fri Jun 26 05:54:46 2026] POST /v2.0/subnets => generated 629 bytes in 332 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/1955] 10.0.0.147 () {32 vars in 721 bytes} [Fri Jun 26 05:54:47 2026] GET /v2.0/routers/c549ec21-254e-4fe1-9aba-2f41dfa4e8a2 => generated 502 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1956] 10.0.0.147 () {34 vars in 751 bytes} [Fri Jun 26 05:54:47 2026] PUT /v2.0/subnets/c0250a20-456b-4cb9-8e63-2077aafce844/tags => generated 17 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1957] 10.0.0.147 () {34 vars in 751 bytes} [Fri Jun 26 05:54:47 2026] PUT /v2.0/subnets/c34df9ab-090a-4926-a81c-af134209f17a/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1958] 10.0.0.147 () {34 vars in 751 bytes} [Fri Jun 26 05:54:47 2026] PUT /v2.0/subnets/137982e7-121e-47dc-a40c-34cabe848560/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: 959/1959] 10.0.0.147 () {34 vars in 751 bytes} [Fri Jun 26 05:54:47 2026] PUT /v2.0/subnets/498d1125-f75f-4c1b-99ec-2dcbf60aa572/tags => generated 19 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1960] 10.0.0.147 () {32 vars in 664 bytes} [Fri Jun 26 05:54:47 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1961] 10.0.0.147 () {32 vars in 678 bytes} [Fri Jun 26 05:54:47 2026] GET /v2.0/subnets?tags=red%2Cblue => 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: 962/1962] 10.0.0.147 () {32 vars in 674 bytes} [Fri Jun 26 05:54:47 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1963] 10.0.0.147 () {32 vars in 686 bytes} [Fri Jun 26 05:54:47 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1964] 10.0.0.147 () {32 vars in 672 bytes} [Fri Jun 26 05:54:47 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/1965] 10.0.0.147 () {34 vars in 742 bytes} [Fri Jun 26 05:54:47 2026] PUT /v2.0/routers/c549ec21-254e-4fe1-9aba-2f41dfa4e8a2 => generated 502 bytes in 675 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1966] 10.0.0.147 () {32 vars in 686 bytes} [Fri Jun 26 05:54:47 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/1967] 10.0.0.147 () {32 vars in 736 bytes} [Fri Jun 26 05:54:47 2026] GET /v2.0/ports?device_id=c549ec21-254e-4fe1-9aba-2f41dfa4e8a2 => 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: 966/1968] 10.0.0.147 () {32 vars in 682 bytes} [Fri Jun 26 05:54:47 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1969] 10.0.0.147 () {32 vars in 694 bytes} [Fri Jun 26 05:54:48 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1970] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:54:48 2026] DELETE /v2.0/subnets/c0250a20-456b-4cb9-8e63-2077aafce844 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:54:48.227 8 INFO neutron_taas.services.taas.taas_plugin [None req-8ea3575f-ac74-4f81-80a6-b1540b3ebdfd a6d2819267e74c86a042c3da8ccc6eca b710530f37e645e7ae42dd3c62386de9 - - default default] TaaS: Handle Delete Port: 0e972061-30a2-4396-b7e5-628f727fd74c 2026-06-26 05:54:48.230 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8ea3575f-ac74-4f81-80a6-b1540b3ebdfd a6d2819267e74c86a042c3da8ccc6eca b710530f37e645e7ae42dd3c62386de9 - - default default] Tap Mirror: Handle Delete Port: 0e972061-30a2-4396-b7e5-628f727fd74c [pid: 7|app: 0|req: 969/1971] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:54:48 2026] DELETE /v2.0/subnets/c34df9ab-090a-4926-a81c-af134209f17a => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/1972] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:54:48 2026] DELETE /v2.0/routers/c549ec21-254e-4fe1-9aba-2f41dfa4e8a2 => generated 0 bytes in 483 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1973] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:54:48 2026] DELETE /v2.0/subnets/137982e7-121e-47dc-a40c-34cabe848560 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1974] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:54:48 2026] DELETE /v2.0/subnets/498d1125-f75f-4c1b-99ec-2dcbf60aa572 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1975] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:54:48 2026] DELETE /v2.0/subnets/b7fe96cd-efd0-41cd-aef4-676771ef6b5c => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:54:48.954 7 INFO neutron_taas.services.taas.taas_plugin [None req-64eaf379-f671-410d-9ffa-35bc094c0524 bba9e416dc724ce6ac9781d8eb2069b3 6c3961acae8a42958f2a3cb39cd31c65 - - default default] TaaS: Handle Delete Port: 4ef9e6fc-2589-4be4-91de-0b656b619928 2026-06-26 05:54:48.957 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-64eaf379-f671-410d-9ffa-35bc094c0524 bba9e416dc724ce6ac9781d8eb2069b3 6c3961acae8a42958f2a3cb39cd31c65 - - default default] Tap Mirror: Handle Delete Port: 4ef9e6fc-2589-4be4-91de-0b656b619928 [pid: 8|app: 0|req: 1004/1976] 10.0.0.147 () {32 vars in 721 bytes} [Fri Jun 26 05:54:48 2026] GET /v2.0/routers/edc174f3-a99c-4dfb-985f-09713f8334a1 => generated 487 bytes in 561 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:54:49.136 7 INFO neutron.services.segments.plugin [-] Segment ef808668-79c2-46e1-babe-d66a911bb7c4 resource provider aggregate not found 2026-06-26 05:54:49.150 7 INFO neutron.services.segments.plugin [-] Segment ef808668-79c2-46e1-babe-d66a911bb7c4 resource provider aggregate not found 2026-06-26 05:54:49.153 7 INFO neutron.services.segments.plugin [-] Segment ef808668-79c2-46e1-babe-d66a911bb7c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef808668-79c2-46e1-babe-d66a911bb7c4 found for delete ", "request_id": "req-3b2c4e2c-a234-4ec6-af8a-35e86d83f969"}]} [pid: 7|app: 0|req: 973/1977] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 05:54:48 2026] DELETE /v2.0/networks/70c0d8b4-f76f-4c57-a5fd-5e0a12de1225 => generated 0 bytes in 301 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:54:49.179 7 INFO neutron.services.segments.plugin [-] Segment ef808668-79c2-46e1-babe-d66a911bb7c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef808668-79c2-46e1-babe-d66a911bb7c4 found for delete ", "request_id": "req-abf34bee-18f6-4486-988c-b19e86172c82"}]} [pid: 7|app: 0|req: 974/1978] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 05:54:49 2026] DELETE /v2.0/networks/98de694a-65de-4ae5-ab05-9fd7ec942db9 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1979] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 05:54:49 2026] DELETE /v2.0/networks/6222825b-6b81-4b86-b9b8-4e164195cf4f => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1980] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 05:54:49 2026] DELETE /v2.0/networks/6e85c3d3-ef87-4ab0-be9c-a9db7cf5bb83 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/1981] 10.0.0.147 () {34 vars in 742 bytes} [Fri Jun 26 05:54:49 2026] PUT /v2.0/routers/edc174f3-a99c-4dfb-985f-09713f8334a1 => generated 487 bytes in 569 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/1982] 10.0.0.147 () {32 vars in 736 bytes} [Fri Jun 26 05:54:49 2026] GET /v2.0/ports?device_id=edc174f3-a99c-4dfb-985f-09713f8334a1 => 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: 977/1983] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 05:54:49 2026] DELETE /v2.0/networks/8c9aa046-0412-485b-a991-e2ee2f4b143e => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:54:49.874 8 INFO neutron_taas.services.taas.taas_plugin [None req-1e88d618-36a1-4b52-bda4-bfb4ad8dd62f a6d2819267e74c86a042c3da8ccc6eca b710530f37e645e7ae42dd3c62386de9 - - default default] TaaS: Handle Delete Port: 2b2f21c8-976e-4a88-8e5e-9999672929e2 2026-06-26 05:54:49.877 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1e88d618-36a1-4b52-bda4-bfb4ad8dd62f a6d2819267e74c86a042c3da8ccc6eca b710530f37e645e7ae42dd3c62386de9 - - default default] Tap Mirror: Handle Delete Port: 2b2f21c8-976e-4a88-8e5e-9999672929e2 [pid: 8|app: 0|req: 1007/1984] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:54:49 2026] DELETE /v2.0/routers/edc174f3-a99c-4dfb-985f-09713f8334a1 => generated 0 bytes in 431 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/1985] 10.0.0.147 () {32 vars in 721 bytes} [Fri Jun 26 05:54:50 2026] GET /v2.0/routers/272a8b0f-0a92-4e49-b82c-1ec675978de5 => generated 480 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/1986] 10.0.0.147 () {34 vars in 742 bytes} [Fri Jun 26 05:54:50 2026] PUT /v2.0/routers/272a8b0f-0a92-4e49-b82c-1ec675978de5 => generated 480 bytes in 605 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/1987] 10.0.0.147 () {32 vars in 736 bytes} [Fri Jun 26 05:54:50 2026] GET /v2.0/ports?device_id=272a8b0f-0a92-4e49-b82c-1ec675978de5 => 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: 979/1988] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:54:50 2026] GET /v2.0/security-groups?tenant_id=1395cc75d5114997a44b5a1ae5b8b46d&name=default => generated 2925 bytes in 260 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-26 05:54:50.989 8 INFO neutron_taas.services.taas.taas_plugin [None req-47c41f06-6018-4745-b7ac-f8d69f493a88 a6d2819267e74c86a042c3da8ccc6eca b710530f37e645e7ae42dd3c62386de9 - - default default] TaaS: Handle Delete Port: 5b4ccecc-d326-422c-9729-ef1f0b71e2c2 2026-06-26 05:54:50.991 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-47c41f06-6018-4745-b7ac-f8d69f493a88 a6d2819267e74c86a042c3da8ccc6eca b710530f37e645e7ae42dd3c62386de9 - - default default] Tap Mirror: Handle Delete Port: 5b4ccecc-d326-422c-9729-ef1f0b71e2c2 [pid: 7|app: 0|req: 980/1989] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:54:50 2026] DELETE /v2.0/security-groups/ad7c2447-a9be-41e3-8ee1-fd21d40f5632 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 05:54:51.174 7 INFO neutron.services.segments.plugin [-] Segment 32a2d9c9-d423-4e8a-9555-5a9ffe2736f9 resource provider aggregate not found 2026-06-26 05:54:51.193 7 INFO neutron.services.segments.plugin [-] Segment 32a2d9c9-d423-4e8a-9555-5a9ffe2736f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 32a2d9c9-d423-4e8a-9555-5a9ffe2736f9 found for delete ", "request_id": "req-6eb3c6c0-4a45-4517-b99d-35c461c984ef"}]} 2026-06-26 05:54:51.200 7 INFO neutron.services.segments.plugin [-] Segment 32a2d9c9-d423-4e8a-9555-5a9ffe2736f9 resource provider aggregate not found 2026-06-26 05:54:51.215 7 INFO neutron.services.segments.plugin [-] Segment f73fecc7-81ce-4c31-a1a4-a1f3238478ab resource provider aggregate not found 2026-06-26 05:54:51.224 7 INFO neutron.services.segments.plugin [-] Segment 32a2d9c9-d423-4e8a-9555-5a9ffe2736f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 32a2d9c9-d423-4e8a-9555-5a9ffe2736f9 found for delete ", "request_id": "req-20898e23-0fff-41ae-8825-3f0b65704f67"}]} 2026-06-26 05:54:51.234 7 INFO neutron.services.segments.plugin [-] Segment f73fecc7-81ce-4c31-a1a4-a1f3238478ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f73fecc7-81ce-4c31-a1a4-a1f3238478ab found for delete ", "request_id": "req-22ac5b03-4ca7-4664-b53c-e7fb56832bf4"}]} 2026-06-26 05:54:51.239 7 INFO neutron.services.segments.plugin [-] Segment f73fecc7-81ce-4c31-a1a4-a1f3238478ab resource provider aggregate not found 2026-06-26 05:54:51.253 7 INFO neutron.services.segments.plugin [-] Segment 513c2f4f-e9ef-488a-a7ff-268b98e29d4c resource provider aggregate not found 2026-06-26 05:54:51.263 7 INFO neutron.services.segments.plugin [-] Segment f73fecc7-81ce-4c31-a1a4-a1f3238478ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f73fecc7-81ce-4c31-a1a4-a1f3238478ab found for delete ", "request_id": "req-acde01ed-991a-47c0-8379-07ac745fbb62"}]} 2026-06-26 05:54:51.272 7 INFO neutron.services.segments.plugin [-] Segment 513c2f4f-e9ef-488a-a7ff-268b98e29d4c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 513c2f4f-e9ef-488a-a7ff-268b98e29d4c found for delete ", "request_id": "req-64a8f9d8-f525-4cf9-88c6-9ebb85f4df3c"}]} 2026-06-26 05:54:51.297 7 INFO neutron.services.segments.plugin [-] Segment 513c2f4f-e9ef-488a-a7ff-268b98e29d4c resource provider aggregate not found 2026-06-26 05:54:51.309 7 INFO neutron.services.segments.plugin [-] Segment 940b4d6f-b3f3-47d9-ab26-a000d0fe0e28 resource provider aggregate not found 2026-06-26 05:54:51.324 7 INFO neutron.services.segments.plugin [-] Segment 513c2f4f-e9ef-488a-a7ff-268b98e29d4c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 513c2f4f-e9ef-488a-a7ff-268b98e29d4c found for delete ", "request_id": "req-b5bc65f9-cf06-40a2-ae12-30cd65c43a44"}]} 2026-06-26 05:54:51.327 7 INFO neutron.services.segments.plugin [-] Segment 940b4d6f-b3f3-47d9-ab26-a000d0fe0e28 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 940b4d6f-b3f3-47d9-ab26-a000d0fe0e28 found for delete ", "request_id": "req-e6e44f75-f38c-4bf9-a055-9f2ee57a43f1"}]} 2026-06-26 05:54:51.342 7 INFO neutron.services.segments.plugin [-] Segment 940b4d6f-b3f3-47d9-ab26-a000d0fe0e28 resource provider aggregate not found 2026-06-26 05:54:51.343 8 INFO neutron.services.segments.plugin [-] Segment 7e2c8c70-fc9c-4cae-b217-799fbbeaa874 resource provider aggregate not found 2026-06-26 05:54:51.355 8 INFO neutron.services.segments.plugin [-] Segment 7e2c8c70-fc9c-4cae-b217-799fbbeaa874 resource provider aggregate not found 2026-06-26 05:54:51.361 7 INFO neutron.services.segments.plugin [-] Segment 940b4d6f-b3f3-47d9-ab26-a000d0fe0e28 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 940b4d6f-b3f3-47d9-ab26-a000d0fe0e28 found for delete ", "request_id": "req-03908995-1b93-4ed6-bcc7-d1481d72af7c"}]} 2026-06-26 05:54:51.367 8 INFO neutron.services.segments.plugin [-] Segment 7e2c8c70-fc9c-4cae-b217-799fbbeaa874 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e2c8c70-fc9c-4cae-b217-799fbbeaa874 found for delete ", "request_id": "req-44fe373d-9498-4d07-9ad9-4637569b37e6"}]} 2026-06-26 05:54:51.374 8 INFO neutron.services.segments.plugin [-] Segment 7e2c8c70-fc9c-4cae-b217-799fbbeaa874 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e2c8c70-fc9c-4cae-b217-799fbbeaa874 found for delete ", "request_id": "req-571897d3-5b6f-4cde-9746-9bfc58ab77f6"}]} 2026-06-26 05:54:51.403 8 INFO neutron.db.l3_hamode_db [None req-47c41f06-6018-4745-b7ac-f8d69f493a88 a6d2819267e74c86a042c3da8ccc6eca b710530f37e645e7ae42dd3c62386de9 - - default default] HA network 0164d2b1-45bc-4646-9159-be1582b84635 was deleted as no HA routers are present in tenant b710530f37e645e7ae42dd3c62386de9. [pid: 8|app: 0|req: 1010/1990] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:54:50 2026] DELETE /v2.0/routers/272a8b0f-0a92-4e49-b82c-1ec675978de5 => generated 0 bytes in 588 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1991] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:54:51 2026] GET /v2.0/security-groups?tenant_id=752c8eda7ea0424698d32a3c007fda26&name=default => generated 2925 bytes in 216 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/1992] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:54:51 2026] DELETE /v2.0/security-groups/fce111b1-22ee-4832-ade3-9d5a73ea77d9 => 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: 1011/1993] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:54:51 2026] GET /v2.0/security-groups?tenant_id=141bf55fa2314e939a476f762eacfbd4&name=default => generated 2925 bytes in 297 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1994] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:54:51 2026] GET /v2.0/security-groups?tenant_id=6c3961acae8a42958f2a3cb39cd31c65&name=default => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/1995] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:54:51 2026] DELETE /v2.0/security-groups/218b6b44-f343-411e-8bee-8870fe4d6cb6 => 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: 984/1996] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:54:51 2026] DELETE /v2.0/security-groups/21f85a18-7400-459c-919b-c6cffb2e49d2 => 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: 1013/1997] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:54:52 2026] GET /v2.0/security-groups?tenant_id=dfa80586e8cb48cf893aecc05d612bf0&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/1998] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:54:52 2026] DELETE /v2.0/security-groups/77baed0b-278c-4b37-bc72-11de6b4445ac => 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: 1014/1999] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:54:52 2026] GET /v2.0/security-groups?tenant_id=5042d1021db941ee855bd186ecab4a69&name=default => generated 2925 bytes in 398 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/2000] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:54:52 2026] DELETE /v2.0/security-groups/a3625691-74d2-43ed-980e-4dd4d11768a1 => 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: 1015/2001] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:54:52 2026] GET /v2.0/security-groups?tenant_id=5e60ff35e8e643319cba140bc2773884&name=default => generated 2925 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/2002] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:54:52 2026] DELETE /v2.0/security-groups/2482b6a4-5679-43ee-b79a-51026fbc3906 => 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: 1016/2003] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:54:53 2026] GET /v2.0/security-groups?tenant_id=b710530f37e645e7ae42dd3c62386de9&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/2004] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:54:53 2026] DELETE /v2.0/security-groups/4c467593-7c78-418a-8dec-321a979c6d9c => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 05:54:56.540 8 INFO neutron.db.segments_db [None req-34c27669-0913-4c42-aec0-00ddcfbbfaf7 860261ac13e6448d86574e374af7ff35 a63fbd819361479f839b8b5c9d05e22e - - default default] Added segment e801f432-e1f1-4c3e-a2ee-e24d69d37eec of type vxlan for network 4f73ccbe-8065-4416-8503-53749491c8fd [pid: 8|app: 0|req: 1017/2005] 10.0.0.147 () {34 vars in 670 bytes} [Fri Jun 26 05:54:56 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: 989/2006] 10.0.0.147 () {34 vars in 664 bytes} [Fri Jun 26 05:54:56 2026] POST /v2.0/ports => generated 743 bytes in 316 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2007] 10.0.0.147 () {34 vars in 666 bytes} [Fri Jun 26 05:54:56 2026] POST /v2.0/trunks => generated 407 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-26 05:54:57.283 7 INFO neutron.db.segments_db [None req-7382a74c-a763-4fa3-94e4-d56982a9435d 860261ac13e6448d86574e374af7ff35 a63fbd819361479f839b8b5c9d05e22e - - default default] Added segment 38032b85-6437-4bc6-b146-69c475ec7219 of type vxlan for network 86189d16-37e0-4dec-a25f-cfaf89fc52c2 [pid: 7|app: 0|req: 990/2008] 10.0.0.147 () {34 vars in 670 bytes} [Fri Jun 26 05:54:57 2026] POST /v2.0/networks => generated 631 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2009] 10.0.0.147 () {34 vars in 664 bytes} [Fri Jun 26 05:54:57 2026] POST /v2.0/ports => generated 743 bytes in 322 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1020/2010] 10.0.0.147 () {34 vars in 666 bytes} [Fri Jun 26 05:54:57 2026] POST /v2.0/trunks => generated 407 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/2011] 10.0.0.147 () {34 vars in 676 bytes} [Fri Jun 26 05:54:57 2026] POST /v2.0/subnetpools => generated 516 bytes in 269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-26 05:54:57.979 8 INFO neutron.db.segments_db [None req-775815b1-93d0-4096-8d88-a1000d90c57b 860261ac13e6448d86574e374af7ff35 a63fbd819361479f839b8b5c9d05e22e - - default default] Added segment 4c668240-00d3-4d27-befb-b8af96ca2263 of type vxlan for network 7d4f90f2-a125-4123-accd-e3c58e8bfee5 [pid: 7|app: 0|req: 992/2012] 10.0.0.147 () {34 vars in 676 bytes} [Fri Jun 26 05:54:57 2026] POST /v2.0/subnetpools => generated 516 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2013] 10.0.0.147 () {34 vars in 670 bytes} [Fri Jun 26 05:54:57 2026] POST /v2.0/networks => generated 632 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/2014] 10.0.0.147 () {34 vars in 676 bytes} [Fri Jun 26 05:54:58 2026] POST /v2.0/subnetpools => generated 516 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/2015] 10.0.0.147 () {34 vars in 676 bytes} [Fri Jun 26 05:54:58 2026] POST /v2.0/subnetpools => generated 516 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/2016] 10.0.0.147 () {34 vars in 676 bytes} [Fri Jun 26 05:54:58 2026] POST /v2.0/subnetpools => generated 516 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/2017] 10.0.0.147 () {34 vars in 759 bytes} [Fri Jun 26 05:54:58 2026] PUT /v2.0/subnetpools/e0eae797-a510-498b-8ffb-0ef23e88c0aa/tags => generated 17 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/2018] 10.0.0.147 () {34 vars in 759 bytes} [Fri Jun 26 05:54:58 2026] PUT /v2.0/subnetpools/64cefb42-64c6-4e35-a221-8bae4ad86118/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/2019] 10.0.0.147 () {34 vars in 759 bytes} [Fri Jun 26 05:54:58 2026] PUT /v2.0/subnetpools/5fc29202-5d6c-452c-9297-22af50535b11/tags => generated 34 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/2020] 10.0.0.147 () {34 vars in 759 bytes} [Fri Jun 26 05:54:58 2026] PUT /v2.0/subnetpools/cc94b97a-9e75-49b3-9378-ab26fb81b342/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: 1022/2021] 10.0.0.147 () {34 vars in 664 bytes} [Fri Jun 26 05:54:58 2026] POST /v2.0/ports => generated 743 bytes in 393 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: 1023/2022] 10.0.0.147 () {32 vars in 672 bytes} [Fri Jun 26 05:54:58 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2023] 10.0.0.147 () {34 vars in 666 bytes} [Fri Jun 26 05:54:58 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) [pid: 7|app: 0|req: 1000/2024] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:54:58 2026] GET /v2.0/security-groups?tenant_id=dd1194ca631242c0b0736445eb5c0558&name=default => generated 2925 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2025] 10.0.0.147 () {32 vars in 686 bytes} [Fri Jun 26 05:54:58 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-26 05:54:58.740 7 INFO neutron.db.segments_db [None req-083e5afa-5811-4865-86aa-be1a38437d06 860261ac13e6448d86574e374af7ff35 a63fbd819361479f839b8b5c9d05e22e - - default default] Added segment 6d755e8c-1d37-41b4-a178-2fc97538a929 of type vxlan for network f461b32a-4528-42af-a541-d0b8b16768a6 [pid: 8|app: 0|req: 1026/2026] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:54:58 2026] DELETE /v2.0/security-groups/a973c43f-9d66-42d1-8117-ef3423c4f45b => 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: 1001/2027] 10.0.0.147 () {34 vars in 670 bytes} [Fri Jun 26 05:54:58 2026] POST /v2.0/networks => generated 632 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2028] 10.0.0.147 () {32 vars in 682 bytes} [Fri Jun 26 05:54:58 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2029] 10.0.0.147 () {32 vars in 694 bytes} [Fri Jun 26 05:54:58 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2030] 10.0.0.147 () {32 vars in 680 bytes} [Fri Jun 26 05:54:58 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2031] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:54:58 2026] GET /v2.0/security-groups?tenant_id=be207b01880d431890ca6a3b0993424e&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2032] 10.0.0.147 () {32 vars in 694 bytes} [Fri Jun 26 05:54:59 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/2033] 10.0.0.147 () {34 vars in 664 bytes} [Fri Jun 26 05:54:58 2026] POST /v2.0/ports => generated 743 bytes in 311 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: 1003/2034] 10.0.0.147 () {32 vars in 690 bytes} [Fri Jun 26 05:54:59 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2035] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:54:59 2026] DELETE /v2.0/security-groups/a988b547-7ca3-446f-8d12-cabe83dba145 => 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: 1033/2036] 10.0.0.147 () {32 vars in 702 bytes} [Fri Jun 26 05:54:59 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2037] 10.0.0.147 () {32 vars in 732 bytes} [Fri Jun 26 05:54:59 2026] DELETE /v2.0/subnetpools/e0eae797-a510-498b-8ffb-0ef23e88c0aa => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2038] 10.0.0.147 () {32 vars in 732 bytes} [Fri Jun 26 05:54:59 2026] DELETE /v2.0/subnetpools/64cefb42-64c6-4e35-a221-8bae4ad86118 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/2039] 10.0.0.147 () {34 vars in 666 bytes} [Fri Jun 26 05:54:59 2026] POST /v2.0/trunks => generated 407 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2040] 10.0.0.147 () {32 vars in 732 bytes} [Fri Jun 26 05:54:59 2026] DELETE /v2.0/subnetpools/5fc29202-5d6c-452c-9297-22af50535b11 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 05:54:59.460 7 INFO neutron.db.segments_db [None req-a69284c4-e7a1-4caa-87ef-1a69b62aac2a 860261ac13e6448d86574e374af7ff35 a63fbd819361479f839b8b5c9d05e22e - - default default] Added segment 39a7a292-f0d5-42e5-a9a7-ad7d010a8e7c of type vxlan for network 79139727-6fe4-429d-95e4-dc41e226014e [pid: 8|app: 0|req: 1037/2041] 10.0.0.147 () {32 vars in 732 bytes} [Fri Jun 26 05:54:59 2026] DELETE /v2.0/subnetpools/cc94b97a-9e75-49b3-9378-ab26fb81b342 => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2042] 10.0.0.147 () {32 vars in 732 bytes} [Fri Jun 26 05:54:59 2026] DELETE /v2.0/subnetpools/a358197e-36f6-4070-af03-61a3e20cf6f8 => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/2043] 10.0.0.147 () {34 vars in 670 bytes} [Fri Jun 26 05:54:59 2026] POST /v2.0/networks => generated 631 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2044] 10.0.0.147 () {34 vars in 664 bytes} [Fri Jun 26 05:54:59 2026] POST /v2.0/ports => generated 743 bytes in 365 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/2045] 10.0.0.147 () {34 vars in 666 bytes} [Fri Jun 26 05:54:59 2026] POST /v2.0/trunks => generated 407 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1040/2046] 10.0.0.147 () {34 vars in 749 bytes} [Fri Jun 26 05:55:00 2026] PUT /v2.0/trunks/90b2fc44-5790-4379-8827-df1d1a2dabc2/tags => generated 17 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/2047] 10.0.0.147 () {34 vars in 749 bytes} [Fri Jun 26 05:55:00 2026] PUT /v2.0/trunks/83b43a78-8708-4c93-9ae3-4ad880ee8564/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2048] 10.0.0.147 () {34 vars in 749 bytes} [Fri Jun 26 05:55:00 2026] PUT /v2.0/trunks/10be2522-5322-4eb3-853b-8bb64f1035cd/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/2049] 10.0.0.147 () {34 vars in 749 bytes} [Fri Jun 26 05:55:00 2026] PUT /v2.0/trunks/174f597a-046c-478f-831d-a305f7938aca/tags => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2050] 10.0.0.147 () {32 vars in 662 bytes} [Fri Jun 26 05:55:00 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/2051] 10.0.0.147 () {32 vars in 676 bytes} [Fri Jun 26 05:55:00 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2052] 10.0.0.147 () {32 vars in 672 bytes} [Fri Jun 26 05:55:00 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2053] 10.0.0.147 () {32 vars in 684 bytes} [Fri Jun 26 05:55:00 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2054] 10.0.0.147 () {32 vars in 670 bytes} [Fri Jun 26 05:55:00 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2055] 10.0.0.147 () {32 vars in 684 bytes} [Fri Jun 26 05:55:00 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2056] 10.0.0.147 () {32 vars in 680 bytes} [Fri Jun 26 05:55:00 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2057] 10.0.0.147 () {32 vars in 692 bytes} [Fri Jun 26 05:55:00 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2058] 10.0.0.147 () {32 vars in 719 bytes} [Fri Jun 26 05:55:00 2026] GET /v2.0/trunks/90b2fc44-5790-4379-8827-df1d1a2dabc2 => generated 412 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2059] 10.0.0.147 () {32 vars in 717 bytes} [Fri Jun 26 05:55:00 2026] GET /v2.0/ports/28e15ac1-1346-4bf3-aa1d-6047e32e64c6 => generated 826 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/2060] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:55:00 2026] GET /v2.0/security-groups?tenant_id=4999eddc8fff4bfb969e9091365e9684&name=default => generated 2925 bytes in 366 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2061] 10.0.0.147 () {32 vars in 722 bytes} [Fri Jun 26 05:55:00 2026] DELETE /v2.0/trunks/90b2fc44-5790-4379-8827-df1d1a2dabc2 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2062] 10.0.0.147 () {32 vars in 719 bytes} [Fri Jun 26 05:55:00 2026] GET /v2.0/trunks/83b43a78-8708-4c93-9ae3-4ad880ee8564 => generated 420 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2063] 10.0.0.147 () {32 vars in 717 bytes} [Fri Jun 26 05:55:00 2026] GET /v2.0/ports/accdb356-65be-40da-bb84-0d9ed8cdf0e3 => generated 826 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/2064] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:55:00 2026] DELETE /v2.0/security-groups/2e14e315-6813-4538-b5ae-6ef88fa8224d => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2065] 10.0.0.147 () {32 vars in 722 bytes} [Fri Jun 26 05:55:00 2026] DELETE /v2.0/trunks/83b43a78-8708-4c93-9ae3-4ad880ee8564 => 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: 1012/2066] 10.0.0.147 () {32 vars in 719 bytes} [Fri Jun 26 05:55:00 2026] GET /v2.0/trunks/10be2522-5322-4eb3-853b-8bb64f1035cd => generated 429 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2067] 10.0.0.147 () {32 vars in 717 bytes} [Fri Jun 26 05:55:00 2026] GET /v2.0/ports/3f1d8a90-5896-4d7b-bf10-766548e7b0dd => generated 826 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2068] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:55:01 2026] GET /v2.0/security-groups?tenant_id=d29b8ef5b1164d61a9ca77335cb093ce&name=default => generated 2925 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2069] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:55:01 2026] DELETE /v2.0/security-groups/887bda28-dd73-4742-bc7f-7ba5ee2a8bfe => 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: 1058/2070] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:55:01 2026] GET /v2.0/security-groups?tenant_id=bebd1b379ed64475ad6e494b3603d469&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/2073] 10.0.0.147 () {32 vars in 722 bytes} [Fri Jun 26 05:55:01 2026] DELETE /v2.0/trunks/10be2522-5322-4eb3-853b-8bb64f1035cd => generated 0 bytes in 754 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/2074] 10.0.0.147 () {32 vars in 719 bytes} [Fri Jun 26 05:55:01 2026] GET /v2.0/trunks/174f597a-046c-478f-831d-a305f7938aca => 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: 1061/2075] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:55:01 2026] DELETE /v2.0/security-groups/79e89407-6e0f-4ebb-8302-08ca0fcc58fe => 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: 1015/2076] 10.0.0.147 () {32 vars in 717 bytes} [Fri Jun 26 05:55:01 2026] GET /v2.0/ports/0f30e20f-29a9-46de-8396-7f659481b91d => generated 826 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/2077] 10.0.0.147 () {32 vars in 722 bytes} [Fri Jun 26 05:55:01 2026] DELETE /v2.0/trunks/174f597a-046c-478f-831d-a305f7938aca => 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: 1017/2078] 10.0.0.147 () {32 vars in 719 bytes} [Fri Jun 26 05:55:01 2026] GET /v2.0/trunks/69ae7510-bc59-4c9a-9108-94adacbca6e0 => generated 407 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/2079] 10.0.0.147 () {32 vars in 717 bytes} [Fri Jun 26 05:55:01 2026] GET /v2.0/ports/8a3f5e66-6988-4015-8d5b-86dbe7e46165 => generated 826 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2080] 10.0.0.147 () {32 vars in 722 bytes} [Fri Jun 26 05:55:02 2026] DELETE /v2.0/trunks/69ae7510-bc59-4c9a-9108-94adacbca6e0 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2081] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:55:01 2026] GET /v2.0/security-groups?tenant_id=6733bbb866b3468f872c5ddd30309461&name=default => generated 2925 bytes in 325 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-26 05:55:02.221 7 INFO neutron_taas.services.taas.taas_plugin [None req-ec4f8f6c-6124-46d1-83c3-1d39052ce459 860261ac13e6448d86574e374af7ff35 a63fbd819361479f839b8b5c9d05e22e - - default default] TaaS: Handle Delete Port: 28e15ac1-1346-4bf3-aa1d-6047e32e64c6 2026-06-26 05:55:02.224 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ec4f8f6c-6124-46d1-83c3-1d39052ce459 860261ac13e6448d86574e374af7ff35 a63fbd819361479f839b8b5c9d05e22e - - default default] Tap Mirror: Handle Delete Port: 28e15ac1-1346-4bf3-aa1d-6047e32e64c6 [pid: 8|app: 0|req: 1063/2082] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:55:02 2026] DELETE /v2.0/security-groups/04608fa9-7bbc-425a-b27e-b4860a2d9f2b => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/2083] 10.0.0.147 () {32 vars in 720 bytes} [Fri Jun 26 05:55:02 2026] DELETE /v2.0/ports/28e15ac1-1346-4bf3-aa1d-6047e32e64c6 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:55:02.429 8 INFO neutron_taas.services.taas.taas_plugin [None req-d4505ce2-5590-457f-9b8e-06062b4ef667 860261ac13e6448d86574e374af7ff35 a63fbd819361479f839b8b5c9d05e22e - - default default] TaaS: Handle Delete Port: accdb356-65be-40da-bb84-0d9ed8cdf0e3 2026-06-26 05:55:02.432 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d4505ce2-5590-457f-9b8e-06062b4ef667 860261ac13e6448d86574e374af7ff35 a63fbd819361479f839b8b5c9d05e22e - - default default] Tap Mirror: Handle Delete Port: accdb356-65be-40da-bb84-0d9ed8cdf0e3 [pid: 8|app: 0|req: 1064/2084] 10.0.0.147 () {32 vars in 720 bytes} [Fri Jun 26 05:55:02 2026] DELETE /v2.0/ports/accdb356-65be-40da-bb84-0d9ed8cdf0e3 => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:55:02.637 7 INFO neutron_taas.services.taas.taas_plugin [None req-0890c1a1-1aa3-40c0-a72d-0773ae1c7d76 860261ac13e6448d86574e374af7ff35 a63fbd819361479f839b8b5c9d05e22e - - default default] TaaS: Handle Delete Port: 3f1d8a90-5896-4d7b-bf10-766548e7b0dd 2026-06-26 05:55:02.641 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0890c1a1-1aa3-40c0-a72d-0773ae1c7d76 860261ac13e6448d86574e374af7ff35 a63fbd819361479f839b8b5c9d05e22e - - default default] Tap Mirror: Handle Delete Port: 3f1d8a90-5896-4d7b-bf10-766548e7b0dd [pid: 7|app: 0|req: 1021/2085] 10.0.0.147 () {32 vars in 720 bytes} [Fri Jun 26 05:55:02 2026] DELETE /v2.0/ports/3f1d8a90-5896-4d7b-bf10-766548e7b0dd => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:55:02.863 8 INFO neutron_taas.services.taas.taas_plugin [None req-a6fb9190-1982-4a6f-a180-fbae258f22a6 860261ac13e6448d86574e374af7ff35 a63fbd819361479f839b8b5c9d05e22e - - default default] TaaS: Handle Delete Port: 0f30e20f-29a9-46de-8396-7f659481b91d 2026-06-26 05:55:02.866 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a6fb9190-1982-4a6f-a180-fbae258f22a6 860261ac13e6448d86574e374af7ff35 a63fbd819361479f839b8b5c9d05e22e - - default default] Tap Mirror: Handle Delete Port: 0f30e20f-29a9-46de-8396-7f659481b91d [pid: 8|app: 0|req: 1065/2086] 10.0.0.147 () {32 vars in 720 bytes} [Fri Jun 26 05:55:02 2026] DELETE /v2.0/ports/0f30e20f-29a9-46de-8396-7f659481b91d => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:55:03.078 7 INFO neutron_taas.services.taas.taas_plugin [None req-9ef5b7ba-3559-423e-a78c-5de0904442d1 860261ac13e6448d86574e374af7ff35 a63fbd819361479f839b8b5c9d05e22e - - default default] TaaS: Handle Delete Port: 8a3f5e66-6988-4015-8d5b-86dbe7e46165 2026-06-26 05:55:03.083 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9ef5b7ba-3559-423e-a78c-5de0904442d1 860261ac13e6448d86574e374af7ff35 a63fbd819361479f839b8b5c9d05e22e - - default default] Tap Mirror: Handle Delete Port: 8a3f5e66-6988-4015-8d5b-86dbe7e46165 [pid: 7|app: 0|req: 1022/2087] 10.0.0.147 () {32 vars in 720 bytes} [Fri Jun 26 05:55:02 2026] DELETE /v2.0/ports/8a3f5e66-6988-4015-8d5b-86dbe7e46165 => generated 0 bytes in 236 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:55:03.305 8 INFO neutron.services.segments.plugin [-] Segment e801f432-e1f1-4c3e-a2ee-e24d69d37eec resource provider aggregate not found 2026-06-26 05:55:03.311 8 INFO neutron.services.segments.plugin [-] Segment e801f432-e1f1-4c3e-a2ee-e24d69d37eec resource provider aggregate not found 2026-06-26 05:55:03.335 8 INFO neutron.services.segments.plugin [-] Segment e801f432-e1f1-4c3e-a2ee-e24d69d37eec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e801f432-e1f1-4c3e-a2ee-e24d69d37eec found for delete ", "request_id": "req-f7ef1de5-c46f-41c6-becb-b1b76df24cba"}]} 2026-06-26 05:55:03.339 8 INFO neutron.services.segments.plugin [-] Segment e801f432-e1f1-4c3e-a2ee-e24d69d37eec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e801f432-e1f1-4c3e-a2ee-e24d69d37eec found for delete ", "request_id": "req-3d9b94e9-4924-41a7-a505-f6af8f4f71f8"}]} [pid: 8|app: 0|req: 1066/2088] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 05:55:03 2026] DELETE /v2.0/networks/4f73ccbe-8065-4416-8503-53749491c8fd => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:55:03.542 7 INFO neutron.services.segments.plugin [-] Segment 38032b85-6437-4bc6-b146-69c475ec7219 resource provider aggregate not found 2026-06-26 05:55:03.554 7 INFO neutron.services.segments.plugin [-] Segment 38032b85-6437-4bc6-b146-69c475ec7219 resource provider aggregate not found 2026-06-26 05:55:03.560 7 INFO neutron.services.segments.plugin [-] Segment 38032b85-6437-4bc6-b146-69c475ec7219 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 38032b85-6437-4bc6-b146-69c475ec7219 found for delete ", "request_id": "req-921fb63a-d7be-475c-9e28-b5fbdf91ed40"}]} 2026-06-26 05:55:03.575 7 INFO neutron.services.segments.plugin [-] Segment 38032b85-6437-4bc6-b146-69c475ec7219 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 38032b85-6437-4bc6-b146-69c475ec7219 found for delete ", "request_id": "req-c5955def-6ebb-4a06-9ea6-12febb2a491e"}]} [pid: 7|app: 0|req: 1023/2089] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 05:55:03 2026] DELETE /v2.0/networks/86189d16-37e0-4dec-a25f-cfaf89fc52c2 => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2090] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 05:55:03 2026] DELETE /v2.0/networks/7d4f90f2-a125-4123-accd-e3c58e8bfee5 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/2091] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 05:55:03 2026] DELETE /v2.0/networks/f461b32a-4528-42af-a541-d0b8b16768a6 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2092] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 05:55:03 2026] DELETE /v2.0/networks/79139727-6fe4-429d-95e4-dc41e226014e => 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: 1025/2093] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:55:04 2026] GET /v2.0/security-groups?tenant_id=a905859c9e9045df95eddfa22ff1be50&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: 1026/2094] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:55:04 2026] DELETE /v2.0/security-groups/a895a0a5-9359-4168-8ef0-393aa2a74480 => 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: 1069/2095] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:55:04 2026] GET /v2.0/security-groups?tenant_id=88544f640d7a409bb910a3f56440f37a&name=default => generated 2925 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2096] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:55:05 2026] DELETE /v2.0/security-groups/5d87f859-b97e-47bb-bd4e-a39c08e15a3c => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 05:55:05.366 8 INFO neutron.services.segments.plugin [-] Segment 4c668240-00d3-4d27-befb-b8af96ca2263 resource provider aggregate not found 2026-06-26 05:55:05.369 8 INFO neutron.services.segments.plugin [-] Segment 4c668240-00d3-4d27-befb-b8af96ca2263 resource provider aggregate not found 2026-06-26 05:55:05.398 8 INFO neutron.services.segments.plugin [-] Segment 4c668240-00d3-4d27-befb-b8af96ca2263 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c668240-00d3-4d27-befb-b8af96ca2263 found for delete ", "request_id": "req-4eb76ad5-41c8-401b-b6a0-edfe7a0a81a4"}]} 2026-06-26 05:55:05.402 8 INFO neutron.services.segments.plugin [-] Segment 4c668240-00d3-4d27-befb-b8af96ca2263 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c668240-00d3-4d27-befb-b8af96ca2263 found for delete ", "request_id": "req-58b988c2-f212-4fa6-beff-819e1d4850c7"}]} 2026-06-26 05:55:05.418 8 INFO neutron.services.segments.plugin [-] Segment 39a7a292-f0d5-42e5-a9a7-ad7d010a8e7c resource provider aggregate not found 2026-06-26 05:55:05.422 8 INFO neutron.services.segments.plugin [-] Segment 39a7a292-f0d5-42e5-a9a7-ad7d010a8e7c resource provider aggregate not found 2026-06-26 05:55:05.436 8 INFO neutron.services.segments.plugin [-] Segment 39a7a292-f0d5-42e5-a9a7-ad7d010a8e7c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39a7a292-f0d5-42e5-a9a7-ad7d010a8e7c found for delete ", "request_id": "req-6f93b07b-b106-4b32-b04b-95b97b539c62"}]} 2026-06-26 05:55:05.439 8 INFO neutron.services.segments.plugin [-] Segment 39a7a292-f0d5-42e5-a9a7-ad7d010a8e7c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39a7a292-f0d5-42e5-a9a7-ad7d010a8e7c found for delete ", "request_id": "req-6d33b197-8e85-4428-9255-b929eaf3f68b"}]} [pid: 7|app: 0|req: 1028/2097] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:55:05 2026] GET /v2.0/security-groups?tenant_id=e548416d5ef14831823e1831ad7d2b3b&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-26 05:55:05.590 7 INFO neutron.services.segments.plugin [-] Segment 6d755e8c-1d37-41b4-a178-2fc97538a929 resource provider aggregate not found 2026-06-26 05:55:05.598 7 INFO neutron.services.segments.plugin [-] Segment 6d755e8c-1d37-41b4-a178-2fc97538a929 resource provider aggregate not found 2026-06-26 05:55:05.607 7 INFO neutron.services.segments.plugin [-] Segment 6d755e8c-1d37-41b4-a178-2fc97538a929 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d755e8c-1d37-41b4-a178-2fc97538a929 found for delete ", "request_id": "req-aa89a66f-61d5-4213-b101-f4b2ef758d3a"}]} 2026-06-26 05:55:05.621 7 INFO neutron.services.segments.plugin [-] Segment 6d755e8c-1d37-41b4-a178-2fc97538a929 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d755e8c-1d37-41b4-a178-2fc97538a929 found for delete ", "request_id": "req-a1797a0b-6793-4f5c-840b-1299583dff59"}]} [pid: 7|app: 0|req: 1029/2098] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:55:05 2026] DELETE /v2.0/security-groups/a12befd0-7ef4-4bd8-b2c5-ed78937252a1 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 05:55:05.719 8 INFO neutron.db.segments_db [None req-d94619a2-3f04-42f3-a618-05441db6eb06 d046e0b51e4c4e9db42200b485f48fae c75b8bcb577741ee9bcf4a34ad814a13 - - default default] Added segment 31f89b43-3f52-47f9-93c8-df6aeb7e0966 of type vxlan for network 70b85c2f-9310-42b8-a36b-c991b59099fb [pid: 8|app: 0|req: 1070/2099] 10.0.0.147 () {34 vars in 670 bytes} [Fri Jun 26 05:55:05 2026] POST /v2.0/networks => generated 632 bytes in 543 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2100] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:55:05 2026] GET /v2.0/security-groups?tenant_id=a63fbd819361479f839b8b5c9d05e22e&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: 1072/2101] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:55:05 2026] DELETE /v2.0/security-groups/04ee48ab-543c-4cb7-a006-51c35aa2c8dd => 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: 1030/2102] 10.0.0.147 () {34 vars in 664 bytes} [Fri Jun 26 05:55:05 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) [pid: 8|app: 0|req: 1073/2103] 10.0.0.147 () {34 vars in 747 bytes} [Fri Jun 26 05:55:06 2026] PUT /v2.0/ports/75ae037d-c05c-4330-bfd7-1233edd715cc/tags => generated 25 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1031/2104] 10.0.0.147 () {32 vars in 727 bytes} [Fri Jun 26 05:55:06 2026] GET /v2.0/ports/75ae037d-c05c-4330-bfd7-1233edd715cc/tags => generated 25 bytes in 73 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: 1074/2105] 10.0.0.147 () {34 vars in 758 bytes} [Fri Jun 26 05:55:06 2026] PUT /v2.0/ports/75ae037d-c05c-4330-bfd7-1233edd715cc/tags/green => generated 4 bytes in 133 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: 1032/2106] 10.0.0.147 () {32 vars in 727 bytes} [Fri Jun 26 05:55:06 2026] GET /v2.0/ports/75ae037d-c05c-4330-bfd7-1233edd715cc/tags => generated 34 bytes in 73 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: 1075/2107] 10.0.0.147 () {34 vars in 754 bytes} [Fri Jun 26 05:55:06 2026] PUT /v2.0/ports/75ae037d-c05c-4330-bfd7-1233edd715cc/tags/red => generated 4 bytes in 88 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: 1033/2108] 10.0.0.147 () {32 vars in 727 bytes} [Fri Jun 26 05:55:06 2026] GET /v2.0/ports/75ae037d-c05c-4330-bfd7-1233edd715cc/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1076/2109] 10.0.0.147 () {34 vars in 776 bytes} [Fri Jun 26 05:55:06 2026] PUT /v2.0/ports/75ae037d-c05c-4330-bfd7-1233edd715cc/tags/black.or.white => generated 4 bytes in 103 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: 1034/2110] 10.0.0.147 () {32 vars in 727 bytes} [Fri Jun 26 05:55:06 2026] GET /v2.0/ports/75ae037d-c05c-4330-bfd7-1233edd715cc/tags => generated 52 bytes in 54 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: 1077/2111] 10.0.0.147 () {34 vars in 747 bytes} [Fri Jun 26 05:55:06 2026] PUT /v2.0/ports/75ae037d-c05c-4330-bfd7-1233edd715cc/tags => generated 37 bytes in 81 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: 1035/2112] 10.0.0.147 () {32 vars in 727 bytes} [Fri Jun 26 05:55:06 2026] GET /v2.0/ports/75ae037d-c05c-4330-bfd7-1233edd715cc/tags => generated 37 bytes in 76 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: 1036/2113] 10.0.0.147 () {32 vars in 735 bytes} [Fri Jun 26 05:55:07 2026] GET /v2.0/ports/75ae037d-c05c-4330-bfd7-1233edd715cc/tags/red => generated 0 bytes in 71 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-06-26 05:55:07.145 7 INFO neutron.api.v2.resource [None req-c0030893-7625-4413-ac52-ecdbbc3c2434 d046e0b51e4c4e9db42200b485f48fae c75b8bcb577741ee9bcf4a34ad814a13 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1037/2114] 10.0.0.147 () {32 vars in 739 bytes} [Fri Jun 26 05:55:07 2026] GET /v2.0/ports/75ae037d-c05c-4330-bfd7-1233edd715cc/tags/green => generated 99 bytes in 57 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, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1078/2115] 10.0.0.147 () {32 vars in 653 bytes} [Fri Jun 26 05:55:07 2026] GET /v2.0/extensions => generated 21537 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2116] 10.0.0.147 () {32 vars in 681 bytes} [Fri Jun 26 05:55:07 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2117] 10.0.0.147 () {32 vars in 738 bytes} [Fri Jun 26 05:55:07 2026] DELETE /v2.0/ports/75ae037d-c05c-4330-bfd7-1233edd715cc/tags/red => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2118] 10.0.0.147 () {32 vars in 681 bytes} [Fri Jun 26 05:55:07 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 9 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: 1081/2119] 10.0.0.147 () {32 vars in 729 bytes} [Fri Jun 26 05:55:07 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2120] 10.0.0.147 () {32 vars in 665 bytes} [Fri Jun 26 05:55:07 2026] GET /v2.0/extensions/agent => generated 153 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2121] 10.0.0.147 () {32 vars in 699 bytes} [Fri Jun 26 05:55:07 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: 1084/2122] 10.0.0.147 () {32 vars in 697 bytes} [Fri Jun 26 05:55:07 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2123] 10.0.0.147 () {32 vars in 701 bytes} [Fri Jun 26 05:55:07 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: 1086/2124] 10.0.0.147 () {32 vars in 689 bytes} [Fri Jun 26 05:55:07 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2125] 10.0.0.147 () {32 vars in 703 bytes} [Fri Jun 26 05:55:07 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2126] 10.0.0.147 () {32 vars in 727 bytes} [Fri Jun 26 05:55:07 2026] GET /v2.0/ports/75ae037d-c05c-4330-bfd7-1233edd715cc/tags => generated 30 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2127] 10.0.0.147 () {32 vars in 693 bytes} [Fri Jun 26 05:55:07 2026] GET /v2.0/extensions/default-subnetpools => generated 211 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: 1089/2128] 10.0.0.147 () {32 vars in 695 bytes} [Fri Jun 26 05:55:07 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2129] 10.0.0.147 () {32 vars in 685 bytes} [Fri Jun 26 05:55:07 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: 1091/2130] 10.0.0.147 () {32 vars in 687 bytes} [Fri Jun 26 05:55:07 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2131] 10.0.0.147 () {32 vars in 661 bytes} [Fri Jun 26 05:55:07 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2132] 10.0.0.147 () {32 vars in 699 bytes} [Fri Jun 26 05:55:07 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2133] 10.0.0.147 () {32 vars in 679 bytes} [Fri Jun 26 05:55:07 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:55:07.395 7 INFO neutron.api.v2.resource [None req-62292e99-1de8-4f01-9fc3-f23bd0978de5 d046e0b51e4c4e9db42200b485f48fae c75b8bcb577741ee9bcf4a34ad814a13 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1040/2134] 10.0.0.147 () {32 vars in 742 bytes} [Fri Jun 26 05:55:07 2026] DELETE /v2.0/ports/75ae037d-c05c-4330-bfd7-1233edd715cc/tags/green => generated 99 bytes in 85 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2135] 10.0.0.147 () {32 vars in 683 bytes} [Fri Jun 26 05:55:07 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 9 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: 1096/2136] 10.0.0.147 () {32 vars in 675 bytes} [Fri Jun 26 05:55:07 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2137] 10.0.0.147 () {32 vars in 689 bytes} [Fri Jun 26 05:55:07 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2138] 10.0.0.147 () {32 vars in 723 bytes} [Fri Jun 26 05:55:07 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2139] 10.0.0.147 () {32 vars in 687 bytes} [Fri Jun 26 05:55:07 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: 1100/2140] 10.0.0.147 () {32 vars in 669 bytes} [Fri Jun 26 05:55:07 2026] GET /v2.0/extensions/flavors => 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: 1101/2141] 10.0.0.147 () {32 vars in 687 bytes} [Fri Jun 26 05:55:07 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2142] 10.0.0.147 () {32 vars in 681 bytes} [Fri Jun 26 05:55:07 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2143] 10.0.0.147 () {32 vars in 699 bytes} [Fri Jun 26 05:55:07 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2144] 10.0.0.147 () {32 vars in 730 bytes} [Fri Jun 26 05:55:07 2026] DELETE /v2.0/ports/75ae037d-c05c-4330-bfd7-1233edd715cc/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: 1104/2145] 10.0.0.147 () {32 vars in 679 bytes} [Fri Jun 26 05:55:07 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1105/2146] 10.0.0.147 () {32 vars in 667 bytes} [Fri Jun 26 05:55:07 2026] GET /v2.0/extensions/router => generated 256 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2147] 10.0.0.147 () {32 vars in 677 bytes} [Fri Jun 26 05:55:07 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2148] 10.0.0.147 () {32 vars in 665 bytes} [Fri Jun 26 05:55:07 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2149] 10.0.0.147 () {32 vars in 675 bytes} [Fri Jun 26 05:55:07 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: 1109/2150] 10.0.0.147 () {32 vars in 713 bytes} [Fri Jun 26 05:55:07 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2151] 10.0.0.147 () {32 vars in 727 bytes} [Fri Jun 26 05:55:07 2026] GET /v2.0/ports/75ae037d-c05c-4330-bfd7-1233edd715cc/tags => generated 12 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2152] 10.0.0.147 () {32 vars in 691 bytes} [Fri Jun 26 05:55:07 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1043/2153] 10.0.0.147 () {32 vars in 683 bytes} [Fri Jun 26 05:55:07 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2154] 10.0.0.147 () {32 vars in 669 bytes} [Fri Jun 26 05:55:07 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: 7|app: 0|req: 1045/2155] 10.0.0.147 () {32 vars in 687 bytes} [Fri Jun 26 05:55:07 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2156] 10.0.0.147 () {32 vars in 705 bytes} [Fri Jun 26 05:55:07 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2157] 10.0.0.147 () {32 vars in 675 bytes} [Fri Jun 26 05:55:07 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2158] 10.0.0.147 () {32 vars in 701 bytes} [Fri Jun 26 05:55:07 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2159] 10.0.0.147 () {32 vars in 675 bytes} [Fri Jun 26 05:55:07 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2160] 10.0.0.147 () {32 vars in 693 bytes} [Fri Jun 26 05:55:07 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2161] 10.0.0.147 () {32 vars in 689 bytes} [Fri Jun 26 05:55:07 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2162] 10.0.0.147 () {32 vars in 709 bytes} [Fri Jun 26 05:55:07 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2163] 10.0.0.147 () {32 vars in 705 bytes} [Fri Jun 26 05:55:07 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: 1054/2164] 10.0.0.147 () {32 vars in 719 bytes} [Fri Jun 26 05:55:07 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2165] 10.0.0.147 () {32 vars in 697 bytes} [Fri Jun 26 05:55:07 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:55:07.714 8 INFO neutron_taas.services.taas.taas_plugin [None req-3b21b2b1-dd83-4c25-b6d0-e72309afdf23 d046e0b51e4c4e9db42200b485f48fae c75b8bcb577741ee9bcf4a34ad814a13 - - default default] TaaS: Handle Delete Port: 75ae037d-c05c-4330-bfd7-1233edd715cc 2026-06-26 05:55:07.719 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b21b2b1-dd83-4c25-b6d0-e72309afdf23 d046e0b51e4c4e9db42200b485f48fae c75b8bcb577741ee9bcf4a34ad814a13 - - default default] Tap Mirror: Handle Delete Port: 75ae037d-c05c-4330-bfd7-1233edd715cc [pid: 7|app: 0|req: 1056/2166] 10.0.0.147 () {32 vars in 711 bytes} [Fri Jun 26 05:55:07 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2167] 10.0.0.147 () {32 vars in 669 bytes} [Fri Jun 26 05:55:07 2026] GET /v2.0/extensions/binding => generated 193 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2168] 10.0.0.147 () {32 vars in 687 bytes} [Fri Jun 26 05:55:07 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2169] 10.0.0.147 () {32 vars in 681 bytes} [Fri Jun 26 05:55:07 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: 1060/2170] 10.0.0.147 () {32 vars in 675 bytes} [Fri Jun 26 05:55:07 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2171] 10.0.0.147 () {32 vars in 671 bytes} [Fri Jun 26 05:55:07 2026] GET /v2.0/extensions/provider => generated 191 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2172] 10.0.0.147 () {32 vars in 661 bytes} [Fri Jun 26 05:55:07 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: 1063/2173] 10.0.0.147 () {32 vars in 699 bytes} [Fri Jun 26 05:55:07 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2174] 10.0.0.147 () {32 vars in 699 bytes} [Fri Jun 26 05:55:07 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2175] 10.0.0.147 () {32 vars in 677 bytes} [Fri Jun 26 05:55:07 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2176] 10.0.0.147 () {32 vars in 669 bytes} [Fri Jun 26 05:55:07 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: 1067/2177] 10.0.0.147 () {32 vars in 683 bytes} [Fri Jun 26 05:55:07 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: 1068/2178] 10.0.0.147 () {32 vars in 701 bytes} [Fri Jun 26 05:55:07 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2179] 10.0.0.147 () {32 vars in 720 bytes} [Fri Jun 26 05:55:07 2026] DELETE /v2.0/ports/75ae037d-c05c-4330-bfd7-1233edd715cc => generated 0 bytes in 250 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2180] 10.0.0.147 () {32 vars in 685 bytes} [Fri Jun 26 05:55:07 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2181] 10.0.0.147 () {32 vars in 707 bytes} [Fri Jun 26 05:55:07 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2182] 10.0.0.147 () {32 vars in 669 bytes} [Fri Jun 26 05:55:07 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2183] 10.0.0.147 () {32 vars in 697 bytes} [Fri Jun 26 05:55:07 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2184] 10.0.0.147 () {32 vars in 695 bytes} [Fri Jun 26 05:55:07 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2185] 10.0.0.147 () {32 vars in 685 bytes} [Fri Jun 26 05:55:07 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2186] 10.0.0.147 () {32 vars in 689 bytes} [Fri Jun 26 05:55:07 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2187] 10.0.0.147 () {32 vars in 705 bytes} [Fri Jun 26 05:55:07 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: 1119/2188] 10.0.0.147 () {32 vars in 667 bytes} [Fri Jun 26 05:55:07 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: 8|app: 0|req: 1120/2189] 10.0.0.147 () {32 vars in 681 bytes} [Fri Jun 26 05:55:07 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2190] 10.0.0.147 () {32 vars in 681 bytes} [Fri Jun 26 05:55:07 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: 1122/2191] 10.0.0.147 () {32 vars in 691 bytes} [Fri Jun 26 05:55:07 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: 1123/2192] 10.0.0.147 () {32 vars in 691 bytes} [Fri Jun 26 05:55:07 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: 1124/2193] 10.0.0.147 () {32 vars in 695 bytes} [Fri Jun 26 05:55:07 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:55:07.946 7 INFO neutron.services.segments.plugin [-] Segment 31f89b43-3f52-47f9-93c8-df6aeb7e0966 resource provider aggregate not found [pid: 8|app: 0|req: 1125/2194] 10.0.0.147 () {32 vars in 685 bytes} [Fri Jun 26 05:55:07 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2195] 10.0.0.147 () {32 vars in 689 bytes} [Fri Jun 26 05:55:07 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) 2026-06-26 05:55:07.958 7 INFO neutron.services.segments.plugin [-] Segment 31f89b43-3f52-47f9-93c8-df6aeb7e0966 resource provider aggregate not found [pid: 8|app: 0|req: 1127/2196] 10.0.0.147 () {32 vars in 701 bytes} [Fri Jun 26 05:55:07 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:55:07.968 7 INFO neutron.services.segments.plugin [-] Segment 31f89b43-3f52-47f9-93c8-df6aeb7e0966 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 31f89b43-3f52-47f9-93c8-df6aeb7e0966 found for delete ", "request_id": "req-8c8dd482-47c3-4f77-b353-ebaf09bb3a2e"}]} [pid: 8|app: 0|req: 1128/2197] 10.0.0.147 () {32 vars in 703 bytes} [Fri Jun 26 05:55:07 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2198] 10.0.0.147 () {32 vars in 713 bytes} [Fri Jun 26 05:55:07 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:55:07.992 7 INFO neutron.services.segments.plugin [-] Segment 31f89b43-3f52-47f9-93c8-df6aeb7e0966 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 31f89b43-3f52-47f9-93c8-df6aeb7e0966 found for delete ", "request_id": "req-7b6c6863-eb8d-42e9-8a6f-b1f4c6342071"}]} [pid: 8|app: 0|req: 1130/2199] 10.0.0.147 () {32 vars in 717 bytes} [Fri Jun 26 05:55:07 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2200] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 05:55:07 2026] DELETE /v2.0/networks/70b85c2f-9310-42b8-a36b-c991b59099fb => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2201] 10.0.0.147 () {32 vars in 715 bytes} [Fri Jun 26 05:55:08 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2202] 10.0.0.147 () {32 vars in 727 bytes} [Fri Jun 26 05:55:08 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2203] 10.0.0.147 () {32 vars in 741 bytes} [Fri Jun 26 05:55:08 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2204] 10.0.0.147 () {32 vars in 719 bytes} [Fri Jun 26 05:55:08 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2205] 10.0.0.147 () {32 vars in 683 bytes} [Fri Jun 26 05:55:08 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: 1073/2206] 10.0.0.147 () {32 vars in 669 bytes} [Fri Jun 26 05:55:08 2026] GET /v2.0/extensions/segment => generated 145 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2207] 10.0.0.147 () {32 vars in 719 bytes} [Fri Jun 26 05:55:08 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: 7|app: 0|req: 1074/2208] 10.0.0.147 () {32 vars in 679 bytes} [Fri Jun 26 05:55:08 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2209] 10.0.0.147 () {32 vars in 669 bytes} [Fri Jun 26 05:55:08 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2210] 10.0.0.147 () {32 vars in 697 bytes} [Fri Jun 26 05:55:08 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2211] 10.0.0.147 () {32 vars in 705 bytes} [Fri Jun 26 05:55:08 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2212] 10.0.0.147 () {32 vars in 701 bytes} [Fri Jun 26 05:55:08 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2213] 10.0.0.147 () {32 vars in 701 bytes} [Fri Jun 26 05:55:08 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2214] 10.0.0.147 () {32 vars in 683 bytes} [Fri Jun 26 05:55:08 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2215] 10.0.0.147 () {32 vars in 705 bytes} [Fri Jun 26 05:55:08 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2216] 10.0.0.147 () {32 vars in 695 bytes} [Fri Jun 26 05:55:08 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2217] 10.0.0.147 () {32 vars in 689 bytes} [Fri Jun 26 05:55:08 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2218] 10.0.0.147 () {32 vars in 697 bytes} [Fri Jun 26 05:55:08 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2219] 10.0.0.147 () {32 vars in 679 bytes} [Fri Jun 26 05:55:08 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2220] 10.0.0.147 () {32 vars in 689 bytes} [Fri Jun 26 05:55:08 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2221] 10.0.0.147 () {32 vars in 701 bytes} [Fri Jun 26 05:55:08 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: 7|app: 0|req: 1081/2222] 10.0.0.147 () {32 vars in 665 bytes} [Fri Jun 26 05:55:08 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2223] 10.0.0.147 () {32 vars in 681 bytes} [Fri Jun 26 05:55:08 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2224] 10.0.0.147 () {32 vars in 677 bytes} [Fri Jun 26 05:55:08 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2225] 10.0.0.147 () {32 vars in 693 bytes} [Fri Jun 26 05:55:08 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: 1083/2226] 10.0.0.147 () {32 vars in 677 bytes} [Fri Jun 26 05:55:08 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2227] 10.0.0.147 () {32 vars in 667 bytes} [Fri Jun 26 05:55:08 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2228] 10.0.0.147 () {32 vars in 663 bytes} [Fri Jun 26 05:55:08 2026] GET /v2.0/extensions/taas => generated 175 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2229] 10.0.0.147 () {32 vars in 675 bytes} [Fri Jun 26 05:55:08 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2230] 10.0.0.147 () {32 vars in 687 bytes} [Fri Jun 26 05:55:08 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: 8|app: 0|req: 1146/2231] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:55:08 2026] GET /v2.0/security-groups?tenant_id=3e452b0cb90e4d58b13239a9779f42e6&name=default => generated 2925 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2232] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:55:08 2026] DELETE /v2.0/security-groups/39d1aba1-a67c-43eb-8c53-e6bf8c44c6da => 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: 1086/2233] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:55:08 2026] GET /v2.0/security-groups?tenant_id=5e02cb47b994429c8b83f957b50cb55e&name=default => generated 2925 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2234] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:55:09 2026] GET /v2.0/security-groups?tenant_id=c75b8bcb577741ee9bcf4a34ad814a13&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2235] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:55:09 2026] DELETE /v2.0/security-groups/03b6b204-8e97-4800-8b15-a77558ac5d4a => 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: 1087/2236] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:55:09 2026] DELETE /v2.0/security-groups/cf80239c-93e3-4bac-81d5-5f4b49949909 => 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: 1150/2237] 10.0.0.147 () {34 vars in 676 bytes} [Fri Jun 26 05:55:09 2026] POST /v2.0/floatingips => generated 552 bytes in 761 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2238] 10.0.0.147 () {34 vars in 759 bytes} [Fri Jun 26 05:55:10 2026] PUT /v2.0/floatingips/ea6ac01b-b8d7-457b-9c49-1e48f416c8ee/tags => generated 25 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2239] 10.0.0.147 () {32 vars in 739 bytes} [Fri Jun 26 05:55:10 2026] GET /v2.0/floatingips/ea6ac01b-b8d7-457b-9c49-1e48f416c8ee/tags => generated 25 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2240] 10.0.0.147 () {34 vars in 770 bytes} [Fri Jun 26 05:55:10 2026] PUT /v2.0/floatingips/ea6ac01b-b8d7-457b-9c49-1e48f416c8ee/tags/green => generated 4 bytes in 75 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2241] 10.0.0.147 () {32 vars in 739 bytes} [Fri Jun 26 05:55:10 2026] GET /v2.0/floatingips/ea6ac01b-b8d7-457b-9c49-1e48f416c8ee/tags => generated 34 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2242] 10.0.0.147 () {34 vars in 766 bytes} [Fri Jun 26 05:55:10 2026] PUT /v2.0/floatingips/ea6ac01b-b8d7-457b-9c49-1e48f416c8ee/tags/red => 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: 1153/2243] 10.0.0.147 () {32 vars in 739 bytes} [Fri Jun 26 05:55:10 2026] GET /v2.0/floatingips/ea6ac01b-b8d7-457b-9c49-1e48f416c8ee/tags => generated 34 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2244] 10.0.0.147 () {34 vars in 788 bytes} [Fri Jun 26 05:55:10 2026] PUT /v2.0/floatingips/ea6ac01b-b8d7-457b-9c49-1e48f416c8ee/tags/black.or.white => generated 4 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2245] 10.0.0.147 () {32 vars in 739 bytes} [Fri Jun 26 05:55:10 2026] GET /v2.0/floatingips/ea6ac01b-b8d7-457b-9c49-1e48f416c8ee/tags => generated 52 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2246] 10.0.0.147 () {34 vars in 759 bytes} [Fri Jun 26 05:55:10 2026] PUT /v2.0/floatingips/ea6ac01b-b8d7-457b-9c49-1e48f416c8ee/tags => generated 37 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2247] 10.0.0.147 () {32 vars in 739 bytes} [Fri Jun 26 05:55:10 2026] GET /v2.0/floatingips/ea6ac01b-b8d7-457b-9c49-1e48f416c8ee/tags => generated 37 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2248] 10.0.0.147 () {32 vars in 747 bytes} [Fri Jun 26 05:55:10 2026] GET /v2.0/floatingips/ea6ac01b-b8d7-457b-9c49-1e48f416c8ee/tags/red => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 05:55:10.976 8 INFO neutron.api.v2.resource [None req-16e11e3c-6847-4fca-85e3-b0d5672db307 99eae305210c4a7e84d8b16202edc618 53e73c02d4f54b3ba4ebdc39f95c73dc - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1156/2249] 10.0.0.147 () {32 vars in 751 bytes} [Fri Jun 26 05:55:10 2026] GET /v2.0/floatingips/ea6ac01b-b8d7-457b-9c49-1e48f416c8ee/tags/green => generated 99 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2250] 10.0.0.147 () {32 vars in 750 bytes} [Fri Jun 26 05:55:10 2026] DELETE /v2.0/floatingips/ea6ac01b-b8d7-457b-9c49-1e48f416c8ee/tags/red => 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: 1157/2251] 10.0.0.147 () {32 vars in 739 bytes} [Fri Jun 26 05:55:11 2026] GET /v2.0/floatingips/ea6ac01b-b8d7-457b-9c49-1e48f416c8ee/tags => generated 30 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:55:11.180 7 INFO neutron.api.v2.resource [None req-a50f0941-beb5-45cf-8c82-df94119ef3ab 99eae305210c4a7e84d8b16202edc618 53e73c02d4f54b3ba4ebdc39f95c73dc - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1095/2252] 10.0.0.147 () {32 vars in 754 bytes} [Fri Jun 26 05:55:11 2026] DELETE /v2.0/floatingips/ea6ac01b-b8d7-457b-9c49-1e48f416c8ee/tags/green => generated 99 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2253] 10.0.0.147 () {32 vars in 742 bytes} [Fri Jun 26 05:55:11 2026] DELETE /v2.0/floatingips/ea6ac01b-b8d7-457b-9c49-1e48f416c8ee/tags => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2254] 10.0.0.147 () {32 vars in 739 bytes} [Fri Jun 26 05:55:11 2026] GET /v2.0/floatingips/ea6ac01b-b8d7-457b-9c49-1e48f416c8ee/tags => generated 12 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:55:11.503 8 INFO neutron_taas.services.taas.taas_plugin [None req-3e8346e1-39a2-4297-b5f5-ab0b999e749c 99eae305210c4a7e84d8b16202edc618 53e73c02d4f54b3ba4ebdc39f95c73dc - - default default] TaaS: Handle Delete Port: 2a6f0854-77b7-4902-9cbf-d06e3de5411d 2026-06-26 05:55:11.507 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3e8346e1-39a2-4297-b5f5-ab0b999e749c 99eae305210c4a7e84d8b16202edc618 53e73c02d4f54b3ba4ebdc39f95c73dc - - default default] Tap Mirror: Handle Delete Port: 2a6f0854-77b7-4902-9cbf-d06e3de5411d 2026-06-26 05:55:11.642 7 INFO neutron.db.segments_db [None req-ebe7d962-ad04-4ab5-9304-28557b0adc77 b1f761b50da64e6586e8e97d689d11a8 abe66b8a38544bc88fcf47f7e94545c1 - - default default] Added segment 3e130b5d-c51a-4715-917c-49188a066aea of type vxlan for network 94992b2d-9cee-4cc0-b83d-6b15148482e9 [pid: 8|app: 0|req: 1160/2255] 10.0.0.147 () {32 vars in 732 bytes} [Fri Jun 26 05:55:11 2026] DELETE /v2.0/floatingips/ea6ac01b-b8d7-457b-9c49-1e48f416c8ee => generated 0 bytes in 376 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2256] 10.0.0.147 () {34 vars in 670 bytes} [Fri Jun 26 05:55:11 2026] POST /v2.0/networks => generated 643 bytes in 525 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2257] 10.0.0.147 () {34 vars in 669 bytes} [Fri Jun 26 05:55:11 2026] POST /v2.0/subnets => generated 641 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-26 05:55:12.133 7 INFO neutron.db.segments_db [None req-9fc29821-96df-4414-9269-d53518c8cedb b1f761b50da64e6586e8e97d689d11a8 abe66b8a38544bc88fcf47f7e94545c1 - - default default] Added segment 1c6298e3-12e6-49d7-a7a8-fe3b92c4feb1 of type vxlan for network 54b6af36-2cd5-426f-9f7c-c003bd0e9491 [pid: 7|app: 0|req: 1097/2258] 10.0.0.147 () {34 vars in 670 bytes} [Fri Jun 26 05:55:12 2026] POST /v2.0/networks => generated 644 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2259] 10.0.0.147 () {34 vars in 743 bytes} [Fri Jun 26 05:55:12 2026] PUT /v2.0/networks/54b6af36-2cd5-426f-9f7c-c003bd0e9491 => generated 592 bytes in 199 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2260] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:55:12 2026] GET /v2.0/security-groups?tenant_id=53e73c02d4f54b3ba4ebdc39f95c73dc&name=default => generated 2925 bytes in 330 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2261] 10.0.0.147 () {34 vars in 669 bytes} [Fri Jun 26 05:55:12 2026] POST /v2.0/subnets => generated 626 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2262] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:55:12 2026] DELETE /v2.0/security-groups/97cc3fe2-b397-4685-a3ce-adc2dfad368a => 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: 1099/2263] 10.0.0.147 () {34 vars in 741 bytes} [Fri Jun 26 05:55:12 2026] PUT /v2.0/subnets/fa1ae68c-e4e1-4042-97b8-a14d0fbf2150 => generated 636 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:55:13.086 8 INFO neutron.services.segments.plugin [-] Segment 1c6298e3-12e6-49d7-a7a8-fe3b92c4feb1 resource provider aggregate not found 2026-06-26 05:55:13.095 8 INFO neutron.services.segments.plugin [-] Segment 1c6298e3-12e6-49d7-a7a8-fe3b92c4feb1 resource provider aggregate not found 2026-06-26 05:55:13.119 8 INFO neutron.services.segments.plugin [-] Segment 1c6298e3-12e6-49d7-a7a8-fe3b92c4feb1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c6298e3-12e6-49d7-a7a8-fe3b92c4feb1 found for delete ", "request_id": "req-a9247869-0615-4256-b971-45b2ebbccca0"}]} 2026-06-26 05:55:13.129 8 INFO neutron.services.segments.plugin [-] Segment 1c6298e3-12e6-49d7-a7a8-fe3b92c4feb1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c6298e3-12e6-49d7-a7a8-fe3b92c4feb1 found for delete ", "request_id": "req-97f38156-6d73-4258-a03b-c38650450d7e"}]} [pid: 8|app: 0|req: 1165/2264] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 05:55:12 2026] DELETE /v2.0/networks/54b6af36-2cd5-426f-9f7c-c003bd0e9491 => generated 0 bytes in 301 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2265] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:55:13 2026] GET /v2.0/security-groups?tenant_id=3de9225b9e964548ac31aae8ac146bdb&name=default => generated 2925 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2266] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:55:12 2026] GET /v2.0/security-groups?tenant_id=17883a9befde4352b7595bf1e755a2d8&name=default => generated 2925 bytes in 380 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-26 05:55:13.327 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bdf06d8c-e21d-4eee-92f8-5e49de23fa2d b1f761b50da64e6586e8e97d689d11a8 abe66b8a38544bc88fcf47f7e94545c1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1167/2267] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 05:55:13 2026] DELETE /v2.0/networks/54b6af36-2cd5-426f-9f7c-c003bd0e9491 => 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: 1168/2268] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:55:13 2026] DELETE /v2.0/security-groups/126db0ee-16d2-4826-9a7d-1b2f7d1316fe => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2269] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:55:13 2026] DELETE /v2.0/security-groups/ab89c224-ef87-41d9-9927-f18a1d95a74d => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2270] 10.0.0.147 () {32 vars in 694 bytes} [Fri Jun 26 05:55:13 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2271] 10.0.0.147 () {32 vars in 742 bytes} [Fri Jun 26 05:55:13 2026] GET /v2.0/subnets?network_id=290ceaf9-db2b-4dc7-83e6-a43f536c21c0 => generated 649 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2272] 10.0.0.147 () {32 vars in 653 bytes} [Fri Jun 26 05:55:13 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2273] 10.0.0.147 () {32 vars in 649 bytes} [Fri Jun 26 05:55:13 2026] GET /v2.0/networks => generated 1308 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2274] 10.0.0.147 () {32 vars in 647 bytes} [Fri Jun 26 05:55:13 2026] GET /v2.0/subnets => generated 1280 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2275] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:55:13 2026] GET /v2.0/security-groups?tenant_id=2db7d811fe984c62bd4cef06323079f7&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2276] 10.0.0.147 () {32 vars in 723 bytes} [Fri Jun 26 05:55:13 2026] GET /v2.0/networks/94992b2d-9cee-4cc0-b83d-6b15148482e9 => generated 668 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2277] 10.0.0.147 () {32 vars in 721 bytes} [Fri Jun 26 05:55:13 2026] GET /v2.0/subnets/eeced620-9e02-4596-a8bd-af4b70f7928c => generated 641 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:55:13.778 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2e62cefc-a12e-4cb9-838d-e1188a169721 b1f761b50da64e6586e8e97d689d11a8 abe66b8a38544bc88fcf47f7e94545c1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1108/2278] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:55:13 2026] DELETE /v2.0/subnets/fa1ae68c-e4e1-4042-97b8-a14d0fbf2150 => 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: 1171/2279] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:55:13 2026] DELETE /v2.0/security-groups/35d88273-0979-4b1f-9a07-39763f44c3ba => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 05:55:13.802 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3ca90fc1-4deb-4bb5-b43e-8aff22de5c34 b1f761b50da64e6586e8e97d689d11a8 abe66b8a38544bc88fcf47f7e94545c1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1109/2280] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 05:55:13 2026] DELETE /v2.0/networks/54b6af36-2cd5-426f-9f7c-c003bd0e9491 => generated 138 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2281] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:55:13 2026] DELETE /v2.0/subnets/eeced620-9e02-4596-a8bd-af4b70f7928c => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:55:14.074 7 INFO neutron_taas.services.taas.taas_plugin [None req-7a091790-fe40-4031-864e-a54f63cc47a7 b1f761b50da64e6586e8e97d689d11a8 abe66b8a38544bc88fcf47f7e94545c1 - - default default] TaaS: Handle Delete Port: a1026b01-4829-4d1b-bac2-1228cb604f70 2026-06-26 05:55:14.082 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a091790-fe40-4031-864e-a54f63cc47a7 b1f761b50da64e6586e8e97d689d11a8 abe66b8a38544bc88fcf47f7e94545c1 - - default default] Tap Mirror: Handle Delete Port: a1026b01-4829-4d1b-bac2-1228cb604f70 2026-06-26 05:55:14.278 7 INFO neutron.services.segments.plugin [-] Segment 3e130b5d-c51a-4715-917c-49188a066aea resource provider aggregate not found 2026-06-26 05:55:14.283 7 INFO neutron.services.segments.plugin [-] Segment 3e130b5d-c51a-4715-917c-49188a066aea resource provider aggregate not found 2026-06-26 05:55:14.309 7 INFO neutron.services.segments.plugin [-] Segment 3e130b5d-c51a-4715-917c-49188a066aea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e130b5d-c51a-4715-917c-49188a066aea found for delete ", "request_id": "req-96d779fe-ab44-4e20-b716-f178cf4ed91f"}]} 2026-06-26 05:55:14.310 7 INFO neutron.services.segments.plugin [-] Segment 3e130b5d-c51a-4715-917c-49188a066aea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e130b5d-c51a-4715-917c-49188a066aea found for delete ", "request_id": "req-ba06d9af-9da5-4f5c-80dc-3e9fa7783ea5"}]} [pid: 7|app: 0|req: 1110/2282] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 05:55:13 2026] DELETE /v2.0/networks/94992b2d-9cee-4cc0-b83d-6b15148482e9 => generated 0 bytes in 323 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2283] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:55:14 2026] GET /v2.0/security-groups?tenant_id=abe66b8a38544bc88fcf47f7e94545c1&name=default => generated 2925 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2284] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:55:15 2026] DELETE /v2.0/security-groups/17d09718-3d2d-4724-83e3-ac21d946b785 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 05:55:17.045 8 INFO neutron.db.segments_db [None req-4065d920-5468-47a7-9f3e-201cdc9a43d9 b301f648db464667be1c5d85d7aa766e 5e3fc4453c2146f98570f418819c0788 - - default default] Added segment 2e3cc3aa-cc55-4143-b418-0cedb186c80e of type vxlan for network 32f30941-e51d-4e54-b593-aeb765e18a23 2026-06-26 05:55:17.067 7 INFO neutron.db.segments_db [None req-0df405bf-47c2-4c81-93a0-2156afc69e53 e76bb95f58ae4413959f2f34860f6287 5cba34a86480463080527bc2c7cb5ed1 - - default default] Added segment d76c1c5c-cfa3-4bac-a306-bbe8aaaa2eb7 of type vxlan for network 40f1539a-4e43-4d48-8485-f3fe43ecbc5d [pid: 8|app: 0|req: 1175/2287] 10.0.0.147 () {34 vars in 670 bytes} [Fri Jun 26 05:55:16 2026] POST /v2.0/networks => generated 631 bytes in 383 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2288] 10.0.0.147 () {34 vars in 670 bytes} [Fri Jun 26 05:55:16 2026] POST /v2.0/networks => generated 634 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-26 05:55:17.211 7 INFO neutron.db.segments_db [None req-5488db06-67c8-4dfb-8e53-9607674fcbbd e76bb95f58ae4413959f2f34860f6287 5cba34a86480463080527bc2c7cb5ed1 - - default default] Added segment efe73caf-784c-49e4-bf34-498c398a9852 of type vxlan for network 3a88792b-bd6d-458f-9cb8-3402b150def2 [pid: 8|app: 0|req: 1176/2289] 10.0.0.147 () {34 vars in 753 bytes} [Fri Jun 26 05:55:17 2026] PUT /v2.0/networks/32f30941-e51d-4e54-b593-aeb765e18a23/tags => generated 25 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2290] 10.0.0.147 () {32 vars in 733 bytes} [Fri Jun 26 05:55:17 2026] GET /v2.0/networks/32f30941-e51d-4e54-b593-aeb765e18a23/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2291] 10.0.0.147 () {34 vars in 670 bytes} [Fri Jun 26 05:55:17 2026] POST /v2.0/networks => generated 634 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2292] 10.0.0.147 () {34 vars in 764 bytes} [Fri Jun 26 05:55:17 2026] PUT /v2.0/networks/32f30941-e51d-4e54-b593-aeb765e18a23/tags/green => generated 4 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2293] 10.0.0.147 () {32 vars in 733 bytes} [Fri Jun 26 05:55:17 2026] GET /v2.0/networks/32f30941-e51d-4e54-b593-aeb765e18a23/tags => generated 34 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2294] 10.0.0.147 () {34 vars in 760 bytes} [Fri Jun 26 05:55:17 2026] PUT /v2.0/networks/32f30941-e51d-4e54-b593-aeb765e18a23/tags/red => generated 4 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2295] 10.0.0.147 () {34 vars in 669 bytes} [Fri Jun 26 05:55:17 2026] POST /v2.0/subnets => generated 646 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2296] 10.0.0.147 () {32 vars in 733 bytes} [Fri Jun 26 05:55:17 2026] GET /v2.0/networks/32f30941-e51d-4e54-b593-aeb765e18a23/tags => generated 34 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2297] 10.0.0.147 () {34 vars in 782 bytes} [Fri Jun 26 05:55:17 2026] PUT /v2.0/networks/32f30941-e51d-4e54-b593-aeb765e18a23/tags/black.or.white => generated 4 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2298] 10.0.0.147 () {32 vars in 733 bytes} [Fri Jun 26 05:55:17 2026] GET /v2.0/networks/32f30941-e51d-4e54-b593-aeb765e18a23/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: 1184/2299] 10.0.0.147 () {34 vars in 753 bytes} [Fri Jun 26 05:55:17 2026] PUT /v2.0/networks/32f30941-e51d-4e54-b593-aeb765e18a23/tags => generated 37 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2300] 10.0.0.147 () {32 vars in 733 bytes} [Fri Jun 26 05:55:17 2026] GET /v2.0/networks/32f30941-e51d-4e54-b593-aeb765e18a23/tags => generated 37 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2301] 10.0.0.147 () {34 vars in 669 bytes} [Fri Jun 26 05:55:17 2026] POST /v2.0/subnets => generated 655 bytes in 298 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-26 05:55:17.933 7 INFO neutron.db.segments_db [None req-0dedcdf5-6b3a-4e48-85c3-e74dac8ce0c2 e76bb95f58ae4413959f2f34860f6287 5cba34a86480463080527bc2c7cb5ed1 - - default default] Added segment 760cae41-28bc-43a7-878e-406886ee28b1 of type vxlan for network 31865afc-bffb-449f-a58f-0cd1024e42a1 [pid: 8|app: 0|req: 1186/2302] 10.0.0.147 () {32 vars in 741 bytes} [Fri Jun 26 05:55:17 2026] GET /v2.0/networks/32f30941-e51d-4e54-b593-aeb765e18a23/tags/red => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 05:55:18.000 8 INFO neutron.api.v2.resource [None req-43f934c6-9d3a-4947-93bb-e881e79f0856 b301f648db464667be1c5d85d7aa766e 5e3fc4453c2146f98570f418819c0788 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1187/2303] 10.0.0.147 () {32 vars in 745 bytes} [Fri Jun 26 05:55:17 2026] GET /v2.0/networks/32f30941-e51d-4e54-b593-aeb765e18a23/tags/green => generated 99 bytes in 58 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2304] 10.0.0.147 () {32 vars in 744 bytes} [Fri Jun 26 05:55:18 2026] DELETE /v2.0/networks/32f30941-e51d-4e54-b593-aeb765e18a23/tags/red => 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: 1189/2305] 10.0.0.147 () {32 vars in 733 bytes} [Fri Jun 26 05:55:18 2026] GET /v2.0/networks/32f30941-e51d-4e54-b593-aeb765e18a23/tags => generated 30 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:55:18.178 7 INFO neutron.db.l3_hamode_db [None req-0dedcdf5-6b3a-4e48-85c3-e74dac8ce0c2 e76bb95f58ae4413959f2f34860f6287 5cba34a86480463080527bc2c7cb5ed1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-26 05:55:18.186 8 INFO neutron.api.v2.resource [None req-dcf30c01-2e3b-4091-8e85-d8c6108f1d5d b301f648db464667be1c5d85d7aa766e 5e3fc4453c2146f98570f418819c0788 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1190/2306] 10.0.0.147 () {32 vars in 748 bytes} [Fri Jun 26 05:55:18 2026] DELETE /v2.0/networks/32f30941-e51d-4e54-b593-aeb765e18a23/tags/green => generated 99 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2307] 10.0.0.147 () {32 vars in 736 bytes} [Fri Jun 26 05:55:18 2026] DELETE /v2.0/networks/32f30941-e51d-4e54-b593-aeb765e18a23/tags => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2308] 10.0.0.147 () {32 vars in 733 bytes} [Fri Jun 26 05:55:18 2026] GET /v2.0/networks/32f30941-e51d-4e54-b593-aeb765e18a23/tags => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:55:18.317 7 INFO neutron.db.l3_hamode_db [None req-0dedcdf5-6b3a-4e48-85c3-e74dac8ce0c2 e76bb95f58ae4413959f2f34860f6287 5cba34a86480463080527bc2c7cb5ed1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-26 05:55:18.457 8 INFO neutron.services.segments.plugin [-] Segment 2e3cc3aa-cc55-4143-b418-0cedb186c80e resource provider aggregate not found 2026-06-26 05:55:18.464 8 INFO neutron.services.segments.plugin [-] Segment 2e3cc3aa-cc55-4143-b418-0cedb186c80e resource provider aggregate not found [pid: 8|app: 0|req: 1193/2309] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 05:55:18 2026] DELETE /v2.0/networks/32f30941-e51d-4e54-b593-aeb765e18a23 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:55:18.488 8 INFO neutron.services.segments.plugin [-] Segment 2e3cc3aa-cc55-4143-b418-0cedb186c80e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e3cc3aa-cc55-4143-b418-0cedb186c80e found for delete ", "request_id": "req-135598d2-cb88-4fef-83b1-025403102732"}]} 2026-06-26 05:55:18.491 8 INFO neutron.services.segments.plugin [-] Segment 2e3cc3aa-cc55-4143-b418-0cedb186c80e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e3cc3aa-cc55-4143-b418-0cedb186c80e found for delete ", "request_id": "req-c952f0f7-1333-4685-b960-d5e54f98ccfa"}]} [pid: 7|app: 0|req: 1117/2310] 10.0.0.147 () {34 vars in 669 bytes} [Fri Jun 26 05:55:17 2026] POST /v2.0/routers => generated 511 bytes in 1116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2311] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:55:19 2026] GET /v2.0/security-groups?tenant_id=5e3fc4453c2146f98570f418819c0788&name=default => generated 2925 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2312] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:55:19 2026] DELETE /v2.0/security-groups/33d5723c-344a-41f9-a85d-d8c9abb1d510 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2313] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:55:19 2026] GET /v2.0/security-groups?tenant_id=41bb05fe41cb486197119697b20b7dac&name=default => generated 2925 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2314] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:55:19 2026] DELETE /v2.0/security-groups/542d1ab0-92bf-46e3-88fe-0dba8a7e0e53 => 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: 1118/2315] 10.0.0.147 () {34 vars in 783 bytes} [Fri Jun 26 05:55:19 2026] PUT /v2.0/routers/db7ab001-dba0-4ff0-b46d-085c5e028724/add_router_interface => generated 309 bytes in 1175 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2316] 10.0.0.147 () {32 vars in 717 bytes} [Fri Jun 26 05:55:20 2026] GET /v2.0/ports/e241433d-eea1-404d-9c7e-a62026dacabb => generated 959 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2317] 10.0.0.147 () {34 vars in 783 bytes} [Fri Jun 26 05:55:20 2026] PUT /v2.0/routers/db7ab001-dba0-4ff0-b46d-085c5e028724/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: 1199/2318] 10.0.0.147 () {32 vars in 717 bytes} [Fri Jun 26 05:55:21 2026] GET /v2.0/ports/8d9d19ec-d0bb-4c30-a391-ff2cf8c21e01 => generated 967 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:55:22.186 7 INFO neutron_taas.services.taas.taas_plugin [None req-50d4bee0-ae58-4752-848f-00cdfed2e890 e76bb95f58ae4413959f2f34860f6287 5cba34a86480463080527bc2c7cb5ed1 - - default default] TaaS: Handle Delete Port: 8d9d19ec-d0bb-4c30-a391-ff2cf8c21e01 2026-06-26 05:55:22.189 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-50d4bee0-ae58-4752-848f-00cdfed2e890 e76bb95f58ae4413959f2f34860f6287 5cba34a86480463080527bc2c7cb5ed1 - - default default] Tap Mirror: Handle Delete Port: 8d9d19ec-d0bb-4c30-a391-ff2cf8c21e01 [pid: 7|app: 0|req: 1120/2319] 10.0.0.147 () {34 vars in 789 bytes} [Fri Jun 26 05:55:21 2026] PUT /v2.0/routers/db7ab001-dba0-4ff0-b46d-085c5e028724/remove_router_interface => generated 309 bytes in 841 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:55:23.003 8 INFO neutron_taas.services.taas.taas_plugin [None req-cda0d517-3079-4abd-a1fe-536189884036 e76bb95f58ae4413959f2f34860f6287 5cba34a86480463080527bc2c7cb5ed1 - - default default] TaaS: Handle Delete Port: e241433d-eea1-404d-9c7e-a62026dacabb 2026-06-26 05:55:23.005 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cda0d517-3079-4abd-a1fe-536189884036 e76bb95f58ae4413959f2f34860f6287 5cba34a86480463080527bc2c7cb5ed1 - - default default] Tap Mirror: Handle Delete Port: e241433d-eea1-404d-9c7e-a62026dacabb [pid: 7|app: 0|req: 1121/2320] 10.0.0.147 () {34 vars in 676 bytes} [Fri Jun 26 05:55:23 2026] POST /v2.0/subnetpools => generated 516 bytes in 254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2321] 10.0.0.147 () {34 vars in 759 bytes} [Fri Jun 26 05:55:23 2026] PUT /v2.0/subnetpools/f4e14e63-3cd9-4332-a4d5-b1fdc011bbd8/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2322] 10.0.0.147 () {34 vars in 789 bytes} [Fri Jun 26 05:55:22 2026] PUT /v2.0/routers/db7ab001-dba0-4ff0-b46d-085c5e028724/remove_router_interface => generated 309 bytes in 753 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2323] 10.0.0.147 () {32 vars in 736 bytes} [Fri Jun 26 05:55:23 2026] GET /v2.0/ports?device_id=db7ab001-dba0-4ff0-b46d-085c5e028724 => 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: 1123/2324] 10.0.0.147 () {32 vars in 739 bytes} [Fri Jun 26 05:55:23 2026] GET /v2.0/subnetpools/f4e14e63-3cd9-4332-a4d5-b1fdc011bbd8/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: 1124/2325] 10.0.0.147 () {34 vars in 770 bytes} [Fri Jun 26 05:55:23 2026] PUT /v2.0/subnetpools/f4e14e63-3cd9-4332-a4d5-b1fdc011bbd8/tags/green => generated 4 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2326] 10.0.0.147 () {32 vars in 739 bytes} [Fri Jun 26 05:55:23 2026] GET /v2.0/subnetpools/f4e14e63-3cd9-4332-a4d5-b1fdc011bbd8/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2327] 10.0.0.147 () {34 vars in 766 bytes} [Fri Jun 26 05:55:23 2026] PUT /v2.0/subnetpools/f4e14e63-3cd9-4332-a4d5-b1fdc011bbd8/tags/red => generated 4 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-06-26 05:55:23.621 8 INFO neutron_taas.services.taas.taas_plugin [None req-f2aaf6b1-ff34-4746-981f-45f244b76acc e76bb95f58ae4413959f2f34860f6287 5cba34a86480463080527bc2c7cb5ed1 - - default default] TaaS: Handle Delete Port: e63f7124-56e2-447a-af05-2894a7cb1af6 2026-06-26 05:55:23.624 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2aaf6b1-ff34-4746-981f-45f244b76acc e76bb95f58ae4413959f2f34860f6287 5cba34a86480463080527bc2c7cb5ed1 - - default default] Tap Mirror: Handle Delete Port: e63f7124-56e2-447a-af05-2894a7cb1af6 [pid: 7|app: 0|req: 1127/2328] 10.0.0.147 () {32 vars in 739 bytes} [Fri Jun 26 05:55:23 2026] GET /v2.0/subnetpools/f4e14e63-3cd9-4332-a4d5-b1fdc011bbd8/tags => generated 34 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2329] 10.0.0.147 () {34 vars in 788 bytes} [Fri Jun 26 05:55:23 2026] PUT /v2.0/subnetpools/f4e14e63-3cd9-4332-a4d5-b1fdc011bbd8/tags/black.or.white => generated 4 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2330] 10.0.0.147 () {32 vars in 739 bytes} [Fri Jun 26 05:55:23 2026] GET /v2.0/subnetpools/f4e14e63-3cd9-4332-a4d5-b1fdc011bbd8/tags => generated 52 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2331] 10.0.0.147 () {34 vars in 759 bytes} [Fri Jun 26 05:55:23 2026] PUT /v2.0/subnetpools/f4e14e63-3cd9-4332-a4d5-b1fdc011bbd8/tags => generated 37 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2332] 10.0.0.147 () {32 vars in 739 bytes} [Fri Jun 26 05:55:23 2026] GET /v2.0/subnetpools/f4e14e63-3cd9-4332-a4d5-b1fdc011bbd8/tags => generated 37 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:55:23.955 8 INFO neutron.services.segments.plugin [-] Segment 760cae41-28bc-43a7-878e-406886ee28b1 resource provider aggregate not found 2026-06-26 05:55:23.960 8 INFO neutron.services.segments.plugin [-] Segment 760cae41-28bc-43a7-878e-406886ee28b1 resource provider aggregate not found [pid: 7|app: 0|req: 1132/2333] 10.0.0.147 () {32 vars in 747 bytes} [Fri Jun 26 05:55:23 2026] GET /v2.0/subnetpools/f4e14e63-3cd9-4332-a4d5-b1fdc011bbd8/tags/red => generated 0 bytes in 28 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 05:55:23.977 8 INFO neutron.services.segments.plugin [-] Segment 760cae41-28bc-43a7-878e-406886ee28b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 760cae41-28bc-43a7-878e-406886ee28b1 found for delete ", "request_id": "req-094aa491-78fb-4759-97fa-70a0845df7e4"}]} 2026-06-26 05:55:23.978 8 INFO neutron.services.segments.plugin [-] Segment 760cae41-28bc-43a7-878e-406886ee28b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 760cae41-28bc-43a7-878e-406886ee28b1 found for delete ", "request_id": "req-f1100099-6d62-483e-a26e-7a0ff6eeea61"}]} 2026-06-26 05:55:23.984 8 INFO neutron.db.l3_hamode_db [None req-f2aaf6b1-ff34-4746-981f-45f244b76acc e76bb95f58ae4413959f2f34860f6287 5cba34a86480463080527bc2c7cb5ed1 - - default default] HA network 31865afc-bffb-449f-a58f-0cd1024e42a1 was deleted as no HA routers are present in tenant 5cba34a86480463080527bc2c7cb5ed1. [pid: 8|app: 0|req: 1202/2334] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:55:23 2026] DELETE /v2.0/routers/db7ab001-dba0-4ff0-b46d-085c5e028724 => generated 0 bytes in 532 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 05:55:24.006 7 INFO neutron.api.v2.resource [None req-37453e30-0c19-48a4-aa4e-4be48c189f98 ec2fe8016f3f4b5a8370de67dbef4b23 ca2be41090634913acc6b3bd66b7e5b9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1133/2335] 10.0.0.147 () {32 vars in 751 bytes} [Fri Jun 26 05:55:23 2026] GET /v2.0/subnetpools/f4e14e63-3cd9-4332-a4d5-b1fdc011bbd8/tags/green => generated 99 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2336] 10.0.0.147 () {32 vars in 750 bytes} [Fri Jun 26 05:55:24 2026] DELETE /v2.0/subnetpools/f4e14e63-3cd9-4332-a4d5-b1fdc011bbd8/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2337] 10.0.0.147 () {32 vars in 739 bytes} [Fri Jun 26 05:55:24 2026] GET /v2.0/subnetpools/f4e14e63-3cd9-4332-a4d5-b1fdc011bbd8/tags => generated 30 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:55:24.135 7 INFO neutron.api.v2.resource [None req-677aae9a-4b5a-420d-b41b-1ff380e1d1da ec2fe8016f3f4b5a8370de67dbef4b23 ca2be41090634913acc6b3bd66b7e5b9 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1136/2338] 10.0.0.147 () {32 vars in 754 bytes} [Fri Jun 26 05:55:24 2026] DELETE /v2.0/subnetpools/f4e14e63-3cd9-4332-a4d5-b1fdc011bbd8/tags/green => generated 99 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2339] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:55:23 2026] DELETE /v2.0/subnets/578cc6e1-1d4f-4469-845c-bbcc2fb8ecb7 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2340] 10.0.0.147 () {32 vars in 742 bytes} [Fri Jun 26 05:55:24 2026] DELETE /v2.0/subnetpools/f4e14e63-3cd9-4332-a4d5-b1fdc011bbd8/tags => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2341] 10.0.0.147 () {32 vars in 739 bytes} [Fri Jun 26 05:55:24 2026] GET /v2.0/subnetpools/f4e14e63-3cd9-4332-a4d5-b1fdc011bbd8/tags => 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: 1139/2342] 10.0.0.147 () {32 vars in 732 bytes} [Fri Jun 26 05:55:24 2026] DELETE /v2.0/subnetpools/f4e14e63-3cd9-4332-a4d5-b1fdc011bbd8 => 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: 1204/2343] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:55:24 2026] DELETE /v2.0/subnets/bdb4f219-bd11-49fd-b58e-b8aa372878fa => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:55:24.438 7 INFO neutron_taas.services.taas.taas_plugin [None req-b84a63c6-0932-4874-ae0f-57ca76144ca4 e76bb95f58ae4413959f2f34860f6287 5cba34a86480463080527bc2c7cb5ed1 - - default default] TaaS: Handle Delete Port: 8dcadfd7-84ab-4346-ba3e-296dfe4ce974 2026-06-26 05:55:24.441 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b84a63c6-0932-4874-ae0f-57ca76144ca4 e76bb95f58ae4413959f2f34860f6287 5cba34a86480463080527bc2c7cb5ed1 - - default default] Tap Mirror: Handle Delete Port: 8dcadfd7-84ab-4346-ba3e-296dfe4ce974 2026-06-26 05:55:24.630 7 INFO neutron.services.segments.plugin [-] Segment efe73caf-784c-49e4-bf34-498c398a9852 resource provider aggregate not found 2026-06-26 05:55:24.633 7 INFO neutron.services.segments.plugin [-] Segment efe73caf-784c-49e4-bf34-498c398a9852 resource provider aggregate not found 2026-06-26 05:55:24.654 7 INFO neutron.services.segments.plugin [-] Segment efe73caf-784c-49e4-bf34-498c398a9852 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid efe73caf-784c-49e4-bf34-498c398a9852 found for delete ", "request_id": "req-528e5fec-b83c-4a16-999f-9374cc78d813"}]} 2026-06-26 05:55:24.659 7 INFO neutron.services.segments.plugin [-] Segment efe73caf-784c-49e4-bf34-498c398a9852 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid efe73caf-784c-49e4-bf34-498c398a9852 found for delete ", "request_id": "req-595dd087-a05a-4a34-bb3f-19e63fbf255a"}]} [pid: 7|app: 0|req: 1140/2344] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 05:55:24 2026] DELETE /v2.0/networks/3a88792b-bd6d-458f-9cb8-3402b150def2 => generated 0 bytes in 340 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:55:24.777 8 INFO neutron_taas.services.taas.taas_plugin [None req-d8eb550f-600b-4034-9c79-6bb767470ce7 e76bb95f58ae4413959f2f34860f6287 5cba34a86480463080527bc2c7cb5ed1 - - default default] TaaS: Handle Delete Port: a41dcde0-256c-4a2d-af75-778e0a29e9f4 2026-06-26 05:55:24.780 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d8eb550f-600b-4034-9c79-6bb767470ce7 e76bb95f58ae4413959f2f34860f6287 5cba34a86480463080527bc2c7cb5ed1 - - default default] Tap Mirror: Handle Delete Port: a41dcde0-256c-4a2d-af75-778e0a29e9f4 [pid: 8|app: 0|req: 1205/2345] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 05:55:24 2026] DELETE /v2.0/networks/40f1539a-4e43-4d48-8485-f3fe43ecbc5d => generated 0 bytes in 326 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:55:25.080 8 INFO neutron.db.segments_db [None req-84097955-d9c2-45c0-a6e8-87113f844835 e76bb95f58ae4413959f2f34860f6287 5cba34a86480463080527bc2c7cb5ed1 - - default default] Added segment b1176104-bd5b-4049-b465-ee9fa7e90cf4 of type vxlan for network b5270db3-a808-4563-95a3-a51bdba8f2c0 [pid: 8|app: 0|req: 1206/2346] 10.0.0.147 () {34 vars in 670 bytes} [Fri Jun 26 05:55:25 2026] POST /v2.0/networks => generated 634 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2347] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:55:24 2026] GET /v2.0/security-groups?tenant_id=6bd323bcbfc44eeb90dd94be0afc08c4&name=default => generated 2928 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2348] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:55:25 2026] DELETE /v2.0/security-groups/8c05ce9d-583b-468f-b2fd-3afbb0fd8223 => 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: 1207/2349] 10.0.0.147 () {34 vars in 669 bytes} [Fri Jun 26 05:55:25 2026] POST /v2.0/subnets => generated 646 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-26 05:55:25.534 8 INFO neutron.db.segments_db [None req-f2d0af9b-1452-4337-be2b-89d7cfbd5a76 e76bb95f58ae4413959f2f34860f6287 5cba34a86480463080527bc2c7cb5ed1 - - default default] Added segment e4cc7c26-9ba8-4d80-8f20-e6391346489e of type vxlan for network 2e467b62-5bf9-48b2-a17a-2cf3cbd901a8 [pid: 7|app: 0|req: 1143/2350] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:55:25 2026] GET /v2.0/security-groups?tenant_id=ca2be41090634913acc6b3bd66b7e5b9&name=default => generated 2929 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2351] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:55:25 2026] DELETE /v2.0/security-groups/b9dc45c1-e7c5-45c4-a67b-0215b024df3c => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 05:55:25.811 8 INFO neutron.db.l3_hamode_db [None req-f2d0af9b-1452-4337-be2b-89d7cfbd5a76 e76bb95f58ae4413959f2f34860f6287 5cba34a86480463080527bc2c7cb5ed1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-26 05:55:26.002 8 INFO neutron.services.segments.plugin [-] Segment d76c1c5c-cfa3-4bac-a306-bbe8aaaa2eb7 resource provider aggregate not found 2026-06-26 05:55:26.007 8 INFO neutron.services.segments.plugin [-] Segment d76c1c5c-cfa3-4bac-a306-bbe8aaaa2eb7 resource provider aggregate not found 2026-06-26 05:55:26.021 8 INFO neutron.services.segments.plugin [-] Segment d76c1c5c-cfa3-4bac-a306-bbe8aaaa2eb7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d76c1c5c-cfa3-4bac-a306-bbe8aaaa2eb7 found for delete ", "request_id": "req-be4d7ef7-84a6-438c-a8b4-34fc82810b3b"}]} 2026-06-26 05:55:26.028 8 INFO neutron.db.l3_hamode_db [None req-f2d0af9b-1452-4337-be2b-89d7cfbd5a76 e76bb95f58ae4413959f2f34860f6287 5cba34a86480463080527bc2c7cb5ed1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-26 05:55:26.032 8 INFO neutron.services.segments.plugin [-] Segment d76c1c5c-cfa3-4bac-a306-bbe8aaaa2eb7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d76c1c5c-cfa3-4bac-a306-bbe8aaaa2eb7 found for delete ", "request_id": "req-d8da9fb8-8074-4fe6-890a-1a6b73ad80fb"}]} [pid: 8|app: 0|req: 1208/2352] 10.0.0.147 () {34 vars in 669 bytes} [Fri Jun 26 05:55:25 2026] POST /v2.0/routers => generated 510 bytes in 1221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2353] 10.0.0.147 () {34 vars in 665 bytes} [Fri Jun 26 05:55:26 2026] POST /v2.0/ports => generated 963 bytes in 389 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2354] 10.0.0.147 () {34 vars in 783 bytes} [Fri Jun 26 05:55:27 2026] PUT /v2.0/routers/2e89c77b-a686-4c52-90cf-d4066dbd64a0/add_router_interface => generated 309 bytes in 1118 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: 1146/2355] 10.0.0.147 () {32 vars in 717 bytes} [Fri Jun 26 05:55:28 2026] GET /v2.0/ports/6ef52f0e-0359-46c1-93e4-d5c535058b06 => generated 1037 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-26 05:55:28.647 8 INFO neutron_taas.services.taas.taas_plugin [None req-f9c638ed-ffcf-4bb0-bc08-c694ffb00334 e76bb95f58ae4413959f2f34860f6287 5cba34a86480463080527bc2c7cb5ed1 - - default default] TaaS: Handle Delete Port: 6ef52f0e-0359-46c1-93e4-d5c535058b06 2026-06-26 05:55:28.650 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f9c638ed-ffcf-4bb0-bc08-c694ffb00334 e76bb95f58ae4413959f2f34860f6287 5cba34a86480463080527bc2c7cb5ed1 - - default default] Tap Mirror: Handle Delete Port: 6ef52f0e-0359-46c1-93e4-d5c535058b06 [pid: 8|app: 0|req: 1210/2356] 10.0.0.147 () {34 vars in 789 bytes} [Fri Jun 26 05:55:28 2026] PUT /v2.0/routers/2e89c77b-a686-4c52-90cf-d4066dbd64a0/remove_router_interface => generated 309 bytes in 796 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-06-26 05:55:29.168 8 INFO neutron.api.v2.resource [None req-dd587c8d-fb59-4728-8d0a-d9ce7d6a2993 e76bb95f58ae4413959f2f34860f6287 5cba34a86480463080527bc2c7cb5ed1 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1211/2357] 10.0.0.147 () {34 vars in 789 bytes} [Fri Jun 26 05:55:29 2026] PUT /v2.0/routers/2e89c77b-a686-4c52-90cf-d4066dbd64a0/remove_router_interface => generated 197 bytes in 109 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2358] 10.0.0.147 () {32 vars in 736 bytes} [Fri Jun 26 05:55:29 2026] GET /v2.0/ports?device_id=2e89c77b-a686-4c52-90cf-d4066dbd64a0 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:55:29.392 7 INFO neutron.db.segments_db [None req-01d1a282-9124-4552-839a-7e9fe9f87320 ebbbb1e79ece4fe0ac1db556c0e7a1b7 6df7933865444eb4b05fda8e460b5a19 - - default default] Added segment dc5cbe72-32df-4f64-88fe-a740bc5b533f of type vxlan for network 58d98b1c-0961-469b-9fd6-5f04eb16a8b5 2026-06-26 05:55:29.434 8 INFO neutron_taas.services.taas.taas_plugin [None req-9a17c766-f10a-430c-a53a-91140cd7c7a2 e76bb95f58ae4413959f2f34860f6287 5cba34a86480463080527bc2c7cb5ed1 - - default default] TaaS: Handle Delete Port: 29ba5344-526c-4148-84a8-80c5c1cf611b 2026-06-26 05:55:29.438 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9a17c766-f10a-430c-a53a-91140cd7c7a2 e76bb95f58ae4413959f2f34860f6287 5cba34a86480463080527bc2c7cb5ed1 - - default default] Tap Mirror: Handle Delete Port: 29ba5344-526c-4148-84a8-80c5c1cf611b [pid: 7|app: 0|req: 1147/2359] 10.0.0.147 () {34 vars in 670 bytes} [Fri Jun 26 05:55:29 2026] POST /v2.0/networks => generated 631 bytes in 420 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2360] 10.0.0.147 () {34 vars in 669 bytes} [Fri Jun 26 05:55:29 2026] POST /v2.0/subnets => generated 626 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-26 05:55:29.804 8 INFO neutron.services.segments.plugin [-] Segment e4cc7c26-9ba8-4d80-8f20-e6391346489e resource provider aggregate not found 2026-06-26 05:55:29.809 8 INFO neutron.services.segments.plugin [-] Segment e4cc7c26-9ba8-4d80-8f20-e6391346489e resource provider aggregate not found 2026-06-26 05:55:29.825 8 INFO neutron.services.segments.plugin [-] Segment e4cc7c26-9ba8-4d80-8f20-e6391346489e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e4cc7c26-9ba8-4d80-8f20-e6391346489e found for delete ", "request_id": "req-be7df62a-1f37-4b58-b0e8-f2e6c89db057"}]} 2026-06-26 05:55:29.826 8 INFO neutron.services.segments.plugin [-] Segment e4cc7c26-9ba8-4d80-8f20-e6391346489e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e4cc7c26-9ba8-4d80-8f20-e6391346489e found for delete ", "request_id": "req-f777b6e6-2820-46f3-ac43-e35f3c608666"}]} 2026-06-26 05:55:29.827 8 INFO neutron.db.l3_hamode_db [None req-9a17c766-f10a-430c-a53a-91140cd7c7a2 e76bb95f58ae4413959f2f34860f6287 5cba34a86480463080527bc2c7cb5ed1 - - default default] HA network 2e467b62-5bf9-48b2-a17a-2cf3cbd901a8 was deleted as no HA routers are present in tenant 5cba34a86480463080527bc2c7cb5ed1. [pid: 8|app: 0|req: 1213/2361] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:55:29 2026] DELETE /v2.0/routers/2e89c77b-a686-4c52-90cf-d4066dbd64a0 => generated 0 bytes in 628 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2362] 10.0.0.147 () {34 vars in 751 bytes} [Fri Jun 26 05:55:29 2026] PUT /v2.0/subnets/e601ee8e-5ba5-4e7e-8c7b-59a54ca7eb36/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2363] 10.0.0.147 () {32 vars in 731 bytes} [Fri Jun 26 05:55:29 2026] GET /v2.0/subnets/e601ee8e-5ba5-4e7e-8c7b-59a54ca7eb36/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2364] 10.0.0.147 () {34 vars in 762 bytes} [Fri Jun 26 05:55:29 2026] PUT /v2.0/subnets/e601ee8e-5ba5-4e7e-8c7b-59a54ca7eb36/tags/green => generated 4 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2365] 10.0.0.147 () {32 vars in 731 bytes} [Fri Jun 26 05:55:29 2026] GET /v2.0/subnets/e601ee8e-5ba5-4e7e-8c7b-59a54ca7eb36/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2366] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:55:29 2026] DELETE /v2.0/subnets/2af909c7-289c-4db9-a927-91bc1c3e91b3 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2367] 10.0.0.147 () {34 vars in 758 bytes} [Fri Jun 26 05:55:30 2026] PUT /v2.0/subnets/e601ee8e-5ba5-4e7e-8c7b-59a54ca7eb36/tags/red => generated 4 bytes in 73 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2368] 10.0.0.147 () {32 vars in 731 bytes} [Fri Jun 26 05:55:30 2026] GET /v2.0/subnets/e601ee8e-5ba5-4e7e-8c7b-59a54ca7eb36/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:55:30.177 8 INFO neutron_taas.services.taas.taas_plugin [None req-344d1cde-2978-4496-9c6b-35a7718ac0e2 e76bb95f58ae4413959f2f34860f6287 5cba34a86480463080527bc2c7cb5ed1 - - default default] TaaS: Handle Delete Port: 7172b2a0-a20d-45c1-831a-e2aa4d90afb9 2026-06-26 05:55:30.179 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-344d1cde-2978-4496-9c6b-35a7718ac0e2 e76bb95f58ae4413959f2f34860f6287 5cba34a86480463080527bc2c7cb5ed1 - - default default] Tap Mirror: Handle Delete Port: 7172b2a0-a20d-45c1-831a-e2aa4d90afb9 [pid: 7|app: 0|req: 1155/2369] 10.0.0.147 () {34 vars in 780 bytes} [Fri Jun 26 05:55:30 2026] PUT /v2.0/subnets/e601ee8e-5ba5-4e7e-8c7b-59a54ca7eb36/tags/black.or.white => generated 4 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2370] 10.0.0.147 () {32 vars in 731 bytes} [Fri Jun 26 05:55:30 2026] GET /v2.0/subnets/e601ee8e-5ba5-4e7e-8c7b-59a54ca7eb36/tags => generated 52 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2371] 10.0.0.147 () {34 vars in 751 bytes} [Fri Jun 26 05:55:30 2026] PUT /v2.0/subnets/e601ee8e-5ba5-4e7e-8c7b-59a54ca7eb36/tags => generated 37 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2372] 10.0.0.147 () {32 vars in 731 bytes} [Fri Jun 26 05:55:30 2026] GET /v2.0/subnets/e601ee8e-5ba5-4e7e-8c7b-59a54ca7eb36/tags => generated 37 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2373] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 05:55:30 2026] DELETE /v2.0/networks/b5270db3-a808-4563-95a3-a51bdba8f2c0 => generated 0 bytes in 402 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2374] 10.0.0.147 () {32 vars in 739 bytes} [Fri Jun 26 05:55:30 2026] GET /v2.0/subnets/e601ee8e-5ba5-4e7e-8c7b-59a54ca7eb36/tags/red => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 05:55:30.531 8 INFO neutron.db.segments_db [None req-34cbcad7-a039-4b6e-b8b3-688133aa13bc e76bb95f58ae4413959f2f34860f6287 5cba34a86480463080527bc2c7cb5ed1 - - default default] Added segment 492a1d9b-e846-4321-8441-dffe896f686d of type vxlan for network e6734c5a-91aa-452a-b769-3c23ecb46260 2026-06-26 05:55:30.541 7 INFO neutron.api.v2.resource [None req-772bef7b-0544-4926-a482-efa32c98f5c0 ebbbb1e79ece4fe0ac1db556c0e7a1b7 6df7933865444eb4b05fda8e460b5a19 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1160/2375] 10.0.0.147 () {32 vars in 743 bytes} [Fri Jun 26 05:55:30 2026] GET /v2.0/subnets/e601ee8e-5ba5-4e7e-8c7b-59a54ca7eb36/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: 1216/2376] 10.0.0.147 () {34 vars in 670 bytes} [Fri Jun 26 05:55:30 2026] POST /v2.0/networks => generated 634 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2377] 10.0.0.147 () {32 vars in 742 bytes} [Fri Jun 26 05:55:30 2026] DELETE /v2.0/subnets/e601ee8e-5ba5-4e7e-8c7b-59a54ca7eb36/tags/red => 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: 1162/2378] 10.0.0.147 () {32 vars in 731 bytes} [Fri Jun 26 05:55:30 2026] GET /v2.0/subnets/e601ee8e-5ba5-4e7e-8c7b-59a54ca7eb36/tags => generated 30 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:55:30.738 7 INFO neutron.api.v2.resource [None req-b237176c-f597-42bc-8c58-7046ac6715c5 ebbbb1e79ece4fe0ac1db556c0e7a1b7 6df7933865444eb4b05fda8e460b5a19 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1163/2379] 10.0.0.147 () {32 vars in 746 bytes} [Fri Jun 26 05:55:30 2026] DELETE /v2.0/subnets/e601ee8e-5ba5-4e7e-8c7b-59a54ca7eb36/tags/green => generated 99 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2380] 10.0.0.147 () {32 vars in 734 bytes} [Fri Jun 26 05:55:30 2026] DELETE /v2.0/subnets/e601ee8e-5ba5-4e7e-8c7b-59a54ca7eb36/tags => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2381] 10.0.0.147 () {32 vars in 731 bytes} [Fri Jun 26 05:55:30 2026] GET /v2.0/subnets/e601ee8e-5ba5-4e7e-8c7b-59a54ca7eb36/tags => generated 12 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2382] 10.0.0.147 () {34 vars in 669 bytes} [Fri Jun 26 05:55:30 2026] POST /v2.0/subnets => generated 646 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-26 05:55:30.986 8 INFO neutron.db.segments_db [None req-e1590100-8ea0-4823-940c-5f9f94ccac09 e76bb95f58ae4413959f2f34860f6287 5cba34a86480463080527bc2c7cb5ed1 - - default default] Added segment f4bb9905-7a09-4011-8576-48040c54902c of type vxlan for network dbaeeefc-dba6-443c-8ac5-167071761e09 [pid: 7|app: 0|req: 1166/2383] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:55:30 2026] DELETE /v2.0/subnets/e601ee8e-5ba5-4e7e-8c7b-59a54ca7eb36 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:55:31.164 7 INFO neutron.services.segments.plugin [-] Segment dc5cbe72-32df-4f64-88fe-a740bc5b533f resource provider aggregate not found 2026-06-26 05:55:31.169 7 INFO neutron.services.segments.plugin [-] Segment dc5cbe72-32df-4f64-88fe-a740bc5b533f resource provider aggregate not found 2026-06-26 05:55:31.186 7 INFO neutron.services.segments.plugin [-] Segment dc5cbe72-32df-4f64-88fe-a740bc5b533f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc5cbe72-32df-4f64-88fe-a740bc5b533f found for delete ", "request_id": "req-a85243b0-bf22-4ede-a4ba-951d6bd88bde"}]} 2026-06-26 05:55:31.190 7 INFO neutron.services.segments.plugin [-] Segment dc5cbe72-32df-4f64-88fe-a740bc5b533f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc5cbe72-32df-4f64-88fe-a740bc5b533f found for delete ", "request_id": "req-a312db46-fd65-4c25-928f-720613bed41b"}]} [pid: 7|app: 0|req: 1167/2384] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 05:55:31 2026] DELETE /v2.0/networks/58d98b1c-0961-469b-9fd6-5f04eb16a8b5 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:55:31.283 8 INFO neutron.db.l3_hamode_db [None req-e1590100-8ea0-4823-940c-5f9f94ccac09 e76bb95f58ae4413959f2f34860f6287 5cba34a86480463080527bc2c7cb5ed1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-26 05:55:31.461 8 INFO neutron.db.l3_hamode_db [None req-e1590100-8ea0-4823-940c-5f9f94ccac09 e76bb95f58ae4413959f2f34860f6287 5cba34a86480463080527bc2c7cb5ed1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-26 05:55:31.853 8 INFO neutron.services.segments.plugin [-] Segment b1176104-bd5b-4049-b465-ee9fa7e90cf4 resource provider aggregate not found 2026-06-26 05:55:31.855 8 INFO neutron.services.segments.plugin [-] Segment b1176104-bd5b-4049-b465-ee9fa7e90cf4 resource provider aggregate not found 2026-06-26 05:55:31.881 8 INFO neutron.services.segments.plugin [-] Segment b1176104-bd5b-4049-b465-ee9fa7e90cf4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1176104-bd5b-4049-b465-ee9fa7e90cf4 found for delete ", "request_id": "req-c4edef5c-b716-43f5-a8fd-78d195bcb0cd"}]} 2026-06-26 05:55:31.882 8 INFO neutron.services.segments.plugin [-] Segment b1176104-bd5b-4049-b465-ee9fa7e90cf4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1176104-bd5b-4049-b465-ee9fa7e90cf4 found for delete ", "request_id": "req-34ee0ac8-3a77-4cf9-ac28-79fe0df994ca"}]} [pid: 7|app: 0|req: 1170/2387] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:55:31 2026] GET /v2.0/security-groups?tenant_id=6df7933865444eb4b05fda8e460b5a19&name=default => generated 2929 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2388] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:55:32 2026] DELETE /v2.0/security-groups/a6e1374c-cab8-48d5-a943-0063a42ab4e1 => 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: 1172/2389] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:55:32 2026] GET /v2.0/security-groups?tenant_id=b8033836c0344c39a3e83c778100ff07&name=default => generated 2929 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2390] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:55:32 2026] DELETE /v2.0/security-groups/8608f33b-50bd-4341-9043-ce83a5a4fcb5 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2391] 10.0.0.147 () {34 vars in 669 bytes} [Fri Jun 26 05:55:30 2026] POST /v2.0/routers => generated 511 bytes in 1955 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2392] 10.0.0.147 () {34 vars in 783 bytes} [Fri Jun 26 05:55:32 2026] PUT /v2.0/routers/b4713a21-9c42-4a96-ab40-a19643c9ccaf/add_router_interface => generated 309 bytes in 1215 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2393] 10.0.0.147 () {32 vars in 717 bytes} [Fri Jun 26 05:55:34 2026] GET /v2.0/ports/26af0bb0-2ac9-4215-88f8-3ae27ccc51a6 => generated 959 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:55:34.516 7 INFO neutron_taas.services.taas.taas_plugin [None req-1de9929b-6f35-4876-8211-57e489c25e60 e76bb95f58ae4413959f2f34860f6287 5cba34a86480463080527bc2c7cb5ed1 - - default default] TaaS: Handle Delete Port: 26af0bb0-2ac9-4215-88f8-3ae27ccc51a6 2026-06-26 05:55:34.519 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1de9929b-6f35-4876-8211-57e489c25e60 e76bb95f58ae4413959f2f34860f6287 5cba34a86480463080527bc2c7cb5ed1 - - default default] Tap Mirror: Handle Delete Port: 26af0bb0-2ac9-4215-88f8-3ae27ccc51a6 [pid: 7|app: 0|req: 1175/2394] 10.0.0.147 () {34 vars in 789 bytes} [Fri Jun 26 05:55:34 2026] PUT /v2.0/routers/b4713a21-9c42-4a96-ab40-a19643c9ccaf/remove_router_interface => generated 309 bytes in 718 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2395] 10.0.0.147 () {32 vars in 736 bytes} [Fri Jun 26 05:55:34 2026] GET /v2.0/ports?device_id=b4713a21-9c42-4a96-ab40-a19643c9ccaf => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:55:35.084 7 INFO neutron_taas.services.taas.taas_plugin [None req-4e43cc30-e1cc-4ea7-a141-130d52e8a91f e76bb95f58ae4413959f2f34860f6287 5cba34a86480463080527bc2c7cb5ed1 - - default default] TaaS: Handle Delete Port: 93701337-3329-431c-ad3b-afad98a6454b 2026-06-26 05:55:35.088 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4e43cc30-e1cc-4ea7-a141-130d52e8a91f e76bb95f58ae4413959f2f34860f6287 5cba34a86480463080527bc2c7cb5ed1 - - default default] Tap Mirror: Handle Delete Port: 93701337-3329-431c-ad3b-afad98a6454b 2026-06-26 05:55:35.477 7 INFO neutron.services.segments.plugin [-] Segment f4bb9905-7a09-4011-8576-48040c54902c resource provider aggregate not found 2026-06-26 05:55:35.482 7 INFO neutron.services.segments.plugin [-] Segment f4bb9905-7a09-4011-8576-48040c54902c resource provider aggregate not found 2026-06-26 05:55:35.502 7 INFO neutron.services.segments.plugin [-] Segment f4bb9905-7a09-4011-8576-48040c54902c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f4bb9905-7a09-4011-8576-48040c54902c found for delete ", "request_id": "req-6bb7ca6e-b329-44ea-adbd-9baf6aef3507"}]} 2026-06-26 05:55:35.510 7 INFO neutron.db.l3_hamode_db [None req-4e43cc30-e1cc-4ea7-a141-130d52e8a91f e76bb95f58ae4413959f2f34860f6287 5cba34a86480463080527bc2c7cb5ed1 - - default default] HA network dbaeeefc-dba6-443c-8ac5-167071761e09 was deleted as no HA routers are present in tenant 5cba34a86480463080527bc2c7cb5ed1. 2026-06-26 05:55:35.511 7 INFO neutron.services.segments.plugin [-] Segment f4bb9905-7a09-4011-8576-48040c54902c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f4bb9905-7a09-4011-8576-48040c54902c found for delete ", "request_id": "req-c5238bb4-7713-4d91-a611-03a7ed2f4353"}]} [pid: 7|app: 0|req: 1176/2396] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:55:34 2026] DELETE /v2.0/routers/b4713a21-9c42-4a96-ab40-a19643c9ccaf => generated 0 bytes in 607 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2397] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:55:35 2026] DELETE /v2.0/subnets/79aeb9bc-bff2-4892-af99-530b7fb68d49 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:55:35.814 7 INFO neutron_taas.services.taas.taas_plugin [None req-a9433a1f-58cd-4a4b-9057-54bf9e85473c e76bb95f58ae4413959f2f34860f6287 5cba34a86480463080527bc2c7cb5ed1 - - default default] TaaS: Handle Delete Port: d8372dd5-c25d-4bdc-84e3-534b5de3f2ed 2026-06-26 05:55:35.817 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a9433a1f-58cd-4a4b-9057-54bf9e85473c e76bb95f58ae4413959f2f34860f6287 5cba34a86480463080527bc2c7cb5ed1 - - default default] Tap Mirror: Handle Delete Port: d8372dd5-c25d-4bdc-84e3-534b5de3f2ed [pid: 7|app: 0|req: 1177/2398] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 05:55:35 2026] DELETE /v2.0/networks/e6734c5a-91aa-452a-b769-3c23ecb46260 => generated 0 bytes in 300 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:55:36.067 7 INFO neutron.db.segments_db [None req-a9507fbf-7ed9-4184-8f7c-31708056506e e76bb95f58ae4413959f2f34860f6287 5cba34a86480463080527bc2c7cb5ed1 - - default default] Added segment 84ca2790-8859-485b-bff8-093f368bd8e0 of type vxlan for network 9bddceb3-8144-4051-aac4-a248069cb3e7 2026-06-26 05:55:36.371 7 INFO neutron.db.l3_hamode_db [None req-a9507fbf-7ed9-4184-8f7c-31708056506e e76bb95f58ae4413959f2f34860f6287 5cba34a86480463080527bc2c7cb5ed1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-26 05:55:36.386 8 INFO neutron.db.segments_db [None req-8eb8d61c-1b60-44f1-bd96-563363f356ad fe5af88c5e504b86a9ff08558a5c7e48 90fd5ac8d46d4d5bb983533eda13117f - - default default] Added segment db413de8-d290-4677-9ca8-4884ae75062e of type vxlan for network 32e1d450-9110-4c1c-a913-e6fba569a7d7 [pid: 8|app: 0|req: 1222/2399] 10.0.0.147 () {34 vars in 670 bytes} [Fri Jun 26 05:55:35 2026] POST /v2.0/networks => generated 631 bytes in 575 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-26 05:55:36.578 8 INFO neutron.db.segments_db [None req-e2dd22a4-c47a-4f3c-a393-1df52fa43e3f fe5af88c5e504b86a9ff08558a5c7e48 90fd5ac8d46d4d5bb983533eda13117f - - default default] Added segment a50fe8d2-99dd-4c64-a06e-1c7486e5de47 of type vxlan for network a1b17d87-7b4d-49c8-bdc1-1763639ce4de [pid: 8|app: 0|req: 1223/2400] 10.0.0.147 () {34 vars in 670 bytes} [Fri Jun 26 05:55:36 2026] POST /v2.0/networks => generated 632 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2401] 10.0.0.147 () {34 vars in 753 bytes} [Fri Jun 26 05:55:36 2026] PUT /v2.0/networks/32e1d450-9110-4c1c-a913-e6fba569a7d7/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2402] 10.0.0.147 () {32 vars in 733 bytes} [Fri Jun 26 05:55:36 2026] GET /v2.0/networks/32e1d450-9110-4c1c-a913-e6fba569a7d7/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: 1226/2403] 10.0.0.147 () {34 vars in 753 bytes} [Fri Jun 26 05:55:36 2026] PUT /v2.0/networks/a1b17d87-7b4d-49c8-bdc1-1763639ce4de/tags => generated 17 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2404] 10.0.0.147 () {32 vars in 733 bytes} [Fri Jun 26 05:55:36 2026] GET /v2.0/networks/a1b17d87-7b4d-49c8-bdc1-1763639ce4de/tags => generated 17 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2405] 10.0.0.147 () {34 vars in 753 bytes} [Fri Jun 26 05:55:36 2026] PUT /v2.0/networks/a1b17d87-7b4d-49c8-bdc1-1763639ce4de/tags => generated 12 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2406] 10.0.0.147 () {32 vars in 733 bytes} [Fri Jun 26 05:55:36 2026] GET /v2.0/networks/a1b17d87-7b4d-49c8-bdc1-1763639ce4de/tags => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2407] 10.0.0.147 () {32 vars in 733 bytes} [Fri Jun 26 05:55:37 2026] GET /v2.0/networks/32e1d450-9110-4c1c-a913-e6fba569a7d7/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:55:37.177 8 INFO neutron.services.segments.plugin [-] Segment db413de8-d290-4677-9ca8-4884ae75062e resource provider aggregate not found 2026-06-26 05:55:37.189 8 INFO neutron.services.segments.plugin [-] Segment db413de8-d290-4677-9ca8-4884ae75062e resource provider aggregate not found 2026-06-26 05:55:37.194 8 INFO neutron.services.segments.plugin [-] Segment db413de8-d290-4677-9ca8-4884ae75062e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db413de8-d290-4677-9ca8-4884ae75062e found for delete ", "request_id": "req-d636847e-0ac8-45b1-864f-e2860b2cdf3b"}]} 2026-06-26 05:55:37.211 8 INFO neutron.services.segments.plugin [-] Segment db413de8-d290-4677-9ca8-4884ae75062e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db413de8-d290-4677-9ca8-4884ae75062e found for delete ", "request_id": "req-fe5f2887-4c64-4c2e-bc9e-502c2f1708d1"}]} [pid: 8|app: 0|req: 1231/2408] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 05:55:37 2026] DELETE /v2.0/networks/32e1d450-9110-4c1c-a913-e6fba569a7d7 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:55:37.349 7 INFO neutron.db.l3_hamode_db [None req-a9507fbf-7ed9-4184-8f7c-31708056506e e76bb95f58ae4413959f2f34860f6287 5cba34a86480463080527bc2c7cb5ed1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1232/2409] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 05:55:37 2026] DELETE /v2.0/networks/a1b17d87-7b4d-49c8-bdc1-1763639ce4de => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:55:37.536 7 INFO neutron.services.segments.plugin [-] Segment 492a1d9b-e846-4321-8441-dffe896f686d resource provider aggregate not found 2026-06-26 05:55:37.542 7 INFO neutron.services.segments.plugin [-] Segment 492a1d9b-e846-4321-8441-dffe896f686d resource provider aggregate not found 2026-06-26 05:55:37.560 7 INFO neutron.services.segments.plugin [-] Segment 492a1d9b-e846-4321-8441-dffe896f686d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 492a1d9b-e846-4321-8441-dffe896f686d found for delete ", "request_id": "req-b6f73ba1-eadc-43e5-b880-462acd987423"}]} 2026-06-26 05:55:37.561 7 INFO neutron.services.segments.plugin [-] Segment 492a1d9b-e846-4321-8441-dffe896f686d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 492a1d9b-e846-4321-8441-dffe896f686d found for delete ", "request_id": "req-fd45e72f-d264-4b49-8f72-272a7d99767b"}]} [pid: 8|app: 0|req: 1233/2410] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:55:38 2026] GET /v2.0/security-groups?tenant_id=81dfc8061ac949da8ed508b3b4c07a5b&name=default => generated 2929 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2411] 10.0.0.147 () {34 vars in 669 bytes} [Fri Jun 26 05:55:36 2026] POST /v2.0/routers => generated 691 bytes in 2432 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2412] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:55:38 2026] DELETE /v2.0/security-groups/d6081cdc-5df2-40b4-9b1f-f8c5648e6544 => 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: 1179/2413] 10.0.0.147 () {32 vars in 721 bytes} [Fri Jun 26 05:55:38 2026] GET /v2.0/routers/e2ce3bcc-f41a-4a89-ab95-2a54af9d9260 => generated 697 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2414] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:55:38 2026] GET /v2.0/security-groups?tenant_id=90fd5ac8d46d4d5bb983533eda13117f&name=default => generated 2929 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2415] 10.0.0.147 () {32 vars in 647 bytes} [Fri Jun 26 05:55:38 2026] GET /v2.0/routers => generated 700 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2416] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:55:38 2026] DELETE /v2.0/security-groups/fc10ea39-67d2-44ce-9aac-543af7e2ff0c => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2417] 10.0.0.147 () {34 vars in 741 bytes} [Fri Jun 26 05:55:38 2026] PUT /v2.0/routers/e2ce3bcc-f41a-4a89-ab95-2a54af9d9260 => generated 704 bytes in 419 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2418] 10.0.0.147 () {32 vars in 721 bytes} [Fri Jun 26 05:55:39 2026] GET /v2.0/routers/e2ce3bcc-f41a-4a89-ab95-2a54af9d9260 => generated 704 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2419] 10.0.0.147 () {32 vars in 736 bytes} [Fri Jun 26 05:55:39 2026] GET /v2.0/ports?device_id=e2ce3bcc-f41a-4a89-ab95-2a54af9d9260 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:55:39.216 8 INFO neutron.services.segments.plugin [-] Segment a50fe8d2-99dd-4c64-a06e-1c7486e5de47 resource provider aggregate not found 2026-06-26 05:55:39.230 8 INFO neutron.services.segments.plugin [-] Segment a50fe8d2-99dd-4c64-a06e-1c7486e5de47 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a50fe8d2-99dd-4c64-a06e-1c7486e5de47 found for delete ", "request_id": "req-d78b2f17-db48-493c-94f2-63b2014792b0"}]} 2026-06-26 05:55:39.233 8 INFO neutron.services.segments.plugin [-] Segment a50fe8d2-99dd-4c64-a06e-1c7486e5de47 resource provider aggregate not found 2026-06-26 05:55:39.249 8 INFO neutron.services.segments.plugin [-] Segment a50fe8d2-99dd-4c64-a06e-1c7486e5de47 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a50fe8d2-99dd-4c64-a06e-1c7486e5de47 found for delete ", "request_id": "req-56352537-5dfa-4919-a747-89108b1c103b"}]} 2026-06-26 05:55:39.377 7 INFO neutron_taas.services.taas.taas_plugin [None req-e1a3b447-1b59-47ef-b7f1-eecd47cee5a6 e76bb95f58ae4413959f2f34860f6287 5cba34a86480463080527bc2c7cb5ed1 - - default default] TaaS: Handle Delete Port: ba5909df-2b13-4a71-a176-31c3dae5dba3 2026-06-26 05:55:39.382 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e1a3b447-1b59-47ef-b7f1-eecd47cee5a6 e76bb95f58ae4413959f2f34860f6287 5cba34a86480463080527bc2c7cb5ed1 - - default default] Tap Mirror: Handle Delete Port: ba5909df-2b13-4a71-a176-31c3dae5dba3 2026-06-26 05:55:39.700 7 INFO neutron_taas.services.taas.taas_plugin [None req-e1a3b447-1b59-47ef-b7f1-eecd47cee5a6 e76bb95f58ae4413959f2f34860f6287 5cba34a86480463080527bc2c7cb5ed1 - - default default] TaaS: Handle Delete Port: 0dc1982f-783e-4cac-a918-081903953739 2026-06-26 05:55:39.703 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e1a3b447-1b59-47ef-b7f1-eecd47cee5a6 e76bb95f58ae4413959f2f34860f6287 5cba34a86480463080527bc2c7cb5ed1 - - default default] Tap Mirror: Handle Delete Port: 0dc1982f-783e-4cac-a918-081903953739 2026-06-26 05:55:40.085 7 INFO neutron.services.segments.plugin [-] Segment 84ca2790-8859-485b-bff8-093f368bd8e0 resource provider aggregate not found 2026-06-26 05:55:40.088 7 INFO neutron.services.segments.plugin [-] Segment 84ca2790-8859-485b-bff8-093f368bd8e0 resource provider aggregate not found 2026-06-26 05:55:40.111 7 INFO neutron.services.segments.plugin [-] Segment 84ca2790-8859-485b-bff8-093f368bd8e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84ca2790-8859-485b-bff8-093f368bd8e0 found for delete ", "request_id": "req-7abde438-a377-4a0f-926b-4233f7d5b806"}]} 2026-06-26 05:55:40.113 7 INFO neutron.services.segments.plugin [-] Segment 84ca2790-8859-485b-bff8-093f368bd8e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84ca2790-8859-485b-bff8-093f368bd8e0 found for delete ", "request_id": "req-b922b86a-e8a6-41f5-a46d-6e0d8775fb6a"}]} 2026-06-26 05:55:40.132 7 INFO neutron.db.l3_hamode_db [None req-e1a3b447-1b59-47ef-b7f1-eecd47cee5a6 e76bb95f58ae4413959f2f34860f6287 5cba34a86480463080527bc2c7cb5ed1 - - default default] HA network 9bddceb3-8144-4051-aac4-a248069cb3e7 was deleted as no HA routers are present in tenant 5cba34a86480463080527bc2c7cb5ed1. [pid: 7|app: 0|req: 1183/2420] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:55:39 2026] DELETE /v2.0/routers/e2ce3bcc-f41a-4a89-ab95-2a54af9d9260 => generated 0 bytes in 1000 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2421] 10.0.0.147 () {32 vars in 736 bytes} [Fri Jun 26 05:55:40 2026] GET /v2.0/ports?device_id=e2ce3bcc-f41a-4a89-ab95-2a54af9d9260 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:55:40.199 7 INFO neutron.api.v2.resource [None req-0f44704b-7532-4b28-b120-27e7d1561ef3 e76bb95f58ae4413959f2f34860f6287 5cba34a86480463080527bc2c7cb5ed1 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1184/2422] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:55:40 2026] DELETE /v2.0/routers/e2ce3bcc-f41a-4a89-ab95-2a54af9d9260 => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2423] 10.0.0.147 () {32 vars in 736 bytes} [Fri Jun 26 05:55:40 2026] GET /v2.0/ports?device_id=b4713a21-9c42-4a96-ab40-a19643c9ccaf => generated 12 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:55:40.284 7 INFO neutron.api.v2.resource [None req-64cda301-520f-4869-85f4-48e8a725851c e76bb95f58ae4413959f2f34860f6287 5cba34a86480463080527bc2c7cb5ed1 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1185/2424] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:55:40 2026] DELETE /v2.0/routers/b4713a21-9c42-4a96-ab40-a19643c9ccaf => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-26 05:55:40.308 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f4a7ad71-abcb-4340-a2c5-d00cb4871737 e76bb95f58ae4413959f2f34860f6287 5cba34a86480463080527bc2c7cb5ed1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1240/2425] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:55:40 2026] DELETE /v2.0/subnets/79aeb9bc-bff2-4892-af99-530b7fb68d49 => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2426] 10.0.0.147 () {32 vars in 736 bytes} [Fri Jun 26 05:55:40 2026] GET /v2.0/ports?device_id=2e89c77b-a686-4c52-90cf-d4066dbd64a0 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:55:40.363 8 INFO neutron.api.v2.resource [None req-176f809f-d5d2-4a5f-ad6b-3cef32a1686c e76bb95f58ae4413959f2f34860f6287 5cba34a86480463080527bc2c7cb5ed1 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1241/2427] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:55:40 2026] DELETE /v2.0/routers/2e89c77b-a686-4c52-90cf-d4066dbd64a0 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-26 05:55:40.390 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cdd1b89f-d6b9-4f4a-8289-13b2abf19f95 e76bb95f58ae4413959f2f34860f6287 5cba34a86480463080527bc2c7cb5ed1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1187/2428] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:55:40 2026] DELETE /v2.0/subnets/2af909c7-289c-4db9-a927-91bc1c3e91b3 => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2429] 10.0.0.147 () {32 vars in 736 bytes} [Fri Jun 26 05:55:40 2026] GET /v2.0/ports?device_id=db7ab001-dba0-4ff0-b46d-085c5e028724 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:55:40.440 7 INFO neutron.api.v2.resource [None req-618b3992-94d6-4be5-9905-41095f7daade e76bb95f58ae4413959f2f34860f6287 5cba34a86480463080527bc2c7cb5ed1 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1188/2430] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:55:40 2026] DELETE /v2.0/routers/db7ab001-dba0-4ff0-b46d-085c5e028724 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-26 05:55:40.471 8 INFO neutron.pecan_wsgi.hooks.translation [None req-acdcd639-84ed-4d08-87e8-4d9a716a8661 e76bb95f58ae4413959f2f34860f6287 5cba34a86480463080527bc2c7cb5ed1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1243/2431] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:55:40 2026] DELETE /v2.0/subnets/578cc6e1-1d4f-4469-845c-bbcc2fb8ecb7 => generated 136 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-26 05:55:40.500 7 INFO neutron.pecan_wsgi.hooks.translation [None req-469c7a7a-3ef4-4335-b31a-e58e3f0c210d e76bb95f58ae4413959f2f34860f6287 5cba34a86480463080527bc2c7cb5ed1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1189/2432] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:55:40 2026] DELETE /v2.0/subnets/bdb4f219-bd11-49fd-b58e-b8aa372878fa => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2433] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:55:40 2026] GET /v2.0/security-groups?tenant_id=5cba34a86480463080527bc2c7cb5ed1&name=default => generated 2925 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2434] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:55:41 2026] DELETE /v2.0/security-groups/056d755e-b76a-49e1-b211-a69e1607a7ba => 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: 1245/2435] 10.0.0.147 () {32 vars in 623 bytes} [Fri Jun 26 05:55:43 2026] GET / => generated 151 bytes in 4 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2436] 10.0.0.147 () {32 vars in 633 bytes} [Fri Jun 26 05:55:43 2026] GET /v2.0/ => generated 632 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2437] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:55:43 2026] GET /v2.0/security-groups?tenant_id=8d37c1c0b0b642a8b76a5211ab455f94&name=default => generated 2929 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2438] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:55:44 2026] DELETE /v2.0/security-groups/c34003e1-9e4c-4849-847c-5ba649f86e72 => 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: 1248/2441] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:55:48 2026] GET /v2.0/security-groups?tenant_id=42e42b0fae804dd487621ea3067c8ab1&name=default => generated 2929 bytes in 320 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2442] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:55:48 2026] DELETE /v2.0/security-groups/53007e41-0ebb-41ec-ae43-16644c262918 => 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: 1249/2443] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:55:48 2026] GET /v2.0/security-groups?tenant_id=f6b10c23aee542ac94407a8a56527eca&name=default => generated 2929 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2444] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:55:49 2026] DELETE /v2.0/security-groups/0b1312e4-0f36-4c0d-a05c-571e7dd6b0ba => 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: 1250/2445] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:55:52 2026] GET /v2.0/security-groups?tenant_id=628ab0068a2b4cbb94fe959a878b787f&name=default => generated 2929 bytes in 278 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2446] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:55:52 2026] DELETE /v2.0/security-groups/74016c42-90bb-42db-ac6d-7cdd8f7ecda0 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 05:55:56.169 8 INFO neutron.db.segments_db [None req-eeab6362-fecf-4b17-8e0f-da282643a536 6070bbd61e95403fa3934df9b78d930e f540b5664d57410d9ae3ea8b088e40a7 - - default default] Added segment d0fad4dc-a6da-48d7-9322-a0dec84f80b2 of type vxlan for network d2b73650-e383-4162-81b7-d98ab0c2ea20 2026-06-26 05:55:56.468 8 INFO neutron.db.l3_hamode_db [None req-eeab6362-fecf-4b17-8e0f-da282643a536 6070bbd61e95403fa3934df9b78d930e f540b5664d57410d9ae3ea8b088e40a7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-26 05:55:56.589 8 INFO neutron.db.l3_hamode_db [None req-eeab6362-fecf-4b17-8e0f-da282643a536 6070bbd61e95403fa3934df9b78d930e f540b5664d57410d9ae3ea8b088e40a7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1251/2447] 10.0.0.147 () {34 vars in 668 bytes} [Fri Jun 26 05:55:55 2026] POST /v2.0/routers => generated 474 bytes in 1250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2448] 10.0.0.147 () {34 vars in 751 bytes} [Fri Jun 26 05:55:57 2026] PUT /v2.0/routers/1e3104ea-09a6-480d-ab6c-7bae2d715bf5/tags => generated 25 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2449] 10.0.0.147 () {32 vars in 731 bytes} [Fri Jun 26 05:55:57 2026] GET /v2.0/routers/1e3104ea-09a6-480d-ab6c-7bae2d715bf5/tags => generated 25 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2450] 10.0.0.147 () {34 vars in 762 bytes} [Fri Jun 26 05:55:57 2026] PUT /v2.0/routers/1e3104ea-09a6-480d-ab6c-7bae2d715bf5/tags/green => generated 4 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2451] 10.0.0.147 () {32 vars in 731 bytes} [Fri Jun 26 05:55:57 2026] GET /v2.0/routers/1e3104ea-09a6-480d-ab6c-7bae2d715bf5/tags => generated 34 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2452] 10.0.0.147 () {34 vars in 758 bytes} [Fri Jun 26 05:55:57 2026] PUT /v2.0/routers/1e3104ea-09a6-480d-ab6c-7bae2d715bf5/tags/red => generated 4 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2453] 10.0.0.147 () {32 vars in 731 bytes} [Fri Jun 26 05:55:57 2026] GET /v2.0/routers/1e3104ea-09a6-480d-ab6c-7bae2d715bf5/tags => generated 34 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2454] 10.0.0.147 () {34 vars in 780 bytes} [Fri Jun 26 05:55:57 2026] PUT /v2.0/routers/1e3104ea-09a6-480d-ab6c-7bae2d715bf5/tags/black.or.white => generated 4 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2455] 10.0.0.147 () {32 vars in 731 bytes} [Fri Jun 26 05:55:58 2026] GET /v2.0/routers/1e3104ea-09a6-480d-ab6c-7bae2d715bf5/tags => generated 52 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2456] 10.0.0.147 () {34 vars in 751 bytes} [Fri Jun 26 05:55:58 2026] PUT /v2.0/routers/1e3104ea-09a6-480d-ab6c-7bae2d715bf5/tags => generated 37 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2457] 10.0.0.147 () {32 vars in 731 bytes} [Fri Jun 26 05:55:58 2026] GET /v2.0/routers/1e3104ea-09a6-480d-ab6c-7bae2d715bf5/tags => generated 37 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2458] 10.0.0.147 () {32 vars in 739 bytes} [Fri Jun 26 05:55:58 2026] GET /v2.0/routers/1e3104ea-09a6-480d-ab6c-7bae2d715bf5/tags/red => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 05:55:58.686 8 INFO neutron.api.v2.resource [None req-77bdb027-e38a-4c1b-8e8c-7e8b51c3d603 6070bbd61e95403fa3934df9b78d930e f540b5664d57410d9ae3ea8b088e40a7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1257/2459] 10.0.0.147 () {32 vars in 743 bytes} [Fri Jun 26 05:55:58 2026] GET /v2.0/routers/1e3104ea-09a6-480d-ab6c-7bae2d715bf5/tags/green => generated 99 bytes in 93 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2460] 10.0.0.147 () {32 vars in 742 bytes} [Fri Jun 26 05:55:58 2026] DELETE /v2.0/routers/1e3104ea-09a6-480d-ab6c-7bae2d715bf5/tags/red => 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: 1258/2461] 10.0.0.147 () {32 vars in 731 bytes} [Fri Jun 26 05:55:58 2026] GET /v2.0/routers/1e3104ea-09a6-480d-ab6c-7bae2d715bf5/tags => generated 30 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:55:58.999 7 INFO neutron.api.v2.resource [None req-3d69ca90-be92-4cef-ae1d-06e64afd4dbd 6070bbd61e95403fa3934df9b78d930e f540b5664d57410d9ae3ea8b088e40a7 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1204/2462] 10.0.0.147 () {32 vars in 746 bytes} [Fri Jun 26 05:55:58 2026] DELETE /v2.0/routers/1e3104ea-09a6-480d-ab6c-7bae2d715bf5/tags/green => generated 99 bytes in 96 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2463] 10.0.0.147 () {32 vars in 734 bytes} [Fri Jun 26 05:55:59 2026] DELETE /v2.0/routers/1e3104ea-09a6-480d-ab6c-7bae2d715bf5/tags => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2464] 10.0.0.147 () {32 vars in 731 bytes} [Fri Jun 26 05:55:59 2026] GET /v2.0/routers/1e3104ea-09a6-480d-ab6c-7bae2d715bf5/tags => generated 12 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2465] 10.0.0.147 () {32 vars in 721 bytes} [Fri Jun 26 05:55:59 2026] GET /v2.0/routers/1e3104ea-09a6-480d-ab6c-7bae2d715bf5 => generated 480 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2466] 10.0.0.147 () {34 vars in 742 bytes} [Fri Jun 26 05:55:59 2026] PUT /v2.0/routers/1e3104ea-09a6-480d-ab6c-7bae2d715bf5 => generated 480 bytes in 1085 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2467] 10.0.0.147 () {32 vars in 736 bytes} [Fri Jun 26 05:56:00 2026] GET /v2.0/ports?device_id=1e3104ea-09a6-480d-ab6c-7bae2d715bf5 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:56:00.586 7 INFO neutron_taas.services.taas.taas_plugin [None req-206046e1-d0c9-426c-87ca-20a70a9bca4a 6070bbd61e95403fa3934df9b78d930e f540b5664d57410d9ae3ea8b088e40a7 - - default default] TaaS: Handle Delete Port: 8fc315ef-87b6-44da-ab33-41a4a2de1df4 2026-06-26 05:56:00.589 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-206046e1-d0c9-426c-87ca-20a70a9bca4a 6070bbd61e95403fa3934df9b78d930e f540b5664d57410d9ae3ea8b088e40a7 - - default default] Tap Mirror: Handle Delete Port: 8fc315ef-87b6-44da-ab33-41a4a2de1df4 2026-06-26 05:56:00.933 7 INFO neutron.services.segments.plugin [-] Segment d0fad4dc-a6da-48d7-9322-a0dec84f80b2 resource provider aggregate not found 2026-06-26 05:56:00.938 7 INFO neutron.services.segments.plugin [-] Segment d0fad4dc-a6da-48d7-9322-a0dec84f80b2 resource provider aggregate not found 2026-06-26 05:56:00.955 7 INFO neutron.services.segments.plugin [-] Segment d0fad4dc-a6da-48d7-9322-a0dec84f80b2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d0fad4dc-a6da-48d7-9322-a0dec84f80b2 found for delete ", "request_id": "req-163c11eb-64f4-4421-bc05-50dcb11e2b99"}]} 2026-06-26 05:56:00.957 7 INFO neutron.services.segments.plugin [-] Segment d0fad4dc-a6da-48d7-9322-a0dec84f80b2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d0fad4dc-a6da-48d7-9322-a0dec84f80b2 found for delete ", "request_id": "req-f13e02e2-fe57-42c8-ae3f-d1268eb3cdce"}]} 2026-06-26 05:56:00.966 7 INFO neutron.db.l3_hamode_db [None req-206046e1-d0c9-426c-87ca-20a70a9bca4a 6070bbd61e95403fa3934df9b78d930e f540b5664d57410d9ae3ea8b088e40a7 - - default default] HA network d2b73650-e383-4162-81b7-d98ab0c2ea20 was deleted as no HA routers are present in tenant f540b5664d57410d9ae3ea8b088e40a7. [pid: 7|app: 0|req: 1207/2468] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:56:00 2026] DELETE /v2.0/routers/1e3104ea-09a6-480d-ab6c-7bae2d715bf5 => generated 0 bytes in 552 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2471] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:56:01 2026] GET /v2.0/security-groups?tenant_id=f540b5664d57410d9ae3ea8b088e40a7&name=default => generated 2929 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2472] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:56:01 2026] DELETE /v2.0/security-groups/90058f77-6624-40d1-98ea-2f79eacb8bf1 => 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: 1263/2473] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:56:02 2026] GET /v2.0/security-groups?tenant_id=bcdcacb75ab040de8732b15e64e730f4&name=default => generated 2929 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2474] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:56:02 2026] DELETE /v2.0/security-groups/a7209998-91cc-4e54-aa90-0f837810af8a => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 05:59:22.907 8 INFO neutron_taas.services.taas.taas_plugin [None req-7f1b966d-17a6-4630-b29e-82805a76761e 98973432cf254c68896719a38e220d2d 247d6756de3945449b19da637b44e462 - - default default] TaaS: Handle Delete Port: 8346bedb-aafd-4ac3-a4ac-a2787f72c5e4 2026-06-26 05:59:22.910 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7f1b966d-17a6-4630-b29e-82805a76761e 98973432cf254c68896719a38e220d2d 247d6756de3945449b19da637b44e462 - - default default] Tap Mirror: Handle Delete Port: 8346bedb-aafd-4ac3-a4ac-a2787f72c5e4 2026-06-26 05:59:23.098 8 INFO neutron.db.l3_db [None req-7f1b966d-17a6-4630-b29e-82805a76761e 98973432cf254c68896719a38e220d2d 247d6756de3945449b19da637b44e462 - - default default] Floating IP 9df90e31-ffdd-4321-a497-1b0c4c5fc562 disassociated (deleted). External IP: 10.96.250.204, port: 17c53503-c0c7-45ce-8f76-f9b42ac4cb0a. [pid: 8|app: 0|req: 1277/2501] 10.0.0.147 () {32 vars in 732 bytes} [Fri Jun 26 05:59:22 2026] DELETE /v2.0/floatingips/9df90e31-ffdd-4321-a497-1b0c4c5fc562 => generated 0 bytes in 858 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 05:59:23.469 7 INFO neutron.api.v2.resource [None req-544879b3-4875-423a-9bee-3389b427423d 98973432cf254c68896719a38e220d2d 247d6756de3945449b19da637b44e462 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1225/2502] 10.0.0.147 () {32 vars in 729 bytes} [Fri Jun 26 05:59:23 2026] GET /v2.0/floatingips/9df90e31-ffdd-4321-a497-1b0c4c5fc562 => generated 144 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-26 05:59:23.643 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-827b42d9-0cf1-49e0-9889-31e7c6bc5be6'] response: {'name': 'network-changed', 'server_uuid': 'd1cee128-1016-484a-b81f-132a99bf6fa0', 'tag': '17c53503-c0c7-45ce-8f76-f9b42ac4cb0a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1278/2503] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:59:23 2026] GET /v2.0/ports?device_id=d1cee128-1016-484a-b81f-132a99bf6fa0 => generated 1200 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2504] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:59:23 2026] GET /v2.0/security-groups?id=961456a5-b8f5-4a79-8dab-fba4e0a2c9c1&fields=id&fields=name => generated 111 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2505] 199.204.45.78 () {34 vars in 1079 bytes} [Fri Jun 26 05:59:24 2026] GET /v2.0/ports?tenant_id=247d6756de3945449b19da637b44e462&device_id=d1cee128-1016-484a-b81f-132a99bf6fa0 => generated 1469 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2506] 199.204.45.78 () {34 vars in 985 bytes} [Fri Jun 26 05:59:24 2026] GET /v2.0/networks?id=29cd6cef-9a1b-469e-b1a8-cf247268d94f => generated 801 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2507] 199.204.45.78 () {34 vars in 1055 bytes} [Fri Jun 26 05:59:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.91&port_id=17c53503-c0c7-45ce-8f76-f9b42ac4cb0a => 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: 1228/2508] 199.204.45.78 () {34 vars in 1105 bytes} [Fri Jun 26 05:59:24 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3c9&port_id=17c53503-c0c7-45ce-8f76-f9b42ac4cb0a => 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: 1281/2509] 199.204.45.78 () {34 vars in 1063 bytes} [Fri Jun 26 05:59:24 2026] GET /v2.0/subnets?id=d4edc4c5-049a-40c3-95c1-a8df16f56f98&id=75a222ca-372f-4999-aa1f-c789ee914374 => generated 1414 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2510] 199.204.45.78 () {34 vars in 1051 bytes} [Fri Jun 26 05:59:24 2026] GET /v2.0/ports?network_id=29cd6cef-9a1b-469e-b1a8-cf247268d94f&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: 1282/2511] 199.204.45.78 () {34 vars in 1051 bytes} [Fri Jun 26 05:59:24 2026] GET /v2.0/ports?network_id=29cd6cef-9a1b-469e-b1a8-cf247268d94f&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: 1230/2512] 199.204.45.78 () {34 vars in 1011 bytes} [Fri Jun 26 05:59:24 2026] GET /v2.0/networks/29cd6cef-9a1b-469e-b1a8-cf247268d94f?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: 1283/2513] 199.204.45.78 () {34 vars in 1111 bytes} [Fri Jun 26 05:59:24 2026] GET /v2.0/networks/29cd6cef-9a1b-469e-b1a8-cf247268d94f?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: 1231/2514] 199.204.45.78 () {34 vars in 993 bytes} [Fri Jun 26 05:59:26 2026] GET /v2.0/ports?device_id=d1cee128-1016-484a-b81f-132a99bf6fa0 => generated 1200 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-26 05:59:26.310 8 INFO neutron_taas.services.taas.taas_plugin [req-a3ab0825-12af-4f95-9d28-cbacebd44065 req-92e4f8a7-78fa-4327-b219-8dfb39592c30 98973432cf254c68896719a38e220d2d 247d6756de3945449b19da637b44e462 - - default default] TaaS: Handle Delete Port: 17c53503-c0c7-45ce-8f76-f9b42ac4cb0a 2026-06-26 05:59:26.313 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a3ab0825-12af-4f95-9d28-cbacebd44065 req-92e4f8a7-78fa-4327-b219-8dfb39592c30 98973432cf254c68896719a38e220d2d 247d6756de3945449b19da637b44e462 - - default default] Tap Mirror: Handle Delete Port: 17c53503-c0c7-45ce-8f76-f9b42ac4cb0a [pid: 8|app: 0|req: 1284/2515] 199.204.45.78 () {36 vars in 996 bytes} [Fri Jun 26 05:59:26 2026] DELETE /v2.0/ports/17c53503-c0c7-45ce-8f76-f9b42ac4cb0a => generated 0 bytes in 339 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:59:26.567 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a6c778fe-c13e-4eb0-8aa9-e604b4b02c64'] response: {'server_uuid': 'd1cee128-1016-484a-b81f-132a99bf6fa0', 'name': 'network-vif-deleted', 'tag': '17c53503-c0c7-45ce-8f76-f9b42ac4cb0a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1232/2516] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:59:28 2026] GET /v2.0/ports?device_id=d1cee128-1016-484a-b81f-132a99bf6fa0 => generated 12 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 05:59:34.138 7 INFO neutron_taas.services.taas.taas_plugin [None req-20727ed4-9dbc-49ae-b75e-a3c094603a66 98973432cf254c68896719a38e220d2d 247d6756de3945449b19da637b44e462 - - default default] TaaS: Handle Delete Port: 280bf1fa-77ff-46cd-945e-37ef54d0bde2 2026-06-26 05:59:34.142 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-20727ed4-9dbc-49ae-b75e-a3c094603a66 98973432cf254c68896719a38e220d2d 247d6756de3945449b19da637b44e462 - - default default] Tap Mirror: Handle Delete Port: 280bf1fa-77ff-46cd-945e-37ef54d0bde2 2026-06-26 05:59:34.363 7 INFO neutron.db.l3_db [None req-20727ed4-9dbc-49ae-b75e-a3c094603a66 98973432cf254c68896719a38e220d2d 247d6756de3945449b19da637b44e462 - - default default] Floating IP 00779379-0492-4750-b0e2-e4eba129796a disassociated (deleted). External IP: 10.96.250.202, port: ef1e2a3d-a6b5-4d15-b964-ae3b29ea16ba. [pid: 7|app: 0|req: 1234/2519] 10.0.0.147 () {32 vars in 732 bytes} [Fri Jun 26 05:59:34 2026] DELETE /v2.0/floatingips/00779379-0492-4750-b0e2-e4eba129796a => generated 0 bytes in 688 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 05:59:34.715 8 INFO neutron.api.v2.resource [None req-3b3f76c8-0956-49fd-a7f3-86e4d27010e0 98973432cf254c68896719a38e220d2d 247d6756de3945449b19da637b44e462 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1286/2520] 10.0.0.147 () {32 vars in 729 bytes} [Fri Jun 26 05:59:34 2026] GET /v2.0/floatingips/00779379-0492-4750-b0e2-e4eba129796a => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-26 05:59:34.754 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3015cbd9-b528-4268-9ccc-2a62ed1ae840'] response: {'name': 'network-changed', 'server_uuid': 'b8c1e14f-91a6-4f38-94a0-fd0530c499dd', 'tag': 'ef1e2a3d-a6b5-4d15-b964-ae3b29ea16ba', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1235/2521] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:59:34 2026] GET /v2.0/ports?device_id=b8c1e14f-91a6-4f38-94a0-fd0530c499dd => generated 1196 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2522] 10.0.0.206 () {34 vars in 1040 bytes} [Fri Jun 26 05:59:34 2026] GET /v2.0/security-groups?id=961456a5-b8f5-4a79-8dab-fba4e0a2c9c1&fields=id&fields=name => generated 111 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2523] 199.204.45.78 () {34 vars in 1079 bytes} [Fri Jun 26 05:59:35 2026] GET /v2.0/ports?tenant_id=247d6756de3945449b19da637b44e462&device_id=b8c1e14f-91a6-4f38-94a0-fd0530c499dd => generated 1465 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2524] 199.204.45.78 () {34 vars in 985 bytes} [Fri Jun 26 05:59:35 2026] GET /v2.0/networks?id=ee092661-42f2-4d82-8bc9-7971f1a64cf5 => generated 800 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2525] 199.204.45.78 () {34 vars in 1055 bytes} [Fri Jun 26 05:59:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.40&port_id=ef1e2a3d-a6b5-4d15-b964-ae3b29ea16ba => 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: 1289/2526] 199.204.45.78 () {34 vars in 1103 bytes} [Fri Jun 26 05:59:35 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A120&port_id=ef1e2a3d-a6b5-4d15-b964-ae3b29ea16ba => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2527] 199.204.45.78 () {34 vars in 1063 bytes} [Fri Jun 26 05:59:35 2026] GET /v2.0/subnets?id=dcd34e4a-c7ba-4679-b5df-7aab33672caf&id=79739b4f-63fb-4f1b-a837-a3c92f831f50 => generated 1411 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2528] 199.204.45.78 () {34 vars in 1051 bytes} [Fri Jun 26 05:59:35 2026] GET /v2.0/ports?network_id=ee092661-42f2-4d82-8bc9-7971f1a64cf5&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: 7|app: 0|req: 1239/2529] 199.204.45.78 () {34 vars in 1051 bytes} [Fri Jun 26 05:59:35 2026] GET /v2.0/ports?network_id=ee092661-42f2-4d82-8bc9-7971f1a64cf5&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: 1291/2530] 199.204.45.78 () {34 vars in 1011 bytes} [Fri Jun 26 05:59:35 2026] GET /v2.0/networks/ee092661-42f2-4d82-8bc9-7971f1a64cf5?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: 1240/2531] 199.204.45.78 () {34 vars in 1111 bytes} [Fri Jun 26 05:59:35 2026] GET /v2.0/networks/ee092661-42f2-4d82-8bc9-7971f1a64cf5?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: 1292/2532] 199.204.45.78 () {34 vars in 993 bytes} [Fri Jun 26 05:59:37 2026] GET /v2.0/ports?device_id=b8c1e14f-91a6-4f38-94a0-fd0530c499dd => generated 1196 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-26 05:59:37.532 7 INFO neutron_taas.services.taas.taas_plugin [req-e017ae8c-29fb-4fb9-8881-4aa1ec94a277 req-ba2860c1-d95a-4f9b-9ad6-8c0373b03bae 98973432cf254c68896719a38e220d2d 247d6756de3945449b19da637b44e462 - - default default] TaaS: Handle Delete Port: ef1e2a3d-a6b5-4d15-b964-ae3b29ea16ba 2026-06-26 05:59:37.536 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e017ae8c-29fb-4fb9-8881-4aa1ec94a277 req-ba2860c1-d95a-4f9b-9ad6-8c0373b03bae 98973432cf254c68896719a38e220d2d 247d6756de3945449b19da637b44e462 - - default default] Tap Mirror: Handle Delete Port: ef1e2a3d-a6b5-4d15-b964-ae3b29ea16ba [pid: 7|app: 0|req: 1241/2533] 199.204.45.78 () {36 vars in 996 bytes} [Fri Jun 26 05:59:37 2026] DELETE /v2.0/ports/ef1e2a3d-a6b5-4d15-b964-ae3b29ea16ba => generated 0 bytes in 338 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:59:37.770 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f61e2cb0-8223-4d29-9480-88a041ed09f3'] response: {'server_uuid': 'b8c1e14f-91a6-4f38-94a0-fd0530c499dd', 'name': 'network-vif-deleted', 'tag': 'ef1e2a3d-a6b5-4d15-b964-ae3b29ea16ba', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1293/2534] 10.0.0.206 () {34 vars in 990 bytes} [Fri Jun 26 05:59:40 2026] GET /v2.0/ports?device_id=b8c1e14f-91a6-4f38-94a0-fd0530c499dd => 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: 1242/2535] 10.0.0.147 () {32 vars in 750 bytes} [Fri Jun 26 05:59:45 2026] DELETE /v2.0/security-group-rules/85f1444e-90e6-478b-8e42-49f533e50992 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 05:59:45.280 8 INFO neutron.api.v2.resource [None req-fe624573-b98c-402a-9369-953ae9fc7e7b 98973432cf254c68896719a38e220d2d 247d6756de3945449b19da637b44e462 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1294/2536] 10.0.0.147 () {32 vars in 747 bytes} [Fri Jun 26 05:59:45 2026] GET /v2.0/security-group-rules/85f1444e-90e6-478b-8e42-49f533e50992 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2537] 10.0.0.147 () {32 vars in 750 bytes} [Fri Jun 26 05:59:45 2026] DELETE /v2.0/security-group-rules/36ac53e7-f388-4bd6-9d8d-fac8d8732fa7 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 05:59:45.413 8 INFO neutron.api.v2.resource [None req-0a216995-bf79-4580-bac3-21a88443f94d 98973432cf254c68896719a38e220d2d 247d6756de3945449b19da637b44e462 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1295/2538] 10.0.0.147 () {32 vars in 747 bytes} [Fri Jun 26 05:59:45 2026] GET /v2.0/security-group-rules/36ac53e7-f388-4bd6-9d8d-fac8d8732fa7 => generated 155 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2539] 10.0.0.147 () {32 vars in 750 bytes} [Fri Jun 26 05:59:45 2026] DELETE /v2.0/security-group-rules/83d0b2d2-8d25-4c08-8d70-1d106593e4b9 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 05:59:45.504 8 INFO neutron.api.v2.resource [None req-74bdd318-a219-4294-9031-8108f832efc3 98973432cf254c68896719a38e220d2d 247d6756de3945449b19da637b44e462 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1296/2540] 10.0.0.147 () {32 vars in 747 bytes} [Fri Jun 26 05:59:45 2026] GET /v2.0/security-group-rules/83d0b2d2-8d25-4c08-8d70-1d106593e4b9 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2541] 10.0.0.147 () {32 vars in 750 bytes} [Fri Jun 26 05:59:45 2026] DELETE /v2.0/security-group-rules/efd09a8f-6f5e-4835-9732-8d7f2b4c3093 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 05:59:45.589 8 INFO neutron.api.v2.resource [None req-5f33b613-7da7-4ffb-8fdc-264ee8f9ddaa 98973432cf254c68896719a38e220d2d 247d6756de3945449b19da637b44e462 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1297/2542] 10.0.0.147 () {32 vars in 747 bytes} [Fri Jun 26 05:59:45 2026] GET /v2.0/security-group-rules/efd09a8f-6f5e-4835-9732-8d7f2b4c3093 => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2543] 10.0.0.147 () {32 vars in 750 bytes} [Fri Jun 26 05:59:45 2026] DELETE /v2.0/security-group-rules/4fb5a829-7aee-45b6-b602-98b509d092a6 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 05:59:45.681 8 INFO neutron.api.v2.resource [None req-5a7f38f0-8c70-461f-8cf4-cd51c911586c 98973432cf254c68896719a38e220d2d 247d6756de3945449b19da637b44e462 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1298/2544] 10.0.0.147 () {32 vars in 747 bytes} [Fri Jun 26 05:59:45 2026] GET /v2.0/security-group-rules/4fb5a829-7aee-45b6-b602-98b509d092a6 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2545] 10.0.0.147 () {32 vars in 750 bytes} [Fri Jun 26 05:59:45 2026] DELETE /v2.0/security-group-rules/5fa87ebf-775f-4469-a0dc-98a6b8bf83cf => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 05:59:45.767 8 INFO neutron.api.v2.resource [None req-118f7970-9ea2-4ba8-9cc3-0f68dc6cfb6d 98973432cf254c68896719a38e220d2d 247d6756de3945449b19da637b44e462 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1299/2546] 10.0.0.147 () {32 vars in 747 bytes} [Fri Jun 26 05:59:45 2026] GET /v2.0/security-group-rules/5fa87ebf-775f-4469-a0dc-98a6b8bf83cf => generated 155 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2547] 10.0.0.147 () {32 vars in 750 bytes} [Fri Jun 26 05:59:45 2026] DELETE /v2.0/security-group-rules/dbfd8eba-b2c1-41b4-8c8b-602f8dc36413 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 05:59:45.860 8 INFO neutron.api.v2.resource [None req-040a70d5-0812-4b6e-8923-688e5a6272e9 98973432cf254c68896719a38e220d2d 247d6756de3945449b19da637b44e462 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1300/2548] 10.0.0.147 () {32 vars in 747 bytes} [Fri Jun 26 05:59:45 2026] GET /v2.0/security-group-rules/dbfd8eba-b2c1-41b4-8c8b-602f8dc36413 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2549] 10.0.0.147 () {32 vars in 750 bytes} [Fri Jun 26 05:59:45 2026] DELETE /v2.0/security-group-rules/dc926e3d-a4db-430f-a108-bb7a6229b53b => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 05:59:45.947 8 INFO neutron.api.v2.resource [None req-3fa98af1-c6eb-418f-a7da-58487d8c1d63 98973432cf254c68896719a38e220d2d 247d6756de3945449b19da637b44e462 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1301/2550] 10.0.0.147 () {32 vars in 747 bytes} [Fri Jun 26 05:59:45 2026] GET /v2.0/security-group-rules/dc926e3d-a4db-430f-a108-bb7a6229b53b => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2551] 10.0.0.147 () {32 vars in 750 bytes} [Fri Jun 26 05:59:45 2026] DELETE /v2.0/security-group-rules/506a0cbd-0631-4c90-b595-2e97c54da95a => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 05:59:46.045 8 INFO neutron.api.v2.resource [None req-48c0de3b-6b85-40fc-8b15-f7d295e3929f 98973432cf254c68896719a38e220d2d 247d6756de3945449b19da637b44e462 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1302/2552] 10.0.0.147 () {32 vars in 747 bytes} [Fri Jun 26 05:59:46 2026] GET /v2.0/security-group-rules/506a0cbd-0631-4c90-b595-2e97c54da95a => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2553] 10.0.0.147 () {32 vars in 750 bytes} [Fri Jun 26 05:59:46 2026] DELETE /v2.0/security-group-rules/79281570-7a0f-411d-b41f-c7cb7eedbd91 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 05:59:46.155 8 INFO neutron.api.v2.resource [None req-dc5371b2-db1f-4ed4-b1f4-f1e39ff66768 98973432cf254c68896719a38e220d2d 247d6756de3945449b19da637b44e462 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1303/2554] 10.0.0.147 () {32 vars in 747 bytes} [Fri Jun 26 05:59:46 2026] GET /v2.0/security-group-rules/79281570-7a0f-411d-b41f-c7cb7eedbd91 => generated 155 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2555] 10.0.0.147 () {32 vars in 750 bytes} [Fri Jun 26 05:59:46 2026] DELETE /v2.0/security-group-rules/d8517df5-d486-40b2-9942-0c9973a84ecf => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 05:59:46.252 8 INFO neutron.api.v2.resource [None req-15943f95-93cf-4806-8684-29c25d08e8ae 98973432cf254c68896719a38e220d2d 247d6756de3945449b19da637b44e462 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1304/2556] 10.0.0.147 () {32 vars in 747 bytes} [Fri Jun 26 05:59:46 2026] GET /v2.0/security-group-rules/d8517df5-d486-40b2-9942-0c9973a84ecf => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2557] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:59:46 2026] DELETE /v2.0/security-groups/961456a5-b8f5-4a79-8dab-fba4e0a2c9c1 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 05:59:46.400 8 INFO neutron.api.v2.resource [None req-23ced106-32ab-4fd1-ab57-4d54e0d7f0c5 98973432cf254c68896719a38e220d2d 247d6756de3945449b19da637b44e462 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1305/2558] 10.0.0.147 () {32 vars in 737 bytes} [Fri Jun 26 05:59:46 2026] GET /v2.0/security-groups/961456a5-b8f5-4a79-8dab-fba4e0a2c9c1 => generated 146 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-26 05:59:46.829 7 INFO neutron_taas.services.taas.taas_plugin [None req-1b99e987-aad0-47fb-8913-c4b5ff12200c 98973432cf254c68896719a38e220d2d 247d6756de3945449b19da637b44e462 - - default default] TaaS: Handle Delete Port: d5b42bca-30dc-42bd-a1fc-709896c63901 2026-06-26 05:59:46.832 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1b99e987-aad0-47fb-8913-c4b5ff12200c 98973432cf254c68896719a38e220d2d 247d6756de3945449b19da637b44e462 - - default default] Tap Mirror: Handle Delete Port: d5b42bca-30dc-42bd-a1fc-709896c63901 [pid: 7|app: 0|req: 1254/2561] 10.0.0.147 () {34 vars in 789 bytes} [Fri Jun 26 05:59:46 2026] PUT /v2.0/routers/cf5b8ea2-72d8-4b74-8ec5-dc5ea0ceb5c1/remove_router_interface => generated 309 bytes in 1027 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:59:47.628 8 INFO neutron.api.v2.resource [None req-d74bf18f-927b-452c-a0b1-c5ad861bdb96 98973432cf254c68896719a38e220d2d 247d6756de3945449b19da637b44e462 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1308/2562] 10.0.0.147 () {34 vars in 789 bytes} [Fri Jun 26 05:59:47 2026] PUT /v2.0/routers/cf5b8ea2-72d8-4b74-8ec5-dc5ea0ceb5c1/remove_router_interface => generated 198 bytes in 145 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-26 05:59:48.075 7 INFO neutron_taas.services.taas.taas_plugin [None req-57dc9562-1715-4f1a-ad6b-c1c4fa127821 98973432cf254c68896719a38e220d2d 247d6756de3945449b19da637b44e462 - - default default] TaaS: Handle Delete Port: 4b017d12-6a94-4bbd-bc52-a535ae49df3f 2026-06-26 05:59:48.079 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-57dc9562-1715-4f1a-ad6b-c1c4fa127821 98973432cf254c68896719a38e220d2d 247d6756de3945449b19da637b44e462 - - default default] Tap Mirror: Handle Delete Port: 4b017d12-6a94-4bbd-bc52-a535ae49df3f [pid: 7|app: 0|req: 1255/2563] 10.0.0.147 () {34 vars in 789 bytes} [Fri Jun 26 05:59:47 2026] PUT /v2.0/routers/cf5b8ea2-72d8-4b74-8ec5-dc5ea0ceb5c1/remove_router_interface => generated 309 bytes in 1061 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:59:48.870 8 INFO neutron.api.v2.resource [None req-f3e27846-7bc2-4b9a-8879-8dcfc3dc88c7 98973432cf254c68896719a38e220d2d 247d6756de3945449b19da637b44e462 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1309/2564] 10.0.0.147 () {34 vars in 789 bytes} [Fri Jun 26 05:59:48 2026] PUT /v2.0/routers/cf5b8ea2-72d8-4b74-8ec5-dc5ea0ceb5c1/remove_router_interface => generated 198 bytes in 171 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-26 05:59:49.236 7 INFO neutron_taas.services.taas.taas_plugin [None req-3daea971-40df-4b8f-a6f2-ce8a833a3ad8 98973432cf254c68896719a38e220d2d 247d6756de3945449b19da637b44e462 - - default default] TaaS: Handle Delete Port: cc674ba2-ac76-44fc-b1af-7176b991901f 2026-06-26 05:59:49.239 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3daea971-40df-4b8f-a6f2-ce8a833a3ad8 98973432cf254c68896719a38e220d2d 247d6756de3945449b19da637b44e462 - - default default] Tap Mirror: Handle Delete Port: cc674ba2-ac76-44fc-b1af-7176b991901f [pid: 7|app: 0|req: 1256/2565] 10.0.0.147 () {34 vars in 789 bytes} [Fri Jun 26 05:59:48 2026] PUT /v2.0/routers/cf5b8ea2-72d8-4b74-8ec5-dc5ea0ceb5c1/remove_router_interface => generated 309 bytes in 956 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-26 05:59:50.044 8 INFO neutron.api.v2.resource [None req-c1c5cea4-bca7-4e01-a912-03a1495e67ba 98973432cf254c68896719a38e220d2d 247d6756de3945449b19da637b44e462 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1310/2566] 10.0.0.147 () {34 vars in 789 bytes} [Fri Jun 26 05:59:49 2026] PUT /v2.0/routers/cf5b8ea2-72d8-4b74-8ec5-dc5ea0ceb5c1/remove_router_interface => generated 198 bytes in 205 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-26 05:59:50.255 7 INFO neutron_taas.services.taas.taas_plugin [None req-7973ec9d-8696-49cd-b0aa-a9612e9adb30 98973432cf254c68896719a38e220d2d 247d6756de3945449b19da637b44e462 - - default default] TaaS: Handle Delete Port: 6fafa51e-5434-44d7-8956-a44639213f54 2026-06-26 05:59:50.257 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7973ec9d-8696-49cd-b0aa-a9612e9adb30 98973432cf254c68896719a38e220d2d 247d6756de3945449b19da637b44e462 - - default default] Tap Mirror: Handle Delete Port: 6fafa51e-5434-44d7-8956-a44639213f54 2026-06-26 05:59:50.553 7 INFO neutron_taas.services.taas.taas_plugin [None req-7973ec9d-8696-49cd-b0aa-a9612e9adb30 98973432cf254c68896719a38e220d2d 247d6756de3945449b19da637b44e462 - - default default] TaaS: Handle Delete Port: 5a56af12-07c6-4760-9f44-3fd1c139fc5a 2026-06-26 05:59:50.557 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7973ec9d-8696-49cd-b0aa-a9612e9adb30 98973432cf254c68896719a38e220d2d 247d6756de3945449b19da637b44e462 - - default default] Tap Mirror: Handle Delete Port: 5a56af12-07c6-4760-9f44-3fd1c139fc5a 2026-06-26 05:59:50.908 7 INFO neutron.db.l3_hamode_db [None req-7973ec9d-8696-49cd-b0aa-a9612e9adb30 98973432cf254c68896719a38e220d2d 247d6756de3945449b19da637b44e462 - - default default] HA network 55318c3e-271e-49a3-b7db-4146ff3cb1b3 was deleted as no HA routers are present in tenant 247d6756de3945449b19da637b44e462. [pid: 7|app: 0|req: 1257/2567] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:59:50 2026] DELETE /v2.0/routers/cf5b8ea2-72d8-4b74-8ec5-dc5ea0ceb5c1 => generated 0 bytes in 864 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 05:59:50.938 8 INFO neutron.api.v2.resource [None req-f9ab2b37-8c09-4db1-aa2b-4a266f1cceb7 98973432cf254c68896719a38e220d2d 247d6756de3945449b19da637b44e462 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1311/2568] 10.0.0.147 () {32 vars in 721 bytes} [Fri Jun 26 05:59:50 2026] GET /v2.0/routers/cf5b8ea2-72d8-4b74-8ec5-dc5ea0ceb5c1 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-26 05:59:51.040 7 INFO neutron.services.segments.plugin [-] Segment 0aae2a98-9f90-4cf5-af10-0c6a70414b26 resource provider aggregate not found 2026-06-26 05:59:51.044 7 INFO neutron.services.segments.plugin [-] Segment 0aae2a98-9f90-4cf5-af10-0c6a70414b26 resource provider aggregate not found 2026-06-26 05:59:51.065 7 INFO neutron.services.segments.plugin [-] Segment 0aae2a98-9f90-4cf5-af10-0c6a70414b26 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0aae2a98-9f90-4cf5-af10-0c6a70414b26 found for delete ", "request_id": "req-dfbe2d19-d3a0-4557-abce-e0efbea2b07a"}]} 2026-06-26 05:59:51.066 7 INFO neutron.services.segments.plugin [-] Segment 0aae2a98-9f90-4cf5-af10-0c6a70414b26 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0aae2a98-9f90-4cf5-af10-0c6a70414b26 found for delete ", "request_id": "req-d9ec184b-e774-45cc-8346-2e5044dd3ce6"}]} [pid: 7|app: 0|req: 1258/2569] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:59:50 2026] DELETE /v2.0/subnets/d4edc4c5-049a-40c3-95c1-a8df16f56f98 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:59:51.161 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d0bdc122-3226-42e3-ac16-89cba1628036 98973432cf254c68896719a38e220d2d 247d6756de3945449b19da637b44e462 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1312/2570] 10.0.0.147 () {32 vars in 721 bytes} [Fri Jun 26 05:59:51 2026] GET /v2.0/subnets/d4edc4c5-049a-40c3-95c1-a8df16f56f98 => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2571] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:59:51 2026] DELETE /v2.0/subnets/75a222ca-372f-4999-aa1f-c789ee914374 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:59:51.347 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ce7c655a-bd7c-44cc-973f-6b4f2802340b 98973432cf254c68896719a38e220d2d 247d6756de3945449b19da637b44e462 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1313/2572] 10.0.0.147 () {32 vars in 721 bytes} [Fri Jun 26 05:59:51 2026] GET /v2.0/subnets/75a222ca-372f-4999-aa1f-c789ee914374 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-26 05:59:51.454 7 INFO neutron_taas.services.taas.taas_plugin [None req-bfcd8679-5d15-4857-bd89-b6dec4e06bdb 98973432cf254c68896719a38e220d2d 247d6756de3945449b19da637b44e462 - - default default] TaaS: Handle Delete Port: 1b555707-d0e8-4b1b-9309-5a0088fd82b4 2026-06-26 05:59:51.457 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bfcd8679-5d15-4857-bd89-b6dec4e06bdb 98973432cf254c68896719a38e220d2d 247d6756de3945449b19da637b44e462 - - default default] Tap Mirror: Handle Delete Port: 1b555707-d0e8-4b1b-9309-5a0088fd82b4 [pid: 7|app: 0|req: 1260/2573] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 05:59:51 2026] DELETE /v2.0/networks/29cd6cef-9a1b-469e-b1a8-cf247268d94f => generated 0 bytes in 295 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:59:51.672 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3f5ee2c6-d18b-4f85-99bb-ac0e6820d99a 98973432cf254c68896719a38e220d2d 247d6756de3945449b19da637b44e462 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1314/2574] 10.0.0.147 () {32 vars in 723 bytes} [Fri Jun 26 05:59:51 2026] GET /v2.0/networks/29cd6cef-9a1b-469e-b1a8-cf247268d94f => 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: 1261/2575] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:59:51 2026] DELETE /v2.0/subnets/dcd34e4a-c7ba-4679-b5df-7aab33672caf => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:59:51.851 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7389e1a0-5451-41fc-9d50-6a584fab0e6a 98973432cf254c68896719a38e220d2d 247d6756de3945449b19da637b44e462 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1315/2576] 10.0.0.147 () {32 vars in 721 bytes} [Fri Jun 26 05:59:51 2026] GET /v2.0/subnets/dcd34e4a-c7ba-4679-b5df-7aab33672caf => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2577] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:59:51 2026] DELETE /v2.0/subnets/79739b4f-63fb-4f1b-a837-a3c92f831f50 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:59:52.050 8 INFO neutron.pecan_wsgi.hooks.translation [None req-52b6af0e-be53-4584-a714-a75f4fb4421f 98973432cf254c68896719a38e220d2d 247d6756de3945449b19da637b44e462 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1316/2578] 10.0.0.147 () {32 vars in 721 bytes} [Fri Jun 26 05:59:52 2026] GET /v2.0/subnets/79739b4f-63fb-4f1b-a837-a3c92f831f50 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-26 05:59:52.150 7 INFO neutron_taas.services.taas.taas_plugin [None req-bf6f65b2-d779-4706-b3e4-4ba5f3c1ef56 98973432cf254c68896719a38e220d2d 247d6756de3945449b19da637b44e462 - - default default] TaaS: Handle Delete Port: 3b1c9401-f309-4857-ae9a-d98bc4b284cf 2026-06-26 05:59:52.152 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bf6f65b2-d779-4706-b3e4-4ba5f3c1ef56 98973432cf254c68896719a38e220d2d 247d6756de3945449b19da637b44e462 - - default default] Tap Mirror: Handle Delete Port: 3b1c9401-f309-4857-ae9a-d98bc4b284cf [pid: 7|app: 0|req: 1263/2579] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 05:59:52 2026] DELETE /v2.0/networks/ee092661-42f2-4d82-8bc9-7971f1a64cf5 => generated 0 bytes in 321 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:59:52.403 8 INFO neutron.pecan_wsgi.hooks.translation [None req-231313d3-74e2-4eb2-be0d-b460335f5a4d 98973432cf254c68896719a38e220d2d 247d6756de3945449b19da637b44e462 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1317/2580] 10.0.0.147 () {32 vars in 723 bytes} [Fri Jun 26 05:59:52 2026] GET /v2.0/networks/ee092661-42f2-4d82-8bc9-7971f1a64cf5 => generated 138 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2581] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:59:52 2026] DELETE /v2.0/subnets/40d927f6-340d-445f-9040-d4203259cfd9 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:59:52.581 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3d5c1e9b-e26b-4850-b289-9e5553b10574 98973432cf254c68896719a38e220d2d 247d6756de3945449b19da637b44e462 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1318/2582] 10.0.0.147 () {32 vars in 721 bytes} [Fri Jun 26 05:59:52 2026] GET /v2.0/subnets/40d927f6-340d-445f-9040-d4203259cfd9 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2583] 10.0.0.147 () {32 vars in 724 bytes} [Fri Jun 26 05:59:52 2026] DELETE /v2.0/subnets/1c5e90d8-fa7f-426c-b184-63af79a052a8 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:59:52.770 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2b2f7412-e873-4783-aa2d-c79c0638cbc6 98973432cf254c68896719a38e220d2d 247d6756de3945449b19da637b44e462 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1319/2584] 10.0.0.147 () {32 vars in 721 bytes} [Fri Jun 26 05:59:52 2026] GET /v2.0/subnets/1c5e90d8-fa7f-426c-b184-63af79a052a8 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-26 05:59:52.875 7 INFO neutron_taas.services.taas.taas_plugin [None req-16901493-3f27-4257-a006-ca6c0c0d0bac 98973432cf254c68896719a38e220d2d 247d6756de3945449b19da637b44e462 - - default default] TaaS: Handle Delete Port: 2023b558-8292-4828-aa0b-e4caabd29ff4 2026-06-26 05:59:52.878 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-16901493-3f27-4257-a006-ca6c0c0d0bac 98973432cf254c68896719a38e220d2d 247d6756de3945449b19da637b44e462 - - default default] Tap Mirror: Handle Delete Port: 2023b558-8292-4828-aa0b-e4caabd29ff4 [pid: 7|app: 0|req: 1266/2585] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 05:59:52 2026] DELETE /v2.0/networks/37e38853-2a4d-42d5-9259-969e3587423f => generated 0 bytes in 299 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 05:59:53.088 7 INFO neutron.services.segments.plugin [-] Segment 092ff371-0315-4a88-bcda-36cc82be732e resource provider aggregate not found 2026-06-26 05:59:53.092 7 INFO neutron.services.segments.plugin [-] Segment 092ff371-0315-4a88-bcda-36cc82be732e resource provider aggregate not found 2026-06-26 05:59:53.098 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0910fc42-76b0-4d12-9220-6b6864cfcca5 98973432cf254c68896719a38e220d2d 247d6756de3945449b19da637b44e462 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1320/2586] 10.0.0.147 () {32 vars in 723 bytes} [Fri Jun 26 05:59:53 2026] GET /v2.0/networks/37e38853-2a4d-42d5-9259-969e3587423f => generated 138 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-26 05:59:53.107 7 INFO neutron.services.segments.plugin [-] Segment 092ff371-0315-4a88-bcda-36cc82be732e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 092ff371-0315-4a88-bcda-36cc82be732e found for delete ", "request_id": "req-a695f3c3-bc8e-4bfa-a2ed-9a7b9929335b"}]} 2026-06-26 05:59:53.112 7 INFO neutron.services.segments.plugin [-] Segment 092ff371-0315-4a88-bcda-36cc82be732e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 092ff371-0315-4a88-bcda-36cc82be732e found for delete ", "request_id": "req-9b17730e-7c2e-41cc-bdd8-d289ddccc3c5"}]} 2026-06-26 05:59:53.127 7 INFO neutron.services.segments.plugin [-] Segment d2aaadb1-7dfa-4c63-aa28-48ce1d1e185d resource provider aggregate not found 2026-06-26 05:59:53.127 7 INFO neutron.services.segments.plugin [-] Segment d2aaadb1-7dfa-4c63-aa28-48ce1d1e185d resource provider aggregate not found 2026-06-26 05:59:53.146 7 INFO neutron.services.segments.plugin [-] Segment d2aaadb1-7dfa-4c63-aa28-48ce1d1e185d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d2aaadb1-7dfa-4c63-aa28-48ce1d1e185d found for delete ", "request_id": "req-a1d196c6-4aeb-4278-b537-4973e19b362d"}]} 2026-06-26 05:59:53.150 7 INFO neutron.services.segments.plugin [-] Segment d2aaadb1-7dfa-4c63-aa28-48ce1d1e185d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d2aaadb1-7dfa-4c63-aa28-48ce1d1e185d found for delete ", "request_id": "req-288ab4cd-01ce-4355-a839-f641d5ae17a7"}]} 2026-06-26 05:59:53.163 7 INFO neutron.services.segments.plugin [-] Segment 048488dd-2a57-4071-b528-f727d497f7db resource provider aggregate not found 2026-06-26 05:59:53.166 7 INFO neutron.services.segments.plugin [-] Segment 048488dd-2a57-4071-b528-f727d497f7db resource provider aggregate not found 2026-06-26 05:59:53.177 7 INFO neutron.services.segments.plugin [-] Segment 048488dd-2a57-4071-b528-f727d497f7db resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 048488dd-2a57-4071-b528-f727d497f7db found for delete ", "request_id": "req-1f79112a-cf6d-464b-9996-b57c23357726"}]} 2026-06-26 05:59:53.184 7 INFO neutron.services.segments.plugin [-] Segment 048488dd-2a57-4071-b528-f727d497f7db resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 048488dd-2a57-4071-b528-f727d497f7db found for delete ", "request_id": "req-6138e5de-19e9-464f-8c37-6d22555b7b73"}]} [pid: 7|app: 0|req: 1267/2587] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:59:54 2026] GET /v2.0/security-groups?tenant_id=f4b553f9d9fc402799f3718c71e4ddd8&name=default => generated 2929 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2588] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:59:55 2026] DELETE /v2.0/security-groups/5a5c8117-011b-4701-9078-0ee7c82fd2df => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2589] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:59:55 2026] GET /v2.0/security-groups?tenant_id=045b188ab5194895955d0e5e6ed83569&name=default => generated 2929 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2590] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:59:55 2026] DELETE /v2.0/security-groups/f6fcb6ed-a14a-4e35-898f-e4ec70d633bb => 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: 1269/2591] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:59:55 2026] GET /v2.0/security-groups?tenant_id=247d6756de3945449b19da637b44e462&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2592] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:59:55 2026] DELETE /v2.0/security-groups/dbd3f66f-2f21-47ae-a092-e826f5a29c16 => 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: 1270/2593] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:59:56 2026] GET /v2.0/security-groups?tenant_id=527c503194c7438ea364392915068187&name=default => generated 2929 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2594] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:59:56 2026] DELETE /v2.0/security-groups/3513c169-550f-4e74-83ca-37330bcb9bd3 => 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: 1271/2595] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:59:56 2026] GET /v2.0/security-groups?tenant_id=19916bd03c11467c8f40eb4792a87093&name=default => generated 2929 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2596] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:59:56 2026] DELETE /v2.0/security-groups/70153388-8a5f-4ef7-8cef-1178bbcad08c => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2597] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:59:56 2026] GET /v2.0/security-groups?tenant_id=6bdd6e6fc7f149f19436b116581b28e2&name=default => generated 2929 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2598] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:59:56 2026] DELETE /v2.0/security-groups/29574898-2a78-4c0b-908f-f28525965a10 => 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: 1273/2599] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 05:59:57 2026] GET /v2.0/security-groups?tenant_id=5d3e66a146604212b8580cdbae74ba2e&name=default => generated 2929 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2600] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 05:59:57 2026] DELETE /v2.0/security-groups/fd9f17ff-c541-40be-b152-8388be62ac32 => 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: 1329/2603] 10.0.0.147 () {34 vars in 676 bytes} [Fri Jun 26 06:00:01 2026] POST /v2.0/floatingips => generated 552 bytes in 762 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2604] 10.0.0.147 () {34 vars in 676 bytes} [Fri Jun 26 06:00:02 2026] POST /v2.0/floatingips => generated 552 bytes in 449 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2605] 10.0.0.147 () {34 vars in 676 bytes} [Fri Jun 26 06:00:03 2026] POST /v2.0/floatingips => generated 552 bytes in 644 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2606] 10.0.0.147 () {34 vars in 676 bytes} [Fri Jun 26 06:00:03 2026] POST /v2.0/floatingips => generated 552 bytes in 511 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2607] 10.0.0.147 () {34 vars in 676 bytes} [Fri Jun 26 06:00:04 2026] POST /v2.0/floatingips => generated 552 bytes in 561 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2608] 10.0.0.147 () {34 vars in 759 bytes} [Fri Jun 26 06:00:04 2026] PUT /v2.0/floatingips/deff58c7-6f4e-4bbf-b93c-dc1281fb6017/tags => generated 17 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2609] 10.0.0.147 () {34 vars in 759 bytes} [Fri Jun 26 06:00:04 2026] PUT /v2.0/floatingips/6232c4e6-6ae5-407a-9aea-1703f4399019/tags => generated 25 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2610] 10.0.0.147 () {34 vars in 759 bytes} [Fri Jun 26 06:00:04 2026] PUT /v2.0/floatingips/cacc6c65-a46a-44ff-9fe4-0f68ef9a234e/tags => generated 34 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2611] 10.0.0.147 () {34 vars in 759 bytes} [Fri Jun 26 06:00:04 2026] PUT /v2.0/floatingips/b33a8cc9-0b83-4b49-adf7-431db8e31b80/tags => generated 19 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2612] 10.0.0.147 () {32 vars in 672 bytes} [Fri Jun 26 06:00:05 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2613] 10.0.0.147 () {32 vars in 686 bytes} [Fri Jun 26 06:00:05 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2614] 10.0.0.147 () {32 vars in 682 bytes} [Fri Jun 26 06:00:05 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2615] 10.0.0.147 () {32 vars in 694 bytes} [Fri Jun 26 06:00:05 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2616] 10.0.0.147 () {32 vars in 680 bytes} [Fri Jun 26 06:00:05 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2617] 10.0.0.147 () {32 vars in 694 bytes} [Fri Jun 26 06:00:05 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2618] 10.0.0.147 () {32 vars in 690 bytes} [Fri Jun 26 06:00:05 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2619] 10.0.0.147 () {32 vars in 702 bytes} [Fri Jun 26 06:00:05 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-26 06:00:05.734 7 INFO neutron_taas.services.taas.taas_plugin [None req-f806b05d-4c60-4625-897b-cd576e6833ac 1ceac3730c2b47fb9082704aa541c426 0e877987035a4fd08bb37e46d19d3637 - - default default] TaaS: Handle Delete Port: dc86ae70-c2c8-40f5-8d40-7d6e450f3b60 2026-06-26 06:00:05.737 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f806b05d-4c60-4625-897b-cd576e6833ac 1ceac3730c2b47fb9082704aa541c426 0e877987035a4fd08bb37e46d19d3637 - - default default] Tap Mirror: Handle Delete Port: dc86ae70-c2c8-40f5-8d40-7d6e450f3b60 [pid: 7|app: 0|req: 1283/2620] 10.0.0.147 () {32 vars in 732 bytes} [Fri Jun 26 06:00:05 2026] DELETE /v2.0/floatingips/deff58c7-6f4e-4bbf-b93c-dc1281fb6017 => generated 0 bytes in 279 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 06:00:06.012 8 INFO neutron_taas.services.taas.taas_plugin [None req-f7f3ec4b-1553-403f-ad67-8540644585b1 1ceac3730c2b47fb9082704aa541c426 0e877987035a4fd08bb37e46d19d3637 - - default default] TaaS: Handle Delete Port: 0c494397-3854-4ec7-9c08-527ac7bcb7d7 2026-06-26 06:00:06.015 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f7f3ec4b-1553-403f-ad67-8540644585b1 1ceac3730c2b47fb9082704aa541c426 0e877987035a4fd08bb37e46d19d3637 - - default default] Tap Mirror: Handle Delete Port: 0c494397-3854-4ec7-9c08-527ac7bcb7d7 [pid: 8|app: 0|req: 1338/2621] 10.0.0.147 () {32 vars in 732 bytes} [Fri Jun 26 06:00:05 2026] DELETE /v2.0/floatingips/6232c4e6-6ae5-407a-9aea-1703f4399019 => generated 0 bytes in 280 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 06:00:06.303 7 INFO neutron_taas.services.taas.taas_plugin [None req-05afaa44-ed0f-4675-8949-02fd55cc56f0 1ceac3730c2b47fb9082704aa541c426 0e877987035a4fd08bb37e46d19d3637 - - default default] TaaS: Handle Delete Port: f17d29f8-9189-4bf3-8a4a-5006b6d05d64 2026-06-26 06:00:06.307 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-05afaa44-ed0f-4675-8949-02fd55cc56f0 1ceac3730c2b47fb9082704aa541c426 0e877987035a4fd08bb37e46d19d3637 - - default default] Tap Mirror: Handle Delete Port: f17d29f8-9189-4bf3-8a4a-5006b6d05d64 [pid: 7|app: 0|req: 1284/2622] 10.0.0.147 () {32 vars in 732 bytes} [Fri Jun 26 06:00:06 2026] DELETE /v2.0/floatingips/cacc6c65-a46a-44ff-9fe4-0f68ef9a234e => generated 0 bytes in 312 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 06:00:06.607 8 INFO neutron_taas.services.taas.taas_plugin [None req-a16bb6b7-1f54-4198-9329-7caf046325d9 1ceac3730c2b47fb9082704aa541c426 0e877987035a4fd08bb37e46d19d3637 - - default default] TaaS: Handle Delete Port: 89e6b184-d55a-41cd-be1c-b1963b78b7f4 2026-06-26 06:00:06.610 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a16bb6b7-1f54-4198-9329-7caf046325d9 1ceac3730c2b47fb9082704aa541c426 0e877987035a4fd08bb37e46d19d3637 - - default default] Tap Mirror: Handle Delete Port: 89e6b184-d55a-41cd-be1c-b1963b78b7f4 [pid: 8|app: 0|req: 1339/2623] 10.0.0.147 () {32 vars in 732 bytes} [Fri Jun 26 06:00:06 2026] DELETE /v2.0/floatingips/b33a8cc9-0b83-4b49-adf7-431db8e31b80 => generated 0 bytes in 306 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 06:00:06.941 7 INFO neutron_taas.services.taas.taas_plugin [None req-b250f8c2-6330-4ba8-bcaa-e6cd3b4f6f25 1ceac3730c2b47fb9082704aa541c426 0e877987035a4fd08bb37e46d19d3637 - - default default] TaaS: Handle Delete Port: 675ad7ec-98c6-4cf1-b836-d013312cd5dc 2026-06-26 06:00:06.944 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b250f8c2-6330-4ba8-bcaa-e6cd3b4f6f25 1ceac3730c2b47fb9082704aa541c426 0e877987035a4fd08bb37e46d19d3637 - - default default] Tap Mirror: Handle Delete Port: 675ad7ec-98c6-4cf1-b836-d013312cd5dc [pid: 7|app: 0|req: 1285/2624] 10.0.0.147 () {32 vars in 732 bytes} [Fri Jun 26 06:00:06 2026] DELETE /v2.0/floatingips/140040be-d109-435e-b50e-0da84d563bb6 => generated 0 bytes in 346 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2625] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 06:00:08 2026] GET /v2.0/security-groups?tenant_id=52241c3a5945415ab2dea1e05362bbcb&name=default => generated 2929 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2626] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 06:00:08 2026] DELETE /v2.0/security-groups/ad7cd27f-e5d4-48f4-85a2-55bfcb1090c6 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2627] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 06:00:08 2026] GET /v2.0/security-groups?tenant_id=0e877987035a4fd08bb37e46d19d3637&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: 1287/2628] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 06:00:08 2026] DELETE /v2.0/security-groups/8864fab0-354c-41f4-abb1-397a8b3acedf => 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: 1342/2629] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 06:00:09 2026] GET /v2.0/security-groups?tenant_id=7417c47085b941d48f6f8ed559a77473&name=default => generated 2929 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2630] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 06:00:09 2026] DELETE /v2.0/security-groups/fd1dd9bc-bdec-40f5-af1a-52d6ffd6ceea => generated 0 bytes in 165 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 06:00:14.111 8 INFO neutron.db.segments_db [None req-3c8eac39-5583-48ff-829e-19e8420cde9c cd3e70761384442a9935d0680f53884a f641100d2b3a48fd9f469686e28d9f0c - - default default] Added segment e8ffebb7-5fa8-4c37-b092-4f5efe4187ae of type vxlan for network 3baf733b-7467-4fe4-8bd8-adfe1f37700b [pid: 8|app: 0|req: 1343/2631] 10.0.0.147 () {34 vars in 670 bytes} [Fri Jun 26 06:00:13 2026] POST /v2.0/networks => generated 631 bytes in 396 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2632] 10.0.0.147 () {34 vars in 664 bytes} [Fri Jun 26 06:00:14 2026] POST /v2.0/ports => generated 743 bytes in 376 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-26 06:00:14.670 8 INFO neutron.db.segments_db [None req-d4039371-f8f6-4e75-82aa-99562020afe9 cd3e70761384442a9935d0680f53884a f641100d2b3a48fd9f469686e28d9f0c - - default default] Added segment ca3b6c4a-4eee-4c6b-857e-1bd59f547374 of type vxlan for network 47daee36-1d14-4459-be99-0655f6d22764 [pid: 8|app: 0|req: 1344/2633] 10.0.0.147 () {34 vars in 670 bytes} [Fri Jun 26 06:00:14 2026] POST /v2.0/networks => generated 632 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1290/2634] 10.0.0.147 () {34 vars in 664 bytes} [Fri Jun 26 06:00:14 2026] POST /v2.0/ports => generated 743 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-26 06:00:15.151 8 INFO neutron.db.segments_db [None req-6a091182-76b9-421e-a859-28d62337f352 cd3e70761384442a9935d0680f53884a f641100d2b3a48fd9f469686e28d9f0c - - default default] Added segment 1eabc53d-b17f-4809-8345-9c727e682acb of type vxlan for network 7e67b39c-68b9-48b4-9ddd-9af6076f4733 [pid: 8|app: 0|req: 1345/2635] 10.0.0.147 () {34 vars in 670 bytes} [Fri Jun 26 06:00:15 2026] POST /v2.0/networks => generated 632 bytes in 163 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: 1291/2636] 10.0.0.147 () {34 vars in 664 bytes} [Fri Jun 26 06:00:15 2026] POST /v2.0/ports => generated 743 bytes in 354 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-26 06:00:15.696 8 INFO neutron.db.segments_db [None req-6f599488-4c3b-4601-a1da-857043ef7075 cd3e70761384442a9935d0680f53884a f641100d2b3a48fd9f469686e28d9f0c - - default default] Added segment a63c2a17-caa5-4e9a-ba9c-e3fa88713714 of type vxlan for network cc4c35ed-68e7-42bf-8b63-51e42eb70c14 [pid: 8|app: 0|req: 1346/2637] 10.0.0.147 () {34 vars in 670 bytes} [Fri Jun 26 06:00:15 2026] POST /v2.0/networks => generated 631 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1292/2638] 10.0.0.147 () {34 vars in 664 bytes} [Fri Jun 26 06:00:15 2026] POST /v2.0/ports => generated 743 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-26 06:00:16.135 8 INFO neutron.db.segments_db [None req-2be8c544-5dda-451e-adf9-7a8eee990c48 cd3e70761384442a9935d0680f53884a f641100d2b3a48fd9f469686e28d9f0c - - default default] Added segment ca5bb574-841d-47e3-8826-82e774ca570b of type vxlan for network 553d9425-4ed8-4fbb-a55b-7c116bd2b947 [pid: 8|app: 0|req: 1347/2639] 10.0.0.147 () {34 vars in 670 bytes} [Fri Jun 26 06:00:16 2026] POST /v2.0/networks => generated 632 bytes in 163 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: 1293/2640] 10.0.0.147 () {34 vars in 664 bytes} [Fri Jun 26 06:00:16 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: 1348/2643] 10.0.0.147 () {34 vars in 747 bytes} [Fri Jun 26 06:00:16 2026] PUT /v2.0/ports/9ab38d5f-8fc8-4c1b-a7ec-cb562360e0bd/tags => generated 17 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1296/2644] 10.0.0.147 () {34 vars in 747 bytes} [Fri Jun 26 06:00:16 2026] PUT /v2.0/ports/5ab564c7-f4ee-4710-b554-075249745cbd/tags => generated 25 bytes in 86 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: 1349/2645] 10.0.0.147 () {34 vars in 747 bytes} [Fri Jun 26 06:00:16 2026] PUT /v2.0/ports/45e8afc1-82b1-408a-a151-58a8926725ff/tags => generated 34 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1297/2646] 10.0.0.147 () {34 vars in 747 bytes} [Fri Jun 26 06:00:16 2026] PUT /v2.0/ports/4cf276b4-9e05-4ff3-92a7-59d2b3365855/tags => generated 19 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1350/2647] 10.0.0.147 () {32 vars in 660 bytes} [Fri Jun 26 06:00:16 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 178 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: 1298/2648] 10.0.0.147 () {32 vars in 674 bytes} [Fri Jun 26 06:00:17 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2649] 10.0.0.147 () {32 vars in 670 bytes} [Fri Jun 26 06:00:17 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2650] 10.0.0.147 () {32 vars in 682 bytes} [Fri Jun 26 06:00:17 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2651] 10.0.0.147 () {32 vars in 668 bytes} [Fri Jun 26 06:00:17 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2652] 10.0.0.147 () {32 vars in 682 bytes} [Fri Jun 26 06:00:17 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2653] 10.0.0.147 () {32 vars in 678 bytes} [Fri Jun 26 06:00:17 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2654] 10.0.0.147 () {32 vars in 690 bytes} [Fri Jun 26 06:00:17 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-26 06:00:17.888 8 INFO neutron_taas.services.taas.taas_plugin [None req-16be40fd-2938-47a5-98d1-ea2e7d3e30ef cd3e70761384442a9935d0680f53884a f641100d2b3a48fd9f469686e28d9f0c - - default default] TaaS: Handle Delete Port: 9ab38d5f-8fc8-4c1b-a7ec-cb562360e0bd 2026-06-26 06:00:17.892 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-16be40fd-2938-47a5-98d1-ea2e7d3e30ef cd3e70761384442a9935d0680f53884a f641100d2b3a48fd9f469686e28d9f0c - - default default] Tap Mirror: Handle Delete Port: 9ab38d5f-8fc8-4c1b-a7ec-cb562360e0bd [pid: 8|app: 0|req: 1354/2655] 10.0.0.147 () {32 vars in 720 bytes} [Fri Jun 26 06:00:17 2026] DELETE /v2.0/ports/9ab38d5f-8fc8-4c1b-a7ec-cb562360e0bd => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 06:00:18.090 7 INFO neutron_taas.services.taas.taas_plugin [None req-d416ea61-fec5-4179-905a-0545b2921ae4 cd3e70761384442a9935d0680f53884a f641100d2b3a48fd9f469686e28d9f0c - - default default] TaaS: Handle Delete Port: 5ab564c7-f4ee-4710-b554-075249745cbd 2026-06-26 06:00:18.095 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d416ea61-fec5-4179-905a-0545b2921ae4 cd3e70761384442a9935d0680f53884a f641100d2b3a48fd9f469686e28d9f0c - - default default] Tap Mirror: Handle Delete Port: 5ab564c7-f4ee-4710-b554-075249745cbd [pid: 7|app: 0|req: 1302/2656] 10.0.0.147 () {32 vars in 720 bytes} [Fri Jun 26 06:00:17 2026] DELETE /v2.0/ports/5ab564c7-f4ee-4710-b554-075249745cbd => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 06:00:18.299 8 INFO neutron_taas.services.taas.taas_plugin [None req-49270c9c-3b67-46d3-b162-dedce8a3477a cd3e70761384442a9935d0680f53884a f641100d2b3a48fd9f469686e28d9f0c - - default default] TaaS: Handle Delete Port: 45e8afc1-82b1-408a-a151-58a8926725ff 2026-06-26 06:00:18.303 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-49270c9c-3b67-46d3-b162-dedce8a3477a cd3e70761384442a9935d0680f53884a f641100d2b3a48fd9f469686e28d9f0c - - default default] Tap Mirror: Handle Delete Port: 45e8afc1-82b1-408a-a151-58a8926725ff [pid: 8|app: 0|req: 1355/2657] 10.0.0.147 () {32 vars in 720 bytes} [Fri Jun 26 06:00:18 2026] DELETE /v2.0/ports/45e8afc1-82b1-408a-a151-58a8926725ff => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 06:00:18.541 7 INFO neutron_taas.services.taas.taas_plugin [None req-67d5edc1-260c-4006-8617-d076a4ebdb5f cd3e70761384442a9935d0680f53884a f641100d2b3a48fd9f469686e28d9f0c - - default default] TaaS: Handle Delete Port: 4cf276b4-9e05-4ff3-92a7-59d2b3365855 2026-06-26 06:00:18.545 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-67d5edc1-260c-4006-8617-d076a4ebdb5f cd3e70761384442a9935d0680f53884a f641100d2b3a48fd9f469686e28d9f0c - - default default] Tap Mirror: Handle Delete Port: 4cf276b4-9e05-4ff3-92a7-59d2b3365855 [pid: 7|app: 0|req: 1303/2658] 10.0.0.147 () {32 vars in 720 bytes} [Fri Jun 26 06:00:18 2026] DELETE /v2.0/ports/4cf276b4-9e05-4ff3-92a7-59d2b3365855 => generated 0 bytes in 217 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 06:00:18.775 8 INFO neutron_taas.services.taas.taas_plugin [None req-db253c48-c85f-4a31-bf8d-806582aa477f cd3e70761384442a9935d0680f53884a f641100d2b3a48fd9f469686e28d9f0c - - default default] TaaS: Handle Delete Port: 3f7e3117-f0ff-4d58-85c4-1f29316b0bfd 2026-06-26 06:00:18.778 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-db253c48-c85f-4a31-bf8d-806582aa477f cd3e70761384442a9935d0680f53884a f641100d2b3a48fd9f469686e28d9f0c - - default default] Tap Mirror: Handle Delete Port: 3f7e3117-f0ff-4d58-85c4-1f29316b0bfd [pid: 8|app: 0|req: 1356/2659] 10.0.0.147 () {32 vars in 720 bytes} [Fri Jun 26 06:00:18 2026] DELETE /v2.0/ports/3f7e3117-f0ff-4d58-85c4-1f29316b0bfd => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 06:00:19.015 7 INFO neutron.services.segments.plugin [-] Segment e8ffebb7-5fa8-4c37-b092-4f5efe4187ae resource provider aggregate not found 2026-06-26 06:00:19.022 7 INFO neutron.services.segments.plugin [-] Segment e8ffebb7-5fa8-4c37-b092-4f5efe4187ae resource provider aggregate not found 2026-06-26 06:00:19.038 7 INFO neutron.services.segments.plugin [-] Segment e8ffebb7-5fa8-4c37-b092-4f5efe4187ae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8ffebb7-5fa8-4c37-b092-4f5efe4187ae found for delete ", "request_id": "req-e5a2456a-ae8b-400f-9ec4-45afb8712c1b"}]} [pid: 7|app: 0|req: 1304/2660] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 06:00:18 2026] DELETE /v2.0/networks/3baf733b-7467-4fe4-8bd8-adfe1f37700b => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 06:00:19.053 7 INFO neutron.services.segments.plugin [-] Segment e8ffebb7-5fa8-4c37-b092-4f5efe4187ae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8ffebb7-5fa8-4c37-b092-4f5efe4187ae found for delete ", "request_id": "req-8897920e-fbc5-4ada-a412-ad7f05f65f68"}]} [pid: 8|app: 0|req: 1357/2661] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 06:00:19 2026] DELETE /v2.0/networks/47daee36-1d14-4459-be99-0655f6d22764 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 06:00:19.356 8 INFO neutron.services.segments.plugin [-] Segment ca3b6c4a-4eee-4c6b-857e-1bd59f547374 resource provider aggregate not found 2026-06-26 06:00:19.386 8 INFO neutron.services.segments.plugin [-] Segment ca3b6c4a-4eee-4c6b-857e-1bd59f547374 resource provider aggregate not found 2026-06-26 06:00:19.393 8 INFO neutron.services.segments.plugin [-] Segment ca3b6c4a-4eee-4c6b-857e-1bd59f547374 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca3b6c4a-4eee-4c6b-857e-1bd59f547374 found for delete ", "request_id": "req-3ccc927d-618d-4c51-9ba6-4117be2dae6a"}]} 2026-06-26 06:00:19.418 8 INFO neutron.services.segments.plugin [-] Segment ca3b6c4a-4eee-4c6b-857e-1bd59f547374 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca3b6c4a-4eee-4c6b-857e-1bd59f547374 found for delete ", "request_id": "req-d9866051-9472-4587-93cd-e6316681a5b8"}]} [pid: 7|app: 0|req: 1305/2662] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 06:00:19 2026] DELETE /v2.0/networks/7e67b39c-68b9-48b4-9ddd-9af6076f4733 => generated 0 bytes in 230 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2663] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 06:00:19 2026] DELETE /v2.0/networks/cc4c35ed-68e7-42bf-8b63-51e42eb70c14 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2664] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 06:00:19 2026] DELETE /v2.0/networks/553d9425-4ed8-4fbb-a55b-7c116bd2b947 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2665] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 06:00:20 2026] GET /v2.0/security-groups?tenant_id=0d67d94b8a474672a2e2314995fa8991&name=default => generated 2929 bytes in 263 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-26 06:00:21.065 7 INFO neutron.services.segments.plugin [-] Segment 1eabc53d-b17f-4809-8345-9c727e682acb resource provider aggregate not found 2026-06-26 06:00:21.078 7 INFO neutron.services.segments.plugin [-] Segment 1eabc53d-b17f-4809-8345-9c727e682acb resource provider aggregate not found 2026-06-26 06:00:21.092 7 INFO neutron.services.segments.plugin [-] Segment 1eabc53d-b17f-4809-8345-9c727e682acb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1eabc53d-b17f-4809-8345-9c727e682acb found for delete ", "request_id": "req-c1f55e68-57e3-46ae-a129-4789c81f5448"}]} 2026-06-26 06:00:21.100 7 INFO neutron.services.segments.plugin [-] Segment 1eabc53d-b17f-4809-8345-9c727e682acb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1eabc53d-b17f-4809-8345-9c727e682acb found for delete ", "request_id": "req-4102f916-3698-474e-8d4b-abbc092deaf5"}]} [pid: 7|app: 0|req: 1307/2666] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 06:00:20 2026] DELETE /v2.0/security-groups/52f8f06d-7fb9-4d6c-9274-7f6b36ef562c => generated 0 bytes in 154 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 06:00:21.117 7 INFO neutron.services.segments.plugin [-] Segment ca5bb574-841d-47e3-8826-82e774ca570b resource provider aggregate not found 2026-06-26 06:00:21.117 7 INFO neutron.services.segments.plugin [-] Segment ca5bb574-841d-47e3-8826-82e774ca570b resource provider aggregate not found 2026-06-26 06:00:21.137 7 INFO neutron.services.segments.plugin [-] Segment ca5bb574-841d-47e3-8826-82e774ca570b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca5bb574-841d-47e3-8826-82e774ca570b found for delete ", "request_id": "req-eae56cd9-5a66-4712-a8e5-c22fdeae96d2"}]} 2026-06-26 06:00:21.148 7 INFO neutron.services.segments.plugin [-] Segment ca5bb574-841d-47e3-8826-82e774ca570b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca5bb574-841d-47e3-8826-82e774ca570b found for delete ", "request_id": "req-b10bdacd-adab-4043-bb6d-437009705133"}]} [pid: 8|app: 0|req: 1360/2667] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 06:00:21 2026] GET /v2.0/security-groups?tenant_id=f641100d2b3a48fd9f469686e28d9f0c&name=default => generated 2929 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2668] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 06:00:21 2026] DELETE /v2.0/security-groups/b5b14584-9069-416a-9962-f0b3e0bc821e => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 06:00:21.426 8 INFO neutron.services.segments.plugin [-] Segment a63c2a17-caa5-4e9a-ba9c-e3fa88713714 resource provider aggregate not found 2026-06-26 06:00:21.441 8 INFO neutron.services.segments.plugin [-] Segment a63c2a17-caa5-4e9a-ba9c-e3fa88713714 resource provider aggregate not found 2026-06-26 06:00:21.454 8 INFO neutron.services.segments.plugin [-] Segment a63c2a17-caa5-4e9a-ba9c-e3fa88713714 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a63c2a17-caa5-4e9a-ba9c-e3fa88713714 found for delete ", "request_id": "req-7f2e65b3-fab5-4d5e-a6c3-184c08ded717"}]} 2026-06-26 06:00:21.464 8 INFO neutron.services.segments.plugin [-] Segment a63c2a17-caa5-4e9a-ba9c-e3fa88713714 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a63c2a17-caa5-4e9a-ba9c-e3fa88713714 found for delete ", "request_id": "req-50e32f84-3a41-48ed-802e-2d675efb72a0"}]} [pid: 8|app: 0|req: 1361/2669] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 06:00:21 2026] GET /v2.0/security-groups?tenant_id=c0cdec7e627c416fa87e00d2e9abddcd&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2670] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 06:00:21 2026] DELETE /v2.0/security-groups/8f3d0892-a928-495d-af03-574186387ed7 => 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: 1362/2671] 10.0.0.147 () {34 vars in 678 bytes} [Fri Jun 26 06:00:25 2026] POST /v2.0/qos/policies => generated 359 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2672] 10.0.0.147 () {34 vars in 678 bytes} [Fri Jun 26 06:00:26 2026] POST /v2.0/qos/policies => generated 359 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2673] 10.0.0.147 () {34 vars in 678 bytes} [Fri Jun 26 06:00:26 2026] POST /v2.0/qos/policies => generated 359 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2674] 10.0.0.147 () {34 vars in 678 bytes} [Fri Jun 26 06:00:26 2026] POST /v2.0/qos/policies => generated 359 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2675] 10.0.0.147 () {34 vars in 678 bytes} [Fri Jun 26 06:00:26 2026] POST /v2.0/qos/policies => generated 359 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2676] 10.0.0.147 () {34 vars in 753 bytes} [Fri Jun 26 06:00:26 2026] PUT /v2.0/policies/41045fb5-8de1-405d-8de8-d777fcecb6dd/tags => generated 17 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2677] 10.0.0.147 () {34 vars in 753 bytes} [Fri Jun 26 06:00:26 2026] PUT /v2.0/policies/66d8ed1f-0ad8-44d8-85c9-2121b0aca7f6/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: 1313/2678] 10.0.0.147 () {34 vars in 753 bytes} [Fri Jun 26 06:00:26 2026] PUT /v2.0/policies/b7a4ac01-4db5-4b6f-b895-63d91ed1dabd/tags => generated 34 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2679] 10.0.0.147 () {34 vars in 753 bytes} [Fri Jun 26 06:00:26 2026] PUT /v2.0/policies/3575b410-2d09-48eb-8026-b9092e14e536/tags => generated 19 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2680] 10.0.0.147 () {32 vars in 674 bytes} [Fri Jun 26 06:00:26 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2681] 10.0.0.147 () {32 vars in 688 bytes} [Fri Jun 26 06:00:27 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2682] 10.0.0.147 () {32 vars in 684 bytes} [Fri Jun 26 06:00:27 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2683] 10.0.0.147 () {32 vars in 696 bytes} [Fri Jun 26 06:00:27 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2684] 10.0.0.147 () {32 vars in 682 bytes} [Fri Jun 26 06:00:27 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2685] 10.0.0.147 () {32 vars in 696 bytes} [Fri Jun 26 06:00:27 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2686] 10.0.0.147 () {32 vars in 692 bytes} [Fri Jun 26 06:00:27 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2687] 10.0.0.147 () {32 vars in 704 bytes} [Fri Jun 26 06:00:27 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2688] 10.0.0.147 () {32 vars in 734 bytes} [Fri Jun 26 06:00:27 2026] DELETE /v2.0/qos/policies/41045fb5-8de1-405d-8de8-d777fcecb6dd => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2689] 10.0.0.147 () {32 vars in 734 bytes} [Fri Jun 26 06:00:27 2026] DELETE /v2.0/qos/policies/66d8ed1f-0ad8-44d8-85c9-2121b0aca7f6 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2690] 10.0.0.147 () {32 vars in 734 bytes} [Fri Jun 26 06:00:27 2026] DELETE /v2.0/qos/policies/b7a4ac01-4db5-4b6f-b895-63d91ed1dabd => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2691] 10.0.0.147 () {32 vars in 734 bytes} [Fri Jun 26 06:00:27 2026] DELETE /v2.0/qos/policies/3575b410-2d09-48eb-8026-b9092e14e536 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2692] 10.0.0.147 () {32 vars in 734 bytes} [Fri Jun 26 06:00:27 2026] DELETE /v2.0/qos/policies/0ea9ed1d-5421-453f-939a-cf06e7e81827 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2693] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 06:00:28 2026] GET /v2.0/security-groups?tenant_id=d5fbc77ab7034458a493775c7e6fc296&name=default => generated 2929 bytes in 301 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2694] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 06:00:29 2026] DELETE /v2.0/security-groups/6d0604ec-1553-45c8-93bb-d29e0c45164f => 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: 1374/2695] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 06:00:29 2026] GET /v2.0/security-groups?tenant_id=5fd77d85b2cc4b9eaf296b46ab672435&name=default => generated 2929 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2696] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 06:00:29 2026] DELETE /v2.0/security-groups/4425c452-5a1e-482c-8fb1-f70a977d59c5 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2697] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 06:00:29 2026] GET /v2.0/security-groups?tenant_id=d47f113bb75648df8ffdb25c0e69ac67&name=default => generated 2929 bytes in 203 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2698] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 06:00:29 2026] DELETE /v2.0/security-groups/003366d1-3c98-4faf-89d2-f916a200038d => 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: 1377/2701] 10.0.0.147 () {34 vars in 684 bytes} [Fri Jun 26 06:00:34 2026] POST /v2.0/security-groups => generated 1603 bytes in 354 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2702] 10.0.0.147 () {34 vars in 684 bytes} [Fri Jun 26 06:00:34 2026] POST /v2.0/security-groups => generated 1603 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2703] 10.0.0.147 () {34 vars in 684 bytes} [Fri Jun 26 06:00:34 2026] POST /v2.0/security-groups => generated 1603 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2704] 10.0.0.147 () {34 vars in 684 bytes} [Fri Jun 26 06:00:35 2026] POST /v2.0/security-groups => generated 1603 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2705] 10.0.0.147 () {34 vars in 684 bytes} [Fri Jun 26 06:00:35 2026] POST /v2.0/security-groups => generated 1603 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2706] 10.0.0.147 () {34 vars in 767 bytes} [Fri Jun 26 06:00:35 2026] PUT /v2.0/security-groups/4d651108-4a24-4bf1-9de6-2a0f7c83e734/tags => generated 17 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2707] 10.0.0.147 () {34 vars in 767 bytes} [Fri Jun 26 06:00:35 2026] PUT /v2.0/security-groups/76d997fd-56de-449b-854c-88b4f90156ef/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2708] 10.0.0.147 () {34 vars in 767 bytes} [Fri Jun 26 06:00:35 2026] PUT /v2.0/security-groups/634fd864-5d26-4d62-856a-b7a9969f9255/tags => generated 34 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2709] 10.0.0.147 () {34 vars in 767 bytes} [Fri Jun 26 06:00:35 2026] PUT /v2.0/security-groups/0b962160-48fe-498c-9e34-c70f2ba4f3b1/tags => generated 19 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2710] 10.0.0.147 () {32 vars in 680 bytes} [Fri Jun 26 06:00:35 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2711] 10.0.0.147 () {32 vars in 694 bytes} [Fri Jun 26 06:00:35 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3222 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2712] 10.0.0.147 () {32 vars in 690 bytes} [Fri Jun 26 06:00:35 2026] GET /v2.0/security-groups?tags-any=blue => generated 3222 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2713] 10.0.0.147 () {32 vars in 702 bytes} [Fri Jun 26 06:00:35 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4810 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2714] 10.0.0.147 () {32 vars in 688 bytes} [Fri Jun 26 06:00:35 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2715] 10.0.0.147 () {32 vars in 702 bytes} [Fri Jun 26 06:00:35 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2716] 10.0.0.147 () {32 vars in 698 bytes} [Fri Jun 26 06:00:36 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2717] 10.0.0.147 () {32 vars in 710 bytes} [Fri Jun 26 06:00:36 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2718] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 06:00:36 2026] DELETE /v2.0/security-groups/4d651108-4a24-4bf1-9de6-2a0f7c83e734 => 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: 1386/2719] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 06:00:36 2026] DELETE /v2.0/security-groups/76d997fd-56de-449b-854c-88b4f90156ef => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2720] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 06:00:36 2026] DELETE /v2.0/security-groups/634fd864-5d26-4d62-856a-b7a9969f9255 => 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: 1387/2721] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 06:00:36 2026] DELETE /v2.0/security-groups/0b962160-48fe-498c-9e34-c70f2ba4f3b1 => 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: 1335/2722] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 06:00:36 2026] DELETE /v2.0/security-groups/376bdbc0-4a30-45ad-997a-a48fe91a51c4 => 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: 1388/2723] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 06:00:37 2026] GET /v2.0/security-groups?tenant_id=22d6ddea30ee4b619939c5911ea67660&name=default => generated 2929 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2724] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 06:00:37 2026] DELETE /v2.0/security-groups/9b7917c6-1eb5-43ef-8cf8-9bf8dbc2d32f => 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: 1389/2725] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 06:00:37 2026] GET /v2.0/security-groups?tenant_id=7e2a3303dc8246339488c7aaaf5c7ae3&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2726] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 06:00:38 2026] DELETE /v2.0/security-groups/88505ce1-0d13-4d5a-a749-672a167fc945 => 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: 1390/2727] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 06:00:38 2026] GET /v2.0/security-groups?tenant_id=f017133749084f4da2e1bf0280213587&name=default => generated 2929 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2728] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 06:00:38 2026] DELETE /v2.0/security-groups/d69d430d-ffaf-4055-b713-a9497cfa6ced => 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: 1391/2729] 10.0.0.147 () {34 vars in 678 bytes} [Fri Jun 26 06:00:41 2026] POST /v2.0/qos/policies => generated 359 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2730] 10.0.0.147 () {34 vars in 753 bytes} [Fri Jun 26 06:00:42 2026] PUT /v2.0/policies/4a74285a-1c33-4665-8394-90cb8040341e/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2731] 10.0.0.147 () {32 vars in 733 bytes} [Fri Jun 26 06:00:42 2026] GET /v2.0/policies/4a74285a-1c33-4665-8394-90cb8040341e/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2732] 10.0.0.147 () {34 vars in 764 bytes} [Fri Jun 26 06:00:42 2026] PUT /v2.0/policies/4a74285a-1c33-4665-8394-90cb8040341e/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: 1393/2733] 10.0.0.147 () {32 vars in 733 bytes} [Fri Jun 26 06:00:42 2026] GET /v2.0/policies/4a74285a-1c33-4665-8394-90cb8040341e/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2734] 10.0.0.147 () {34 vars in 760 bytes} [Fri Jun 26 06:00:42 2026] PUT /v2.0/policies/4a74285a-1c33-4665-8394-90cb8040341e/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: 1394/2735] 10.0.0.147 () {32 vars in 733 bytes} [Fri Jun 26 06:00:42 2026] GET /v2.0/policies/4a74285a-1c33-4665-8394-90cb8040341e/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: 1342/2736] 10.0.0.147 () {34 vars in 782 bytes} [Fri Jun 26 06:00:42 2026] PUT /v2.0/policies/4a74285a-1c33-4665-8394-90cb8040341e/tags/black.or.white => generated 4 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2737] 10.0.0.147 () {32 vars in 733 bytes} [Fri Jun 26 06:00:42 2026] GET /v2.0/policies/4a74285a-1c33-4665-8394-90cb8040341e/tags => generated 52 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2738] 10.0.0.147 () {34 vars in 753 bytes} [Fri Jun 26 06:00:42 2026] PUT /v2.0/policies/4a74285a-1c33-4665-8394-90cb8040341e/tags => generated 37 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2739] 10.0.0.147 () {32 vars in 733 bytes} [Fri Jun 26 06:00:42 2026] GET /v2.0/policies/4a74285a-1c33-4665-8394-90cb8040341e/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: 1344/2740] 10.0.0.147 () {32 vars in 741 bytes} [Fri Jun 26 06:00:42 2026] GET /v2.0/policies/4a74285a-1c33-4665-8394-90cb8040341e/tags/red => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 06:00:42.642 8 INFO neutron.api.v2.resource [None req-307bf376-43d2-41dc-884b-32209fddbeac 2c9fb6f3d9c740ce9fbc9cb1389462a6 66994122f49f4f598af287bc65d89511 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1397/2741] 10.0.0.147 () {32 vars in 745 bytes} [Fri Jun 26 06:00:42 2026] GET /v2.0/policies/4a74285a-1c33-4665-8394-90cb8040341e/tags/green => generated 99 bytes in 67 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2742] 10.0.0.147 () {32 vars in 744 bytes} [Fri Jun 26 06:00:42 2026] DELETE /v2.0/policies/4a74285a-1c33-4665-8394-90cb8040341e/tags/red => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2743] 10.0.0.147 () {32 vars in 733 bytes} [Fri Jun 26 06:00:42 2026] GET /v2.0/policies/4a74285a-1c33-4665-8394-90cb8040341e/tags => generated 30 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 06:00:42.781 7 INFO neutron.api.v2.resource [None req-b7ef83d1-b0da-45d2-b769-242bdd19d66b 2c9fb6f3d9c740ce9fbc9cb1389462a6 66994122f49f4f598af287bc65d89511 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1346/2744] 10.0.0.147 () {32 vars in 748 bytes} [Fri Jun 26 06:00:42 2026] DELETE /v2.0/policies/4a74285a-1c33-4665-8394-90cb8040341e/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2745] 10.0.0.147 () {32 vars in 736 bytes} [Fri Jun 26 06:00:42 2026] DELETE /v2.0/policies/4a74285a-1c33-4665-8394-90cb8040341e/tags => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2746] 10.0.0.147 () {32 vars in 733 bytes} [Fri Jun 26 06:00:42 2026] GET /v2.0/policies/4a74285a-1c33-4665-8394-90cb8040341e/tags => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2747] 10.0.0.147 () {32 vars in 734 bytes} [Fri Jun 26 06:00:42 2026] DELETE /v2.0/qos/policies/4a74285a-1c33-4665-8394-90cb8040341e => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2748] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 06:00:43 2026] GET /v2.0/security-groups?tenant_id=86e870867bd04387b8748f503621249c&name=default => generated 2929 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2749] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 06:00:43 2026] DELETE /v2.0/security-groups/20a0bd95-8e9e-41f9-8d62-0c39b4cfaf55 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2750] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 06:00:44 2026] GET /v2.0/security-groups?tenant_id=66994122f49f4f598af287bc65d89511&name=default => generated 2929 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2751] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 06:00:44 2026] DELETE /v2.0/security-groups/7431b5bd-d5c5-40d8-a506-c6c3c193753d => 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: 1351/2754] 10.0.0.147 () {34 vars in 684 bytes} [Fri Jun 26 06:00:47 2026] POST /v2.0/security-groups => generated 1603 bytes in 378 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2755] 10.0.0.147 () {34 vars in 767 bytes} [Fri Jun 26 06:00:47 2026] PUT /v2.0/security-groups/f635be93-26ea-4b33-8721-b3912935fd51/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2756] 10.0.0.147 () {32 vars in 747 bytes} [Fri Jun 26 06:00:47 2026] GET /v2.0/security-groups/f635be93-26ea-4b33-8721-b3912935fd51/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2757] 10.0.0.147 () {34 vars in 778 bytes} [Fri Jun 26 06:00:47 2026] PUT /v2.0/security-groups/f635be93-26ea-4b33-8721-b3912935fd51/tags/green => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2758] 10.0.0.147 () {32 vars in 747 bytes} [Fri Jun 26 06:00:48 2026] GET /v2.0/security-groups/f635be93-26ea-4b33-8721-b3912935fd51/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: 1406/2759] 10.0.0.147 () {34 vars in 774 bytes} [Fri Jun 26 06:00:48 2026] PUT /v2.0/security-groups/f635be93-26ea-4b33-8721-b3912935fd51/tags/red => generated 4 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2760] 10.0.0.147 () {32 vars in 747 bytes} [Fri Jun 26 06:00:48 2026] GET /v2.0/security-groups/f635be93-26ea-4b33-8721-b3912935fd51/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2761] 10.0.0.147 () {34 vars in 796 bytes} [Fri Jun 26 06:00:48 2026] PUT /v2.0/security-groups/f635be93-26ea-4b33-8721-b3912935fd51/tags/black.or.white => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2762] 10.0.0.147 () {32 vars in 747 bytes} [Fri Jun 26 06:00:48 2026] GET /v2.0/security-groups/f635be93-26ea-4b33-8721-b3912935fd51/tags => generated 52 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2763] 10.0.0.147 () {34 vars in 767 bytes} [Fri Jun 26 06:00:48 2026] PUT /v2.0/security-groups/f635be93-26ea-4b33-8721-b3912935fd51/tags => generated 37 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2764] 10.0.0.147 () {32 vars in 747 bytes} [Fri Jun 26 06:00:48 2026] GET /v2.0/security-groups/f635be93-26ea-4b33-8721-b3912935fd51/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: 1409/2765] 10.0.0.147 () {32 vars in 755 bytes} [Fri Jun 26 06:00:48 2026] GET /v2.0/security-groups/f635be93-26ea-4b33-8721-b3912935fd51/tags/red => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 06:00:48.524 7 INFO neutron.api.v2.resource [None req-33e72365-0ddf-4739-a20a-a547e030af8b 6978834a4aa241b9962582575e2e82a4 96d29facee674ebfbc365c5992ddbc0e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1357/2766] 10.0.0.147 () {32 vars in 759 bytes} [Fri Jun 26 06:00:48 2026] GET /v2.0/security-groups/f635be93-26ea-4b33-8721-b3912935fd51/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2767] 10.0.0.147 () {32 vars in 758 bytes} [Fri Jun 26 06:00:48 2026] DELETE /v2.0/security-groups/f635be93-26ea-4b33-8721-b3912935fd51/tags/red => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2768] 10.0.0.147 () {32 vars in 747 bytes} [Fri Jun 26 06:00:48 2026] GET /v2.0/security-groups/f635be93-26ea-4b33-8721-b3912935fd51/tags => generated 30 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 06:00:48.672 8 INFO neutron.api.v2.resource [None req-7861be66-ffd1-4de9-bce1-0d1869d76683 6978834a4aa241b9962582575e2e82a4 96d29facee674ebfbc365c5992ddbc0e - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1411/2769] 10.0.0.147 () {32 vars in 762 bytes} [Fri Jun 26 06:00:48 2026] DELETE /v2.0/security-groups/f635be93-26ea-4b33-8721-b3912935fd51/tags/green => generated 99 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2770] 10.0.0.147 () {32 vars in 750 bytes} [Fri Jun 26 06:00:48 2026] DELETE /v2.0/security-groups/f635be93-26ea-4b33-8721-b3912935fd51/tags => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2771] 10.0.0.147 () {32 vars in 747 bytes} [Fri Jun 26 06:00:48 2026] GET /v2.0/security-groups/f635be93-26ea-4b33-8721-b3912935fd51/tags => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2772] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 06:00:48 2026] DELETE /v2.0/security-groups/f635be93-26ea-4b33-8721-b3912935fd51 => 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: 1413/2773] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 06:00:49 2026] GET /v2.0/security-groups?tenant_id=96d29facee674ebfbc365c5992ddbc0e&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2774] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 06:00:49 2026] DELETE /v2.0/security-groups/811946f9-9d96-4719-8fcb-4d3ecc27778c => 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: 1414/2775] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 06:00:49 2026] GET /v2.0/security-groups?tenant_id=e1122b41af60447b80ff02b1cd9bb882&name=default => generated 2929 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2776] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 06:00:50 2026] DELETE /v2.0/security-groups/5a03ea70-fcba-4a13-812f-3b8d1d459c48 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 06:00:53.690 8 INFO neutron.db.segments_db [None req-1f1ef62b-5296-4323-a2db-8c9f5cb2e597 8d3ec6c2db53404e9778614ea2ccdcb9 73ebab0e045d4dc793d348dc0c8a4277 - - default default] Added segment dff76792-ade7-4f45-a623-75812023e6cd of type vxlan for network 960ca37e-a621-4e37-b0e5-75e57f293adb [pid: 8|app: 0|req: 1415/2777] 10.0.0.147 () {34 vars in 670 bytes} [Fri Jun 26 06:00:53 2026] POST /v2.0/networks => generated 631 bytes in 443 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2778] 10.0.0.147 () {34 vars in 664 bytes} [Fri Jun 26 06:00:53 2026] POST /v2.0/ports => generated 743 bytes in 310 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2779] 10.0.0.147 () {34 vars in 666 bytes} [Fri Jun 26 06:00:54 2026] POST /v2.0/trunks => generated 407 bytes in 170 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: 1364/2780] 10.0.0.147 () {34 vars in 749 bytes} [Fri Jun 26 06:00:54 2026] PUT /v2.0/trunks/67070f80-8465-4273-856d-d6d3904d6554/tags => generated 25 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2781] 10.0.0.147 () {32 vars in 729 bytes} [Fri Jun 26 06:00:54 2026] GET /v2.0/trunks/67070f80-8465-4273-856d-d6d3904d6554/tags => generated 25 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2782] 10.0.0.147 () {34 vars in 760 bytes} [Fri Jun 26 06:00:54 2026] PUT /v2.0/trunks/67070f80-8465-4273-856d-d6d3904d6554/tags/green => 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: 1418/2783] 10.0.0.147 () {32 vars in 729 bytes} [Fri Jun 26 06:00:54 2026] GET /v2.0/trunks/67070f80-8465-4273-856d-d6d3904d6554/tags => generated 34 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2784] 10.0.0.147 () {34 vars in 756 bytes} [Fri Jun 26 06:00:54 2026] PUT /v2.0/trunks/67070f80-8465-4273-856d-d6d3904d6554/tags/red => generated 4 bytes in 31 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2785] 10.0.0.147 () {32 vars in 729 bytes} [Fri Jun 26 06:00:54 2026] GET /v2.0/trunks/67070f80-8465-4273-856d-d6d3904d6554/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: 1367/2786] 10.0.0.147 () {34 vars in 778 bytes} [Fri Jun 26 06:00:54 2026] PUT /v2.0/trunks/67070f80-8465-4273-856d-d6d3904d6554/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: 1420/2787] 10.0.0.147 () {32 vars in 729 bytes} [Fri Jun 26 06:00:54 2026] GET /v2.0/trunks/67070f80-8465-4273-856d-d6d3904d6554/tags => generated 52 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2788] 10.0.0.147 () {34 vars in 749 bytes} [Fri Jun 26 06:00:54 2026] PUT /v2.0/trunks/67070f80-8465-4273-856d-d6d3904d6554/tags => generated 37 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2789] 10.0.0.147 () {32 vars in 729 bytes} [Fri Jun 26 06:00:54 2026] GET /v2.0/trunks/67070f80-8465-4273-856d-d6d3904d6554/tags => generated 37 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2790] 10.0.0.147 () {32 vars in 737 bytes} [Fri Jun 26 06:00:54 2026] GET /v2.0/trunks/67070f80-8465-4273-856d-d6d3904d6554/tags/red => generated 0 bytes in 20 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 06:00:54.738 8 INFO neutron.api.v2.resource [None req-6bdee3f6-8e58-43c5-953a-79fed7c5bfec 8d3ec6c2db53404e9778614ea2ccdcb9 73ebab0e045d4dc793d348dc0c8a4277 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1422/2791] 10.0.0.147 () {32 vars in 741 bytes} [Fri Jun 26 06:00:54 2026] GET /v2.0/trunks/67070f80-8465-4273-856d-d6d3904d6554/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: 1370/2792] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 06:00:54 2026] DELETE /v2.0/trunks/67070f80-8465-4273-856d-d6d3904d6554/tags/red => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2793] 10.0.0.147 () {32 vars in 729 bytes} [Fri Jun 26 06:00:54 2026] GET /v2.0/trunks/67070f80-8465-4273-856d-d6d3904d6554/tags => generated 30 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-26 06:00:54.842 7 INFO neutron.api.v2.resource [None req-9b46ad13-896a-4505-99e6-cb52853994e5 8d3ec6c2db53404e9778614ea2ccdcb9 73ebab0e045d4dc793d348dc0c8a4277 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1371/2794] 10.0.0.147 () {32 vars in 744 bytes} [Fri Jun 26 06:00:54 2026] DELETE /v2.0/trunks/67070f80-8465-4273-856d-d6d3904d6554/tags/green => generated 99 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2795] 10.0.0.147 () {32 vars in 732 bytes} [Fri Jun 26 06:00:54 2026] DELETE /v2.0/trunks/67070f80-8465-4273-856d-d6d3904d6554/tags => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2796] 10.0.0.147 () {32 vars in 729 bytes} [Fri Jun 26 06:00:54 2026] GET /v2.0/trunks/67070f80-8465-4273-856d-d6d3904d6554/tags => 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: 1425/2797] 10.0.0.147 () {32 vars in 719 bytes} [Fri Jun 26 06:00:54 2026] GET /v2.0/trunks/67070f80-8465-4273-856d-d6d3904d6554 => generated 407 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2798] 10.0.0.147 () {32 vars in 717 bytes} [Fri Jun 26 06:00:54 2026] GET /v2.0/ports/a053cf8d-70fd-40f9-b510-a70f266315dc => generated 826 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2799] 10.0.0.147 () {32 vars in 722 bytes} [Fri Jun 26 06:00:55 2026] DELETE /v2.0/trunks/67070f80-8465-4273-856d-d6d3904d6554 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-26 06:00:55.241 7 INFO neutron_taas.services.taas.taas_plugin [None req-cc657e90-5bd6-4b9e-9bc4-fb66efc06c63 8d3ec6c2db53404e9778614ea2ccdcb9 73ebab0e045d4dc793d348dc0c8a4277 - - default default] TaaS: Handle Delete Port: a053cf8d-70fd-40f9-b510-a70f266315dc 2026-06-26 06:00:55.244 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cc657e90-5bd6-4b9e-9bc4-fb66efc06c63 8d3ec6c2db53404e9778614ea2ccdcb9 73ebab0e045d4dc793d348dc0c8a4277 - - default default] Tap Mirror: Handle Delete Port: a053cf8d-70fd-40f9-b510-a70f266315dc [pid: 7|app: 0|req: 1374/2800] 10.0.0.147 () {32 vars in 720 bytes} [Fri Jun 26 06:00:55 2026] DELETE /v2.0/ports/a053cf8d-70fd-40f9-b510-a70f266315dc => generated 0 bytes in 219 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-26 06:00:55.495 8 INFO neutron.services.segments.plugin [-] Segment dff76792-ade7-4f45-a623-75812023e6cd resource provider aggregate not found 2026-06-26 06:00:55.499 8 INFO neutron.services.segments.plugin [-] Segment dff76792-ade7-4f45-a623-75812023e6cd resource provider aggregate not found 2026-06-26 06:00:55.518 8 INFO neutron.services.segments.plugin [-] Segment dff76792-ade7-4f45-a623-75812023e6cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dff76792-ade7-4f45-a623-75812023e6cd found for delete ", "request_id": "req-d975e5f0-cc6f-4c1c-a466-85e62d25c85f"}]} 2026-06-26 06:00:55.522 8 INFO neutron.services.segments.plugin [-] Segment dff76792-ade7-4f45-a623-75812023e6cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dff76792-ade7-4f45-a623-75812023e6cd found for delete ", "request_id": "req-9e3eb629-2a58-4d66-adbe-28fc18708ccf"}]} [pid: 8|app: 0|req: 1427/2801] 10.0.0.147 () {32 vars in 726 bytes} [Fri Jun 26 06:00:55 2026] DELETE /v2.0/networks/960ca37e-a621-4e37-b0e5-75e57f293adb => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2802] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 06:00:56 2026] GET /v2.0/security-groups?tenant_id=73ebab0e045d4dc793d348dc0c8a4277&name=default => generated 2929 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2803] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 06:00:56 2026] DELETE /v2.0/security-groups/8415f8c4-eb32-4578-8905-3a3164d5ab58 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2804] 10.0.0.147 () {32 vars in 774 bytes} [Fri Jun 26 06:00:56 2026] GET /v2.0/security-groups?tenant_id=4145b389f4494c6c806cf9606dfb8b43&name=default => generated 2929 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2805] 10.0.0.147 () {32 vars in 740 bytes} [Fri Jun 26 06:00:56 2026] DELETE /v2.0/security-groups/0c0bd4fb-8c80-45da-8fa7-016aedfd2b56 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0)